@import url(http://fonts.googleapis.com/css?family=Cabin);
@charset "CP850";
/* Compass imports */
/* Project imports*/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-min-device-pixel-ratio: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* ==========================================================================
   HELPERS CLASSES 
   ========================================================================== */
.center, .wrapper {
  margin: 0 auto;
  text-align: center;
}

.clearfix:before, .row:before,
.clearfix:after,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after, .row:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .row {
  *zoom: 1;
}

*[class^="col"] {
  float: left;
  min-height: 1px;
  display: block;
  width: 100%;
  margin: 0;
  z-index: 0;
  /*border:1px solid #FFF ;*/
  /*background:#E3E3E3 ;*/
}

.row {
  width: 100%;
  clear: both;
  /*overflow:hidden;*/
}

/*  widths */
.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 100%;
}

.link-wrapper {
  cursor: pointer;
}

/* Skip-links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  left: -9999px;
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
}


@font-face {
  font-family: "CabinSemiBold";
  src: url("cabin-semibold.eot?openfileresource");
  src: url("cabin-semibold.eot?openfileresource#iefix") format("embedded-opentype"), url("cabin-semibold.woff?openfileresource") format("woff"), url("cabin-semibold.ttf?openfileresource") format("truetype"), url("cabin-semibold.svg?openfileresource#CabinSemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "CabinSemiBold";
    src: url("cabin-semibold.svg?openfileresource") format("svg");
}
}
h1, .h1-like, h2, .h2-like, h3, .h3-like, h4, .h4-like, h5, .h5-like, h6, .h6-like, span.response-form, .thumbnail-complex .thumb-link, .lib-newsletter-top, .mod-blocs .mod-blocs--item .mod-blocs--title, input[type="submit"],
input[type="button"],
button, .btn-inner, .btn-orange, .btn-orange-bordered, .btn-bleu, .btn-bleu-bordered, *[class^="btn"], a.btn-like, .btn-reservez, .titre-pages-resa, .etape, label, input[type="text"],
input[type="date"],
input[type="password"],
select,
textarea,
.wrap-mask-select,
.wrap-mask-input, option, .form-error, .validation-advice, .input-datepicker + .overTxtLabel, .thumbnail-complex .thumb-title a, .encart-prix, #footer, .btn-mod-resa, .titre-header-resa, .header-nav li a, .mask-option-item, .select-wrapper.custom2.light, .select-wrapper.custom2 span.option-selected, .map-infoWindow--txt, .map-infoWindow--link, .contenu-resa-wrapper, .blockRappel .lib-rappel, .lib-rappel--prix, .prix-rappel, .lib-choix-paiement, .blockMerci p, .blockRappel .email, .blockRappel .tel {
    font-family: "CabinSemiBold";
    font-weight : 600;
}

h1, .h1-like, h2, .h2-like, h3, .h3-like, h4, .h4-like, h5, .h5-like, h6, .h6-like, span.response-form, .thumbnail-complex .thumb-link, .lib-newsletter-top, .mod-blocs .mod-blocs--item .mod-blocs--title, input[type="submit"],
input[type="button"],
button, .btn-inner, .btn-orange, .btn-orange-bordered, .btn-bleu, .btn-bleu-bordered, *[class^="btn"], a.btn-like, .btn-reservez, .titre-pages-resa, .etape {
  text-transform: uppercase;
}

.s-global-sprite, .s-global-arrowButtonBlue, .s-global-arrowButtonOrange, .s-global-de, .s-global-en, .s-global-es, .s-global-flammeNicolsBig, .s-global-fr, .s-global-icnArrowDownWhite, .s-global-icnArrowLeftWhite, .s-global-icnArrowRightBlue, .s-global-icnArrowRightOrange, .s-global-icnArrowRightWhite, .s-global-icnArrowUpWhite, .s-global-icnCadeau, .s-global-icnCalendar, .s-global-icnChecked, .s-global-icnChevronLeft, .s-global-icnChevronRight, .s-global-icnClock, .s-global-icnCloseBanner, .s-global-icnEiffel, .s-global-icnFBHover, .s-global-icnFb, .s-global-icnFcbClose, .s-global-icnGooglePlus, .s-global-icnGooglePlusHover, .s-global-icnHome, .s-global-icnInfosParcours, .s-global-icnLg, .s-global-icnLoupe, .s-global-icnMap, .s-global-icnMinus, .s-global-icnNicols, .s-global-icnPerson, .s-global-icnPin, .s-global-icnPinHover, .s-global-icnPlus, .s-global-icnPrint, .s-global-icnSecu, .s-global-icnTwitter, .s-global-icnTwitterHover, .s-global-icnVideo, .s-global-icnYoutube, .s-global-icnYoutubeHover, .s-global-it, .s-global-logo, .s-global-nl, .s-global-ombreItemMenu, .s-global-pl, .s-global-pt, .s-global-resaRadius {
  background: url('s-global-s6563d0ce1c.png?OpenImageResource') no-repeat;
}

.s-global-arrowButtonBlue {
  background-position: -77px -113px;
  height: 15px;
  width: 9px;
}

.s-global-arrowButtonOrange {
  background-position: -428px -113px;
  height: 22px;
  width: 13px;
}

.s-global-de {
  background-position: -182px -113px;
  height: 16px;
  width: 16px;
}

.s-global-en {
  background-position: -134px -113px;
  height: 16px;
  width: 16px;
}

.s-global-es {
  background-position: -102px -113px;
  height: 16px;
  width: 16px;
}

.s-global-flammeNicolsBig {
  background-position: -579px 0;
  height: 83px;
  width: 80px;
}

.s-global-fr {
  background-position: -118px -113px;
  height: 16px;
  width: 16px;
}

.s-global-icnArrowDownWhite {
  background-position: 0 -113px;
  height: 8px;
  width: 12px;
}

.s-global-icnArrowLeftWhite {
  background-position: -46px -113px;
  height: 12px;
  width: 8px;
}

.s-global-icnArrowRightBlue {
  background-position: -54px -113px;
  height: 12px;
  width: 8px;
}

.s-global-icnArrowRightOrange {
  background-position: -70px -113px;
  height: 12px;
  width: 7px;
}

.s-global-icnArrowRightWhite {
  background-position: -62px -113px;
  height: 12px;
  width: 8px;
}

.s-global-icnArrowUpWhite {
  background-position: -12px -113px;
  height: 8px;
  width: 12px;
}

.s-global-icnCadeau {
  background-position: -150px -113px;
  height: 16px;
  width: 16px;
}

.s-global-icnCalendar {
  background-position: -284px -113px;
  height: 18px;
  width: 18px;
}

.s-global-icnChecked {
  background-position: -409px -113px;
  height: 21px;
  width: 19px;
}

.s-global-icnChevronLeft {
  background-position: -332px -113px;
  height: 18px;
  width: 12px;
}

.s-global-icnChevronRight {
  background-position: -320px -113px;
  height: 18px;
  width: 12px;
}

.s-global-icnClock {
  background-position: -344px -113px;
  height: 20px;
  width: 20px;
}

.s-global-icnCloseBanner {
  background-position: -36px -113px;
  height: 12px;
  width: 10px;
}

.s-global-icnEiffel {
  background-position: -460px 0;
  height: 41px;
  width: 22px;
}

.s-global-icnFBHover {
  background-position: -242px 0;
  height: 35px;
  width: 35px;
}

.s-global-icnFb {
  background-position: -207px 0;
  height: 35px;
  width: 35px;
}

.s-global-icnFcbClose {
  background-position: -390px -113px;
  height: 21px;
  width: 19px;
}

.s-global-icnGooglePlus {
  background-position: -347px 0;
  height: 35px;
  width: 35px;
}

.s-global-icnGooglePlusHover {
  background-position: -32px 0;
  height: 35px;
  width: 35px;
}

.s-global-icnHome {
  background-position: -24px -113px;
  height: 11px;
  width: 12px;
}

.s-global-icnInfosParcours {
  background-position: 0 0;
  height: 32px;
  width: 32px;
}

.s-global-icnLg {
  background-position: -382px 0;
  height: 41px;
  width: 39px;
}

.s-global-icnLoupe {
  background-position: -302px -113px;
  height: 18px;
  width: 18px;
}

.s-global-icnMap {
  background-position: -535px 0;
  height: 44px;
  width: 44px;
}

.s-global-icnMinus {
  background-position: -230px -113px;
  height: 17px;
  width: 17px;
}

.s-global-icnNicols {
  background-position: -421px 0;
  height: 41px;
  width: 34px;
}

.s-global-icnPerson {
  background-position: -264px -113px;
  height: 18px;
  width: 20px;
}

.s-global-icnPin {
  background-position: -102px 0;
  height: 35px;
  width: 35px;
}

.s-global-icnPinHover {
  background-position: -137px 0;
  height: 35px;
  width: 35px;
}

.s-global-icnPlus {
  background-position: -247px -113px;
  height: 17px;
  width: 17px;
}

.s-global-icnPrint {
  background-position: -364px -113px;
  height: 21px;
  width: 26px;
}

.s-global-icnSecu {
  background-position: -509px 0;
  height: 41px;
  width: 26px;
}

.s-global-icnTwitter {
  background-position: -277px 0;
  height: 35px;
  width: 35px;
}

.s-global-icnTwitterHover {
  background-position: -312px 0;
  height: 35px;
  width: 35px;
}

.s-global-icnVideo {
  background-position: -482px 0;
  height: 41px;
  width: 27px;
}

.s-global-icnYoutube {
  background-position: -67px 0;
  height: 35px;
  width: 35px;
}

.s-global-icnYoutubeHover {
  background-position: -172px 0;
  height: 35px;
  width: 35px;
}

.s-global-it {
  background-position: -214px -113px;
  height: 16px;
  width: 16px;
}

.s-global-logo {
  background-position: -441px -113px;
  height: 93px;
  width: 261px;
}

.s-global-nl {
  background-position: -166px -113px;
  height: 16px;
  width: 16px;
}

.s-global-ombreItemMenu {
  background-position: -455px 0;
  height: 50px;
  width: 5px;
}

.s-global-pl {
  background-position: -198px -113px;
  height: 16px;
  width: 16px;
}

.s-global-pt {
  background-position: -86px -113px;
  height: 16px;
  width: 16px;
}

.s-global-resaRadius {
  background-position: 0 -83px;
  height: 30px;
  width: 900px;
}

span[class^="s-global"] {
  display: inline-block;
}

a {
  text-decoration: none;
}

* {
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; */
}

