﻿/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
@import url('bootstrap.min.css');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
/**
 * The usual...
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}
/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}
/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}
/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}
/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
}
/**
 * Give form elements some cursor interactions...
 */
button,
select,
option {
  cursor: pointer;
}
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}
/* Palette de couleur ici */
/* Couleur défaut du texte */
/* Taille de base 14px */
/* CALCUL DES TAILLE DE POLICES PX > EM */
/* TAILLE DU SPRITE */
/*FONCTION POUR UTILISER DES SRITES */
/*------------------------------------*\
    $TYPO GENERAL
\*------------------------------------*/
html {
  font-size: 62.5%;
  color: #063952;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14 / 10rem;
  color: #063952;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-small {
  font-size: 12 / 10rem;
  line-height: 1.2;
}
.text-big {
  font-size: 32 / 10rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1.4rem;
  font-weight: 700;
}
.text-prix {
  font-size: 18 / 10rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-weight: 700;
}
span[class*='inline-block'] {
  display: inline-block;
}
span[class*='inline-block'][class*='-top'] {
  vertical-align: top;
}
span[class*='inline-block'][class*='-middle'] {
  vertical-align: middle;
}
span[class*='inline-block'][class*='-bottom'] {
  vertical-align: bottom;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-weight: 700;
}
h1.title-decoration,
h2.title-decoration,
h3.title-decoration,
h4.title-decoration,
h5.title-decoration,
h6.title-decoration {
  text-align: center;
  position: relative;
  height: auto;
  line-height: 1.5;
  padding: 0;
  top: -25px;
  margin-top: 0;
  display: inline-block;
  padding: 5px 15px;
  font-size: 20 / 10rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
}
h1.title-decoration.bg-blue:before,
h2.title-decoration.bg-blue:before,
h3.title-decoration.bg-blue:before,
h4.title-decoration.bg-blue:before,
h5.title-decoration.bg-blue:before,
h6.title-decoration.bg-blue:before {
  background-position: 0 -108px;
}
h1.title-decoration.bg-blue:after,
h2.title-decoration.bg-blue:after,
h3.title-decoration.bg-blue:after,
h4.title-decoration.bg-blue:after,
h5.title-decoration.bg-blue:after,
h6.title-decoration.bg-blue:after {
  background-position: -16px -108px;
}
h1.title-decoration.bg-green:before,
h2.title-decoration.bg-green:before,
h3.title-decoration.bg-green:before,
h4.title-decoration.bg-green:before,
h5.title-decoration.bg-green:before,
h6.title-decoration.bg-green:before {
  background-position: 0 -54px;
}
h1.title-decoration.bg-green:after,
h2.title-decoration.bg-green:after,
h3.title-decoration.bg-green:after,
h4.title-decoration.bg-green:after,
h5.title-decoration.bg-green:after,
h6.title-decoration.bg-green:after {
  background-position: -16px -54px;
}
h1.title-decoration.bg-purple:before,
h2.title-decoration.bg-purple:before,
h3.title-decoration.bg-purple:before,
h4.title-decoration.bg-purple:before,
h5.title-decoration.bg-purple:before,
h6.title-decoration.bg-purple:before {
  background-position: 0 -162px;
}
h1.title-decoration.bg-purple:after,
h2.title-decoration.bg-purple:after,
h3.title-decoration.bg-purple:after,
h4.title-decoration.bg-purple:after,
h5.title-decoration.bg-purple:after,
h6.title-decoration.bg-purple:after {
  background-position: 100% -162px;
}
h1.title-icon,
h2.title-icon,
h3.title-icon,
h4.title-icon,
h5.title-icon,
h6.title-icon {
  position: relative;
  padding: 7px 0 5px 40px;
  margin-bottom: 5px;
}
h1.title-icon .icon-rounded,
h2.title-icon .icon-rounded,
h3.title-icon .icon-rounded,
h4.title-icon .icon-rounded,
h5.title-icon .icon-rounded,
h6.title-icon .icon-rounded {
  position: absolute;
  left: 0;
  top: 0;
}
h1 {
  font-size: 22 / 10rem;
  margin-top: 15px;
}
h2 {
  font-size: 28 / 10rem;
}
h3 {
  font-size: 24 / 10rem;
}
h4 {
  font-size: 20 / 10rem;
}
h5 {
  font-size: 18 / 10rem;
}
h6 {
  font-size: 16 / 10rem;
}
p {
  margin-bottom: 15px;
}
p a {
  color: #666;
  text-decoration: underline;
}
p.introduction {
  font-size: 14 / 10rem;
  font-weight: bold;
}
p.introduction span {
  font-weight: normal;
}
p.small {
  font-size: 12 / 10rem;
  line-height: normal;
}
ul li {
  list-style: none;
}
ul li a {
  color: #666;
  text-decoration: underline;
}
b,
strong {
  font-weight: bold;
  font-weight: 600;
}
a {
  color: #666;
}
em {
  font-style: italic;
}
nav #logo {
  display: inline-block;
}
nav ul li a {
  display: block;
}
.page-cgv ul {
  margin-bottom: 15px;
}
.page-cgv ul li {
  list-style: initial;
  margin-left: 20px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  h1 {
    font-size: 24 / 10rem;
    margin-top: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
  }
  h1.title-decoration,
  h2.title-decoration,
  h3.title-decoration,
  h4.title-decoration,
  h5.title-decoration,
  h6.title-decoration {
    top: -25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 25 / 10rem;
    height: 55px;
    line-height: 45px;
  }
  h1.title-decoration:before,
  h2.title-decoration:before,
  h3.title-decoration:before,
  h4.title-decoration:before,
  h5.title-decoration:before,
  h6.title-decoration:before {
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    width: 16px;
    height: 54px;
    content: "";
    background-image: url(../Images/title_decoration.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  h1.title-decoration:after,
  h2.title-decoration:after,
  h3.title-decoration:after,
  h4.title-decoration:after,
  h5.title-decoration:after,
  h6.title-decoration:after {
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    width: 16px;
    height: 54px;
    content: "";
    background-image: url(../Images/title_decoration.png);
    background-repeat: no-repeat;
    background-position: -16px 0;
  }
  h1.title-decoration.left,
  h2.title-decoration.left,
  h3.title-decoration.left,
  h4.title-decoration.left,
  h5.title-decoration.left,
  h6.title-decoration.left {
    margin-left: 25px;
  }
  p.introduction {
    font-size: 16 / 10rem;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  h1 {
    font-size: 28 / 10rem;
  }
  h1.title-decoration,
  h2.title-decoration,
  h3.title-decoration,
  h4.title-decoration,
  h5.title-decoration,
  h6.title-decoration {
    top: -35px;
  }
  h1.title-decoration.left,
  h2.title-decoration.left,
  h3.title-decoration.left,
  h4.title-decoration.left,
  h5.title-decoration.left,
  h6.title-decoration.left {
    left: 0;
    transform: translateX(0);
  }
  .text-prix {
    font-size: 32 / 10rem;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS LG 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  h1 {
    font-size: 34 / 10rem;
  }
  .text-big {
    font-size: 50 / 10rem;
  }
}
/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/
body {
  position: relative;
  background: #f5f5f5;
}
header {
  position: relative;
  z-index: 100;
  background: #ffffff url(../Images/bg_header.jpg) no-repeat center top;
}
header.affix {
  position: relative;
}
header.affix .agency__ul-li {
  display: none;
}
header #logo {
  display: inline-block;
}
header .header {
  padding: 15px 0 0 0;
  margin-bottom: 20px;
}
header .accroche {
  float: left;
  margin-top: 5px;
}
header .accroche a {
  text-decoration: none;
  color: #063952;
  position: relative;
  font-size: 3rem;
}
@media (max-width: 992px) {
  header .accroche a {
    font-size: 2rem;
  }
}
header .accroche a:after {
  background-image: url('../Images/fleche.png');
  position: absolute;
  bottom: -15px;
  right: 70px;
  display: block;
  content: '';
  width: 17px;
  height: 22px;
}
header .accroche p:first-child {
  display: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-weight: bold;
  color: #8e8d8d;
  text-transform: uppercase;
  margin-bottom: -10px;
}
header .accroche p:last-child {
  font-family: 'Lobster', cursive;
  font-size: 24 / 10rem;
}
header .accroche p:last-child span {
  color: #ff4946;
}
#cookie {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 10px;
  text-align: center;
}
#cookie p {
  margin: 0;
}
#cookie .btn {
  cursor: pointer;
  margin: 0 10px;
}
/*.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px; // apply 10px to the bottom corners of the infowindow
}*/
.gm-style-iw {
  top: 15px !important;
  left: 0px !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid rgba(72, 181, 233, 0.6);
  border-radius: 2px 2px 10px 10px;
  padding: 10px !important;
}
.gm-style-iw h3 {
  font-size: 2.1rem;
  width: 250px;
}
.gm-style-iw p {
  width: 250px;
}
#iw-container {
  margin-bottom: 10px;
}
#iw-container .iw-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 10px;
  background-color: #48b5e9;
  color: white;
  margin: 0;
  border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}
.iw-content img {
  float: right;
  margin: 0 5px 5px 10px;
}
.iw-subTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
}
.iw-bottom-gradient {
  position: absolute;
  width: 326px;
  height: 25px;
  bottom: 10px;
  right: 18px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.sidebar {
  background: #eee;
  padding: 10px 15px 15px;
}
footer {
  background: #063952;
  padding: 15px 0;
  margin-top: 15px;
  color: #ffffff;
}
footer #email {
  border-radius: 0;
  border: 1px solid #fff;
}
footer .newsletter {
  position: relative;
  background: #ff4946;
  padding: 10px;
}
footer .newsletter p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 14 / 10rem;
}
footer .newsletter .newsletter-form {
  padding-right: 60px;
}
footer .newsletter .newsletter-form #newsletter {
  border: 4px solid #ff4946;
}
footer .newsletter .newsletter-form #newsletter:focus {
  border: 4px double #ff4946;
}
footer .newsletter .newsletter-form #newsletter::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff4946;
}
footer .newsletter .newsletter-form #newsletter::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff4946;
}
footer .newsletter .newsletter-form #newsletter:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff4946;
}
footer .newsletter .newsletter-form #newsletter:-moz-placeholder {
  /* Firefox 18- */
  color: #ff4946;
}
footer .newsletter input#btn-newsletter {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 24px;
  top: 50%;
  margin-top: -15px;
  width: 34px;
  height: 30px;
  outline: none;
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 2.4rem;
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -100px;
  transition: transform 0.5s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .newsletter input#btn-newsletter {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
footer .newsletter input#btn-newsletter:focus {
  transform: scale(0, 0);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
}
footer .footer-content {
  margin-top: 15px;
}
footer .footer-content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 15 / 10rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .footer-content h2.discover-icon {
  position: relative;
  padding-left: 53px;
}
footer .footer-content h2.discover-icon:before {
  position: absolute;
  width: 40px;
  height: 38px;
  top: 50%;
  left: 0;
  margin-top: -19px;
  content: "";
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .footer-content h2.discover-icon:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
footer .footer-content ul li {
  margin-bottom: 15px;
}
footer .footer-content ul li:last-child {
  margin: 0;
}
footer .footer-content ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-content .left-list {
  padding: 30px 0;
  border-bottom: 1px solid #b6c5cc;
}
footer .footer-content .left-list ul {
  margin-top: 30px;
}
footer .footer-content .left-list ul li {
  display: inline-block;
  width: 50%;
  padding: 0 10px;
}
footer .footer-content .left-list ul li:before {
  content: "- ";
}
footer .footer-content .middle-list {
  padding: 30px 0;
  border-bottom: 1px solid #b6c5cc;
}
footer .footer-content .right-list {
  text-align: center;
  padding: 30px 0;
}
footer .footer-content .right-list ul {
  margin: 15px 0;
}
footer .footer-content .right-list ul.social-links li {
  display: inline-block;
  margin: 10px;
}
footer .footer-content .right-list ul.social-links li a {
  display: block;
  width: 40px;
  height: 40px;
  transition: opacity 0.25s ease;
}
footer .footer-content .right-list ul.social-links li a:hover {
  opacity: 0.6;
}
footer .footer-content .right-list ul.social-links li.fb a {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -100px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .footer-content .right-list ul.social-links li.fb a {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
footer .footer-content .right-list ul.social-links li.yt a {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -200px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .footer-content .right-list ul.social-links li.yt a {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
footer .footer-content .right-list ul.social-links li.pt a {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -300px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .footer-content .right-list ul.social-links li.pt a {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
footer .footer-content .right-list ul.agency-links li {
  margin: 30px 0;
}
footer .footer-content .right-list ul.agency-links li.partenaire4 img {
  max-width: 130px;
  height: auto;
}
footer .footer-content .right-list ul.agency-links li a {
  display: block;
}
footer .footer-content .right-list ul.agency-links li a img {
  transition: opacity 0.25s ease;
}
footer .footer-content .right-list ul.agency-links li a img:hover {
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
footer .footer-content .payment-method {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .footer-content .payment-method {
    justify-content: flex-end;
  }
}
footer .footer-content .payment-method .iconBox {
  display: flex;
  align-items: center;
}
footer .footer-content .payment-method .paymentLogo {
  margin-top: 1.5rem;
}
footer .footer-content .payment-method li {
  margin-left: 10px !important;
  margin-bottom: 0;
}
footer .footer-content .payment-method li:last-child {
  margin-top: -10px;
}
footer .footer-content .payment-method img {
  width: 60px;
  height: auto;
}
footer.main li {
  display: inline-block;
}
/*------------------------------------*\
    $TOP HEADER
\*------------------------------------*/
.agency {
  position: relative;
  left: 7.5rem;
}
@media (max-width: 1200px) {
  .agency {
    left: 2.5rem;
  }
}
@media (max-width: 992px) {
  .agency {
    display: none;
  }
}
.agency__ul {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
}
.agency__ul-li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.agency__ul-li-picto {
  width: 1.5rem;
}
.agency__ul-li span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #063952;
}
/*------------------------------------*\
    $MENU
\*------------------------------------*/
button#mobile-btn {
  position: relative;
  float: right;
  padding: 15px 10px 15px 60px;
  margin-top: 7px;
  margin-right: 0;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #f2f2f2;
}
button#mobile-btn:focus {
  outline: none;
}
button#mobile-btn span.burger-menu-text {
  position: absolute;
  top: 8px;
  left: 10px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-size: 15 / 10rem;
  color: #063952;
}
button#mobile-btn span.burger-menu {
  position: relative;
  display: block;
  background: #063952;
  width: 15px;
  height: 3px;
  margin: 0 auto;
  transition: transform 0.15s ease;
}
button#mobile-btn span.burger-menu:before {
  position: absolute;
  top: -6px;
  content: "";
  display: block;
  background: #063952;
  width: 15px;
  height: 3px;
  transition: top 0.25s ease, transform 0.25s ease;
}
button#mobile-btn span.burger-menu:after {
  position: absolute;
  bottom: -6px;
  content: "";
  display: block;
  background: #063952;
  width: 15px;
  height: 3px;
  transition: bottom 0.1s ease;
}
button#mobile-btn.active span.burger-menu {
  background: #000;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
button#mobile-btn.active span.burger-menu:before {
  top: 0;
  bottom: 0;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
button#mobile-btn.active span.burger-menu:after {
  bottom: 0;
  top: 0;
}
nav.menu {
  position: relative;
  display: block;
  width: 100%;
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
nav.menu.active {
  max-height: 1000px;
}
nav.menu ul li a {
  display: block;
  padding: 10px 0;
  color: #063952;
  text-decoration: none;
  border-bottom: 1px dashed #cccccc;
}
nav.menu ul li:last-child a {
  border: none;
}
.top-navigation .my-account {
  display: block;
  margin: 5px 0;
}
.top-navigation .my-account ul li {
  display: inline-block;
  text-align: center;
  width: 50%;
}
.top-navigation .my-account ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  color: #063952;
  transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.top-navigation .my-account ul li.signin {
  position: relative;
}
.top-navigation .my-account ul li.signin:after {
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: 0;
  width: 1px;
  background: #063952;
  opacity: 0.5;
  content: "";
}
.top-navigation .my-account ul li.signin a {
  position: relative;
  padding-left: 37px;
}
.top-navigation .my-account ul li.signin a:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
  display: block;
  width: 30px;
  height: 26px;
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -200px 0px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-navigation .my-account ul li.signin a:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.top-navigation .my-account ul li.login span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 10px 10px 10px 30px;
}
.top-navigation .my-account ul li.login span:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  display: block;
  width: 28px;
  height: 27px;
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -100px 0px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-navigation .my-account ul li.login span:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.top-navigation .my-account ul li.login #backForgotId,
.top-navigation .my-account ul li.login #forgotIdForm {
  display: none;
}
.top-navigation .my-account ul li.login .active + ul {
  display: block;
}
.top-navigation .my-account ul li.login ul {
  position: absolute;
  top: 148px;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  z-index: 2;
  display: none;
}
.top-navigation .my-account ul li.login ul a {
  padding: 0;
  margin: 10px 0 0 0;
  color: #aaaaaa;
}
.top-navigation .my-account ul li.login ul a:hover {
  color: #063952;
}
.top-navigation .my-account ul li.login ul a:before {
  display: none;
}
.top-navigation .my-account ul li.login ul:hover {
  display: block;
}
.top-navigation .my-account ul li.login ul li {
  display: block;
  width: 100%;
  padding: 10px;
}
.top-navigation .my-account ul li.login ul li #password {
  margin-top: 10px;
}
.top-navigation .my-account ul li.login ul li #backForgotId {
  margin: 0 0 10px 0;
  float: left;
}
.top-navigation .my-account ul li.login ul li #btn-login,
.top-navigation .my-account ul li.login ul li #btn-forgot-id {
  background: #ff4946;
  margin-top: 10px;
  padding: 10px;
}
.search {
  position: relative;
}
.search #search {
  transition: border 0.5s ease;
  padding-right: 38px;
  border-radius: 0;
  border: 1px solid #063952;
  color: #063952;
}
.search #search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #063952;
}
.search #search::-moz-placeholder {
  /* Firefox 19+ */
  color: #063952;
}
.search #search:-ms-input-placeholder {
  /* IE 10+ */
  color: #063952;
}
.search #search:-moz-placeholder {
  /* Firefox 18- */
  color: #063952;
}
.search #search:focus {
  border: 1px solid #063952;
}
.search input#btn-search {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  outline: none;
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 2.4rem;
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -491px 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search input#btn-search {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
header .accroche p a:after {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  header .header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  header #logo {
    position: relative;
    z-index: 3;
    float: left;
    margin-top: -50px;
  }
  header .top-navigation {
    float: right;
    margin-top: 40px;
  }
  header .top-navigation .my-account {
    display: block;
    margin: 5px 0;
  }
  header .top-navigation .my-account ul li {
    display: inline-block;
    text-align: center;
    width: 43%;
  }
  header .top-navigation .search {
    position: relative;
  }
  header .top-navigation .search:before {
    display: block;
    content: "";
    width: 45px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -60px;
    background-size: 800px 400px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
  }
  header .top-navigation .search #search {
    width: 300px;
  }
  header nav.menu {
    background: #063952;
    position: relative;
    max-height: 1000px;
    width: auto;
    display: block;
    z-index: 1;
    text-align: center;
  }
  header nav.menu .navigation li {
    display: inline-block;
    color: #ffffff;
    border-right: 1px solid #095378;
  }
  header nav.menu .navigation li:last-child {
    border: none;
  }
  header nav.menu .navigation li a {
    color: #ffffff;
    border: none;
    padding: 10px;
  }
  header nav.menu .navigation li a:hover {
    background: #ff4946;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  header .top-navigation .search:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
  footer .newsletter p {
    margin-bottom: 0;
  }
  footer .footer-content .right-list ul.agency-links li {
    display: inline-block;
    margin: 0 15px;
  }
  footer .footer-content {
    text-align: center;
  }
  footer .footer-content ul li,
  footer .footer-content .left-list ul li {
    display: inline-block;
    margin: 0 5px;
    width: auto;
  }
  footer .footer-content .left-list ul li {
    padding: 0;
    margin-left: 0;
  }
  footer .footer-content h2.discover-icon:before {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 0;
    margin-right: 10px;
  }
  .top-navigation .my-account {
    margin: 25px 0 0px 0;
  }
  header {
    margin-bottom: 15px;
  }
  header .header {
    padding-top: 0;
  }
  header .header .container {
    position: relative;
  }
  header #logo {
    position: absolute;
    margin-top: 0;
    left: 0;
    bottom: 38px;
  }
  header .top-navigation {
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 285px;
  }
  header #logo img {
    width: 150px;
    height: auto;
  }
  header ul.navigation {
    display: flex;
    justify-content: flex-end;
  }
  header nav.menu .navigation li a {
    padding: 10px 20px;
  }
  header nav.menu .navigation li:first-child a {
    display: block;
    text-indent: 3000em;
    width: 40px;
    height: 40px;
    position: relative;
  }
  header nav.menu .navigation li:first-child a:before {
    content: "";
    background-size: 800px 400px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -700px -200px;
    width: 24px;
    height: 23px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  header .accroche {
    padding-left: 150px;
  }
  header .accroche p {
    transition: none;
  }
  header .accroche p:first-child {
    display: block;
  }
  header .top-navigation .my-account ul li.login {
    position: relative;
    width: 57%;
  }
  header .top-navigation .my-account ul li.login ul {
    top: 40px;
    min-width: 300px;
    left: inherit;
  }
  header.header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-top: 80px;
  }
  header.header-main #agency img {
    width: 183px;
  }
  header.header-main * {
    transition: all 0.3s ease;
  }
  header.header-main + * {
    margin-top: 200px;
  }
  header.header-main.affix {
    padding-top: 30px;
  }
  header.header-main.affix .header {
    margin-top: -20px;
  }
  header.header-main.affix #agency .agency img {
    display: none;
  }
  header.header-main.affix #agency .agency img + span {
    display: block !important;
    font-size: 1.2rem;
  }
  header.header-main.affix .search,
  header.header-main.affix .logo-o-et-y {
    display: none;
  }
  header.header-main.affix .top-navigation {
    margin: 22px 0 0 0;
  }
  header.header-main.affix .top-navigation .my-account {
    margin: 0;
  }
  header.header-main.affix .accroche {
    padding: 0;
    margin: 0;
  }
  header.header-main.affix .accroche p {
    margin: 20px 0 0 0;
    transition: none;
  }
  header.header-main.affix .accroche p span {
    transition: none;
  }
  header.header-main.affix .accroche p:first-child {
    display: none;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  header nav.menu .navigation li:first-child a:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
@media (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
  header.header-main + * {
    margin-top: 260px;
  }
  header .accroche {
    padding-left: 170px;
  }
  header .accroche p:last-child {
    font-size: 30 / 10rem;
  }
  header .top-navigation {
    margin-bottom: 45px;
    margin-top: -45px;
  }
  .top-navigation .my-account {
    margin: 10px 0 15px 0;
  }
  footer .footer-content {
    text-align: left;
  }
  footer .footer-content h2.discover-icon:before {
    position: absolute;
    top: 10px;
    left: 0;
    margin-right: 10px;
  }
  footer .newsletter {
    margin-top: 20px;
  }
  footer .newsletter p {
    padding-left: 20px;
  }
  footer .footer-content ul li a:hover {
    text-decoration: underline;
  }
  footer .footer-content ul li,
  footer .footer-content .left-list ul li {
    font-size: 12 / 10rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    display: block;
    margin: 0;
    margin-bottom: 5px;
  }
  footer .footer-content .left-list ul li {
    position: relative;
    padding-left: 8px;
    width: 50%;
    float: left;
  }
  footer .footer-content .left-list ul li:before {
    position: absolute;
    left: 0;
    top: 0px;
  }
  footer .footer-content .middle-list {
    border-bottom: none;
    border-left: 1px solid #b6c5cc;
    border-right: 1px solid #b6c5cc;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer-content .left-list {
    border-bottom: none;
  }
  footer .footer-content .middle-list {
    margin-top: 30px;
    padding-top: 55px;
  }
  footer .footer-content .right-list {
    text-align: left;
  }
  footer .footer-content .right-list ul.agency-links li {
    margin: 0 20px 20px 0;
  }
  footer .footer-content .right-list ul.agency-links li:last-child {
    margin-right: 0;
  }
  header.header-main {
    padding-top: 50px;
  }
  header.header-main.affix .header {
    margin-top: -50px;
  }
  header.header-main.affix .agency__ul {
    flex-direction: row;
    align-items: center;
    position: relative;
    top: 2rem;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  header {
    margin-bottom: 30px;
  }
  header .accroche {
    padding-left: 300px;
    padding-top: 56px;
  }
  header .accroche p:last-child {
    font-size: 40 / 10rem;
  }
  header.header-main.affix .accroche p:last-child {
    font-size: 30 / 10rem;
  }
  header.header-main.affix .accroche p a:after {
    display: none;
  }
  header #logo img {
    width: auto;
    height: auto;
  }
  header nav.menu {
    text-align: right;
  }
  footer .newsletter p {
    padding-top: 11px;
    padding-left: 20px;
  }
  header .accroche p a:after {
    display: block;
  }
}
@media (min-width: 1440px) {
  .grand-encart {
    min-height: 517px;
  }
}
.panel-accordion {
  font-size: 1.2rem !important;
}
.page-questionspratiques div .panel-accordion p li {
  font-size: 1.2rem !important;
}
p li {
  font-size: 1.2rem !important;
}
.questionList li {
  font-size: 1.2rem;
}
.textUnderTitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
.agency-links li {
  margin: 0 20px 20px 0;
}
.agency-links li:last-child {
  margin-right: 0;
}
.paymentContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agency__ul-li {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.rose {
  color: #ff4946;
}
.bleu {
  color: #063952;
}
.bleuclair {
  color: #40b1e2;
}
.vert {
  color: #8daa27;
}
.violet {
  color: #bc79ad;
}
.gris {
  color: #ccc;
}
.bg-rose {
  background-color: #ff4946;
}
.bg-gris {
  background-color: #ccc;
}
.bg-bleu {
  background-color: #063952;
  color: #fff;
}
.bg-bleuclair {
  background-color: #40b1e2;
}
.bg-vert {
  background-color: #8daa27;
}
.bg-violet {
  background-color: #bc79ad;
}
.bg-white {
  background-color: #fff;
}
.bg-lightgrey {
  background-color: #f0f0f0;
}
.border-rose {
  border-color: #ff4946;
}
.border-white {
  border-color: #fff;
}
.border-bleu {
  border-color: #063952;
}
.border-bleuclair {
  border-color: #40b1e2;
}
.border-vert {
  border-color: #8daa27;
}
.bg-violet {
  border-color: #bc79ad;
}
.z-index {
  position: relative;
  z-index: 10;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.list-table .list-line {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
}
.list-table .list-line .btn {
  margin-left: 10px;
  text-decoration: none;
}
.list-table .list-line:first-child {
  border-top: none;
}
.list-table .list-line p {
  margin: 0;
}
.list-table .list-line .text-prix {
  line-height: 39px;
}
.list-table .list-line .error-page {
  border-top: 1px solid #e6e6e6;
}
.list-table .total-line {
  padding: 30px 0 0;
  border-top: 4px double #cccccc;
}
.list-table .carte-identite {
  padding: 2rem;
  border: 1px solid #063952;
}
/*------------------------------------*\
    $ICON
\*------------------------------------*/
.icon-rounded {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
}
.icon {
  display: inline-block;
  position: relative;
}
.icon.icon-print {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -400px -200px;
  width: 35px;
  height: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-print {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-doc {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -94px -94px;
  width: 30px;
  height: 30px;
  left: 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-doc {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-eurosbarre {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -197px -96px;
  width: 30px;
  height: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-eurosbarre {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-location {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -291px -95px;
  width: 30px;
  height: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-location {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-voyage {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -200px -300px;
  width: 50px;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-voyage {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-participants {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -250px -300px;
  width: 50px;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-participants {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-paiement {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -300px -300px;
  width: 50px;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-paiement {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-confirmation {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -350px -300px;
  width: 50px;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-confirmation {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-chambre-simple {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -563px -300px;
  width: 45px;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-chambre-simple {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-chambre-double {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -500px -300px;
  width: 55px;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-chambre-double {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.icon.icon-chambre-triple {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -500px -300px;
  width: 110px;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon.icon-chambre-triple {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
/*------------------------------------*\
    $BOUTON
\*------------------------------------*/
.btn {
  display: inline-block;
  text-align: center;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 14 / 10rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 12px;
  border: 2px solid transparent;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}
.btn.btn-bleu {
  background: #063952;
  color: #ffffff;
}
.btn.btn-bleu:hover {
  background: #095a82 !important;
}
.btn.btn-rose {
  background: #ff4946;
  color: #ffffff;
}
.btn.btn-rose:hover {
  background: #ff7b79 !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
  color: #fff;
}
.btn.btn-full {
  display: block;
  padding: 10px;
  width: 100%;
}
.btn.btn-larger {
  padding: 15px 30px;
  font-size: 18 / 10rem;
}
.btn.btn-icon {
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
.btn.btn-icon .icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.btn.border-white {
  border: 2px solid #ffffff;
  color: #fff;
}
.btn.border-purple {
  border: 2px solid #bc79ad;
  color: #bc79ad;
}
.btn.border-purple:hover {
  background-color: #bc79ad;
  color: #ffffff;
}
.btn.bg-bleu:hover {
  background: #095a82;
  color: #fff;
}
.btn.bg-rose:hover {
  background: #ff7b79;
  color: #fff;
}
.btn.btn-datepicker {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -292px 6px;
  width: 40px;
  height: 39px;
  padding: 9px 20px 7px;
  border: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn.btn-datepicker {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.bs-docs-grid {
  display: inline-block;
}
.no-margin {
  margin: 0 !important;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  line-height: 0.6;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 10px;
}
/*------------------------------------*\
    $PASTILLE BADGES
\*------------------------------------*/
l ul.badges {
  position: absolute;
  left: 0;
  top: 0;
  right: 85%;
}
l ul.badges li {
  margin: 20%;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $BREADCRUMB
\*----------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {
  margin-bottom: 30px;
}
.breadcrumb li {
  color: #063952;
  font-size: 12 / 10rem;
  float: left;
  margin-right: 5px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 20px;
}
.breadcrumb li a {
  color: #063952;
  font-weight: normal;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:after {
  content: '';
  width: 2px;
  height: 10px;
  display: inline-block;
  top: 1px;
  background-color: #ff4946;
  margin-left: 5px;
  position: relative;
}
.breadcrumb li:last-child:after {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PANEL BLANC 
\*----------------------------------------------------------------------------------------------------------------------*/
.panel {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 15px 0 15px 0;
  padding: 15px;
}
.panel-stack .panel {
  display: block;
  margin: 0;
}
/*------------------------------------*\
    $CITE
\*------------------------------------*/
.cite {
  text-align: center;
  margin-top: 30px;
  vertical-align: middle;
}
.cite .thumb {
  display: inline-block;
}
.cite .thumb picture {
  font-family: 'Lobster', cursive;
  font-size: 30 / 10rem;
  display: block;
}
.cite .thumb img {
  border-radius: 100%;
  margin-bottom: 10px;
}
.cite p {
  font-size: 16 / 10rem !important;
  padding: 30px 10px;
  font-style: italic;
}
/*------------------------------------*\
    $PRICING STYLES
\*------------------------------------*/
.discount-deal {
  display: inline-block;
  vertical-align: top;
  background: #ff4946;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 16 / 10rem;
  color: #ffffff;
  line-height: 40px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin: 3px 15px 0 0;
}
.deal-zone {
  position: relative;
}
.deal-zone .price-deal.price-was:before {
  position: absolute;
  display: block;
  bottom: 50%;
  left: -10px;
  right: -10px;
  height: 3px;
  background: #ff4946;
  content: "";
  z-index: 2;
  transform: rotate(-24deg);
}
.deal-zone .price-deal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 25 / 10rem;
  font-weight: bold;
}
.deal-zone .price-deal.price-was {
  margin-right: 10px;
}
.deal-zone .price-deal + .price-deal {
  color: #ff4946;
}
.deal-zone .price-deal + .price-deal .price-text {
  color: #063952;
}
.deal-zone .price-deal .price-text {
  display: block;
  margin-bottom: -8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11 / 10rem;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  /*margin-bottom: 60px;*/
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #f5f5f5;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ffffff;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../Images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../Images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 55;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../Images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../Images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $SHOW CASE ex : HP
\*----------------------------------------------------------------------------------------------------------------------*/
.showcase-feature,
.showcase-simple {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.showcase-feature a,
.showcase-simple a {
  display: block;
  color: #fff;
}
.showcase-feature img.showcase-bg,
.showcase-simple img.showcase-bg {
  width: 100%;
}
.showcase-feature {
  position: relative;
}
.showcase-feature > a {
  display: block;
}
.showcase-feature .details {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  background: rgba(255, 73, 70, 0.9);
  padding: 15px;
  text-align: left;
}
.showcase-feature .details .text-right {
  text-align: right;
}
.showcase-feature .details h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 14 / 10rem;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.showcase-feature .details p {
  margin: 0;
  font-size: 12 / 10rem;
  color: #fff;
}
.showcase-feature .details .btn {
  padding-left: 5px;
  padding-right: 5px;
}
.deal {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 15px 5px 15px;
  color: #ff4946;
  min-width: 140px;
}
.deal .price-deal {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 40 / 10rem;
  font-weight: bold;
}
.deal .price-deal .text-deal {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10 / 10rem;
  position: absolute;
  top: -6px;
  left: 4px;
  text-transform: uppercase;
  min-width: 60px;
}
.details .price-deal {
  display: block;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 50 / 10rem;
  line-height: 40px;
  font-weight: bold;
  margin-top: 4px;
  padding-top: 10px;
  padding-right: 40px;
  margin-right: 15px;
}
.details .price-deal:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  background: #fff;
}
.details .price-deal:before {
  position: absolute;
  display: block;
  top: 0;
  left: 45%;
  width: 120px;
  height: 3px;
  background: #ffffff;
  content: "";
  z-index: 2;
  transform: rotate(-20deg) translateX(-50%);
}
.details .price-deal .text-deal {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 10 / 10rem;
  position: absolute;
  top: -18px;
  left: 4px;
  text-transform: uppercase;
}
.showcase-simple {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.showcase-simple h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 18 / 10rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 16px 45px 13px 10px;
  text-align: left;
}
.showcase-simple h2:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
  display: block;
  height: 24px;
  width: 13px;
  content: "";
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -700px -100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .showcase-simple h2:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.showcase-simple .btn,
.showcase-simple .icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.showcase-simple .icon-youtube {
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -400px -100px;
  width: 90px;
  height: 38px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .showcase-simple .icon-youtube {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.showcase-simple.no-arrow h2:before {
  display: none;
}
.showcase-simple.green h2 {
  background: rgba(141, 170, 39, 0.9);
}
.showcase-simple.purple h2 {
  background: rgba(188, 121, 173, 0.9);
}
.showcase-simple.blue h2 {
  background: rgba(64, 177, 226, 0.9);
}
.showcase-simple.darkblue h2 {
  background: rgba(6, 57, 82, 0.9);
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $ITEM TYPE SELECTION
\*----------------------------------------------------------------------------------------------------------------------*/
.selection .articles .article {
  margin-bottom: 30px;
}
.selection .articles .article-bandeau {
  position: absolute;
  top: 19%;
  left: 30%;
  width: 100%;
  transform: rotate(45deg);
  background-color: red;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  pointer-events: none;
}
.selection .articles .article a {
  text-decoration: none;
}
.selection .articles .article .btn {
  border: 2px solid;
}
.selection .articles .article.green h2,
.selection .articles .article.green a {
  color: #8daa27;
  border-color: 2px solid #8daa27;
}
.selection .articles .article.green .button-deal a:hover {
  background: #8daa27;
  border-color: #8daa27;
  color: #ffffff;
}
.selection .articles .article.blue h2,
.selection .articles .article.blue a {
  color: #40b1e2;
  border-color: #40b1e2;
}
.selection .articles .article.blue .button-deal a:hover {
  background: #40b1e2;
  border-color: #40b1e2;
  color: #ffffff;
}
.selection .articles .article.purple h2,
.selection .articles .article.purple a {
  color: #bc79ad;
  border-color: #bc79ad;
}
.selection .articles .article.purple .button-deal a:hover {
  background: #bc79ad;
  border-color: #bc79ad;
  color: #ffffff;
}
.selection .articles .article-image {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.selection .articles .article-image img {
  width: 100%;
}
.selection .articles .discount-deal {
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
}
.selection .articles .article-description h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 13 / 10rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.selection .articles .article-description p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 12 / 10rem;
}
.selection .btn-larger {
  font-size: 18 / 10rem;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES SELECT BAR (PARTIAL)
\*----------------------------------------------------------------------------------------------------------------------*/
.select-bar {
  background: #063952;
  color: #ffffff;
  padding: 15px;
  margin: 15px 0;
}
.select-bar h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 15 / 10rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.select-bar .select-dropdown {
  position: relative;
  margin: 15px 0;
}
.select-bar .select-dropdown:last-child {
  margin-bottom: 0;
}
.select-bar .select-dropdown .select-list {
  max-height: 0;
  overflow: hidden;
  z-index: 2;
}
.select-bar .select-dropdown .select-list li {
  background: #f7f7f7;
  font-size: 12 / 10rem;
  border-top: 1px dashed #095a82;
}
.select-bar .select-dropdown .select-list li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
}
.select-bar .select-dropdown .select-list .li-town a {
  padding-left: 25px;
}
.select-bar .select-dropdown .select-title {
  position: relative;
  background: #ffffff;
  color: #063952;
  padding: 15px 10px;
  font-size: 12 / 10rem;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
}
.select-bar .select-dropdown .select-title:focus {
  outline: none;
}
.select-bar .select-dropdown .select-title:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  width: 14px;
  height: 10px;
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -700px 0px;
  content: "";
  transition: transform 0.15s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .select-bar .select-dropdown .select-title:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
.select-bar .select-dropdown .select-title.active {
  font-weight: bold;
}
.select-bar .select-dropdown .select-title.active:before {
  transform: rotate(180deg);
}
.select-bar .select-dropdown .select-title.active + .select-list {
  max-height: 9999px;
  z-index: 2;
}
.and-more {
  padding: 15px;
  margin: 15px 0;
  text-align: center;
}
.and-more > a {
  color: #063952;
  display: inline-block;
  text-decoration: none;
}
.and-more > a .see-more {
  display: inline-block;
  border: 1px solid #063952;
  font-size: 12 / 10rem;
  margin-top: 20px;
  padding: 5px 8px;
}
.and-more > a .see-more:hover {
  background: #063952;
  color: #ffffff;
}
.consigne-yvette {
  background: #757575;
  background: -webkit-linear-gradient(to right, #757575, #949494);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #757575, #949494);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  padding: 15px;
  text-align: center;
  font-size: 16 / 10rem;
  font-style: italic;
}
.consigne-yvette p:last-child {
  margin: 0;
}
/*------------------------------------*\
    $STEP BY STEP - Barre processus de r�servation
\*------------------------------------*/
.stepbystep {
  margin-bottom: 20px;
}
.stepbystep ul li {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14 / 10rem;
  font-weight: bold;
}
.stepbystep ul li a {
  display: block;
  opacity: 0.3;
  padding: 5px 0;
  text-decoration: none;
  color: #063952;
}
.stepbystep ul li:last-child {
  border: none;
}
.stepbystep ul li .icon {
  transform: scale(0.75);
  display: inline-block;
  vertical-align: middle;
}
.stepbystep ul li .icon + span {
  display: inline-block;
  vertical-align: middle;
}
.stepbystep ul li.active {
  color: #ff4946;
}
.stepbystep ul li.active a {
  opacity: 1;
  color: #ff4946;
}
.stepbystep ul li.active .icon {
  background-position-y: -350px;
}
.stepbystep ul li.visited a {
  opacity: 1;
}
/*------------------------------------*\
    $STYLES GLOBAUX NOTEMMENT PAGE PROCESS PANIER 
\*------------------------------------*/
.section {
  margin-bottom: 30px;
}
.input-group {
  margin-bottom: 15px;
}
/*------------------------------------*\
    $MODAL 
\*------------------------------------*/
#openModal1 {
  border-radius: 50px;
  position: fixed;
  bottom: 15px;
  left: 15px;
}
#modal2 {
  background: #ffffff url(../Images/bg_header.jpg) repeat center top;
  position: absolute;
  left: 50%;
  top: 8%;
}
#modal2 .close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  float: right;
  top: 7px;
  right: 15px;
  z-index: 10;
}
#openModal2 {
  position: absolute;
  right: 13rem;
  top: 2.75rem;
  border: 2px solid #063952;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}
#openModal2::before {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #063952;
  position: absolute;
  right: -0.5rem;
  bottom: -0.35rem;
  transform: rotate(45deg);
}
#openModal3 {
  border: 1px solid #eee;
  display: block;
  padding: 10px;
  text-decoration: none;
  margin: 0 -10px -10px -10px;
  color: #063952;
}
#openModal3 h3 {
  margin: 0;
}
#openModal3:hover {
  background: #063952;
}
#openModal3:hover h3 {
  color: #fff;
}
#modal3 {
  max-width: 500px;
}
.fade {
  /*--Masque opaque noir de fond--*/
  display: none;
  /*--masqu� par d�faut--*/
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 9999;
}
.modal {
  display: none;
  /*--masqu� par d�faut--*/
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  /*--Les diff�rentes d�finitions de Box Shadow en CSS3--*/
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  max-height: 95%;
  /*overflow: auto;*/
}
.modal table {
  max-width: 400px;
  margin: 0 auto;
  border: none;
}
.modal table th,
.modal table td {
  border: none;
  padding: 0;
}
.modal table th {
  color: #063952;
  text-transform: uppercase;
  border-bottom: 2px solid #063952;
  padding-bottom: 10px;
}
.modal table th:before {
  display: inline-block;
  content: "> ";
  margin-right: 5px;
  vertical-align: text-bottom;
}
.modal table tr:nth-child(2) td {
  padding-top: 15px;
}
.modal table tr:last-child {
  border-bottom: 2px solid #063952;
}
.modal table tr:last-child td {
  padding-bottom: 10px;
}
.modal table tr {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.modal table tr a {
  display: block;
  padding: 4px 8px;
  text-decoration: none;
}
.modal table tr a:hover {
  background: #f0f0f0;
}
.modal table tr td:first-child {
  width: 50px;
}
.modal table tr td:nth-child(2) {
  text-transform: uppercase;
}
.modal table tr:nth-child(even) {
  color: #063952;
}
.modal table tr:nth-child(even) a {
  color: #063952;
}
.modal table tr:nth-child(odd) {
  color: #bc79ad;
}
.modal table tr:nth-child(odd) a {
  color: #bc79ad;
}
.modal .close {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  float: right;
  top: 7px;
  right: 15px;
  z-index: 10;
}
.modal .close:before,
.modal .close:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #063952;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close:hover:before,
.modal .close:hover:after {
  background: #ff4946;
}
.modal h1.title-decoration {
  top: 0;
}
.ramassage-print table {
  max-width: 400px;
  margin: 0 auto;
  border: none;
}
.ramassage-print table th,
.ramassage-print table td {
  border: none;
  padding: 0;
}
.ramassage-print table th {
  color: #063952;
  text-transform: uppercase;
  border-bottom: 2px solid #063952;
  padding-bottom: 10px;
}
.ramassage-print table th:before {
  display: inline-block;
  content: "> ";
  margin-right: 5px;
  vertical-align: text-bottom;
}
.ramassage-print table tr:nth-child(2) td {
  padding-top: 15px;
}
.ramassage-print table tr:last-child {
  border-bottom: 2px solid #063952;
}
.ramassage-print table tr:last-child td {
  padding-bottom: 10px;
}
.ramassage-print table tr {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.ramassage-print table tr a {
  display: block;
  padding: 4px 8px;
  text-decoration: none;
}
.ramassage-print table tr a:hover {
  background: #f0f0f0;
}
.ramassage-print table tr td:first-child {
  width: 50px;
}
.ramassage-print table tr td:nth-child(2) {
  text-transform: uppercase;
}
.ramassage-print table tr:nth-child(even) {
  color: #063952;
}
.ramassage-print table tr:nth-child(even) a {
  color: #063952;
}
.ramassage-print table tr:nth-child(odd) {
  color: #bc79ad;
}
.ramassage-print table tr:nth-child(odd) a {
  color: #bc79ad;
}
.position_modal_master {
  top: 13%;
  position: absolute;
}
.position_modal_master .close {
  position: absolute;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 10px 20px;
}
.modal-header.full,
.modal-body.full,
.modal-footer.full {
  padding: 0;
}
.modal-header.full .btn,
.modal-body.full .btn,
.modal-footer.full .btn {
  font-size: 18 / 10rem;
}
.modal-header.big,
.modal-body.big,
.modal-footer.big {
  padding: 20px;
}
.modal-body {
  padding: 50px 20px;
}
.modal-body input,
.modal-body textarea {
  width: 100%;
}
.modal-body .panel {
  margin: 0;
}
.modal-body ul.agences {
  text-align: center;
  margin-top: -35px;
}
.modal-body ul.agences li {
  display: block;
  vertical-align: middle;
  border-bottom: 1px dashed #cccccc;
}
.modal-body ul.agences li:last-child {
  border: none;
}
.modal-body ul.agences li a {
  display: block;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 15px;
}
.modal-body ul.agences li a:hover {
  background: #f2f2f2;
}
.modal-body ul.agences li a:hover:hover span {
  background: #063952;
  color: #ffffff;
}
.modal-body ul.agences li a img {
  display: inline-block;
  height: 80px;
}
.modal-body ul.agences li a span {
  display: inline-block;
  border: 2px solid #063952;
  padding: 6px 10px 5px 10px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  color: #063952;
  font-size: 12 / 10rem;
  font-weight: bold;
}
.modal-footer h4 {
  color: #fff;
}
.modal-footer .btn.btn-full {
  padding: 12px 0;
}
/*------------------------------------*\
    $ALERT MESSAGE
\*------------------------------------*/
.alert-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #a10808;
  display: none;
  width: 100%;
  color: #fff;
  text-align: center;
}
.alert-message p {
  padding: 10px;
  margin: 0;
}
/*------------------------------------*\
    $CLASSES UTILITAIRES
\*------------------------------------*/
.relative {
  position: relative;
}
.align-center {
  text-align: center;
}
.border-bottom {
  border-bottom: 1px #063952 solid;
}
.small-mt {
  margin-top: 15px;
}
.small-mb {
  margin-top: 15px;
}
.wide-mt {
  margin-top: 30px;
}
.wide-mb {
  margin-top: 30px;
}
.large-mt {
  margin-top: 50px;
}
.large-mb {
  margin-top: 50px;
}
.small-pt {
  padding-top: 15px;
}
.small-pb {
  padding-top: 15px;
}
.wide-pt {
  padding-top: 30px;
}
.wide-pb {
  padding-top: 30px;
}
.large-pt {
  padding-top: 50px;
}
.large-pb {
  margin-top: 50px;
}
/*@media (max-width: 992px) {.pull-left,.pull-right{float:none!important;}}*/
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  overflow-y: scroll;
  min-height: 100%;
}
/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
img {
  max-width: 100%;
}
img[width],
img[height] {
  max-width: none;
}
.img--right {
  float: right;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.img--left {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}
.bloc-avantages {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES CUSTUM KENDO
\*----------------------------------------------------------------------------------------------------------------------*/
.page.page-inscription .k-datepicker,
.page.page-inscription .k-datepicker {
  border: 1px #ccc solid !important;
  color: #063952 !important;
  padding: 4px!important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400!important;
  width: 100%!important;
  border-radius: 3px!important;
}
.page.page-inscription .btn.btn-datepicker,
.page.page-inscription .btn.btn-datepicker {
  background-position: -290px 6px !important;
}
.page.page-inscription .k-calendar .k-today,
.page.page-inscription .k-calendar .k-today {
  background-color: #063952 !important;
}
.page.page-inscription .k-state-default,
.page.page-inscription .k-state-default {
  border: 0!important;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .bloc-avantages {
    display: block;
  }
  .position_modal_master {
    top: 9%;
    position: absolute;
  }
  .select-bar {
    margin-bottom: 30px;
  }
  .select-bar h2 {
    margin: 0;
    text-align: center;
  }
  .select-bar .col-sm-3 {
    padding-right: 0;
  }
  .select-bar .col-sm-3:last-child {
    padding-right: 15px;
  }
  .select-bar .select-dropdown .select-list {
    position: absolute;
    left: 0;
    right: 0;
  }
  .panel .instructions {
    position: absolute;
    bottom: 30px;
    left: 25px;
    margin: 0;
  }
  .and-more {
    padding: 15px 0;
  }
  .and-more p {
    font-size: 12 / 10rem;
  }
  .selection .deal-zone {
    display: inline-block;
    width: 100%;
  }
  .selection .articles .article-image,
  .selection .articles .article-image img {
    width: 100%;
  }
  .selection .articles .article-description .deal-zone .price-deal {
    float: left;
    font-size: 35 / 10rem;
  }
  .selection .articles .article.promo .article-description .deal-zone .price-deal:first-child:before {
    top: 25px;
  }
  .selection .deal-zone .price-deal.price-was {
    margin-right: 15px;
  }
  .selection .articles .article-description .deal-zone .button-deal {
    float: right;
    margin-top: 15px;
  }
  .stepbystep ul li {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
    text-align: center;
  }
  .stepbystep ul li a {
    padding: 0;
  }
  .stepbystep ul li:last-child {
    border-right: none;
  }
  .modal ul.agences li {
    display: inline-block;
    border: none;
    width: 32%;
  }
  .modal .close {
    position: absolute;
    float: none;
    top: 15px;
  }
  .modal h1.title-decoration {
    top: -35px;
  }
  .showcase-feature,
  .showcase-simple {
    margin-bottom: 30px;
  }
  .showcase-feature {
    float: left;
  }
  .showcase-simple h2 {
    font-size: 20 / 10rem;
  }
  .showcase-feature .details .btn {
    padding-left: 20px;
    padding-right: 20px;
    float: right!important;
  }
  .showcase-feature .pull-right.original-price {
    float: right!important;
  }
  .showcase-feature .details .btn {
    margin-top: 8px;
  }
  .showcase-feature .details h2 {
    font-size: 18 / 10rem;
  }
  .showcase-feature .details p {
    font-size: 14 / 10rem;
  }
  .showcase-feature .details {
    position: absolute;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .panel {
    padding: 20px;
  }
  .and-more {
    padding: 0;
  }
  .and-more img {
    max-height: 60px;
    width: auto;
  }
  .and-more p {
    font-size: 13 / 10rem;
  }
  .modal .panel {
    /*padding: 0 25px;*/
  }
  .deal-zone .price-deal.price-was {
    margin-right: 15px;
  }
  .selection .articles .article-description p {
    font-size: 14 / 10rem;
  }
  .selection .articles .article-description h2 {
    font-size: 17 / 10rem;
  }
  .select-bar {
    padding: 25px;
  }
  .select-bar .select-dropdown {
    margin-top: 0;
  }
  .select-bar h2 {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
  }
  .showcase-feature .details {
    padding: 20px 25px;
  }
  .showcase-feature .details h2 {
    font-weight: bold;
    font-size: 19 / 10rem;
  }
  .showcase-simple h2 {
    font-size: 25 / 10rem;
    padding: 11px 20px 9px 20px;
  }
  .stepbystep ul li .icon {
    transform: scale(1);
    margin-right: 10px;
  }
  .stepbystep ul li .icon + span {
    font-size: 16 / 10rem;
  }
  .selection .articles .article-image {
    width: 44%;
  }
  .selection .article-description {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .cite p {
    font-size: 18 / 10rem !important;
    padding: 30px 20px 10px 0;
  }
  .btn.btn-big {
    font-size: 25 / 10rem;
  }
  .selection .deal-zone {
    width: auto;
    display: block;
  }
  .selection .articles .article-description .deal-zone .price-deal {
    margin: 10px 0 0 0;
  }
  .selection .articles .article-description .deal-zone .price-deal.price-was {
    margin-right: 15px;
  }
  .selection .articles .deal-zone .price-deal:first-child:after {
    content: "";
    height: 1px;
    width: 80px;
    position: absolute;
    top: -13px;
    left: 0;
    display: block;
    background-color: #063952;
  }
  .selection .articles .article-image {
    width: 49%;
  }
  .selection .articles .article-image img {
    width: 100%;
  }
  .selection .articles .article-image {
    float: left;
  }
  .selection .article-description {
    text-align: left;
  }
  .selection .deal-zone {
    width: auto;
    display: block;
  }
}
.titleExtraBloc {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
  margin-bottom: 12px;
}
.icon-rounded-star {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
}
.bg-bleu {
  background-color: #063952;
  color: #fff;
}
.extraText {
  margin: 0 0 0rem 1rem;
  font-family: "Roboto Condensed";
}
.d-flex {
  display: flex;
}
.titleExtraBloc {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
  margin-bottom: 12px;
}
.extraText {
  margin: 0 0 0rem 1rem;
  font-family: "Roboto Condensed";
}
div.selectList > ul > li::before {
  list-style: none;
  content: url(../Images/arrow-right-solid.svg);
  margin-right: 5px;
}
div.selectList > ul > li {
  margin-bottom: 5px;
}
.starIconbg {
  width: 18px;
  height: 18px;
}
.blocSpaced {
  display: flex;
}
.deleteMargin {
  margin: 0 !important;
}
.deleteMargin p {
  margin: 0;
}
.dltSpace + div {
  margin-top: -4rem !important;
}
.titlePrint {
  left: 0 !important;
  transform: translateX(0) !important;
  display: block !important;
  margin: auto !important;
  width: 10rem !important;
}
.printLogoBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testMarginR {
  margin-right: 4rem !important;
}
.logoBoxImg {
  margin-bottom: 1rem;
}
.textUnderTitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
.payment-method {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.iconBox {
  display: flex;
  align-items: center;
  margin-top: -0.4rem;
}
.agency-links li {
  margin: 0 20px 20px 0;
}
.agency-links li:last-child {
  margin-right: 0;
}
.paymentContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footerLogoContainer2 {
  padding: 0rem;
  margin-top: 0.5rem;
}
.changeTitle {
  font-size: 1.5rem;
}
.secondTitle {
  margin-left: -1rem;
}
.alertMsg {
  color: red;
  font-weight: 600;
  margin-top: 1rem;
}
.btnComplet {
  display: flex ;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btnComplet:hover {
  cursor: pointer;
}
.btnCompletTitle {
  font-size: 1.8rem !important;
  font-weight: 600;
  color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.btnCompletTxt {
  font-size: 10px;
  color: red;
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
.modInputContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  gap: 2rem;
}
#reserver-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65%;
  gap: 0rem;
}
.modalEmail {
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.modalEmailInput {
  margin-bottom: 3rem;
}
.modalNbplace {
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.modalNbPlaceInput {
  margin-bottom: 3rem;
}
.modalInputBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalBtnValider {
  height: 50px;
  width: 250px !important;
  color: white;
  background-color: #063952;
  font-size: 1.8rem;
}
#annuler-reserver {
  margin-top: 2rem;
}
.modalTitle {
  padding: 2rem;
}
.blueStrong {
  color: #40b1e2 !important;
}
.testPng {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  height: 55px;
  line-height: 45px;
  text-align: center;
  position: relative;
  height: auto;
  line-height: 1.5;
  padding: 0;
  top: -25px;
  margin-top: 0;
  display: inline-block;
  padding: 5px 15px;
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  left: 13%;
  transform: translateX(-50%);
}
.testPng::before {
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 16px;
  height: 40px;
  content: "";
  background-image: url(../Images/bitogno.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.testPng::after {
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 16px;
  height: 40px;
  content: "";
  background-image: url(../Images/bitogno.png);
  background-repeat: no-repeat;
  background-position: -16px 0;
}
.btnContainer {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .testPng {
    left: 27%;
  }
}
@media (max-width: 600px) {
  .testPng {
    left: 38%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 770px) {
  .btnContainer {
    flex-direction: column;
  }
}
.btnContainer--topRight {
  display: flex;
  justify-content: flex-end;
  margin-top: -3rem;
  margin-bottom: 3rem;
}
.btnBlue {
  border: 2px solid #40b1e2 !important;
  color: #40b1e2 !important;
  margin-bottom: 10px;
}
.btnBlue:hover {
  background: #40b1e2 !important;
  border-color: #40b1e2 !important;
  color: #ffffff !important;
}
.detailTitle {
  color: #40b1e2;
  border-color: #40b1e2;
  font-size: 1.7rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin-top: 1rem;
  text-transform: uppercase;
  line-height: 1;
}
.details-image {
  position: relative;
  overflow: hidden;
}
.prime-bandeau {
  position: absolute;
  top: 13%;
  left: 37%;
  width: 100%;
  transform: rotate(45deg);
  background-color: red;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  pointer-events: none;
}
.carrousel_container {
  position: relative;
}
.carousel__container {
  display: flex;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
}
.customCarousel__item {
  flex: 0 0 auto;
  margin-right: 1rem;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.customCarousel__item img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
}
.navigator__container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}
.navigator__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.navigator__dot--selected {
  background: #ffffff;
}
/*------------------------------------*\
    $GENERAL FORM
\*------------------------------------*/
.form div {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="number"],
textarea {
  border: 1px #ccc solid;
  color: #063952;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 100%;
  border-radius: 3px;
}
.k-picker-wrap {
  border: 0!important;
}
.k-picker-wrap .datepicker {
  border: 0 !important;
  padding: 5px 0 !important;
  border-radius: 3px!important;
}
select {
  position: relative;
  padding: 10px 30px 7px 10px;
  border: 1px solid #ccc;
  outline: 1px transparent solid;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border-color: #063952;
}
.select {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.select select {
  background: none;
}
.select select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
.select:after {
  width: 1px;
  height: 1px;
  content: "";
  border-top: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -1px;
  z-index: -1;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  border-color: #000;
  outline: 1px transparent solid;
}
.input-group {
  position: relative;
  margin-bottom: 25px;
}
.input-group .select,
.input-group select {
  line-height: 1.45;
}
.error {
  color: #cc0000;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.k-invalid-msg {
  display: inline-block !important;
  width: auto !important;
  color: #cc0000 !important;
  font-size: 12 / 10rem !important;
  position: absolute!important;
  right: 0!important;
  top: -26px !important;
  background: none!important;
  box-shadow: none!important;
}
.k-invalid-msg2 {
  display: inline-block !important;
  width: auto !important;
  color: #cc0000 !important;
  font-size: 1.2rem !important;
  position: relative!important;
  right: 0!important;
  top: 0px !important;
  background: none!important;
  box-shadow: none!important;
}
.k-invalid {
  border-color: #cc0000 !important;
}
/*------------------------------------*\
    $CUSTOM BOUTON RADIO
\*------------------------------------*/
input[type="radio"] {
  display: none;
  cursor: pointer;
}
input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  border: 1px solid #cccccc;
  cursor: pointer;
}
input[type="radio"] + label span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: none;
  border: 0px solid #ff4946;
  content: "";
  display: block;
}
input[type="radio"]:checked + label span:after {
  border: 5px solid #ff4946;
}
input[type="radio"] + label span:after,
input[type="radio"]:checked + label span:after {
  transition: all 0.15s ease;
}
/*------------------------------------*\
    $CUSTOM BOUTON CHECKBOX
\*------------------------------------*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  display: block;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: top;
  float: left;
  margin-right: 10px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  transition: border-radius 0.8s ease;
}
[type="checkbox"].checkbox-small:not(:checked) + label:before,
[type="checkbox"].checkbox-small:checked + label:before {
  width: 15px;
  height: 15px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  width: 20px;
  height: 14px;
  transition: all 0.4s ease;
  background-size: 800px 400px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -600px -100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 800px 400px;
  }
}
[type="checkbox"].checkbox-small:not(:checked) + label:after,
[type="checkbox"].checkbox-small:checked + label:after {
  top: 0px;
  left: -2px;
}
[type="checkbox"]:checked + label:before {
  background: #ff4946;
  border-color: #ff4946;
  border-radius: 0;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"] :checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"].checkbox-small:checked + label:after {
  transform: scale(0.4);
}
[type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #cccccc;
  background-color: #e6e6e6;
}
/* disabled checkbox */
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #b3b3b3;
  background-color: #b3b3b3;
}
[type="checkbox"]:disabled,
[type="checkbox"]:disabled + label,
[type="checkbox"]:disabled + label:before {
  cursor: not-allowed;
}
[type="checkbox"]:disabled + label {
  color: #b3b3b3;
}
/*------------------------------------*\
    $CUSTOM KENDO
\*------------------------------------*/
.k-widget {
  width: 100%;
}
.k-widget.k-tooltip-validation {
  padding: 5px;
  border: none;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE QUI SOMMES NOUS
\*----------------------------------------------------------------------------------------------------------------------*/
.blocSpaced {
  display: flex;
  justify-content: space-between;
}
.page-quisommesnous .bleu {
  text-align: justify;
  margin-bottom: 0;
}
.page-quisommesnous .img-interne {
  width: 100%;
  margin: 0 auto 10px;
  display: block;
}
.page-quisommesnous .bg-bleu p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 0;
  font-size: 21 / 10rem;
  display: inline-block;
  width: 90%;
  padding: 0 7%;
  vertical-align: middle;
}
.page-quisommesnous .bg-bleu img {
  display: none;
}
.page-quisommesnous .selection h2 {
  text-align: center;
  font-size: 26 / 10rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.page-quisommesnous h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 17 / 10rem;
}
.page-quisommesnous ul.liste-qualite {
  width: 75%;
  margin: 0 auto;
  margin-left: 23%;
}
.page-quisommesnous ul.liste-qualite li {
  padding: 20px 0;
  border-bottom: #8e8d8d dashed 1px;
  position: relative;
}
.page-quisommesnous ul.liste-qualite li:last-child {
  border: 0;
}
.page-quisommesnous ul.liste-qualite li:before {
  background-image: url('../Images/puce-check.jpg');
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  left: -60px;
  top: 45px;
  display: block;
}
.page-quisommesnous .agences .bloc {
  width: 100%;
  margin: 40px auto;
  border: none;
}
.page-quisommesnous .dire-plus {
  display: inline-block;
  margin: 60px 0 65px 10px;
  text-align: justify;
  width: 100%;
}
.page-quisommesnous .dire-plus .titre {
  color: #063952;
  font-weight: 700;
  border-bottom: 1px solid #adbcc4;
  text-transform: uppercase;
  font-size: 26 / 10rem;
  padding-bottom: 20px;
}
.page-quisommesnous .citation {
  display: inline-block;
  width: 100%;
  position: relative;
  float: right;
}
.page-quisommesnous .citation img {
  display: inline-block;
  /*margin-left:3%;*/
  float: right;
  margin: 0 auto;
  margin-right: 38%;
  height: auto;
  width: 27%;
}
.page-quisommesnous .citation p {
  font-size: 26 / 10rem;
  line-height: 30px;
  text-align: center;
  font-style: italic;
  position: relative;
  display: inline-block;
  width: 100%;
  /*margin-top:120px;*/
}
.page-quisommesnous .citation p:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url('../Images/left.jpg');
  width: 86px;
  /*left:-10%;*/
  top: -75%;
  z-index: -1;
  height: 75px;
}
.page-quisommesnous .citation p:after {
  position: absolute;
  content: "";
  display: block;
  right: -3%;
  bottom: -77%;
  background-image: url('../Images/right.jpg');
  width: 86px;
  height: 75px;
  z-index: -1;
}
.page-quisommesnous footer {
  margin-top: 0px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE VOS AVANTAGES
\*----------------------------------------------------------------------------------------------------------------------*/
.page-vosavantages .bleu {
  text-align: justify;
}
.page-vosavantages .img-interne {
  margin: 0 auto 10px;
  display: block;
  margin-top: -57px;
}
.page-vosavantages .bg-bleu p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 0;
  font-size: 21 / 10rem;
  display: inline-block;
  width: 93%;
  padding: 0 7%;
  vertical-align: middle;
}
.page-vosavantages .bg-bleu img {
  display: inline-block;
  vertical-align: middle;
}
.page-vosavantages .selection h2 {
  text-align: center;
  font-size: 26 / 10rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.page-vosavantages h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
  font-size: 17 / 10rem;
  height: 54px;
}
.page-vosavantages .encart {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 0 30px;
}
.page-vosavantages .encart:last-child {
  border: 0;
}
.page-vosavantages .encart img {
  margin: 0 auto 10px;
  display: block;
}
.page-vosavantages .encart .bkg-blue {
  background: #063952;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
}
.page-vosavantages .encart .bkg-blue img {
  width: 60px;
  margin: 0;
}
.page-vosavantages .carte {
  display: block;
  margin: 0 auto;
}
.page-vosavantages .bloc-left {
  margin-top: 40px;
}
.page-vosavantages table th {
  border-bottom: 2px solid #000;
  padding: 5px 0;
}
.page-vosavantages table td {
  border-bottom: 1px dashed grey;
  padding: 10px 0;
}
.page-vosavantages table td:last-child {
  font-weight: 700;
}
.page-vosavantages .gift-card {
  margin: 50px 0;
}
.page-vosavantages .gift-card h2 {
  margin-bottom: 0;
}
.page-vosavantages .gift-card h3 {
  height: auto;
  text-align: left;
  font-size: 2rem;
}
.page-vosavantages .gift-card a {
  display: inline-block;
  padding: 10px 15px;
  background: #FF4946;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}
.page-vosavantages .gift-card a:hover {
  text-decoration: none;
}
.page-vosavantages .gift-card p {
  margin: 15px 0;
}
.page-vosavantages .gift-card .gift-card__container {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .page-vosavantages .gift-card .gift-card__container {
    flex-direction: row;
  }
}
.page-vosavantages .gift-card .gift-card__container .gift-card__left,
.page-vosavantages .gift-card .gift-card__container .gift-card__right {
  width: 100%;
}
@media (min-width: 992px) {
  .page-vosavantages .gift-card .gift-card__container .gift-card__left,
  .page-vosavantages .gift-card .gift-card__container .gift-card__right {
    width: 50%;
  }
}
.page-vosavantages .gift-card .gift-card__container .gift-card__left {
  order: 2;
}
@media (min-width: 992px) {
  .page-vosavantages .gift-card .gift-card__container .gift-card__left {
    order: 1;
  }
}
.page-vosavantages .gift-card .gift-card__container .gift-card__right {
  text-align: right;
  order: 1;
  margin-bottom: 20px;
}
.page-vosavantages .gift-card .gift-card__container .gift-card__right img {
  width: 100%;
}
@media (min-width: 992px) {
  .page-vosavantages .gift-card .gift-card__container .gift-card__right {
    order: 2;
    margin-bottom: 0;
  }
  .page-vosavantages .gift-card .gift-card__container .gift-card__right img {
    width: 90%;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE CARTE CADEAU
\*----------------------------------------------------------------------------------------------------------------------*/
.page-cartecadeau .head p {
  margin: 10px 0 0 0;
}
.page-cartecadeau .head .img-interne {
  margin-top: -57px;
  width: 100%;
  height: auto;
}
.page-cartecadeau .page-cartecadeau__adv {
  padding: 30px;
}
.page-cartecadeau .advantages {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-cartecadeau .advantages {
    flex-direction: row;
  }
}
.page-cartecadeau .advantages .advantages__left {
  order: 2;
  width: 100%;
}
@media (min-width: 992px) {
  .page-cartecadeau .advantages .advantages__left {
    order: 1;
    width: 35%;
    padding-right: 25px;
  }
}
.page-cartecadeau .advantages .advantages__left h2 {
  text-transform: uppercase;
}
.page-cartecadeau .advantages .advantages__left ul {
  margin: 15px 0;
  padding-left: 30px;
}
.page-cartecadeau .advantages .advantages__left ul li {
  position: relative;
  margin-bottom: 15px;
}
.page-cartecadeau .advantages .advantages__left ul li::before {
  position: absolute;
  left: -20px;
  top: 1px;
  content: "";
  background: url("/Images/arrow-right-solid.svg") no-repeat center;
  height: 15px;
  width: 15px;
}
.page-cartecadeau .advantages .advantages__left ul li:last-child {
  margin-bottom: 0;
}
.page-cartecadeau .advantages .advantages__right {
  order: 1;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-cartecadeau .advantages .advantages__right {
    order: 2;
    width: 65%;
    text-align: right;
  }
}
.page-cartecadeau .advantages .advantages__right img {
  width: 90%;
}
.page-cartecadeau .btn-red {
  display: inline-block;
  padding: 10px 15px;
  background: #FF4946;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}
.page-cartecadeau .btn-red:hover {
  text-decoration: none;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE VOS CONTACT
\*----------------------------------------------------------------------------------------------------------------------*/
.page-contact .bleu {
  text-align: justify;
}
.page-contact .img-interne {
  margin: 0 auto 10px;
  display: block;
  margin-top: -57px;
}
.page-contact .bg-bleu p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 0;
  font-size: 21 / 10rem;
  display: inline-block;
  width: 93%;
  padding: 0 7%;
  vertical-align: middle;
}
.page-contact .bg-bleu img {
  display: inline-block;
  vertical-align: middle;
}
.page-contact .selection h2 {
  text-align: center;
  font-size: 26 / 10rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.page-contact h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  font-size: 17 / 10rem;
}
.page-contact .agences .bloc {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.page-contact .agences .bloc:last-child {
  border: 0;
}
.page-contact .agences .bloc img {
  margin: 0 auto 20px;
  display: block;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE VOS VALIDATION
\*----------------------------------------------------------------------------------------------------------------------*/
.page-validation .bleu {
  text-align: justify;
}
.page-validation .img-interne {
  margin: 0 auto 10px;
  display: block;
  margin-top: -57px;
}
.page-validation .bg-bleu p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 0;
  font-size: 21 / 10rem;
  display: inline-block;
  width: 93%;
  padding: 0 7%;
  vertical-align: middle;
}
.page-validation .bg-bleu img {
  display: inline-block;
  vertical-align: middle;
}
.page-validation .selection h2 {
  text-align: center;
  font-size: 26 / 10rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE VOS ECHEC
\*----------------------------------------------------------------------------------------------------------------------*/
.page-echec .bleu {
  text-align: justify;
}
.page-echec .img-interne {
  margin: 0 auto 10px;
  display: block;
  margin-top: -57px;
}
.page-echec .bg-bleu p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 0;
  font-size: 21 / 10rem;
  display: inline-block;
  width: 93%;
  padding: 0 7%;
  vertical-align: middle;
}
.page-echec .bg-bleu img {
  display: inline-block;
  vertical-align: middle;
}
.page-echec .selection h2 {
  text-align: center;
  font-size: 26 / 10rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $QUESTIONS PRATIQUES
\*----------------------------------------------------------------------------------------------------------------------*/
.page-questionspratiques .bleu {
  text-align: justify;
}
.page-questionspratiques .img-interne {
  margin: 0 auto 10px;
  display: block;
}
.page-questionspratiques .selection h2 {
  text-align: center;
  font-size: 26 / 10rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.page-questionspratiques .click {
  padding: 10px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff4946;
  font-size: 13 / 10rem;
}
.page-questionspratiques .question {
  text-align: center;
  padding: 20px 25px;
}
.page-questionspratiques .question h2 {
  border: 0;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.page-questionspratiques button.accordion {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #063952;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 13 / 10rem;
  font-weight: 700;
  transition: 0.4s;
  display: block;
  background: none;
  margin: 0 auto 5px;
  line-height: 26px;
}
.page-questionspratiques button.accordion.first {
  border-top: 0;
}
.page-questionspratiques button.accordion.active {
  color: #ff4946;
}
.page-questionspratiques button.accordion.active:after {
  content: "\2212";
  background-color: #ff4946;
  color: #fff;
}
.page-questionspratiques button.accordion:hover {
  color: #ff4946;
}
.page-questionspratiques button.accordion:after {
  content: '\002B';
  line-height: 26px;
  width: 26px;
  height: 26px;
  color: #fff;
  text-align: center;
  background-color: #063952;
  border-radius: 50%;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.page-questionspratiques div.panel-accordion {
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.page-questionspratiques div.panel-accordion p {
  text-align: justify;
  font-size: 12 / 10rem;
  line-height: 20px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE DETAIL
\*----------------------------------------------------------------------------------------------------------------------*/
.page-detail__btn {
  font-size: 2.5rem;
}
.page-detail__fixed-price {
  display: none;
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  font-size: 12px;
  align-items: center;
  border: 1px solid #CCC;
  background: #EFEFEF;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  padding: 1rem 1.5rem;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .page-detail__fixed-price {
    display: flex;
  }
}
.page-detail__fixed-price-cat {
  border-right: 1px solid #8e8d8d;
  text-align: center;
  font-weight: 700;
  padding-right: 1.5rem;
  min-width: 25%;
}
.page-detail__fixed-price-cat-number {
  font-size: 20px;
}
.page-detail__fixed-price-book {
  flex-grow: 1;
}
.page-detail__fixed-price-book .btn {
  width: 100%;
}
.page-detail .col-md-8 p,
.page-detail .col-md-4 p {
  font-size: 14 / 10rem;
}
.page-detail .col-md-8 p.small,
.page-detail .col-md-4 p.small {
  font-size: 12 / 10rem;
}
.page-detail .col-md-8 .panel p:last-child {
  margin-bottom: 0;
}
.page-detail .col-md-8 .panel p {
  text-align: justify;
  text-justify: inter-word;
}
.page-detail .col-md-8 .desc {
  text-align: justify;
  text-justify: inter-word;
}
.page-detail .slideshow {
  position: relative;
  margin-bottom: 30px;
}
.page-detail .slideshow .badges {
  z-index: 60;
  position: absolute;
}
.page-detail .slideshow .badges * {
  margin: 0.5em 0.5em;
}
.page-detail .label {
  font-size: 13 / 10rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-detail .price-main {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 50 / 10rem;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-detail .row-pricing {
  border-bottom: 1px #063952 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
}
.page-detail .row-pricing:last-child {
  border-bottom: none !important;
}
.page-detail .row-pricing .discount-deal {
  vertical-align: middle;
  margin-right: 15px;
}
.page-detail .row-pricing .deal-zone .price-deal {
  line-height: 40px;
}
.page-detail .booking {
  position: relative;
}
.page-detail .booking-fixed {
  display: none;
}
.page-detail .row-btn.row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.page-detail .row-btn.row .btn {
  width: 100%;
  height: 65px;
  line-height: 35px;
}
.page-detail .row-btn.row .bg-gris {
  line-height: 45px;
}
.page-detail .row-btn.row .col-xs-8,
.page-detail .row-btn.row .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.page-detail .row-btn.row .share-btn {
  border-top: 1px #063952 solid;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.page-detail .row-btn.row .share-btn a {
  text-decoration: none;
}
.page-detail .row-btn.row .share-btn a:focus {
  outline: 0;
}
.page-detail .row-btn.row .share-btn a img {
  cursor: pointer;
  margin-right: 1em;
}
.page-detail .row-btn.row .share-btn a img:nth-child(1) {
  margin-left: 1em;
}
@media (min-width: 992px) {
  .page-detail .row-btn.row .share-btn a img:nth-child(1) {
    margin-right: 0;
  }
}
.page-detail .col-md-4 h3 {
  font-size: 14 / 10rem;
  text-transform: uppercase;
}
.page-detail .phrase {
  display: block;
  clear: both;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  float: right;
}
.page-detail #scrollDetect {
  clear: both;
}
.page-detail .blue {
  color: #40b1e2;
}
.page-detail .green {
  color: #8daa27;
}
.page-detail .purple {
  color: #bc79ad;
}
.page-detail .bg-purple {
  background-color: #bc79ad;
}
.page-detail .bg-blue {
  background-color: #40b1e2;
}
.page-detail .bg-green {
  background-color: #8daa27;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE INSCRIPTION
\*----------------------------------------------------------------------------------------------------------------------*/
.page-inscription #signinForm input {
  margin-bottom: 15px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE PROCESSUS DE RESERVATION ( PROCESS PANIER ETAPES )
\*----------------------------------------------------------------------------------------------------------------------*/
.pages-reservation h2 {
  font-size: 26 / 10rem;
  margin-bottom: 15px;
}
.pages-reservation .panel.bg-bleu p {
  line-height: 2;
}
.pages-reservation .deal-zone {
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.pages-reservation .deal-zone .discount-deal {
  vertical-align: middle;
  margin-top: 0;
}
.pages-reservation .deal-zone .price-deal {
  font-size: 42 / 10rem;
}
.pages-reservation .deal-zone .price-deal.price-was {
  font-size: 28 / 10rem;
}
.pages-reservation .monvoyage-detail h3 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
}
.pages-reservation .monvoyage-detail img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}
.pages-reservation.page-monvoyage .voyageurs-selection {
  text-align: center;
}
.pages-reservation.page-monvoyage .voyageurs-selection div[class^='col-']:last-child .deal-zone {
  border-bottom: none;
}
.pages-reservation.page-monvoyage .modal .modal-body .panel .row {
  padding: 30px;
}
.pages-reservation.page-monvoyage .voyageurs-total label {
  display: inline-block;
  margin: 10px 0;
}
.pages-reservation.page-monvoyage .voyageurs-total p {
  margin: 15px 0;
}
.pages-reservation.page-monvoyage .informations-client .label-participe {
  font-size: 12 / 10rem;
}
.pages-reservation.page-monvoyage .informations-client .k-picker-wrap {
  padding-right: 0;
}
.pages-reservation.page-monvoyage .select-chambre .total-chambres .total-personnes-chambres,
.pages-reservation.page-monvoyage .select-chambre .total-chambres .total-complements-chambres {
  margin-bottom: 15px;
}
.pages-reservation.page-monvoyage .conseil-yvette img {
  margin-bottom: 15px;
}
.pages-reservation.page-monvoyage .conseil-yvette p {
  font-size: 16 / 10rem;
  font-style: italic;
  margin-bottom: 30px;
}
.pages-reservation.page-monvoyage .conseil-yvette p a {
  color: #063952;
  text-decoration: none;
}
.pages-reservation.page-monvoyage .conseil-yvette p a:hover {
  color: #0d7bb1;
}
.pages-reservation.page-monvoyage .select-option .list-table .list-line {
  position: relative;
}
.pages-reservation.page-monvoyage .select-option .list-table .list-line:first-child {
  padding-top: 0;
}
.pages-reservation.page-monvoyage .select-option .list-table .list-line label .description {
  display: inline-block;
}
.pages-reservation.page-participants .detail-list-voyage li {
  font-weight: bold;
}
.pages-reservation.page-participants .detail-list-voyage li:after {
  content: ",";
}
.pages-reservation.page-participants .detail-list-voyage li:last-child:after {
  content: "";
}
.pages-reservation.page-participants .detail-option-list-voyage {
  margin-top: 15px;
}
.pages-reservation.page-participants .detail-option-list-voyage li {
  font-weight: bold;
}
.pages-reservation.page-participants .detail-option-list-voyage li:after {
  content: ",";
}
.pages-reservation.page-participants .detail-option-list-voyage li:first-child:after {
  content: "";
}
.pages-reservation.page-participants .detail-option-list-voyage li:last-child:after {
  content: ".";
}
.pages-reservation.page-participants .lieu-depart label,
.pages-reservation.page-participants .informations-client .total-line label {
  line-height: 1.5;
}
.pages-reservation.page-participants .lieu-depart label.select,
.pages-reservation.page-participants .informations-client .total-line label.select {
  margin-left: 10px;
}
.pages-reservation.page-participants .lieu-depart span,
.pages-reservation.page-participants .informations-client .total-line span {
  margin-left: 1.5rem;
}
.pages-reservation.page-participants .list-conditions label {
  margin-bottom: 10px;
}
.pages-reservation.page-confirmation .panel h2 {
  margin: 0;
}
.pages-reservation.page-confirmation .panel p {
  font-size: 16 / 10rem;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $PAGE PLAN DU SITE
\*----------------------------------------------------------------------------------------------------------------------*/
.page-sitemaps {
  text-align: center;
}
.page-sitemaps h1 {
  margin: 30px 0;
}
.page-sitemaps .sitemaps {
  max-width: 400px;
  margin: 0 auto;
}
.page-sitemaps .sitemaps li {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.page-sitemaps .sitemaps li a {
  display: block;
  background: #063952;
  color: #ffffff;
  text-decoration: none;
  padding: 15px;
  font-weight: bold;
}
.page-sitemaps .sitemaps li a:hover {
  background: #095a82;
}
.page-sitemaps .sitemaps li ul li {
  border-top: 1px dashed #e0e0e0;
  margin-bottom: 0;
  text-transform: none;
}
.page-sitemaps .sitemaps li ul li:last-child {
  margin-bottom: 0;
}
.page-sitemaps .sitemaps li ul li a {
  font-weight: 400;
  background: #ffffff;
  color: #063952;
}
.page-sitemaps .sitemaps li ul li a:hover {
  background: #fafafa;
}
.button-deal {
  margin-top: 10px;
}
.monvoyage-detail div {
  margin-bottom: 10px;
}
.monvoyage-detail .button-deal {
  float: right;
}
.bloc-voyages {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.bloc-voyages__description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.bloc-voyages__description a {
  flex-grow: 1;
}
.bloc-voyages__description p {
  margin: 2rem 0;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .page-questionspratiques .img-interne {
    margin-top: -57px;
  }
  .page-questionspratiques button.accordion {
    width: 100%;
  }
  .page-questionspratiques div.panel-accordion {
    width: 100%;
  }
  .more-trip {
    position: relative;
    top: 30px;
  }
  .bloc-avantages {
    display: block;
    position: relative;
  }
  .bloc-avantages__bandeau {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(6, 57, 82, 0.9);
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-between;
    padding: 1rem;
  }
  .bloc-avantages__bandeau h2 {
    font-weight: 400;
  }
  .page-vosavantages .encart {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    border-right: 1px solid #dddddd;
    border-bottom: 0;
    padding: 0 30px;
  }
  .page-vosavantages .encart:nth-child(2n+2) {
    border-right: 0;
  }
  .page-vosavantages .bloc-left {
    display: inline-block;
    width: 47%;
  }
  .page-vosavantages .carte {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-left: 4%;
  }
  .page-vosavantages .bete {
    text-align: left;
    line-height: 17px;
    padding-bottom: 20px;
    /*border-bottom:1px solid #dddddd;*/
    margin-bottom: 20px;
  }
  .page-quisommesnous {
    /*.citation {
             margin: 0 auto;
        }*/
  }
  .page-quisommesnous__end {
    text-align: center;
    padding: 3rem 0;
    font-size: 20px;
  }
  .page-quisommesnous .img-interne {
    margin-top: -57px;
  }
  .page-quisommesnous ul.liste-qualite {
    width: 85%;
    margin: 0 auto;
    margin-left: 10%;
  }
  .page-quisommesnous .dire-plus {
    display: inline-block;
    margin: 60px 0;
    text-align: justify;
    width: 36%;
  }
  .page-quisommesnous .citation {
    display: inline-block;
    width: 53%;
    position: relative;
    float: right;
  }
  .page-quisommesnous .citation img {
    display: inline-block;
    margin-left: 3%;
    float: right;
    margin-right: 60px;
    height: auto;
    width: 28%;
  }
  .page-quisommesnous .citation p {
    font-size: 26 / 10rem;
    line-height: 30px;
    text-align: center;
    font-style: italic;
    position: relative;
    display: inline-block;
    width: 375px;
    margin-top: 120px;
  }
  .page-quisommesnous .citation p:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url('../Images/left.jpg');
    width: 86px;
    left: -10%;
    top: -75%;
    z-index: -1;
    height: 75px;
  }
  .page-quisommesnous .citation p:after {
    position: absolute;
    content: "";
    display: block;
    right: -3%;
    bottom: -77%;
    background-image: url('../Images/right.jpg');
    width: 86px;
    height: 75px;
    z-index: -1;
  }
  .page-quisommesnous .agences .bloc {
    display: inline-block;
    width: 32%;
    border-right: 1px solid #d6d6d6;
  }
  .page-quisommesnous .agences .bloc:last-child {
    border: 0;
  }
  .page-detail .label {
    font-size: 12 / 10rem;
  }
  .page-detail .row-pricing .deal-zone .price-deal.price-was {
    font-size: 35 / 10rem;
  }
  .page-detail .row-pricing .deal-zone .price-deal {
    font-size: 50 / 10rem;
  }
  .page-detail .booking {
    position: relative;
  }
  .page-detail .booking-fixed {
    display: none;
  }
  .page-inscription #signinForm input {
    margin-bottom: 30px;
  }
  .pages-reservation .monvoyage-detail h3 {
    margin-bottom: 0;
  }
  .pages-reservation .monvoyage-detail img {
    max-width: 100%;
  }
  .pages-reservation.page-monvoyage .deal-zone {
    border: none;
    margin: 0;
  }
  .pages-reservation.page-monvoyage .voyageurs-selection #label-base {
    height: 60px;
  }
  .pages-reservation.page-monvoyage .voyageurs-selection .label {
    display: block;
    margin-bottom: 10px;
  }
  .pages-reservation.page-monvoyage .voyageurs-selection .label span {
    font-size: 13 / 10rem;
    margin-right: 1rem;
  }
  .pages-reservation.page-monvoyage .voyageurs-selection div[class^='col-'] {
    border-right: 1px solid #e6e6e6;
  }
  .pages-reservation.page-monvoyage .voyageurs-selection div[class^='col-']:last-child {
    border-right: none;
  }
  .pages-reservation.page-monvoyage .informations-client .label-participe {
    font-size: 14 / 10rem;
  }
  .pages-reservation.page-monvoyage .select-chambre .total-chambres .total-chambres-label {
    text-align: right;
  }
  .pages-reservation.page-monvoyage .total-prix-voyage p {
    margin-bottom: 0;
  }
  .pages-reservation.page-monvoyage .select-option .list-table .list-line label {
    display: inline-block;
    margin-left: 55px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .pages-reservation.page-monvoyage .select-option .list-table .list-line [type="checkbox"]:not(:checked) + label:before,
  .pages-reservation.page-monvoyage .select-option .list-table .list-line [type="checkbox"]:checked + label:before {
    position: absolute;
    left: -55px;
    top: 50%;
    margin-top: -18px;
    float: none;
  }
  .pages-reservation.page-monvoyage .select-option .list-table .list-line [type="checkbox"]:not(:checked) + label:after,
  .pages-reservation.page-monvoyage .select-option .list-table .list-line [type="checkbox"]:checked + label:after {
    top: 50%;
    margin-top: -8px;
    left: -47px;
  }
  .pages-reservation.page-monvoyage .select-option .total-option .total-option-label {
    text-align: right;
  }
  .pages-reservation.page-participants .detail-list-voyage li,
  .pages-reservation.page-participants .detail-option-list-voyage li {
    display: inline-block;
  }
  .page-contact .agences .bloc {
    display: inline-block;
    width: 32%;
    border-right: 1px solid #d6d6d6;
    border-bottom: none;
  }
  .page-contact .agences .bloc:last-child {
    border: 0;
  }
  .page-contact .agences .bloc img {
    margin: 0 auto 20px;
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .more-trip {
    top: 16px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .more-trip {
    top: 16px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .more-trip {
    top: 11px;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .page-questionspratiques button.accordion {
    width: 70%;
  }
  .page-questionspratiques div.panel-accordion {
    width: 70%;
  }
  .page-vosavantages .encart {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    border-right: 1px solid #dddddd;
    padding: 0 30px;
  }
  .page-vosavantages .encart:nth-child(2n+2) {
    border-right: 1px solid #dddddd;
  }
  .page-vosavantages .encart + .encart + .encart {
    border-right: 0;
  }
  .page-vosavantages .encart + .encart + .encart + .encart {
    border-right: 1px solid #dddddd;
  }
  .page-vosavantages .encart + .encart + .encart + .encart + .encart + .encart {
    border-right: 0;
  }
  .page-quisommesnous .dire-plus {
    margin: 60px 0 0;
    width: 36%;
  }
  .page-quisommesnous .citation {
    margin: 0 auto;
  }
  .page-quisommesnous .citation img {
    margin-left: 0;
    margin-right: 0;
  }
  .page-quisommesnous .bg-bleu img {
    display: inline-block;
    vertical-align: middle;
  }
  .page-detail .col-md-4 .panel {
    margin-top: 0;
  }
  .page-detail .label {
    font-size: 12 / 10rem;
  }
  .page-detail .row-pricing .deal-zone .price-deal.price-was {
    font-size: 25 / 10rem;
  }
  .page-detail .row-pricing .deal-zone .price-deal {
    font-size: 30 / 10rem;
  }
  .page-detail .booking.affix {
    position: fixed;
    top: 25px;
    width: 293px;
  }
  .page-detail .booking.affix-bottom {
    position: relative;
  }
  .page-detail .booking-fixed {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: none;
    padding: 0;
  }
  .page-detail .booking-fixed.affix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 200px;
    background: #ffffff;
    padding: 15px 0;
    z-index: 10;
    transition: max-height 2s ease, padding 0.5s ease;
  }
  .page-detail .booking-fixed.affix .pricing {
    text-align: right;
    width: 75%;
    float: left;
  }
  .page-detail .booking-fixed.affix .row-pricing {
    display: inline-block;
    width: 33%;
    padding: 0 15px;
    margin-bottom: 0;
    border-right: 1px #063952 solid;
    border-bottom: none;
    text-align: center;
  }
  .page-detail .booking-fixed.affix .row-btn {
    float: right;
    width: 25%;
    margin: 5px 0;
    padding: 0 15px;
  }
  .page-detail .booking-fixed.affix-bottom {
    position: relative;
  }
  .pages-reservation .monvoyage-detail h3 {
    font-size: 34 / 10rem;
  }
  .pages-reservation.page-monvoyage .panel.bg-bleu p {
    margin: 5px 0;
  }
  .pages-reservation.page-monvoyage .deal-zone .price-deal {
    font-size: 50 / 10rem;
  }
  .pages-reservation.page-monvoyage .deal-zone .price-deal.price-was {
    font-size: 34 / 10rem;
    /*margin-bottom: -14px;*/
  }
  .pages-reservation.page-monvoyage .voyageurs-selection #label-base {
    height: 40px;
    width: 100%;
  }
  .pages-reservation.page-monvoyage .voyageurs-selection .label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    width: 100%;
  }
  .pages-reservation.page-monvoyage .voyageurs-selection div[class^='col-'] {
    text-align: left;
  }
  .pages-reservation.page-monvoyage .voyageurs-total p {
    margin: 0;
  }
  .pages-reservation.page-monvoyage .voyageurs-total label {
    margin: 0;
    padding: 0;
    font-size: 12 / 10rem;
  }
  .pages-reservation.page-monvoyage .voyageurs-total label + input {
    margin-left: 15px;
  }
  .pages-reservation.page-monvoyage .voyageurs-total div[class^='col-'] {
    display: table;
  }
  .pages-reservation.page-monvoyage .voyageurs-total div[class^='col-'] > * {
    display: table-cell;
    vertical-align: middle;
  }
  .pages-reservation.page-monvoyage .verification-email .input-group {
    margin-bottom: 0;
  }
  .pages-reservation.page-monvoyage .select-chambre .list-table p {
    margin: 15px 0 !important;
  }
  .pages-reservation.page-monvoyage .select-chambre .list-table .select {
    margin: 8px 0;
  }
  .pages-reservation.page-monvoyage .select-chambre .list-table .text-prix {
    margin: 8px 0;
  }
  .pages-reservation.page-monvoyage .select-option .list-table .list-line label {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .pages-reservation.page-monvoyage .select-option .list-table p {
    margin: 15px 0 !important;
  }
  .pages-reservation.page-monvoyage .select-option .list-table .select {
    margin: 8px 0;
  }
  .pages-reservation.page-monvoyage .select-option .list-table .text-prix {
    margin: 8px 0;
  }
}
@media (min-width: 1220px) {
  .page-vosavantages .bloc-left {
    display: inline-block;
    width: 60%;
    margin-left: 3%;
  }
  .page-quisommesnous .dire-plus {
    margin: 60px 0 0 60px;
    width: 31%;
  }
  .page-quisommesnous .citation {
    margin: 0 auto;
  }
  .page-quisommesnous .citation img {
    margin-left: 0;
    margin-right: 40px;
  }
  .page-detail .label {
    font-size: 14 / 10rem;
  }
  .page-detail .row-pricing .deal-zone .price-deal.price-was {
    font-size: 35 / 10rem;
  }
  .page-detail .row-pricing .deal-zone .price-deal {
    font-size: 50 / 10rem;
  }
  .page-detail .booking.affix {
    position: fixed;
    bottom: 25px;
    width: 360px;
    height: auto;
    background: #ffffff;
  }
  .page-detail .booking.affix-bottom {
    position: relative;
  }
  .page-detail .booking-fixed {
    display: block;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: none;
  }
  .page-detail .booking-fixed.affix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 200px;
    background: #ffffff;
    padding: 15px 0;
    z-index: 10;
    transition: max-height 2s ease, padding 0.5s ease;
  }
  .page-detail .booking-fixed.affix .row-pricing {
    display: inline-block;
    width: 33%;
    padding: 0 15px;
    margin-bottom: 0;
    border-right: 1px #063952 solid;
    border-bottom: none;
    text-align: center;
  }
  .page-detail .booking-fixed.affix .row-btn {
    float: right;
    width: 25%;
    margin: 5px 0;
    padding: 0 15px;
  }
  .page-detail .booking-fixed.affix-bottom {
    position: relative;
  }
  .pages-reservation.page-monvoyage .voyageurs-total label {
    font-size: 14 / 10rem;
  }
  .pages-reservation.page-monvoyage .select-chambre .total-personnes-chambres,
  .pages-reservation.page-monvoyage .select-chambre .total-complements-chambres {
    margin: 10px 0 !important;
    font-size: 16 / 10rem;
  }
  .pages-reservation.page-monvoyage .voyageurs-selection #label-base {
    height: 40px;
    width: auto;
  }
  .pages-reservation.page-monvoyage .voyageurs-selection .label {
    padding-right: 5px;
    width: auto;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    PAGE LEGALS
\*----------------------------------------------------------------------------------------------------------------------*/
.page-legals h2 .reduce {
  font-size: 0.75em;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    PAGE ACTUALITES
\*----------------------------------------------------------------------------------------------------------------------*/
.position_modal_master {
  top: 24% !important;
}
.page-actualites .page-actualites__container {
  display: flex;
  flex-wrap: wrap;
}
.page-actualites .page-actualites__container .actu {
  width: calc(100% / 3);
  border-right: 1px solid #CCCCCC;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-actualites .page-actualites__container .actu {
    width: 50%;
  }
  .page-actualites .page-actualites__container .actu:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 768px) {
  .page-actualites .page-actualites__container .actu {
    width: 100%;
    border: none;
  }
}
.page-actualites .page-actualites__container .actu:nth-child(3n) {
  border-right: 0;
}
@media (max-width: 992px) {
  .page-actualites .page-actualites__container .actu:nth-child(3n) {
    border-right: 1px solid #CCCCCC;
  }
}
@media (max-width: 768ox) {
  .page-actualites .page-actualites__container .actu:nth-child(3n) {
    border-right: 0;
  }
}
.page-actualites .page-actualites__container .actu__thumbnail {
  margin-bottom: 15px;
  height: 230px;
  background-size: cover !important;
}
.page-actualites .page-actualites__container .actu__content {
  position: relative;
}
.page-actualites .page-actualites__container .actu__content h2 {
  font-size: 1.65rem;
  margin-bottom: 20px;
}
.page-actualites .page-actualites__container .actu__content .infos {
  display: flex;
}
.page-actualites .page-actualites__container .actu__content .infos .date {
  width: 50%;
}
.page-actualites .page-actualites__container .actu__content .infos .link {
  width: 50%;
  text-align: right;
}
.page-actualites .page-actualites__container .actu__content .infos .link a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #FF4946;
  font-weight: 700;
}
.page-actualites .page-actualites__container .actu__content .infos .link img {
  margin-left: 5px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    PAGE ACTUALITES - DETAILS
\*----------------------------------------------------------------------------------------------------------------------*/
.page-actualites-single h1 {
  font-size: 2rem;
}
.page-actualites-single .title-section {
  text-align: center;
  border-bottom: 1px solid #C4C4C4;
  padding: 15px 0;
  margin: 15px 0;
}
.page-actualites-single .title-section h2 {
  font-size: 2rem;
}
.page-actualites-single .single-article .single-article__row {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-actualites-single .single-article .single-article__row {
    flex-direction: column;
  }
}
.page-actualites-single .single-article .single-article__row:last-child {
  margin-bottom: 0;
}
.page-actualites-single .single-article .single-article__row--imgFullWidth img {
  width: 100%;
}
.page-actualites-single .single-article .content {
  width: 50%;
}
@media (max-width: 992px) {
  .page-actualites-single .single-article .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-actualites-single .single-article .content:first-child {
  padding-right: 20px;
}
@media (max-width: 992px) {
  .page-actualites-single .single-article .content:first-child {
    padding-right: 0;
  }
}
.page-actualites-single .single-article .content:last-child {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .page-actualites-single .single-article .content:last-child {
    padding-left: 0;
  }
}
.page-actualites-single .single-article .content img {
  width: 100%;
}
.page-actualites-single .single-article .content iframe {
  width: 100%;
}
.page-actualites-single .single-article .content h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-actualites-single .single-article .content .title-accroche {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
}
.page-actualites-single .single-article .content ul {
  margin: 15px 0;
  padding-left: 30px;
}
.page-actualites-single .single-article .content ul li {
  position: relative;
  margin-bottom: 15px;
}
.page-actualites-single .single-article .content ul li::before {
  position: absolute;
  left: -20px;
  top: 1px;
  content: "";
  background: url("/Images/arrow-right-solid.svg") no-repeat center;
  height: 15px;
  width: 15px;
}
.page-actualites-single .single-article .content ul li:last-child {
  margin-bottom: 0;
}
.page-actualites-single .single-article .share {
  padding: 15px 0;
  border-top: 1px solid #CCC;
}
.page-actualites-single .single-article .share ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.page-actualites-single .single-article .share ul li {
  margin-left: 10px;
  margin-bottom: 0;
}
.page-actualites-single .single-article .share ul li::before {
  display: none;
}
.page-actualites-single .single-article .share ul li:first-child {
  margin-left: 0;
}
.page-actualites-single .single-article .share ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #FF4946;
}
.page-actualites-single .single-article .share ul a img {
  width: 65%;
}
.page-actualites-single .single-article .sliders {
  display: flex;
  flex-wrap: wrap;
}
.page-actualites-single .single-article .sliders .slide {
  position: relative;
  width: calc((100% / 4) - 11.25px);
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  height: 180px;
  background-size: cover;
}
@media (max-width: 992px) {
  .page-actualites-single .single-article .sliders .slide {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .page-actualites-single .single-article .sliders .slide:last-child {
    margin-bottom: 0;
  }
}
.page-actualites-single .single-article .sliders .slide:nth-child(4n) {
  margin-right: 0;
}
.page-actualites-single .single-article .sliders .slide:hover .overlay {
  opacity: 1;
}
.page-actualites-single .single-article .sliders .slide .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(6, 57, 82, 0.5);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-actualites-single .single-article .sliders .slide .overlay img {
  width: 30px;
  height: auto;
}
.page-actualites-single .single-article .sliders .slide img {
  width: 100%;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    LIGHTBOX
\*----------------------------------------------------------------------------------------------------------------------*/
.ligthbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ligthbox img {
  max-width: 80%;
  max-height: 700px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border: 8px solid #FFFFFF;
}
.ligthbox .ligthbox__content {
  text-align: center;
}
.ligthbox.active {
  opacity: 1;
  visibility: visible;
}
/*------------------------------------*\
    $PAGE LES VOYAGES
\*------------------------------------*/
.articles-without-grid {
  display: unset !important;
}
.articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media (max-width: 992px) {
  .articles {
    gap: 2rem;
  }
}
.articles .article {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .articles .article {
    flex-direction: row;
  }
}