.overTxtLabel {
  color: #39464d;
  margin-top: 6px;
}


/* ----------------------------- */
/* ==Reset                       */
/* ----------------------------- */
/**
 * Base font-size
 * corresponds to 10px 
 * adapted to rem unit 
 */
html {
  font-size: 62.5%;
  /* Orientation iOS font-size fix */
}
@media (orientation: landscape) and (max-device-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}

body {
  background: white;
  color: black;
  font-family: Arial,helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  /* equiv 14px */
  line-height: 1.5;
  /* adapt to your design */
}

/**
 * Font-sizing for content
 * Preserve vertical rythm
 * Thanks to http://soqr.fr/vertical-rhythm/ 
 */
p, ul, ol, dl,
blockquote, pre,
td, th,
label, textarea,
caption, details, figure,
hgroup {
  font-size: 14px;
  font-size: 1.4rem;
  /* equiv 14px */
  line-height: 1.5;
  margin: .75em 0 0;
}

/**
 * Titles from h1 (.h1-like) to h6 (.h6-like)
 * h1: 26px;
 * h2: 24px;
 * h3: 22px;
 * h4: 20px;
 * h5: 18px;
 * h6: 16px; 
 */
h1, .h1-like {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 22.5px;
  line-height: 2.25rem;
  font-weight: 600;
}

h2, .h2-like {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24.5px;
  line-height: 2.45rem;
  font-weight: 600;
}

h3, .h3-like {
  font-size: 22.0px;
  font-size: 2.2rem;
  line-height: 26.5px;
  line-height: 2.65rem;
  font-weight: 600;
}

h4, .h4-like {
  font-size: 20.0px;
  font-size: 2.0rem;
  line-height: 14.5px;
  line-height: 1.45rem;
  font-weight: 600;
}

h5, .h5-like {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 16.5px;
  line-height: 1.65rem;
  font-weight: 600;
}

h6, .h6-like {
  font-size: 16.0px;
  font-size: 1.6rem;
  line-height: 18.5px;
  line-height: 1.85rem;
  font-weight: 600;
}

/**
 * Alternate font-sizing 
 * .smaller: 10px;
 * .small  : 12px;
 * .medium : 14px;
 * .big    : 16px;
 * .bigger : 18px;
 * .biggest: 20px;
 */
.smaller {
  font-size: 10px;
  font-size: 1rem;
}

.small {
  font-size: 12px;
  font-size: 1.2rem;
}

.medium {
  font-size: 14px;
  font-size: 1.4rem;
}

.big {
  font-size: 16.0px;
  font-size: 1.6rem;
}

.bigger {
  font-size: 18px;
  font-size: 1.8rem;
}

.biggest {
  font-size: 20.0px;
  font-size: 2.0rem;
}

/* Soft reset */
html, body,
textarea, label
figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  padding-left: 2em;
}

code, pre, samp {
  white-space: pre-wrap;
  font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
}

code {
  line-height: 1em;
}

table {
  margin-bottom: 1.5em;
}

/* Avoid top margins on first content element */
p:first-child, ul:first-child, ol:first-child, dl:first-child,
blockquote:first-child, pre:first-child,
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* Avoid margins on nested elements */
li p, li ul, li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Max width */
img, table, td, blockquote, code, pre, textarea, input, video {
  max-width: 100%;
}

/* You shall not pass */
div, textarea, table, td, th, code, pre, samp {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* Pictures */
img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

a img {
  border: 0;
}

/* Scripts */
body > script {
  display: none !important;
}

/* ----------------------------- */
/* ==layout and modules          */
/* ----------------------------- */
/**
 * Switching box-model for all elements 
 * Content-box: width = width + padding + border
 * Padding-box: width = width + padding
 * Border-box : width = width (FUCK YEAH!)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Include this rule to trigger hasLayout and contain floats.
 * 2. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 3. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix, .row {
  *zoom: 1;
  /* 1 */
}
.clearfix:after, .row:after, .clearfix:before, .row:before {
  content: ' ';
  /* 2 */
  display: table;
  /* 3 */
}
.clearfix:after, .row:after {
  clear: both;
}

/* Clear blocks that needs to be placed under floats */
.clear {
  clear: both;
}

/**
 * Float layout
 * ------------
 * Tutorial : http://knacss.com/demos/tutoriel.html 
 */
/**
 * Alignments (blocks and inline)
 * ------------------------------
 */
/* Left elements */
.left {
  float: left;
}

img.left {
  margin-right: 1em;
}

/* Right elements */
.right {
  float: right;
}

img.right {
  margin-left: 1em;
}

img.left,
img.right {
  margin-bottom: 5px;
}

.center, .wrapper {
  margin-left: auto;
  margin-right: auto;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* Simply inline-block */
.inbl {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  /* All browsers back to IE6 */
  margin-right: -.25em;
}

/**
 * Grids
 * -----
 */
/* Hidden yet accessible content */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0   !important;
  border: none;
}

/* Quick print reset */
@media print {
  p, blockquote {
    orphans: 2;
    widows: 2;
  }

  blockquote, ul, ol {
    page-break-inside: avoid;
  }

  h1, h2, h3, caption {
    page-break-after: avoid;
  }
}
form,
fieldset {
  border: none;
}

input,
button,
select,
label,
.btn {
  vertical-align: middle;
  /* @bugfix alignment */
}

textarea {
  resize: vertical;
}

label {
  color: #006272;
  font-size: 14px;
}

input[type="text"],
input[type="date"],
input[type="password"],
select,
textarea,
.wrap-mask-select,
.wrap-mask-input {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  border: 2px solid #006272;
  color: #39464d;
  font-size: 14px;
  height: 35px;
  padding: 0px 4px;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
.wrap-mask-select:focus,
.wrap-mask-input:focus {
  border: 2px solid #f57e3a;
  outline: none;
}
input[type="text"].input-noborder,
input[type="date"].input-noborder,
input[type="password"].input-noborder,
select.input-noborder,
textarea.input-noborder,
.input-noborder.wrap-mask-select,
.input-noborder.wrap-mask-input {
  border: 2px solid #d8d7d5;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}
input[type="text"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.wrap-mask-select::-webkit-input-placeholder,
.wrap-mask-input::-webkit-input-placeholder {
  color: #39464d;
}
input[type="text"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
.wrap-mask-select:-moz-placeholder,
.wrap-mask-input:-moz-placeholder {
  color: #39464d;
}
input[type="text"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.wrap-mask-select:-ms-input-placeholder,
.wrap-mask-input:-ms-input-placeholder {
  color: #39464d;
}

.input-btn-inner {
  position: relative;
}

textarea {
  height: 100px;
  padding: 4px;
}

input.input-bordered-op {
  border: none;
  border-top: 2px solid #f3f3f3;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}

form > div[class^="col-"] {
  padding: 10px;
}

form.bg-white input[type="text"],
form.bg-white input[type="date"],
form.bg-white input[type="password"],
form.bg-white select,
form.bg-white textarea, div.bg-white input[type="text"],
div.bg-white input[type="date"],
div.bg-white input[type="password"],
div.bg-white select,
div.bg-white textarea {
  border: 2px solid #d8d7d5;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
form.bg-white input[type="text"]:focus,
form.bg-white input[type="date"]:focus,
form.bg-white input[type="password"]:focus,
form.bg-white select:focus,
form.bg-white textarea:focus, div.bg-white input[type="text"]:focus,
div.bg-white input[type="date"]:focus,
div.bg-white input[type="password"]:focus,
div.bg-white select:focus,
div.bg-white textarea:focus {
  border: 2px solid #f57e3a;
  outline: none;
}
form.bg-white input[type="text"].form-error,
form.bg-white input[type="date"].form-error,
form.bg-white input[type="password"].form-error,
form.bg-white select.form-error,
form.bg-white textarea.form-error, div.bg-white input[type="text"].form-error,
div.bg-white input[type="date"].form-error,
div.bg-white input[type="password"].form-error,
div.bg-white select.form-error,
div.bg-white textarea.form-error {
  color: red;
}
form.bg-white button[type="submit"], div.bg-white button[type="submit"] {
  padding: 11px 31px 9px 11px;
}
form.bg-white button[type="submit"] span, div.bg-white button[type="submit"] span {
  position: relative;
  top: 1px;
  left: 12px;
}
form.bg-white .field-error, div.bg-white .field-error {
  color: red;
}

.control-radios {
  margin-bottom: 6px;
}
.control-radios label {
  padding: 5px 80px 5px 0px;
}

.form-error {
  /*position: absolute;
  top: 39px;
  left: 16px;
  z-index: 3;*/
}
.form-error p {
  color: red;
}

.validation-advice {
  color: #ff0000;
  /*position: absolute;
  top: 39px;
  left: 16px;
  cursor:text;*/
}

span.response-form {
  color: #006272;
  margin: 10px 0px 0px 0px;
  display: inline-block;
}

.arrow-down-selector {
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #39464d transparent transparent transparent;
  border-width: 6px 6px 0px 6px;
  cursor: pointer;
}

.arrow-down-selector--hover {
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent #b9c5cc transparent;
  border-width: 0px 6px 6px 6px;
}

.arrow-up-selector {
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent #39464d transparent;
  border-width: 0px 6px 6px 6px;
  cursor: pointer;
}

.arrow-up-selector--hover {
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #b9c5cc transparent transparent transparent;
  border-width: 6px 6px 0px 6px;
}

.contenu-resa-wrapper {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.wrapper {
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
.wrapper.relative {
  position: relative;
}

.to-top {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  background-color: #00434e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  position: relative;
  float: right;
}
.to-top span {
  top: 5px;
  left: 3px;
  position: absolute;
}

#header {
  box-shadow: 0px 0px 9px rgba(36, 37, 109, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}

.promo-banner {
  height: 25px;
  background: #f05f0c;
}
.promo-banner .wrapper {
  text-align: center;
  position: relative;
}
.promo-banner .txt-promo--wrapper {
  height: 25px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  line-height: 23px;
}
.promo-banner .txt-promo {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 50%;
}
.promo-banner a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.promo-banner .close-banner {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: 6px;
  margin-left: 15px;
}

.header-nav-container {
  height: 63px;
  background: #fff;
}
.header-nav-container .wrapper {
  width: 1000px;
}
.header-nav-container .logo {
  position: absolute;
}

.mod-lang {
  cursor: pointer;
  width: 23px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7e7e7), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#e7e7e7, #ffffff);
  background-image: -moz-linear-gradient(#e7e7e7, #ffffff);
  background-image: -o-linear-gradient(#e7e7e7, #ffffff);
  background-image: linear-gradient(#e7e7e7, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE7E7E7', endColorstr='#FFFFFFFF');
}
.mod-lang .mod-lang-options {
  height: 20px;
  overflow: hidden;
  margin: 3px 0px 0px 2px;
}
.mod-lang .arrow-down-selector, .mod-lang .arrow-up-selector {
  margin: 0px 0px 0px 4px;
}

.main {
  min-height: 100px;
  margin-top: 63px;
}

.w-banner + .main {
  margin-top: 88px;
}

.content-container {
  background: #00b5c4;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwYjVjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwYTViOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzAwOGFhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00b5c4 1%, #00a5b8 20%, #008aa2 90%, #00809a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00b5c4), color-stop(20%, #00a5b8), color-stop(90%, #008aa2), color-stop(100%, #00809a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b5c4 1%, #00a5b8 20%, #008aa2 90%, #00809a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b5c4 1%, #00a5b8 20%, #008aa2 90%, #00809a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b5c4 1%, #00a5b8 20%, #008aa2 90%, #00809a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00b5c4 1%, #00a5b8 20%, #008aa2 90%, #00809a 100%);
  /* W3C */
//  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5c4', endColorstr='#00809a',GradientType=0 );
  /* IE6-8 */
}

.hr-content {
  background: #008599;
  width: 100%;
  margin: 0 10px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #00c3d7;
}

.hr-content-0 {
  background: #008599;
  width: 100%;
  margin: 0 10px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #00c3d7;
}

.hr-content-1 {
  background: #007c8f;
  width: 100%;
  margin: 0 10px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #00bacd;
}

.hr-content-2 {
  background: #007385;
  width: 100%;
  margin: 0 10px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #00b0c3;
}

.hr-content-3 {
  background: #006a7a;
  width: 100%;
  margin: 0 10px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #00a7b8;
}

.mod-resa {
  height: 70px;
}
.mod-resa .mod-resa-bas {
  height: 40px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjOTVhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxOGI5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0c95aa), color-stop(100%, #018b9f));
  background-image: -webkit-linear-gradient(#0c95aa, #018b9f);
  background-image: -moz-linear-gradient(#0c95aa, #018b9f);
  background-image: -o-linear-gradient(#0c95aa, #018b9f);
  background-image: linear-gradient(#0c95aa, #018b9f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0C95AA', endColorstr='#FF018B9F');
}

.s-global-resaRadius {
  margin: -30px auto 0px auto;
  position: relative;
}

.mod-resa-item-wrapper {
  position: relative;
  width: 170px;
  float: left;
  margin: -12px 10px 0px 0px;
  z-index: 1;
}
.mod-resa-item-wrapper:first-child {
  margin-left: 65px;
}

input[type="text"].input-mod-resa {
  width: 120px;
  text-align: left;
  padding: 0px 0px 0px 30px;
}

.input-datepicker + .overTxtLabel {
  padding-left: 30px;
  margin-top: 8px;
}

.icn-inner-left, .icn-inner-right {
  position: absolute;
}

.icn-inner-left {
  top: 8px;
  left: 9px;
}

.icn-inner-right {
  top: 14px;
  right: 6px;
}

.mod-resa-hr {
  position: relative;
  width: 595px;
  margin: 0 auto;
  height: 1px;
  background: #008599;
  border: none;
  border-bottom: 1px solid #249fb1;
  top: -34px;
  z-index: 0;
  clear: both;
}

.detail-enfants {
  font-style: italic;
  font-size: 11px;
  color: #000;
  display: block;
}

.mod-resa .mask-select {
  font-size: 16px;
}

.mod-resa div.wrap-mask-select.select--focus {
  border: 2px solid #f57e3a;
  outline: none;
}

.mod-resa span.option-selected {
  margin: 6px 0px 0px 30px;
  display: inline-block;
}

.mod-resa .arrow-down-selector {
  z-index: 0;
}

.thumbnail-complex {
  height: 210px;
  margin: 0px 9px 0px 8.5px;
  overflow: hidden;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.thumbnail-complex .thumb-content {
  height: 160px;
  text-align: center;
}
.thumbnail-complex .thumb-content img {
  width: auto;
  height: auto;
  max-width: none;
}
.thumbnail-complex .thumb-txts {
  position: relative;
  z-index: 1;
  top: 0px;
  background: #80cdd7;
}
.thumbnail-complex .thumb-title {
  position: relative;
  height: 50px;
  display: table;
  background: #80cdd7;
  width: 100%;
}
.thumbnail-complex .thumb-title h2, .thumbnail-complex .thumb-title a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 18px;
}
.thumbnail-complex .thumb-title h2:hover, .thumbnail-complex .thumb-title a:hover {
  color: #00a3b2;
}
.thumbnail-complex .thumb-title .arrow-top {
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent #80cdd7 transparent;
  border-width: 0px 7px 7px 7px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -7px;
}
.thumbnail-complex .thumb-legend {
  background: #80cdd7;
  height: 160px;
  overflow: hidden;
}
.thumbnail-complex .thumb-legend > * {
  font-size: 12px;
}
.thumbnail-complex .thumb-legend .thumb-legend--content {
  color: #006272;
  padding: 10px;
  max-height: 120px;
  background: #80cdd7;
  height: 160px;
}
.thumbnail-complex .thumb-link {
  letter-spacing: 1px;
  font-size: 13px;
  text-align: center;
  background: #80cdd7;
}
.thumbnail-complex .thumb-link span {
  top: 1px;
  position: relative;
}

.facebox-thumbs .thumb-legend--content > * {
  font-size: 12px;
}

.top-main--fixH {
  padding-top: 30px;
}

.top-main--fixH {
  height: 285px;
  background-color: #DDD;
}
.top-main--fixH .txt-top-page {
  height: 135px;
}

.titre-page {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0px 0px 0px 10px;
}

.top-content .txt-top-page {
  color: #fff;
  padding: 0px 0px 0px 10px;
  line-height: 22px;
}
.top-content .txt-top-page a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.top-content .txt-top-page a:hover {
  border-bottom: 1px dotted #fff;
}
.top-content .txt-top-page p {
  margin: 0;
  font-size: 15px;
}
.top-content .txt-top-page p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.top-content .txt-top-page p a:hover {
  border-bottom: 1px dotted #fff;
}

.lib-newsletter-top {
  margin: 0px 0px 10px 0px;
}

.content-whitespace {
  height: 14px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.mod-blocs {
  background-color: #fff;
}
.mod-blocs .mod-blocs--item {
  border-right: 1px solid #e5e5e5;
  margin: 25px 0px;
  padding: 40px 30px;
}
.mod-blocs .mod-blocs--item:last-child {
  border-right: none;
  padding-right: 15px;
}
.mod-blocs .mod-blocs--item:first-child {
  padding-left: 15px;
}
.mod-blocs .mod-blocs--item .mod-blocs--title {
  font-size: 16px;
  color: #39464d;
  line-height: 18px;
  min-height: 36px;
}
.mod-blocs .mod-blocs--content p {
  color: #006272;
  font-size: 13px;
  line-height: 16px;
}

.mod-blocs--blocklist.pays {
  text-align: center;
  width: 100%;
  padding: 0;
}
.mod-blocs--blocklist.pays li {
  float: left;
  list-style-type: none;
}
.mod-blocs--blocklist.pays li.col-6 {
  text-align: left;
}
.mod-blocs--blocklist.pays li a {
  font-size: 12px;
  font-weight: 500;
  display: block;
  color: #006272;
}
.mod-blocs--blocklist.pays li a:hover {
  color: #00a3b2;
}
.mod-blocs--blocklist.pays li .icnPays {
  display: block;
  width: 45px;
  margin: 0px auto 10px auto;
}
.mod-blocs--blocklist i {
  font-style: normal;
  color: #39464d;
}

.video-wrapper {
  background-color: #000;
}
.video-wrapper .img-video {
  background: url(play.png?OpenImageResource) no-repeat center center;
  width: 108px;
  height: 108px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -54px 0px 0px -54px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.encart-prix {
  padding: 20px 30px;
}
.encart-prix .lib {
  display: inline-block;
  font-size: 14px;
  color: #006272;
  margin-top: 10px;
}
.encart-prix .tarif {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  margin-left: 5px;
  float: right;
}
.encart-prix .btn-reservez-bateau {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0px 9px 0px;
  position: relative;
  height: 42px;
}
.encart-prix .btn-reservez-bateau .s-global-icnArrowRightWhite {
  position: absolute;
  top: 13px;
  right: 10px;
}

#footer {
  color: #fff;
}

.newsletter-n-social {
  color: #fff;
  height: 68px;
  border-top: 1px solid #2ba7ba;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0OWRiMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxOGI5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #149db1), color-stop(100%, #018b9f));
  background-image: -webkit-linear-gradient(#149db1, #018b9f);
  background-image: -moz-linear-gradient(#149db1, #018b9f);
  background-image: -o-linear-gradient(#149db1, #018b9f);
  background-image: linear-gradient(#149db1, #018b9f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF149DB1', endColorstr='#FF018B9F');
}
.newsletter-n-social .footer-newsletter, .newsletter-n-social .footer-social {
  margin: 16px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  height: 37px;
}
.newsletter-n-social .label-newsletter, .newsletter-n-social .label-social {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.newsletter-n-social .footer-newsletter {
  border-right: 1px solid #008599;
  padding-right: 40px;
}
.newsletter-n-social .footer-social {
  border-left: 1px solid #209bad;
  padding-left: 40px;
}
.newsletter-n-social .link-social {
  margin: 0px 5px;
}
.newsletter-n-social .link-social span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newsletter-n-social .link-social span:hover {
  opacity: 0.5;
}

/*
.s-global-icnFb:hover{background-position: -210px 0;}
.s-global-icnTwitter:hover{background-position: -175px 0;}
.s-global-icnGooglePlus:hover{background-position: -105px 0;}
.s-global-icnYoutube:hover{background-position: -280px 0;}
.s-global-icnPin:hover{background-position: -70px 0;}
*/
.avantages-n-news {
  color: #fff;
  height: 334px;
  background-color: #006272;
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.avantages-n-news .footer-avantages, .avantages-n-news .footer-news {
  margin: 30px 0px 30px 0px;
  height: 274px;
}
.avantages-n-news .footer-avantages {
  border-right: 1px solid #004d59;
  padding: 0px 40px 0px 10px;
}
.avantages-n-news .footer-news {
  border-left: 1px solid #1a7280;
  padding: 0px 0px 0px 40px;
}
.avantages-n-news .label-avantages, .avantages-n-news .label-news {
  font-size: 18px;
  text-transform: uppercase;
}
.avantages-n-news .txt-avantages {
  font: 12px Arial,Helvetica,sans-serif;
  color: #b9e4ea;
  width: 433px;
  line-height: 1.4em;
  text-align: justify;
}
.avantages-n-news .txt-avantages a {
  border-bottom: 1px solid;
  color: #b9e4ea;
}
.avantages-n-news .txt-avantages a:hover {
  border-bottom: 1px dotted;
}
.avantages-n-news .avantage-item {
  background-color: #005e6d;
  border: 1px solid #1d7482;
  text-align: center;
  margin: 20px 1px;
  line-height: 16px;
  width: 85px;
  height: 110px;
  padding: 5px 0px;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.avantages-n-news .avantage-item .link-avantages {
  display: block;
  text-align: center;
  padding: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.avantages-n-news .avantage-item .link-avantages.youtube {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  padding-top: 55px;
  width: 85px;
}
.avantages-n-news .avantage-item:hover {
  background-color: #006f81;
}
.avantages-n-news .news-list-wrapper .news-item-wrapper {
  font-family: "Arial",Helvetica,sans-serif;
  margin: 0px 0px 10px 0px;
}
.avantages-n-news .news-list-wrapper .news-item-wrapper:hover {
  text-decoration: underline;
}
.avantages-n-news .news-list-wrapper .news-date {
  font-style: italic;
  font-size: 11px;
  font-weight: normal;
}
.avantages-n-news .news-list-wrapper .news-title {
  margin: 2px 0px;
  font-size: 14px;
  font-weight: bold;
}
.avantages-n-news .news-list-wrapper .news-title a {
  color: #fff;
}
.avantages-n-news .news-list-wrapper .news-begin {
  font-size: 12px;
  color: #b9e4ea;
  font-weight: normal;
  margin-top: 0px;
}

input[type="submit"],
input[type="button"],
button, .btn-inner, .btn-orange, .btn-orange-bordered, .btn-bleu, .btn-bleu-bordered, *[class^="btn"], a.btn-like {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  *border: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover, .btn-inner:hover, .btn-orange:hover, .btn-orange-bordered:hover, .btn-bleu:hover, .btn-bleu-bordered:hover, [class^="btn"]:hover, a.btn-like:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active, .btn-inner:active, .btn-orange:active, .btn-orange-bordered:active, .btn-bleu:active, .btn-bleu-bordered:active, [class^="btn"]:active, a.btn-like:active {
  outline: 0;
}
input.disabled[type="submit"],
input.disabled[type="button"],
button.disabled, .disabled.btn-inner, .disabled.btn-orange, .disabled.btn-orange-bordered, .disabled.btn-bleu, .disabled.btn-bleu-bordered, .disabled[class^="btn"], a.disabled.btn-like, input[disabled][type="submit"],
input[disabled][type="button"],
button[disabled], [disabled].btn-inner, [disabled].btn-orange, [disabled].btn-orange-bordered, [disabled].btn-bleu, [disabled].btn-bleu-bordered, [disabled][class^="btn"], a[disabled].btn-like {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.btn-inner {
  position: absolute;
  height: 29px;
  width: 30px;
  right: 3px;
  top: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn-inner:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn-inner span {
  position: relative;
  top: 1px;
  left: -1px;
}

.btn-orange, .btn-orange-bordered {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0N2QxNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNWIwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f47d14), color-stop(100%, #ef5b0f));
  background-image: -webkit-linear-gradient(#f47d14, #ef5b0f);
  background-image: -moz-linear-gradient(#f47d14, #ef5b0f);
  background-image: -o-linear-gradient(#f47d14, #ef5b0f);
  background-image: linear-gradient(#f47d14, #ef5b0f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF47D14', endColorstr='#FFEF5B0F');
  border-top: 1px solid #f69b49;
  border-bottom: 1px solid #ae450c;
  color: #fff;
}
.btn-orange:hover, .btn-orange-bordered:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1OGEyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNTYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f58a2c), color-stop(100%, #fe5600));
  background-image: -webkit-linear-gradient(#f58a2c, #fe5600);
  background-image: -moz-linear-gradient(#f58a2c, #fe5600);
  background-image: -o-linear-gradient(#f58a2c, #fe5600);
  background-image: linear-gradient(#f58a2c, #fe5600);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF58A2C', endColorstr='#FFFE5600');
}
.btn-orange:active, .btn-orange-bordered:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0N2QxNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNWIwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f47d14), color-stop(100%, #ef5b0f));
  background-image: -webkit-linear-gradient(#f47d14, #ef5b0f);
  background-image: -moz-linear-gradient(#f47d14, #ef5b0f);
  background-image: -o-linear-gradient(#f47d14, #ef5b0f);
  background-image: linear-gradient(#f47d14, #ef5b0f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF47D14', endColorstr='#FFEF5B0F');
}

.btn-bleu, .btn-bleu-bordered {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0YjljYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTdhYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #34b9cc), color-stop(100%, #0697ab));
  background-image: -webkit-linear-gradient(#34b9cc, #0697ab);
  background-image: -moz-linear-gradient(#34b9cc, #0697ab);
  background-image: -o-linear-gradient(#34b9cc, #0697ab);
  background-image: linear-gradient(#34b9cc, #0697ab);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF34B9CC', endColorstr='#FF0697AB');
  color: #fff;
}
.btn-bleu:hover, .btn-bleu-bordered:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.btn-bleu:active, .btn-bleu-bordered:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTdhYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTdhYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0697ab), color-stop(100%, #0697ab));
  background-image: -webkit-linear-gradient(#0697ab, #0697ab);
  background-image: -moz-linear-gradient(#0697ab, #0697ab);
  background-image: -o-linear-gradient(#0697ab, #0697ab);
  background-image: linear-gradient(#0697ab, #0697ab);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0697AB', endColorstr='#FF0697AB');
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.btn-bleu-bordered {
  border: 2px solid #006272;
}
.btn-bleu-bordered:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTdhYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTdhYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0697ab), color-stop(100%, #0697ab));
  background-image: -webkit-linear-gradient(#0697ab, #0697ab);
  background-image: -moz-linear-gradient(#0697ab, #0697ab);
  background-image: -o-linear-gradient(#0697ab, #0697ab);
  background-image: linear-gradient(#0697ab, #0697ab);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0697AB', endColorstr='#FF0697AB');
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn-bleu-bordered.thin {
  border: 1px solid #0095ab;
  box-shadow: inset 0px 1px 0px 0px #82cbd5, 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-bleu-bordered.light {
  box-shadow: inset 0px 1px 0px 0px #b7e6ea, 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyZDhlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlY2FkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #92d8e0), color-stop(100%, #6ecad4));
  background-image: -webkit-linear-gradient(#92d8e0, #6ecad4);
  background-image: -moz-linear-gradient(#92d8e0, #6ecad4);
  background-image: -o-linear-gradient(#92d8e0, #6ecad4);
  background-image: linear-gradient(#92d8e0, #6ecad4);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF92D8E0', endColorstr='#FF6ECAD4');
  color: #085663;
}
.btn-bleu-bordered.light:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhZTZlYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk1ZDhlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bae6eb), color-stop(100%, #95d8e0));
  background-image: -webkit-linear-gradient(#bae6eb, #95d8e0);
  background-image: -moz-linear-gradient(#bae6eb, #95d8e0);
  background-image: -o-linear-gradient(#bae6eb, #95d8e0);
  background-image: linear-gradient(#bae6eb, #95d8e0);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBAE6EB', endColorstr='#FF95D8E0');
}

.btn-orange-bordered {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}

.btn-cta-home {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  height: 53px;
  width: 100%;
  line-height: 43px;
  font-weight: bold;
}
.btn-cta-home *[class^="s-global"] {
  position: relative;
  top: 5px;
  left: 25px;
}

.btn-link-news {
  padding: 5px 10px 7px 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
}

.btn-mod-resa {
  padding: 2px 26px 5px 16px;
  font-size: 16px;
  margin-top: 0px;
  height: 35px;
}
.btn-mod-resa *[class^="s-global"] {
  top: 2px;
  left: 13px;
  position: relative;
}

.btn-reservez {
  padding: 14px 46px 4px 16px;
  font-size: 18px;
  text-align: left;
  position: relative;
  top: 20px;
  right: 20px;
}
.btn-reservez span[class^="s-global"] {
  position: absolute;
  top: 26px;
  right: 16px;
}
.btn-reservez span {
  display: block;
  margin: 0px;
}
.btn-reservez strong {
  font-size: 12px;
  text-transform: none;
  position: relative;
  top: -10px;
}

.top-content .txt-top-page a.lire-details {
  background: #006272;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 20px 0px 10px;
  border-bottom: none;
}
.top-content .txt-top-page a.lire-details span {
  position: relative;
  top: 1.5px;
  left: 10px;
}
.top-content .txt-top-page a.lire-details:hover {
  background: #008ea5;
  border-bottom: none;
}

.header-nav-container .wrapper {
  position: relative;
}

.header-navbar {
  float: right;
  margin-right: 50px;
}

.titre-header-resa {
  color: #1b2776;
  font-size: 20px;
  width: 225px;
  text-align: center;
  line-height: 60px;
}

.header-nav li {
  list-style-type: none;
  float: left;
  height: 63px;
  position: relative;
  display: table;
}
.header-nav li a {
  color: #1b2776;
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  max-width: 155px;
  height: 100%;
  padding: 0px 50px 0px 13px;
  line-height: 18px;
}
.header-nav li a .img {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.header-nav li a .img.resa-icn-1 {
  background: url(icnDesktop.png?OpenImageResource) no-repeat 0px 0px;
}
.header-nav li a .img.resa-icn-2 {
  background: url(icnPhone.png?OpenImageResource) no-repeat 0px 0px;
}
.header-nav li a .img.resa-icn-3 {
  background: url(icnMail.png?OpenImageResource) no-repeat 0px 4px;
}
.header-nav li a:hover {
  color: #00a3b2;
}
.header-nav li a:hover > .img.resa-icn-1 {
  background: url(icnDesktop.png?OpenImageResource) no-repeat 0px -32px;
}
.header-nav li a:hover > .img.resa-icn-2 {
  background: url(icnPhone.png?OpenImageResource) no-repeat 0px -30px;
}
.header-nav li a:hover > .img.resa-icn-3 {
  background: url(icnMail.png?OpenImageResource) no-repeat 0px -28px;
}
.header-nav li a.active {
  border-bottom: 4px solid #00a3b2;
  color: #00a3b2;
  position: relative;
  top: 2px;
}
.header-nav li a.active > .img.resa-icn-1 {
  background: url(icnDesktop.png?OpenImageResource) no-repeat 0px -32px;
}
.header-nav li a.active > .img.resa-icn-2 {
  background: url(icnPhone.png?OpenImageResource) no-repeat 0px -30px;
}
.header-nav li a.active > .img.resa-icn-3 {
  background: url(icnMail.png?OpenImageResource) no-repeat 0px -32px;
}

.s-global-ombreItemMenu {
  top: 13px;
  right: -4px;
  position: absolute;
}

.footer-nav-container {
  background-color: #005967;
}

.footer-nav {
  min-height: 50px;
  padding: 10px 0px;
  position: relative
}

.footer-nav li {
  list-style-type: none;
  float: left;
}
.footer-nav li a {
  font-size: 11px;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  padding: 0px 6px;
  border-right: 1px solid #004d59;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
.footer-nav li a.dark {
  color: black;
}

.s-global-icnCadeau {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

div.wrap-mask-select, div.wrap-mask-input {
  margin: 0;
  width: 100%;
  min-height: 30px;
  position: relative;
  padding: 4px 0px 0px 0px;
}

select.mask-select, input.mask-input {
  margin: 0;
  width: 100%;
  min-height: 34px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: -100000px;
  z-index: 1;
}

span.option-selected {
  margin-left: 5px;
}

select.mask-select > option {
  display: none;
  position: absolute;
  z-index: -1;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.wrap-mask-options {
  background: #fff;
  border: 2px solid #f05f0c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  position: absolute;
  z-index: 9999;
  /*top: 15px;*/
  width: 170px;
  left: -2px;
  overflow-y: auto;
  max-height: 175px;
}

.mask-option-item {
  color: #39464d;
  font-size: 14px;
  margin: 5px 0px;
  cursor: pointer;
}
.mask-option-item:hover {
  color: #00a3b2;
}

.select-wrapper.custom2 {
  background-color: #fff;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 37px;
  border: 2px solid #80cdd7;
  position: relative;
  margin-bottom: 10px;
}
.select-wrapper.custom2.dark {
  border: 2px solid #006272;
  box-shadow: none;
}
.select-wrapper.custom2.light {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #D8D7D5;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  color: #39464d;
  font-size: 14px;
  height: 35px;
  padding: 0px 4px;
}
.select-wrapper.custom2.light .wrap-mask-select {
  width: 100%;
}
.select-wrapper.custom2.light .wrap-mask-options {
  left: -6px;
  top: 35px;
}
.select-wrapper.custom2.light .selector {
  width: 28px;
  height: 27px;
  position: absolute;
  top: 2px;
  right: 2px;
}
.select-wrapper.custom2.light .selector span {
  position: absolute;
  top: 10px;
  left: 9px;
}
.select-wrapper.custom2 span.option-selected {
  color: #39464d;
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.select-wrapper.custom2 .selector {
  width: 30px;
  height: 29px;
  position: absolute;
  top: 2px;
  right: 2px;
}
.select-wrapper.custom2 .selector span {
  position: absolute;
  top: 10px;
  left: 10px;
}

.custom2 label {
  color: #fff;
}
.custom2 .wrap-mask-options {
  width: 100%;
  left: 0px;
}

/* Inputs */
/* Checkboxes */
div.wrap-mask-checkbox {
  margin: 0px 2px 0px 0px;
  position: relative;
  width: 23px;
  display: inline-block;
  vertical-align: top;
}

input.mask-checkbox {
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.new-checkbox, .new-checkbox2 {
  display: inline-block;
  height: 20px;
  width: 23px;
  background: url(icn-checkbox-1.png?OpenImageResource) no-repeat 0px 0px;
}
.new-checkbox.checked, .checked.new-checkbox2 {
  background-position: 0px -21px;
}

.new-checkbox2 {
  background: url(icn-checkbox-2.png?OpenImageResource) no-repeat 0px 0px;
}
.new-checkbox2.checked {
  background-position: 0px -33px;
}

/* Radiobuttons */
div.wrap-mask-radio {
  margin: 0px 2px 0px 0px;
  position: relative;
  width: 23px;
  display: inline-block;
  vertical-align: top;
}

input.mask-radio {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.new-radio {
  display: inline-block;
  height: 20px;
  width: 23px;
  background: url(icn-checkbox-1.png?OpenImageResource) no-repeat 0px 0px;
}
.new-radio.checked {
  background-position: 0px -21px;
}

.datepicker {
  position: absolute;
  border: 2px solid #f05f0c;
  font-size: 12px;
  width: 203px;
  padding: 3px;
  height: 221px;
  background: #fff;
  line-height: normal;
  z-index: 3003;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.datepicker.column_2 {
  width: 407px;
}

.datepicker.column_3 {
  width: 592px;
}

.datepicker.column_4 {
  width: 791px;
}

.datepicker.column_5 {
  width: 990px;
}

/* header
********************************************************/
.datepicker .header {
  position: relative;
  background: #f05f0c;
  height: 26px;
  padding-top: 4px;
  margin-bottom: 3px;
  overflow: hidden;
}

.datepicker .header .title {
  text-align: center;
  padding-top: 1px;
  position: absolute;
  color: #fff;
  font-weight: bold;
  width: 99999px;
}

.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .closeButton {
  position: absolute;
  width: 15px;
  height: 15px;
  background: none;
  text-align: center;
  color: #fff;
  top: 0px;
  cursor: pointer;
  font-size: 20px;
}

.datepicker .header .previous {
  left: 3px;
}

.datepicker .header .next {
  right: 3px;
}

.datepicker .header .closeButton {
  right: 5px;
  display: none;
}

/* body
********************************************************/
.datepicker .body {
  position: relative;
  top: 0px;
  left: 0px;
  height: 193px;
  overflow: hidden;
}

/* Columns */
.datepicker .body .column {
  float: left;
  width: 194px;
  min-height: 193px;
  margin-left: 5px;
}

.datepicker .body .column.column_1 {
  margin-left: 0;
}

.datepicker .titleText .column {
  float: left;
  width: 194px;
  margin-left: 5px;
}

.datepicker .titleText .column.column_1 {
  margin-left: 0;
}

/* Footer */
.datepicker.footer {
  height: 280px;
}

.datepicker .footer {
  margin-top: 3px;
  padding: 15px 5px;
  height: 26px;
}

/* time
********************************************************/
.datepicker .time {
  width: 100%;
  height: 100%;
  background: #eee;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
  border: 1px solid #ccc;
  background: #fff;
  width: 50px;
  font-size: 32px;
  position: absolute;
  top: 50px;
  text-align: center;
  padding: 2px;
}

.datepicker .time .hour {
  left: 30px;
}

.datepicker .time .separator {
  background: transparent;
  border: 0px;
  width: 10px;
  left: 91px;
}

.datepicker .time .minutes {
  left: 110px;
}

.datepicker .time .ok {
  position: absolute;
  top: 105px;
  width: 136px;
  left: 30px;
  font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker .days .day {
  float: left;
  background: #ccc;
  cursor: pointer;
  text-align: center;
  padding-top: 2px;
  width: 25px;
  overflow: hidden;
  height: 23px;
  margin: 0 3px 3px 0;
}

.datepicker .days .day0 {
  margin-right: 0;
}

.datepicker .days .week5 .day {
  margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker .days .title {
  background: #006272;
  font-weight: bold;
  color: #fff;
  cursor: default;
}

.datepicker .days .otherMonth {
  background: #eee;
  color: #aaa;
}

/* months
********************************************************/
.datepicker .months .month {
  float: left;
  background: #eee;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  width: 62px;
  height: 43px;
  padding-top: 16px;
  margin: 0 3px 3px 0;
}

.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
  margin-right: 0;
  width: 64px;
}

.datepicker .months .month10,
.datepicker .months .month11,
.datepicker .months .month12 {
  margin-bottom: 0;
}

/* years
********************************************************/
.datepicker .years .year {
  float: left;
  background: #eee;
  cursor: pointer;
  text-align: center;
  width: 46px;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  margin: 0 3px 3px 0;
}

.datepicker .years .year3,
.datepicker .years .year7,
.datepicker .years .year11,
.datepicker .years .year15,
.datepicker .years .year19 {
  margin-right: 0;
  width: 47px;
}

.datepicker .years .year16,
.datepicker .years .year17,
.datepicker .years .year18,
.datepicker .years .year19 {
  margin-bottom: 0;
  height: 33px;
  line-height: 33px;
}

/* global
********************************************************/
.datepicker .selected {
  background: #8C929F !important;
  color: #fff !important;
}

.datepicker .days .otherMonth.selected {
  background: #bbbfc8 !important;
}

.datepicker .unavailable,
.datepicker .body .days .week .day.unavailable:hover {
  background: #edd !important;
  color: #b88 !important;
  cursor: default !important;
}

.datepicker .days .week .day:hover,
.datepicker .months .month:hover,
.datepicker .years .year:hover {
  background: #006272 !important;
  color: #fff !important;
}

.datepicker .days.weeknumbers .day {
  width: 22px;
}

.datepicker .days.weeknumbers .day.weeknumber,
.datepicker .days.weeknumbers .day.weeknumber:hover {
  color: #AAA !important;
  width: 16px !important;
  background: #EEE !important;
}

.datepicker table {
  border-spacing: 0;
}

.datepicker th,
.datepicker td {
  padding: 0;
}

.datepicker-toggler {
  cursor: pointer;
}

.mod-social {
  margin: 20px 10px 0px 0px;
}
.mod-social .mod-social--lib {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
}
.mod-social .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}

.gmnoprint a, .gmnoprint span{
    display:none;
} 

.map {
  height: 495px;
}

.map-canvas {
  height: 100%;
}

.map-canvas img {
  max-width: none;
}

.map-infoWindow--img {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}

.map-infoWindow--content {
  display: inline-block;
  width: 320px;
  vertical-align: top;
}

.map-infoWindow--title {
  margin: 0px;
  color: #006272;
  font-size: 14px;
}

.map-infoWindow--txt {
  font-size: 12px;
  color: #39464d;
}

.map-infoWindow--link {
  color: #0095ab;
  font-size: 12px;
  text-decoration: underline;
  cursor:pointer;
}

.customInfoWindow {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 450px;
  padding: 10px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.map-infoWindow--arrow-down {
  height: 0;
  width: 0;
  border-style: solid;
  border-color: white transparent transparent transparent;
  border-width: 10px 10px 0px 10px;
  position: relative;
  top: 20px;
  left: 25px;
}

.blocChoix {
  clear: both;
  padding: 10px;
}

.lienModifie {
  float: right;
  margin-top: -47px;
}

.lienModifie a {
  color: #00a3b2;
}

.footer-nav li a.back-to-top {  
  border: none;
  text-decoration: none;
  background-color: #00a3b2;
  border-radius: 3px;
  padding: 2px 15px 2px 10px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 16px;
}

.footer-nav li a.back-to-top:hover {
  background-color: #0095a3;
}

.footer-nav li a.back-to-top span {
  position: relative;
  top: 1px;
  left: 4px;
}

.contenu-resa-wrapper {
  text-align: left;
  padding: 20px;
  background-color: #fff;
  color: #00a3b2;
}

.titre-pages-resa {
  height: 105px;
  color: #fff;
  font-size: 26px;
  padding-top: 46px;
  padding-left: 70px;
  background: url(flammeNicols.png?OpenImageResource) no-repeat 20px 46px;
  text-align: left;
}

.titres-blocs-etapes {
  color: #00a3b2;
  font-size: 22px;
  margin-bottom: 10px;
}

input.btn-mod-resa {
  border: 2px solid #006272;
  margin-top: 25px;
}

.etapes {
  width: 100%;
  margin-bottom: 20px;
}

.etape {
  color: #222;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #8ED7DE;
  color: #006272;
  border-right: 1px solid #006272;
}
.etape:last-child {
  border-right: none;
}
  
.etape a {
  color: #fff;
  display: block;
}

.etape.selected {
  background: #00a3b2;
  color: #fff;
}

input[type="text"],
input[type="date"],
input[type="password"],
select,
textarea,
.wrap-mask-select,
.wrap-mask-input {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #d8d7d5;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: #39464d;
  font-size: 14px;
  height: 35px;
  padding: 0px 4px;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
.wrap-mask-select:focus,
.wrap-mask-input:focus {
  border: 2px solid #f57e3a;
  outline: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.wrap-mask-select::-webkit-input-placeholder,
.wrap-mask-input::-webkit-input-placeholder {
  color: #39464d;
}
input[type="text"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
.wrap-mask-select:-moz-placeholder,
.wrap-mask-input:-moz-placeholder {
  color: #39464d;
}
input[type="text"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.wrap-mask-select:-ms-input-placeholder,
.wrap-mask-input:-ms-input-placeholder {
  color: #39464d;
}

textarea {
  height: 100px;
  padding: 4px;
}

/* MESSAGES D'ERREURS */
.erreur {
  background: #f05f0c;
  padding: 6px 10px;
  text-align: center;
  box-shadow: 0px 0px 10px #000;
  border-radius: 5px;
  color: #fff;
  width: 300px;
  height: auto;
  margin-left: -150px;
  font-size: 12px;
  z-index: 2;
  visibility: hidden;
}

#closeErreur {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  font-family: Tahoma, Geneva, sans-serif;
  float: right;
}

#closeErreur:hover {
  background: #fff;
  color: #f05f0c;
}

.textErreur {
  clear: both;
  margin: 20px 10px;
}

/* FACEBOX */
.facebox-wrapper {
  visibility: hidden;
  opacity: 0
}
.overlay {
  height: 100%;
  width: 100%;
  background: #111;
  background: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 20000000;
  top: 0px;
  left: 0px
}
.facebox {
  position: fixed;
  top: 20px;
  z-index: 20000001;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  background : #fff;
}
.facebox .fcb-close-btn {
  float: right;
  margin: 0px 10px 0px 0px;
  cursor: pointer;

}
.fcb-titre, .fcb-sous-titre {
  text-align: center;
  margin: 40px 0px 20px 0px;
  color: #fff;
  font-size: 24px
}
.fcb-sous-titre {
  font-size: 16px;
  margin: 0px
}
.btn-wrapper {
  margin: 20px auto 20px auto;
  text-align: center
}
.fcb-result {
  padding: 10px;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0px
}
.col-type-choix {
  border-right: 1px solid #008599;
  border-left: 1px solid #1aa4b7;
  margin: 30px auto 20px auto;
  padding: 0px 20px
}
.type-choix {
  color: #fff;
  font-size: 14px;
  margin: 0px 0px 15px 0px
}
.titre-facebox{
  color : #fff;
  font-size : 30px;
  padding : 20px;
  margin : 0px;
  background: #009aaf;
  width:800px;
  position :fixed;
  top:20px;
  z-index:1;
}
.contenu-facebox{
  height : 100%;
  padding : 20px;
  margin-top : 64px;
  overflow-y: auto;

}
.contenu-facebox p {
  color : #009aaf;
  margin-bottom : 20px;   
}
.facebox-img-base{
   margin-bottom : 20px;
}
.facebox-img-bateau{
  width : 75%;
  margin-bottom : 20px;
}
.facebox-titre-liste{
  color : #009aaf;
  text-transform : none ;
  margin-left : 30px;
  font-size : 16px;
}
.facebox-liste{
  font-family: Arial, Helvetica, sans-serif;
  font-size : 13px;
  margin-left : 30px;
}

/* ======================================================================================================== */
/* ===========================================================================  ETAPE 1 =================== */
/* ======================================================================================================== */
.infos-destinations {
  padding-left: 35px;
}

.libDepart, .libHDepart, .libelleDuree {
  float: left;
  margin-top: 7px;
}

.datefin {
  margin-top: 10px;
  padding-left: 45px;
}

.pays, .regions, .blocAS, .basedepart {
  margin-top: 10px;
}

.label-block {
  margin-left: 15px;
}

.resa-form-wrapper {
  position: relative;
  width: 170px;
  float: left;
  margin: 0px 10px 0px 15px;
}

.blockbases .resa-form-wrapper {
  width: 240px;
}
.blockbases .wrap-mask-options {
  width: 240px;
}

.mask-select {
  font-size: 16px;
}

.wrap-mask-select.select--focus {
  border: 2px solid #f57e3a;
  outline: none;
}

span.option-selected {
  margin: 6px 0px 0px 30px;
  display: inline-block;
}

.arrow-down-selector {
  z-index: 0;
}

.wrap-mask-options {
  top: 35px;
  left: -2px;
}

span.option-selected {
  margin: 2px 0px 0px 35px;
  display: inline-block;
  overflow: hidden;
  height: 20px;
}

.icnPoint {
  display: inline-block;
  top: 8px;
  left: 9px;
  height: 20px;
  width: 20px;
  background: url(icnPoint.png?OpenImageResource) no-repeat;
}

.lib-selection-base {
  text-align: left;
  padding: 0px 0px 10px 0px;
}

/* =  MAP */
.map {
  height: 375px;
}

.map-canvas {
  height: 100%;
}

.map-canvas img {
  max-width: none;
}

.map-infoWindow--img {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}

.map-infoWindow--content {
  display: inline-block;
  width: 320px;
  vertical-align: top;
}

.map-infoWindow--title {
  margin: 0px;
  font-size: 14px;
}

.map-infoWindow--txt {
  font-size: 12px;
  margin-bottom: 12px;
}

.map-infoWindow--link {
  color: #0095ab;
  font-size: 12px;
  text-decoration: underline;
  position: absolute;
  right: 12px;
  bottom: 20px;
}

.customInfoWindow {
  background: #fff;
  border-radius: 5px;
  width: 450px;
  padding: 10px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.map-infoWindow--arrow-down {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  position: relative;
  top: 20px;
  left: 25px;
}

.wrapBtValid .btn-bleu-bordered {
  margin-top: 20px;
  width: 98%;
}

#btnvalid, #btnreset {
  height: 42px;
  line-height: 23px;
}

.icnLoupe {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 30px;
  height: 20px;
  width: 20px;
  background: url(icnLoupeWhite.png?OpenImageResource) no-repeat;
}

/* =========================================================
 * RESULTATS
 =========================================================== */
.resultat.row, .choixSelection.row, .resultat-ok.row {
  margin: 10px 0px;
}

.ligne-resultat {
  background: #DCDDDF;
  border-radius: 5px;
}

.lib-entete-resultats{
  cursor : pointer;
}
.lib-entete-resultats.active{
  color : #f05f0c;
}

.lib-entete-resultats.active.decroissant .arrow-down-selector{
  /*border-top-color : #f05f0c;*/
  border-color: #f05f0c transparent transparent transparent;
}
.lib-entete-resultats.active.croissant .arrow-up-selector{
  /*border-bottom-color : #f05f0c;*/
  border-color: transparent transparent #f05f0c transparent;
}

.arrow-selector.arrow-down-selector{border: none}
.arrow-selector.arrow-up-selector{border: none}

.lib-entete-resultats .arrow-down-selector, .lib-entete-resultats .arrow-up-selector{
  position : relative;
  top : 10px;
  margin  : 0px 2px
}
.lib-entete-resultats .arrow-up-selector{
  top : -10px;
}
.entete-resultat {
  padding: 0px;
  color: #333;
  font-size: 13px;
}
.btn-more{
  font-size : 12px;
  font-family : Arial, Helvetica, sans-serif;
  padding : 2px 4px;
  background : #0095A3;
  position: absolute;
  left: 10px;
  bottom: 8px;
}
.btn-more:hover{
  background: #00A3B2; 
}

.base-resultat {
  border-right: 1px solid #333;
  min-height: 80px;
  padding: 10px;
}

.bateau-resultat {
  min-height: 80px;
  border-right: 1px solid #333;
  padding: 10px;
}

.base-prix {
  min-height: 80px;
  padding: 10px;
}

.base-detail-link {
  height: 71px;
  padding: 35px 10px 10px 10px;
  cursor: pointer;
}

.details-resultat {
  padding: 0px;
  color: #333;
  font-size: 13px;
}

.details-base-resultat {
  border-right: 1px solid #333;
  padding: 10px;
}

.details-bateau-resultat {
  border-right: 1px solid #333;
  padding: 10px;
}

.prix-final {
  font-size: 20px;
}

.prix-depart {
  color: #CC0000;
  font-size: 12px;
  margin-top: -5px;
}

.remise {
  color: #CC0000;
  font-size: 12px;
  margin-top: -5px;
}

.resultat-btn-reservez {
  padding-top: 17px;
}

/* Tooltip style 1 */
.tip-wrap {
  font-size: 12px;
}
.tip-wrap .tip {
  background: #f05f0c;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}
.tip-wrap .tip-bottom {
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #f05f0c transparent transparent transparent;
  border-width: 10px 10px 0px 10px;
  margin: 0 auto;
}

.bateau-nom{
  padding: 0px 0px 3px 0px;
  line-height: 1;
}
img.bateau-capacite{
  vertical-align : bottom;
  height : 30px;
}
img.piscine-option{
  vertical-align : bottom;
  max-height : 28px;
  
}
.bateau-image-wrap{
  height: 80px;
  line-height: 80px;
  margin-top: -2px;
}
.bateau-resultat, .base-prix, .base-resultat{
  position : relative;
  height : 98px;
}
/* ======================================================================================================== */
/* ===========================================================================  ETAPE 2 =================== */
/* ======================================================================================================== */
.blockRappel {
  font-family: Arial, Helvetica, sans-serif;
}

.lib-rappel--prix {
  font-size: 18px;
  color: #333;
  padding: 6px 20px 0px 0px;
  text-align: right;
}

.colPrix {
  text-align: left;
}

.prix-rappel {
  font-size: 23px;
  color: #333;
}

.blockPrix, .blockPrixAvecOption {
  background: #dcddde;
  padding: 10px 0px;
  margin: 10px 0px;
  font-weight: bold;
  border-radius: 5px;
}

#LignePromo {
  color: #C00;
  font-size: 12px;
}

.row-option {
  margin: 0px 0px 15px 0px;
}
.row-option .col-2, .row-option .col-3, .row-option .col-6, .row-option .col-1, .row-option .col-7 {
  display: table;
  /* position : relative; */
}
.row-option .col-2 span, .row-option .col-3 span, .row-option .col-6 span, .row-option .col-1 span, .row-option .col-7 span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.row-option .col-7 span {
  text-align: right;
  padding: 0px 20px 0px 10px;
}
.row-option .col-6 span {
  text-align: right;
  padding: 0px 20px 0px 10px;
}
.row-option .col-2:first-child span {
  color: #006272;
}

.wrapBtValid-continuer {
  float: right;
}

.btnValid-continuer {
  height: 42px;
  line-height: 23px;
  padding: 0px 60px 0px 40px;
  position: relative;
}
.btnValid-continuer .s-global-icnArrowRightWhite {
  position: absolute;
  right: 30px;
  top: 13px;
}
.disabledBtnValid {
  color: #ddd;
  border: 1px solid #ccc;
  background: #28454a;
}
.disabledBtnValid.btn-bleu-bordered.thin {
  border: none;
  box-shadow: none;
  text-shadow: 0px -1px 0px #000;
}
.disabledBtnValid:active {
  background: #28454a;
}

.select-form-options {
  position: relative;
}
.select-form-options .wrap-mask-options {
  width: 78px;
}
.select-form-options span.option-selected {
  display: inline;
  margin: 0px 0px 0px 30px;
}

.carteTooltip {
  text-decoration: underline;
  cursor: pointer;
}

.tip-wrap-carte {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background: #dcddde;
  border-radius: 5px;
}

.tip-wrap-carte:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50px;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #dcddde transparent transparent transparent;
  border-width: 10px 10px 0px 10px;
  margin: 0 auto;
}


/* ======================================================================================================== */
/* ===========================================================================  ETAPE 2 =================== */
/* ======================================================================================================== */
#Coordonnees tr {
  height:50px;
}

.resa-form-wrapper.pays .wrap-mask-options {
  width: 240px;
}
.resa-form-wrapper.pays span.option-selected {
  margin-left: 5px;
}

.blockPaiement {

  color: #333;
	font-size: 16px;
	float: left;
	width: 50%;
	margin-right: 1%;
}
.blockPaiement .blockPrix {
  min-height: 300px;
  padding: 20px;
  background: #dcddde url(icnLockBig.png?OpenImageResource) no-repeat 25px bottom;
  border-bottom: 20px solid #dcddde;
}
.blockPaiement [class^="col-"] {
  text-align: right;
}
  
.blockPaiement h3 {
  color: #00a3b2;
  margin-top: 10px;
}

.blockModePaiement{
	float: left;
	width: 49%;
	margin-top: 60px;
}
#LigneCroisiere {
  font-size: 22px;
}

#LignePromo {
  font-size: 16px;
}

#LigneRemise {
  font-size: 16px;
}

#prixResume {
  font-size: 28px;
  margin-top: 50px;
}

#RemiseCalcAff {
  color: #333;
}
	 
#tdContenu label a {
  color: #006272;
  text-decoration: underline;
}
#tdContenu label a:hover {
  color: #00a3b2;
}

#txacompte {
  text-align: right;
  margin-top: 10px;
}

.blockPaiement .total {
  font-size: 22px;
}

.blockPaiement .total-a-regler {
  font-size: 30px;
  color: #C00;
}

.lib-choix-paiement {
  color: #333;
  font-size: 23px;
  padding: 10px 10px 0px 10px;
  line-height: 23px;
}
.lib-choix-paiement em {
  font-size: 20px;
}
.img-lock {
  margin-top: 7px;
}
.img-fleches {
  margin-top: 17px;
}

#controleSaisie {
  background: #f05f0c;
  color: #fff;
  border-radius: 5px;
  padding: 0px 10px 20px 10px;
  margin: 20px 0px;
}

.blockMerci p {
  margin: 0px;
  font-size: 16px;
}

.merci {
  font-size: 36px;
  margin-bottom: 10px;
}

.blockRappel h3 {
  margin-bottom: 10px;
}
.blockRappel .email {
  margin-top: 20px;
}
.blockRappel .tel {
  margin-top: 20px;
}
.blockRappel .tel a {
  color: #00a3b2;
  text-decoration: underline;
}

.blockContact {
  margin-top: 40px;
}

.blockActions {
  text-align: right;
}
.blockActions a:first-child {
  margin-top: 40px;
}
.blockActions a:first-child img {
  position: relative;
  left: 50px;
}
.blockActions a {
  padding: 0px 10px;
  width: 240px;
  height: 40px;
  text-align: left;
  line-height: 40px;
  margin: 10px 0px;
}
.blockActions a img {
  position: relative;
  left: 68px;
  top: -2px;
}
.blockActions a:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2OTdhYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2OTdhYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0697ab), color-stop(100%, #0697ab));
  background-image: -webkit-linear-gradient(#0697ab, #0697ab);
  background-image: -moz-linear-gradient(#0697ab, #0697ab);
  background-image: -o-linear-gradient(#0697ab, #0697ab);
  background-image: linear-gradient(#0697ab, #0697ab);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0697AB', endColorstr='#FF0697AB');
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.mw-slideshow--wrapper{
        position: relative;
      }
      .mw-slideshow--content {
      	width: 380px;
        height: 260px;
        background-color: #FFF;
        position: relative;
        margin: 0 auto;
        padding: 20px;
        overflow: hidden;
      }
      .mw-slideshow--slide{
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
        width:100%;
        height:100%;
        text-align: center;
      }
      .prev-slide, .next-slide{
        bottom : 0px ; 
        cursor: pointer;
        position: absolute;
        z-index: 200000;
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, 0.8);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
      }
      .prev-slide {
        right: 55px;
        bottom: 5px;
      }
     .next-slide{
     	  right: 15px;
     	  bottom : 5px;
      }
      .prev-slide span, .next-slide span{
        position: relative;
        top: 5px;
      }
    #facebox-bateau, #facebox-base{
    }
    #facebox-base{
      padding-bottom: 20px;
    }
    #facebox-bateau .titre-facebox, #facebox-base .titre-facebox{
      position:absolute;
      top:0px;
    }
    .contenu-facebox-base{
      padding-top : 85px;
      
    } 
    .contenu-facebox-bateau{
       padding-top : 40px;
       background : #009AAF
     }
     .tabs {
      margin: 30px 10px 0px 10px;
      padding-bottom : 30px;
      }
      .tabs .tabs-list {
        margin-right: 0px;
        margin-bottom: -1px;
        padding: 2px 5px 0px 0px;
      }
      .tabs .tab-item.selected {
        background-color: #FFF;
        border-top: 4px solid #FFF;
        box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
      }
      .tabs .tab-item {
        list-style: none;
        display: inline-block;
        margin-top: 2px;
        margin-bottom: 1px;
        margin-right: 1.5px;
        padding: 12px 30px;
        background-color: #80D2DB;
        font-size: 15px;
        cursor: pointer;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -ms-border-radius: 5px 5px 0px 0px;
        -o-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
      }
      .tabs .tab-item a {
        color: #0095AB;
        font-family: "CabinSemiBold";
        text-transform : uppercase;
      }
      .tabs .tab-item.selected a {
        color: #39464D;
      }
      .tabs .tabs-content-group {
        background-color: #FFF;
      }
    .tabs .tab-content {
      background-color: #FFF;
      padding: 20px 0px 20px 0px;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    }
.slideshow__legende {
  position: absolute;
  bottom: 25px;
  width: 295px;
  height: 30px;
  border-radius: 5px;
  left: 5px;
  color: rgb(0, 98, 114);
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
  line-height: 30px;
  font-weight: bold;
  font-weight: 600;
  font-family: "CabinSemiBold";
}

/* ----------------------------- */
/* ==IEfix             */
/* ----------------------------- */
.ie9 * {
  filter: none;
}

.ie67 {
  /* haslayout for IE6/IE7 */
  /**
   * inline-block and table-cell for IE6/IE7
   * warning: .col needs width on IE6/IE7 
   */
  /**
   * Add a slash at the end of this comment
   * to enable box-sizing for IE6/IE7
   * @source https://github.com/Schepp/box-sizing-polyfill 
   *

  * {
    behavior: url(/js/boxsizing.htc);
  } 

  /**/
}
.ie67 .clearfix, .ie67 .row, .ie67 .line, .ie67 .mod, .ie67 .row, .ie67 .col {
  zoom: 1;
}
.ie67 .btn, .ie67 .col {
  display: inline;
  zoom: 1;
}

.ie8 img {
  width: auto;
  /* @bugfix for IE8 */
}

.ie9 .btn-orange, .ie9 .btn-orange-bordered {
  filter: none;
}

.ie9 .btn-bleu:hover, .ie9 .btn-bleu-bordered:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.ie9 .btn-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ie9 .btn-inner:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ie9 .btn-inner .s-global-icnArrowRightWhite {
  margin-top: 2px;
}

.ie8 .btn-orange-bordered {
  border: 5px solid #fff;
}

.ie8 .thumb-legend {
  background: #006272;
}

.ie8 .thumb-link {
  height: 60px;
}

.ie8 .thumb-content img {
  margin-top: -1px;
}

.ie8 .form-error p {
  width: 100%;
}

.ie789 .tab-content {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.ie78 .prev-slide, .ie78 .next-slide {
  background: #f3f3f3;
}

.ie78 .slideshow-gammes-home .prev-slide {
  background: url(arrowNavLeftSlideHome.png?OpenImageResource) no-repeat center center;
}

.ie78 .slideshow-gammes-home .next-slide {
  background: url(arrowNavRightSlideHome.png?OpenImageResource) no-repeat center center;
}

.ie8 .content-container, .ie8.content-container{ background: #00b5c4; } 

::-ms-clear {
        display: none;
} 

.fleft{
  float:left;
}
.lib-rappel{
  margin-top: 7px;
}
.blockRappel .enfants{
/*  margin-top : 10px;*/

}

/* Etape 3 */

/* Modifs resa.css */
.wrapBtValid-continuer{
  float:none;
}

.wrapBtValid-continuer .s-global-icnArrowRightWhite{
  right: 25px;
  position: absolute;
  top: 18px;
}
.wrapBtValid-continuer .btn-wrapper{
  position:relative;
  float:right;
}

.titreFormCoordonnees{
	color: #006272;
	font-size: 19px;
	text-transform: initial;
	margin-bottom: 0px;
}
.txtInfoFormCoordonnees{
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
}
/* Ajouts CSS */
.col-choixClient{
  text-align : center;
}
.btn-choixClient.active{
  background: #006272;  
}
.btn-choixClient.active label{
  color: #fff;
}
.btn-choixClient{
  border : 2px solid #006272;
  height : 45px;
  padding-top: 10px;

}
.btn-choixClient label{
  color : #00A3B2;
  text-transform : none;
}
.wrapZoneForm{
  padding : 10px;
  margin : 20px 0px;
  border : 2px solid #006272;
  border-radius : 5px;
}

.link-lostCode{
  color :#006272;
  text-decoration: underline;
}

/* gestion des messages d'erreur */
.form-control{
  position: relative;
}
.error-box{
  color: #FFF;
  background : #f05f0c;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 25px 10px 10px;
  right: 45px;
  top: -45px;
  position: absolute;
}
.error-box:after{
  content : " ";
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
  border-top: 8px solid  #f05f0c;
  position: absolute;
  bottom: -8px;
  left:10px;
 }

.close-error-box{
  font-size: 26px;
  position: absolute;
  top: -10px;
  right: 5px;
  cursor: pointer;
}
input.input-error{
  border:2px solid #f05f0c;
}

.etoile{
  color:  #f05f0c;
}

.wrapRequireLib{
  display: inline-block;
  color: #FFF;
  background : #f05f0c;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: "CabinSemiBold";
}

.faceboxMsg-wrapper{

}
.faceboxMsg-wrapper .overlay{
  background: rgba( 0,163,178,.7 );
}
.faceboxMsg{
  position: fixed;
  top: 50%;
  z-index: 20000001;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  background : #fff;
}
.faceboxMsg-body{
  padding: 20px;
  font-family: "CabinSemiBold";
}
.faceboxMsg-titre{
  color: #00A3B2;
  margin: 0px 0px 0px 0px;
}
.faceboxMsg-texte p{
  margin: 10px 0px 20px 0px;
}
.faceboxMsg .fcb-close-btn{
  float : right ; 
  margin : 10px ;
  cursor: pointer;
}
.faceboxMsg .btn-bleu-bordered{
  padding: 10px;
  float: right;
  margin-top: 50px;
  margin-bottom: 20px;
}



/* Etape 2 */

.blocCodePromo-clearfix{
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0px  30px 0px;

}
.blocCodePromo{
  float: right;
  position: relative;
}
#search-code{
  height: 35px;
}
#inputCodePromo{
  width : 120px;
}
.img-info, .img-carte{
  margin : 0px 8px ;
  border-radius: 50% ;
  padding: 0px ;
  width: 20px ;
  height: 20px ;
  font-family: "CabinSemiBold" ;
  font-size: 12px ;
  font-weight: bold ;
}
.img-info:hover, .img-carte:hover{
  margin : 0px 8px;
  border-radius: 50%;
}
.row-option .col-2 span.img-carte{
	color: #fff;
	position: relative;
	right: 20px;
}
.info-code-promo{
  position: absolute;
  top: 40px;
  right: 50px;
  color:  #cc0000;
  font-family: "CabinSemiBold" ;
  font-size: 13px;
}
.info-code-promo .suppr-code{
color: #006272;
text-decoration: underline;
cursor:pointer
}
.toggleOption{
  font-family: "CabinSemiBold" ;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  color:#006272;
}
.row-option {
  font-family: "CabinSemiBold" ;
  font-size: 14px;
}
.row-option .col-5{
  padding: 0px 10px;
}
.row-option .libelle-option{
  color:#006272;
}
.row-option .select-form-options .wrap-mask-options {
width: 156px;
}

.blockRappel{
  font-family: "Cabin" ;
}

.msgOrange{
	background: #f05f0c;
	color: #fff;
	border-radius: 5px;
	padding: 10px 10px 20px 10px;
	margin: 20px 0px;
	text-align:center;
}


/* CAS DU MULTI-BATEAUX 
*/
.choixResultat{
	padding: 10px;
	background: #f05f0c;
	border-radius: 6px; 
}
#choixResultat{
    display: block;
    position: relative;
    /*height : 60px;*/
    /* top value on start */
    top: 0px;
    left: auto;
    width: 940px;
}
#choixResultat.is-fixed{
    position: fixed;
    /* top value on fixed position - this value should be set to your headers height+offset */
    top: 0px;
  	left: 50%;
	z-index: 60;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  	border-radius: 0px;
	box-shadow: 0px 0px 5px #000;
	width: 980px;
	padding : 4px 10px;
}
#choixResultat.is-fixed #choixResultatTitre{
	font-size : 16px;
	margin-bottom :4px;
}
#choixResultat.is-fixed .choixSelection{
	margin: 4px 0px;
}
#choixResultat.is-fixed .titre-total-selection,
#choixResultat.is-fixed .resultat-btn-reservez--multi{
	padding-top : 0px;
	font-size : 18px;
}
#choixResultat.is-fixed .titre-total-selection .total-selection{
	margin-top : 10px ;
}

#choixResultat.is-fixed .ligne-resultat .btn-more,
#choixResultat.is-fixed .ligne-resultat	.bateau-capacite,
#choixResultat.is-fixed .ligne-resultat	.bateau-image-wrap,
#choixResultat.is-fixed .ligne-resultat	.prix-depart,
#choixResultat.is-fixed .ligne-resultat	.remise{
	display: none;
}
#choixResultat.is-fixed .ligne-resultat .bateau-resultat,
#choixResultat.is-fixed .ligne-resultat .base-resultat,
#choixResultat.is-fixed .ligne-resultat .base-prix	{
	min-height:36px;
	padding: 4px 10px;
    line-height: 1.1;
    height : 36px;
}
#choixResultat.is-fixed .ligne-resultat .btn-annuler-proposition{
	top: 2px;
    right: 2px;
    height: 30px;
    width: 30px;
}
#choixResultat.is-fixed .ligne-resultat .bateau-nom{
	padding: 8px 0px 3px 0px;
}
#choixResultat.is-fixed .ligne-resultat .prix-final{
	padding-top: 6px;
    font-size: 16px;	
}


.titres-blocs-etapes.titre-blanc{
	color: #fff;
}  
.btn-annuler-proposition{
    display: block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border: 1px solid #949494;
    border-radius: 6px;
    position: absolute;
    top: 30px;
    right: 8px;
    background: url(icn_corbeille.png?OpenImageResource); 
    background-repeat: no-repeat;
    background-position: center;
}
.btn-mod-resa.btn-bleu-bordered[disabled]{
    color: #919191;
    border-color: #ccc;
}
.btn-mod-resa.btn-bleu-bordered[disabled] span{
	opacity: 0.5;
}
.resultat-btn-reservez--multi{
    cursor: pointer;
    text-align: right;
    padding-top: 10px;
}
.titre-total-selection{
    padding-top: 20px;
}
.total-selection{
    color: #fff;
    font-size: 20px;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    vertical-align: middle;
	text-align: right;
}
.info-selection{
	font-size: 16px;
}
.btn-annuler-proposition:hover{
	background-color: #eee
}  
#titreProposition{
  margin-left: 10px;
}
.btn-mod-resa.btn-orange-bordered{
  font-size: 14px;
}

.checkbox-btn-resa{   
	position: relative;
	top: 5px;
}
.choix-alternatif{
	padding: 2px 7px 7px 5px; 
	background: #f77503;
}