@charset "UTF-8";
/*=============================
=            PATHS            =
=============================*/
/*===================================
=            BREAKPOINTS            =
===================================*/
/*===============================
=             CORE              =
===============================*/
/*===============================
=            VENDORS            =
===============================*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

/*! jQuery UI - v1.10.4 - 2014-06-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 1.6em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
  background: none; }

.ui-accordion .ui-accordion-content {
  padding: 0 0 20px 0;
  border-top: 0;
  overflow: auto; }

/* HOME PALIER TABLET */
@media screen and (max-width: 767px) {
  .ui-accordion .ui-accordion-icons {
    padding-left: 1.2em; } }

/* Datepicker */
.ui-datepicker {
  width: 13em;
  padding: .1em .1em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .8em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select, borde
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em; }

#ui-datepicker-div {
  border: 1px solid #dadbdd;
  background-color: #fff;
  color: #666666; }

.ui-widget-content a {
  color: #666666; }

.ui-widget-header {
  border: 1px solid #fff;
  color: #2186b0;
  font-weight: bold; }

.ui-widget-header a {
  color: #2186b0; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #258ab5;
  color: #363636; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-widget-header .ui-icon {
  background-image: url(../img/common/ui-icons_2186b0_256x240.png); }

/* positioning */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

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

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

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

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

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

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100%; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 13px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
  border-radius: 0 4px 4px 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #ffffff;
  color: #888888;
  border: #d5d0c2 1px solid;
  border-right: 0;
  /*background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;*/ }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  /*color: #333333;
  background-color: #e6e6e6;*/ }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  /*border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/ }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0054a2;
  /*background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;*/ }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

.selectboxit-arrow-container {
  background-color: #0054a2;
  margin-left: 15px; }

.selectboxit .selectboxit-arrow-container .selectboxit-icon-arrow-down {
  background: transparent url("/img/common/select_arrow_down.png") center center no-repeat;
  width: 100%;
  height: 100%;
  top: 0; }

/*============================
=            PAGE            =
============================*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

body, html {
  margin: 0;
  background-color: #fbf6eb;
  color: #0054a2;
  font-family: Arial; }

@font-face {
  font-family: 'ventura_eddingmedium';
  src: url("/fonts/ventura_edding-webfont.eot");
  src: url("/fonts/ventura_edding-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ventura_edding-webfont.woff") format("woff"), url("/fonts/ventura_edding-webfont.ttf") format("truetype"), url("/fonts/ventura_edding-webfont.svg#ventura_eddingmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanscondensed_light';
  src: url("/fonts/opensans-condlight-webfont.eot");
  src: url("/fonts/opensans-condlight-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-condlight-webfont.woff") format("woff"), url("/fonts/opensans-condlight-webfont.ttf") format("truetype"), url("/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sans_condensedbold';
  src: url("/fonts/opensans-condbold-webfont.eot");
  src: url("/fonts/opensans-condbold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-condbold-webfont.woff") format("woff"), url("/fonts/opensans-condbold-webfont.ttf") format("truetype"), url("/fonts/opensans-condbold-webfont.svg#open_sans_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }

h1 {
  display: inline-block; }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
/*
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  left: -5px;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}*/
/* LOADER */
/*
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}*/
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: #bfd3df 1px solid; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #bfd3df; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* =================================================================== FIN BX SLIDER */
#content {
  margin: -2px auto 0 auto;
  /*max-width : 1024px;*/
  padding-bottom: 1px;
  /*background : #333;*/ }

#content,
header,
footer {
  width: 100%;
  position: relative; }

#content > .content,
header > .content,
footer > .content {
  max-width: 1024px;
  padding: 0 19px;
  margin: auto;
  position: relative; }

header {
  /*background-color : #fbf6eb;*/
  font-family: 'ventura_eddingmedium';
  font-size: 22px;
  z-index: 200;
  background: transparent url("/img/header/bg.gif") center bottom repeat-x; }

header > .content {
  max-width: 1280px; }

header .content #mobile_nav_btn {
  display: none; }

/* logo */
header .content > a {
  position: absolute;
  left: 23px;
  top: 14px;
  display: block;
  width: 136px;
  height: 47px;
  /*
  GENERATION
  position: absolute;
    left: 0;
    top: -35px;
    display: block;
    width: 410px;*/ }

header .content > a > img {
  width: 150px;
  height: auto;
  padding-right: 50px; }

header .content > ul {
  display: block;
  padding-left: 0px;
  text-align: center;
  list-style: none;
  margin: 0;
  font-size: 0; }

header .content > ul > li {
  display: inline-block;
  width: 16.2%;
  text-align: center;
  background: transparent url("/img/header/menu_horiz_separator.png") right top no-repeat;
  font-size: 22px;
  vertical-align: middle; }

header .content > ul > li#menu_item_1 {
  width: 14%; }

header .content > ul > li#menu_item_2 {
  width: 16%; }

header .content > ul > li#menu_item_3 {
  width: 16%; }

header .content > ul > li#menu_item_4 {
  width: 20%; }

header .content > ul > li#menu_item_5 {
  width: 20%; }

header .content > ul > li#menu_item_6 {
  width: 13%; }

header .content > ul > li#menu_item_5 a {
  line-height: 0.9;
  height: 47px;
  padding-top: 5px; }

header .content > ul > li.first {
  /*background-image : none;*/ }

header .content > ul > li > a {
  line-height: 47px;
  color: #0054a2;
  text-decoration: none;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-position: center top; }

header .content .fb_nl {
  width: 14%;
  height: 100%;
  line-height: 47px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  /*background : transparent url('/img/header/menu_horiz_separator.png') left top no-repeat;*/ }

header .content .fb_nl > a {
  display: inline-block; }

header .content .fb_nl > a.first {
  margin-right: 15px; }

/* sous menus */
header ul ul {
  width: 210px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  margin-top: -2px;
  text-align: left;
  position: absolute;
  background-color: #0054a2;
  border-radius: 0 0 5px 5px;
  /*max-height : 0;*/
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  /*left : 0;*/
  font-size: 18px; }

html.touch header ul ul {
  -webkit-transition: none;
  transition: none; }

header .content > ul > li:hover > a,
header .content > ul > li.hovered > a {
  background: transparent url("/img/header/nav_item_roll.png?v=20160608") center top no-repeat;
  color: #ffffff; }

header .content > ul > li#menu_item_1:hover ul,
header .content > ul > li#menu_item_1.hovered ul,
header .content > ul > li#menu_item_2:hover ul,
header .content > ul > li#menu_item_2.hovered ul {
  visibility: visible;
  opacity: 1;
  /*max-height : 300px;*/ }

html.touch header .content > ul > li#menu_item_1 > a,
html.touch header .content > ul > li#menu_item_2 > a {
  pointer-events: none; }

header ul ul > li {
  padding: 2px 0 0 0;
  line-height: 40px;
  background: transparent url("/img/header/subnav_vert_separator.png") center top no-repeat; }

header ul ul > li.first {
  background-image: none; }

header ul ul a {
  text-decoration: none !important;
  display: block;
  padding: 0 25px;
  color: #fff; }

header ul ul a:hover {
  background-color: #002876; }

header #soon {
  position: absolute;
  left: 54%;
  width: 166px;
  display: none; }

header #menu_item_4 {
  cursor: pointer; }

/* HEADER PALIER TABLET */
@media screen and (max-width: 1023px) {
  header {
    font-size: 19px; }
  header .content > a {
    width: 110px;
    top: 9px;
    left: 17px; }
  header .content > ul {
    padding-left: 105px; }
  header .content > ul > li {
    font-size: 21px; }
  header .content > ul > li#menu_item_5 {
    width: 21%; }
  /*header .content>ul>li#menu_item_6
  {
    width : 13%;
    # text-align : right;
  }*/
  header #soon {
    left: 52%;
    width: 160px;
    display: none; } }

/* HEADER PALIER MOBILE */
@media screen and (max-width: 767px) {
  header > .content {
    padding: 0; }
  /*header #menu_item_4 {
    display: none;
  }*/
  header .content > a {
    width: 65px;
    top: 5px;
    left: 10px; }
  header .content #mobile_nav_btn {
    position: relative;
    z-index: 2;
    line-height: 47px;
    margin-left: 39%;
    padding-right: 35px;
    display: inline-block;
    background: transparent url("/img/header/mobile_nav_btn.png") right center no-repeat; }
  header .content #mobile_nav_btn.open {
    background-image: url("/img/header/mobile_nav_close.png"); }
  header .content > ul {
    box-shadow: inset 0 7px 9px -7px rgba(50, 50, 50, 0.4);
    background-color: #fbf6eb;
    height: 0;
    overflow: hidden;
    padding: 0; }
  header .content > ul.open {
    padding: 15px 0;
    height: auto; }
  header .content > ul > li#menu_item_1,
  header .content > ul > li#menu_item_2,
  header .content > ul > li#menu_item_3,
  header .content > ul > li#menu_item_4,
  header .content > ul > li#menu_item_5 {
    width: 100%; }
  header .content > ul > li {
    background-image: none;
    float: left;
    margin-top: 0; }
  header .content > ul > li > a {
    width: 125px;
    border-top: #f2eee6 1px solid;
    margin: auto; }
  header .content > ul > li:first-child > a {
    border-top: 0; }
  html.touch header .content > ul > li#menu_item_1 > a,
  html.touch header .content > ul > li#menu_item_2 > a {
    pointer-events: auto; }
  /* SOUS MENUS */
  header ul ul {
    height: 0;
    padding: 0;
    text-align: center;
    position: relative;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    overflow: hidden; }
  header ul > li.mobile_open ul {
    height: auto; }
  header ul ul.sub_menu {
    margin: 0 auto; }
  header ul ul > li {
    padding: 0;
    line-height: 40px;
    background-image: none; }
  header .content > ul > li:hover > a,
  header .content > ul > li.hovered > a {
    background-image: none;
    color: inherit; }
  header ul ul a {
    color: #918b7f;
    font-size: 15px; }
  header ul ul a:hover {
    background-color: transparent; }
  header .content .fb_nl {
    height: auto;
    width: 33%; } }

footer {
  color: #6a6969;
  text-align: center;
  font-size: 10px;
  /*z-index: 100;*/ }

footer > .background {
  height: 44px;
  width: 100%;
  position: absolute;
  top: -44px;
  background: transparent url("/img/footer/wave_bg.png") top center repeat-x; }

footer #infos_marque {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 45px;
  background: transparent url("/img/footer/infos_marque_bottom.png") bottom center no-repeat; }

footer .bx-controls-direction {
  display: none; }

footer #infos_marque > li {
  display: block;
  width: 25%;
  float: left;
  background: transparent url("/img/footer/vert_dashed_border.png") center left no-repeat; }

footer #infos_marque h2 {
  /*padding : 0 10px 0 15px;*/
  margin: 0; }

footer #infos_marque > li.first {
  background-image: none; }

footer #pushes_container {
  text-align: center;
  background: transparent url("/img/footer/vert_dashed_border.png") 52% center no-repeat;
  font-size: 11px;
  color: #0054a2;
  /*margin-bottom : 20px;*/ }

footer #push_facebook,
footer #push_newsletter,
footer #push_separator {
  display: inline-block;
  vertical-align: middle;
  /*width : 40%;*/
  height: 175px;
  text-align: left;
  padding-left: 106px;
  padding-top: 50px; }

footer #push_facebook {
  width: 461px;
  /*width : 50%;*/
  background: transparent url("/img/footer/fb_push_big_bg.png") top left no-repeat;
  margin-left: -16px;
  padding-left: 120px;
  float: left; }

body#accueil footer #push_facebook {
  float: none; }

footer #push_newsletter {
  width: 407px;
  /*width : 44%;*/
  background: transparent url("/img/footer/nl_push_big_bg.png") top left no-repeat;
  float: right; }

footer #push_newsletter > a {
  background-color: #0054a2;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: 'ventura_eddingmedium';
  font-size: 18px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block; }

footer #pushes_container h3 {
  font-family: 'ventura_eddingmedium';
  font-weight: normal;
  font-size: 21px;
  margin: 0; }

footer #pushes_container p {
  margin: 0.4em 0;
  width: 96%; }

/* Footer normal (partout sauf la home) */
footer.classic #wrapper_slider {
  width: 290px;
  display: inline-block;
  background: transparent url("/img/footer/vert_dashed_border.png") center right no-repeat; }

footer.classic #infos_marque > li {
  background: none; }

footer.classic #infos_marque {
  background-size: 100%;
  background: none; }

footer.classic #infos_marque h2 > img {
  width: 90%;
  max-width: 200px;
  height: auto;
  margin: auto; }

footer.classic #pushes_container {
  display: inline-block;
  background-position: center center; }

footer.classic #pushes_container h3 {
  max-width: 150px;
  line-height: 1;
  margin-bottom: 15px; }

footer.classic #pushes_container p {
  display: none; }

footer.classic #push_facebook,
footer.classic #push_newsletter {
  height: 169px; }

footer.classic #push_facebook {
  width: 290px;
  background-image: url("/img/footer/fb_push_small_bg.png");
  padding-left: 98px;
  margin-left: 0;
  margin-right: 20px; }

footer.classic #push_facebook h3 {
  max-width: 180px; }

footer.classic #push_newsletter {
  /*margin-left: 20px;*/
  width: 298px;
  background-image: url("/img/footer/nl_push_small_bg.png");
  padding-left: 18px; }

/* Fin footer normal */
footer .content > p {
  font-weight: bold; }

footer ul#secondary_links {
  /*display : inline;*/
  padding: 0;
  font-weight: bold;
  margin-top: 17px; }

footer ul li a {
  color: #6a6969;
  text-decoration: none; }

footer ul#secondary_links > li {
  display: inline;
  background: transparent url("/img/footer/link_separator.gif") left center no-repeat;
  padding: 0 5px 0 8px; }

footer ul#secondary_links > li.first {
  background-image: none; }

footer #manger_bouger a {
  font-weight: bold;
  color: #6a6969;
  text-decoration: none; }

footer ul#sitemap {
  list-style: none;
  display: block;
  padding: 0 20%;
  text-align: left; }

footer ul#sitemap > li {
  display: block;
  width: 19%;
  float: left;
  line-height: 30px; }

footer ul#sitemap > li:nth-child(1) {
  width: 44%; }

footer ul#sitemap > li:nth-child(2) {
  width: 37%; }

footer ul#sitemap ul {
  padding-left: 16px;
  margin: 0;
  list-style: square;
  line-height: 1.5; }

/*CrEDITs*/
#fade {
  display: none;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .80;
  z-index: 998; }

footer #credits_popin {
  display: none;
  background-image: url("/img/footer/bg_credits.png");
  background-repeat: no-repeat;
  float: left;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999; }

footer #popin_content {
  width: 428px;
  height: 221px;
  position: relative; }

footer img.btn_close {
  float: right;
  margin: -15px 189px 0 0; }

footer #popin_content h2 {
  font-family: 'open_sans_condensedbold';
  font-size: 27px;
  color: #c6c6c6;
  text-transform: uppercase;
  padding: 15px 0 10px 0; }

/*--Gérer la position fixed pour IE6--*/
*html #fade {
  position: absolute; }

*html #credits_popin {
  position: absolute; }

#cookies {
  background-color: #d6e9f0;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 60px 0 60px;
  border-top: solid 1px #bccdd4;
  display: none; }

#cookies p {
  color: #0054a2;
  font-size: 12px;
  font-family: 'arial'; }

#cookies p a {
  color: #0054a2; }

#cookies .close_cookies {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 30px; }

/* FOOTER PALIER TABLET */
@media screen and (max-width: 1023px) {
  footer #infos_marque {
    background-size: 100%; }
  footer #infos_marque h2 > img {
    width: 90%;
    max-width: 200px;
    height: auto;
    margin: auto; }
  footer #pushes_container {
    background-position: center center; }
  footer #pushes_container h3 {
    max-width: 150px;
    line-height: 1;
    margin-bottom: 15px; }
  footer #pushes_container p {
    display: none; }
  footer #push_facebook,
  footer #push_newsletter {
    height: 169px; }
  footer #push_facebook {
    width: 290px;
    background-image: url("/img/footer/fb_push_small_bg.png");
    padding-left: 98px;
    margin-left: 0; }
  footer #push_facebook h3 {
    max-width: 180px; }
  footer #push_newsletter {
    width: 298px;
    background-image: url("/img/footer/nl_push_small_bg.png");
    padding-left: 18px; }
  footer.classic #wrapper_slider {
    width: auto;
    display: block;
    background-image: none; }
  footer.classic #infos_marque {
    background-size: 100%;
    background: transparent url("/img/footer/infos_marque_bottom.png") bottom center no-repeat; }
  footer.classic #infos_marque > li {
    background: transparent url("/img/footer/vert_dashed_border.png") center left no-repeat; }
  footer.classic #infos_marque > li.first {
    background-image: none; }
  /*
  footer.classic #wrapper_slider {
    background : none;
  }

  footer.classic #pushes_container {
    display: block;
  }*/ }

/* FOOTER PALIER MOBILE */
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 15px; }
  footer .bx-wrapper .bx-pager {
    padding-top: 10px; }
  footer .bx-controls {
    background: transparent url("/img/footer/infos_marque_bottom_mobile.png") bottom center no-repeat;
    padding-bottom: 25px; }
  footer #infos_marque {
    background-image: none; }
  footer #infos_marque > li,
  footer.classic #infos_marque > li {
    background-image: none; }
  footer #pushes_container {
    margin-bottom: 25px;
    background-image: none; }
  footer #push_facebook,
  footer #push_newsletter {
    float: none; }
  footer #push_facebook {
    margin-left: -14px; }
  footer #push_newsletter {
    margin-left: -14px; }
  footer ul#sitemap {
    display: none; }
  footer ul#secondary_links {
    line-height: 1.5;
    margin-top: 10px; }
  footer .content > p {
    margin: 0; }
  #fade {
    opacity: 0.9; }
  footer #credits_popin {
    background-size: 300px; }
  footer #popin_content {
    width: 300px;
    height: 173px; }
  footer #popin_content a > img {
    width: 250px;
    height: auto;
    margin-top: -3px; }
  footer img.btn_close {
    float: right;
    margin: -15px 128px 0 0; }
  footer #popin_content h2 {
    font-size: 19px;
    padding: 15px 0 0 0; }
  #cookies {
    padding: 0 20px 0 20px; }
  #cookies p {
    font-size: 9px;
    line-height: 10px; }
  #cookies .close_cookies {
    right: 50%;
    left: inherit;
    top: inherit;
    margin-top: inherit;
    bottom: 5px;
    text-align: center;
    position: relative; } }

/* JEUX */
body#jeux #content {
  background: #2b43aa; }

body#jeux #inner_content {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  min-height: 566px;
  position: relative; }

body#jeux #inner_content .texte {
  position: absolute;
  top: 19px;
  left: 61%;
  margin-left: -256px; }

body#jeux #inner_content .panneau {
  position: absolute;
  bottom: -9px;
  left: 49%; }

body#jeux #inner_content .copyright {
  position: absolute;
  left: 27px;
  bottom: 51px; }

body#jeux footer {
  background-color: #fbf6eb; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#jeux #inner_content {
    background: url("/img/jeux/parcasterix/background.jpg") center bottom no-repeat;
    background-size: contain; } }

/* PALIER MOBILE à partir de paysage */
@media screen and (max-width: 767px) {
  body#jeux #inner_content {
    min-height: initial;
    background-position: center 98%; }
  body#jeux #inner_content .texte {
    position: relative;
    left: initial;
    top: initial;
    margin: 0 auto;
    margin-top: 12px;
    width: 85%;
    display: block;
    max-width: 400px;
    margin-bottom: 34%; }
  body#jeux #inner_content .copyright {
    max-height: 70%;
    left: 6px;
    width: auto; }
  body#jeux #inner_content .panneau {
    width: 50%;
    max-width: 200px;
    left: 45%; } }

/* PALIER MOBILE plutot en portrait */
@media screen and (max-width: 500px) {
  body#jeux #inner_content .texte {
    margin-bottom: 42%; } }

/* Jeux - Instants Onctueux */
body#jeux #content.instants-onctueux {
  background: #2998d0 url("/img/jeux/instants-onctueux/bg.png") center top repeat-x; }

body#jeux #content.instants-onctueux #inner_content {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  height: 1150px;
  position: relative; }

body#jeux #content.instants-onctueux .iframe_wrapper {
  width: 100%; }

body#jeux #content.instants-onctueux .iframe_wrapper--ios {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; }

body#jeux #content.instants-onctueux iframe {
  width: 100%;
  overflow: auto; }

body#jeux #content.instants-onctueux #inner_content,
body#jeux #content.instants-onctueux .iframe_wrapper,
body#jeux #content.instants-onctueux iframe {
  height: 1180px; }

/* Palier mobile */
@media screen and (max-width: 770px) {
  body#jeux #content.instants-onctueux {
    background: #25387a; }
  body#jeux #content.instants-onctueux #inner_content,
  body#jeux #content.instants-onctueux .iframe_wrapper,
  body#jeux #content.instants-onctueux iframe {
    height: 1960px; } }

/* JEUX la folie des grandeurs */
/* commun aux 4 pages */
@font-face {
  font-family: 'CreamyScript-Regular';
  src: url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.eot");
  src: url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.eot?#iefix") format("embedded-opentype"), url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.woff") format("woff"), url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.ttf") format("truetype"), url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.svg#CreamyScript-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }

@font-face {
  font-family: 'decaderegular';
  src: url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.eot");
  src: url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.woff2") format("woff2"), url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.woff") format("woff"), url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.ttf") format("truetype"), url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.svg#decaderegular") format("svg");
  font-weight: normal;
  font-style: normal; }

body#jeux #content.la-folie-des-grandeurs {
  background: yellow;
  background: #028098 url("/img/jeux/la-folie-des-grandeurs/page_bg.jpg") center top no-repeat; }

body#jeux footer {
  background-color: #fbf6eb; }

body#jeux #content.la-folie-des-grandeurs #inner_content {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  min-height: 566px;
  /*background : url('/img/jeux/parcasterix/background.jpg') center top no-repeat;
  background-size : cover;*/
  position: relative; }

body#jeux #content.la-folie-des-grandeurs ul.nav {
  position: relative;
  z-index: 1;
  height: 200px;
  width: 89%;
  padding-left: 24%;
  padding-top: 37px;
  margin: 15px 0 -65px 11%;
  list-style: none;
  background: url("/img/jeux/la-folie-des-grandeurs/logo.png") no-repeat top left; }

body#jeux #content.la-folie-des-grandeurs ul.nav li {
  display: inline-block; }

body#jeux #content.la-folie-des-grandeurs ul.nav li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/img/jeux/la-folie-des-grandeurs/nav_bg.png");
  padding: 0;
  color: white;
  font-family: 'CreamyScript-Regular';
  text-align: center;
  font-size: 31px;
  text-decoration: none;
  transition: ease 0.3s color; }

body#jeux #content.la-folie-des-grandeurs ul.nav li a:hover,
body#jeux #content.la-folie-des-grandeurs.accueil ul.nav li.accueil a,
body#jeux #content.la-folie-des-grandeurs.dotations ul.nav li.dotations a,
body#jeux #content.la-folie-des-grandeurs.formulaire ul.nav li.participer a,
body#jeux #content.la-folie-des-grandeurs.reglement ul.nav li.reglement a {
  color: #005f7a; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil {
  width: 117px;
  height: 37px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil a {
  background-position: -4px -4px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil a:hover,
body#jeux #content.la-folie-des-grandeurs.accueil ul.nav li.accueil a {
  background-position: -145px -4px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations {
  width: 136px;
  height: 41px;
  position: relative;
  top: -2px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations a {
  background-position: -4px -50px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations a:hover,
body#jeux #content.la-folie-des-grandeurs.dotations ul.nav li.dotations a {
  background-position: -145px -50px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.participer {
  width: 133px;
  height: 41px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.participer a {
  background-position: -4px -96px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.participer a:hover,
body#jeux #content.la-folie-des-grandeurs.formulaire ul.nav li.participer a {
  background-position: -145px -96px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement {
  width: 123px;
  height: 38px;
  position: absolute;
  right: 7%; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement a {
  background-position: -4px -141px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement a:hover,
body#jeux #content.la-folie-des-grandeurs.reglement ul.nav li.reglement a {
  background-position: -145px -141px; }

/* spécifique page formulaire */
body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper {
  background: url("/img/jeux/la-folie-des-grandeurs/form/form_bg.png") center center no-repeat;
  background-size: 100% 100%;
  width: 69%;
  margin: auto;
  margin-bottom: 70px;
  position: relative;
  z-index: 0;
  min-height: 540px;
  font-family: Arial;
  color: #005067; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form {
  width: 420px;
  margin: auto;
  position: relative;
  z-index: 1; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h1 {
  font-family: 'decaderegular';
  font-weight: normal;
  font-size: 39px;
  line-height: 1;
  text-transform: uppercase;
  color: #dd005f;
  position: absolute;
  left: -276px;
  top: 4px;
  background: url("/img/jeux/la-folie-des-grandeurs/title_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 25px 18px;
  margin: 0; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h1 span {
  -webkit-transform: rotate(-4.5deg);
  -ms-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
  display: block; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h2 {
  font-family: 'CreamyScript-Regular';
  font-size: 32px;
  font-weight: normal;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 20px; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h2 .subtitle {
  font-size: 25px; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper .input_container {
  position: relative;
  margin: 10px 0; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label {
  width: 86px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label > span,
body#jeux #content.la-folie-des-grandeurs.formulaire form .mandatory_legend {
  color: #dd005f; }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="text"],
body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="number"],
body#jeux #content.la-folie-des-grandeurs.formulaire form select {
  border: #028098 1px solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="ville"] {
  width: 50px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="naissance_j"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="captcha"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="optin"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="reglement"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="taille"] {
  width: auto; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="optin"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="reglement"] {
  font-weight: normal;
  font-style: italic; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="optin"] {
  position: absolute;
  left: 17px;
  top: 2px;
  width: 455px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form .float-left {
  float: left; }

body#jeux #content.la-folie-des-grandeurs.formulaire form .float-right {
  float: right; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #nom,
body#jeux #content.la-folie-des-grandeurs.formulaire form #prenom,
body#jeux #content.la-folie-des-grandeurs.formulaire form #adresse,
body#jeux #content.la-folie-des-grandeurs.formulaire form #email,
body#jeux #content.la-folie-des-grandeurs.formulaire form #civilite {
  width: 334px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_j,
body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_m {
  width: 70px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_a,
body#jeux #content.la-folie-des-grandeurs.formulaire form #code_postal {
  width: 100px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_j,
body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_m,
body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_a {
  text-align: center; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #taille {
  text-align: right; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #ville,
body#jeux #content.la-folie-des-grandeurs.formulaire form #telephone,
body#jeux #content.la-folie-des-grandeurs.formulaire form #captcha {
  width: 160px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form .reload_captcha {
  width: 30px;
  height: auto;
  margin-right: 15px;
  cursor: pointer; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container {
  position: relative;
  line-height: 1; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container label {
  line-height: 1; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container > * {
  vertical-align: middle; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container input[type="checkbox"] {
  margin: 0; }

body#jeux #content.la-folie-des-grandeurs.formulaire form .mandatory_legend {
  font-size: 11px;
  font-weight: bold; }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"] {
  background: url("/img/jeux/la-folie-des-grandeurs/cta_bg.png") center center no-repeat;
  background-size: 100% 100%;
  font-family: 'CreamyScript-Regular';
  font-size: 63px;
  line-height: 1;
  color: white;
  padding: 2px 20px 2px 54px;
  border: 0;
  position: relative;
  left: 60%;
  outline: none;
  transition: ease 0.3s all; }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"]:hover {
  color: #c9d300;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"].working {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%); }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"].working:hover {
  color: white;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body#jeux #content.la-folie-des-grandeurs.formulaire #won_he,
body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb,
body#jeux #content.la-folie-des-grandeurs.formulaire #won_already,
body#jeux #content.la-folie-des-grandeurs.formulaire #played_week,
body#jeux #content.la-folie-des-grandeurs.formulaire #lost {
  display: none;
  width: 80%;
  margin: 150px auto;
  position: relative;
  /*min-height: 500px;
  padding-top: 155px;*/
  text-align: center;
  font-size: 19px;
  /*margin-top: 50px;*/ }

body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb p {
  float: left;
  font-size: 16px;
  left: 25px;
  position: relative;
  top: 15px;
  width: 450px; }

body#jeux #content.la-folie-des-grandeurs.formulaire #won_he p {
  margin-top: 40px; }

body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb img {
  float: left;
  position: relative;
  left: 0;
  margin-left: 10px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .cotillons {
  position: absolute;
  left: -93px;
  top: 83px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .helico {
  position: absolute;
  right: -169px;
  top: -60px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .boites {
  position: absolute;
  right: -162px;
  top: 110px;
  width: 150px;
  height: auto; }

body#jeux #content.la-folie-des-grandeurs.formulaire .reward_helico {
  /*position : absolute;
  top: 60px;
  left: 175px;*/
  height: 120px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .reward_boites {
  position: absolute;
  height: auto;
  left: 235px;
  top: -40px;
  width: 80px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .pink {
  color: #dd005f;
  text-shadow: 1px 1px 10px #005067; }

/* spécifique page accueil */
body#jeux #content.la-folie-des-grandeurs.accueil #inner_content {
  min-height: 616px; }

body#jeux #content.la-folie-des-grandeurs.accueil .content_wrapper {
  position: relative;
  z-index: 0; }

body#jeux #content.la-folie-des-grandeurs.accueil h1 {
  color: #dd005f;
  position: absolute;
  left: 143px;
  top: 0px; }

body#jeux #content.la-folie-des-grandeurs.accueil .txt_helico {
  position: absolute;
  left: 375px;
  top: -18px; }

body#jeux #content.la-folie-des-grandeurs.accueil .helico {
  position: absolute;
  left: -110px;
  top: 60px;
  z-index: -1; }

body#jeux #content.la-folie-des-grandeurs.accueil .txt_boites {
  position: absolute;
  left: 395px;
  top: 180px; }

body#jeux #content.la-folie-des-grandeurs.accueil .boites {
  position: absolute;
  left: 836px;
  top: -50px; }

body#jeux #content.la-folie-des-grandeurs.accueil .cta {
  background: url("/img/jeux/la-folie-des-grandeurs/cta_bg.png") center center no-repeat;
  background-size: 100% 100%;
  font-family: 'CreamyScript-Regular';
  font-size: 63px;
  line-height: 1;
  color: white;
  padding: 2px 22px 2px 56px;
  border: 0;
  position: absolute;
  left: 570px;
  top: 345px;
  outline: none;
  text-decoration: none;
  transition: ease 0.3s all; }

body#jeux #content.la-folie-des-grandeurs.accueil .cta:hover {
  color: #c9d300;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* spécifique page dotations */
body#jeux #content.la-folie-des-grandeurs.dotations .content_wrapper {
  position: relative;
  z-index: 0;
  top: -8px;
  margin-bottom: 40px; }

body#jeux #content.la-folie-des-grandeurs.dotations h1 {
  color: #dd005f;
  position: absolute;
  left: 400px;
  top: 0px;
  margin: 0;
  z-index: 1; }

body#jeux #content.la-folie-des-grandeurs.dotations .helico {
  float: left;
  position: relative;
  margin-left: 25px; }

body#jeux #content.la-folie-des-grandeurs.dotations .helico p {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 10px;
  padding-left: 12%;
  width: 100%;
  color: #005f7a;
  font-weight: bold;
  line-height: 1.2; }

body#jeux #content.la-folie-des-grandeurs.dotations .boites {
  float: right;
  position: relative;
  margin-right: 80px;
  margin-top: 53px; }

body#jeux #content.la-folie-des-grandeurs.dotations .boites p {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 10px;
  padding-right: 16%;
  width: 100%;
  color: white;
  font-weight: bold;
  line-height: 1.2; }

body#jeux #content.la-folie-des-grandeurs.dotations .boites .pile {
  position: absolute;
  right: -74px;
  bottom: -93px; }

body#jeux #content.la-folie-des-grandeurs.dotations .cta {
  background: url("/img/jeux/la-folie-des-grandeurs/cta_bg.png") center center no-repeat;
  background-size: 100% 100%;
  font-family: 'CreamyScript-Regular';
  font-size: 63px;
  line-height: 1;
  color: white;
  padding: 2px 22px 2px 56px;
  border: 0;
  outline: none;
  text-decoration: none;
  float: right;
  margin-right: 200px;
  transition: ease 0.3s all; }

body#jeux #content.la-folie-des-grandeurs.dotations .cta:hover {
  color: #c9d300;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* spécifique page reglement */
body#jeux #content.la-folie-des-grandeurs.reglement #inner_content {
  overflow: hidden; }

body#jeux #content.la-folie-des-grandeurs.reglement .content_wrapper {
  position: relative;
  z-index: 0;
  top: 20px;
  margin: auto;
  margin-bottom: 10px;
  padding: 0 70px 80px 40px;
  background-color: #78c8dc;
  max-width: 820px;
  color: #005f7a;
  font-size: 13px; }

body#jeux #content.la-folie-des-grandeurs.reglement h1 {
  position: absolute;
  left: -73px;
  top: -16px;
  margin: 0; }

body#jeux #content.la-folie-des-grandeurs.reglement h2 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 22px 0; }

body#jeux #content.la-folie-des-grandeurs.reglement h3 {
  font-size: 14px; }

body#jeux #content.la-folie-des-grandeurs.reglement p {
  margin-bottom: 3em; }

body#jeux #content.la-folie-des-grandeurs.reglement a {
  color: white; }

body#jeux #content.la-folie-des-grandeurs.reglement .helico {
  position: absolute;
  top: -83px;
  right: -103px; }

body#jeux #content.la-folie-des-grandeurs.reglement .boites {
  position: absolute;
  right: -85px;
  top: 95px;
  width: 150px;
  height: auto; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  /* Commun */
  body#jeux #content.la-folie-des-grandeurs #inner_content {
    min-height: inherit; }
  /* nav */
  body#jeux #content.la-folie-des-grandeurs ul.nav {
    background-size: 26%;
    padding-top: 5px; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li {
    position: absolute; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil {
    left: 34%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations {
    position: absolute;
    top: inherit;
    left: 58%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.participer {
    left: 34%;
    top: 57px; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement {
    right: inherit;
    left: 58%;
    top: 57px; }
  /* Accueil */
  body#jeux #content.la-folie-des-grandeurs.accueil #inner_content {
    min-height: inherit;
    padding-bottom: 46%; }
  body#jeux #content.la-folie-des-grandeurs.accueil h1 {
    position: relative;
    margin: 0;
    display: block;
    text-align: center;
    left: inherit;
    top: inherit; }
  body#jeux #content.la-folie-des-grandeurs.accueil h1 img {
    width: 35%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .helico {
    width: 47%;
    left: -13%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .txt_helico {
    width: 36%;
    left: 35%;
    top: 81px; }
  body#jeux #content.la-folie-des-grandeurs.accueil .txt_boites {
    width: 49%;
    left: 31%;
    top: inherit;
    margin-top: 16%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .boites {
    left: inherit;
    right: 11%;
    width: 14%;
    top: -5%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .cta {
    left: 50%;
    top: inherit;
    margin-top: 31%; }
  /* dotations */
  body#jeux #content.la-folie-des-grandeurs.dotations .content_wrapper {
    font-size: 14px; }
  body#jeux #content.la-folie-des-grandeurs.dotations h1 {
    position: relative;
    margin: 0;
    display: block;
    text-align: center;
    left: inherit;
    top: inherit; }
  body#jeux #content.la-folie-des-grandeurs.dotations h1 img {
    width: 35%; }
  body#jeux #content.la-folie-des-grandeurs.dotations .helico {
    float: none;
    width: 90%;
    max-width: 428px;
    margin: auto; }
  body#jeux #content.la-folie-des-grandeurs.dotations .helico img.bg,
  body#jeux #content.la-folie-des-grandeurs.dotations .boites img.bg {
    width: 100%;
    height: auto; }
  body#jeux #content.la-folie-des-grandeurs.dotations .boites {
    width: 90%;
    max-width: 361px;
    float: none;
    margin: auto;
    margin-top: 15px; }
  body#jeux #content.la-folie-des-grandeurs.dotations .boites .pile {
    width: 27%;
    height: auto;
    right: -13%;
    bottom: 0; }
  body#jeux #content.la-folie-des-grandeurs.dotations .cta {
    float: none;
    margin: 20px auto;
    width: 215px;
    display: block; }
  /* formulaire */
  body#jeux #content.la-folie-des-grandeurs #inner_content {
    overflow-x: hidden; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h1 {
    position: relative;
    left: inherit;
    top: -8px;
    margin: auto;
    margin-bottom: -16px;
    width: 295px;
    text-align: center;
    display: block; }
  body#jeux #content.la-folie-des-grandeurs.formulaire .helico {
    width: 300px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire .boites {
    width: 125px;
    right: -109px;
    top: inherit;
    bottom: 60px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb p {
    top: 0;
    width: 77%; }
  body#jeux #content.la-folie-des-grandeurs.formulaire .reward_helico {
    /*left: 115px;
    height: 120px;*/ }
  body#jeux #content.la-folie-des-grandeurs.formulaire .reward_boites {
    left: 168px;
    width: 80px; }
  /* reglement */
  body#jeux #content.la-folie-des-grandeurs.reglement .content_wrapper {
    padding: 0 110px 80px 40px; }
  body#jeux #content.la-folie-des-grandeurs.reglement h1 {
    position: relative;
    display: block;
    left: inherit;
    top: inherit;
    text-align: center;
    margin-top: -44px;
    margin-bottom: 50px; }
  body#jeux #content.la-folie-des-grandeurs.reglement .boites {
    width: 111px;
    right: -9px;
    top: initial;
    bottom: 50px; }
  /* commun aux 4 pages */
  /*body#jeux #content.la-folie-des-grandeurs #inner_content {
    background: url('/img/jeux/parcasterix/background.jpg') center bottom no-repeat;
    background-size: contain;
  }*/ }

/* PALIER MOBILE */
@media screen and (max-width: 767px) {
  /* commun aux 4 pages */
  /* nav */
  body#jeux #content.la-folie-des-grandeurs ul.nav {
    padding: 0;
    padding-top: 84px;
    background-position: top center;
    background-size: 35%;
    margin: 10px auto;
    width: 100%;
    max-width: 400px;
    height: auto;
    padding-bottom: 114px;
    margin-bottom: -15px; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil {
    left: 7%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations {
    left: inherit;
    right: 7%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.participer {
    left: 7%;
    top: 65%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement {
    top: 65%;
    left: inherit;
    right: 8%; }
  /* accueil  */
  body#jeux #content.la-folie-des-grandeurs.accueil #inner_content {
    padding-bottom: 72%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .helico {
    top: 49px;
    left: -21%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .txt_helico {
    top: inherit;
    left: 25%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .txt_boites {
    width: 60%;
    left: 24%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .boites {
    right: 8%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .cta {
    font-size: 55px;
    margin-top: 43%;
    left: 50%;
    margin-left: -96px;
    position: absolute; }
  /* dotations */
  body#jeux #content.la-folie-des-grandeurs.dotations .content_wrapper {
    font-size: 12px; }
  body#jeux #content.la-folie-des-grandeurs.dotations h1 img {
    width: 45%;
    margin-top: 20px; }
  body#jeux #content.la-folie-des-grandeurs.dotations .boites .pile {
    right: -5%; }
  body#jeux #content.la-folie-des-grandeurs.dotations .cta {
    font-size: 55px;
    width: 205px; }
  /* formulaire */
  body#jeux #content.la-folie-des-grandeurs.formulaire .cotillons,
  body#jeux #content.la-folie-des-grandeurs.formulaire .helico,
  body#jeux #content.la-folie-des-grandeurs.formulaire .boites {
    display: none; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper {
    width: 100%;
    min-height: inherit; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form {
    max-width: 420px;
    width: 90%; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h1 {
    font-size: 25px;
    width: 205px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h2 {
    font-size: 28px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h2 .subtitle {
    font-size: 20px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form label,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #nom,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #prenom,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #adresse,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #email,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #civilite,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #code_postal,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #ville,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #telephone,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #taille,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #code_postal_container,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #ville_container,
  body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="naissance_j"],
  body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="captcha"],
  body#jeux #content.la-folie-des-grandeurs.formulaire form .float-right {
    width: 100%; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form label {
    line-height: 16px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper .input_container {
    margin: 14px 0; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="ville"] {
    margin-top: 14px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form #captcha {
    width: 130px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="optin"] {
    width: auto;
    position: relative;
    left: inherit;
    padding-left: 17px;
    top: -12px;
    margin-bottom: -5px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container {
    margin-top: 20px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form .mandatory_legend {
    margin-top: 10px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"] {
    left: 40%;
    font-size: 45px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #confirm {
    font-size: 16px;
    min-height: 290px;
    padding-top: 120px; }
  /* reglement */
  body#jeux #content.la-folie-des-grandeurs.reglement .content_wrapper {
    padding: 0 13px 80px 13px; }
  body#jeux #content.la-folie-des-grandeurs.reglement h1 img {
    width: 45%;
    margin-top: 10px; }
  body#jeux #content.la-folie-des-grandeurs.reglement .helico {
    width: 41%;
    right: -37px;
    top: -36px;
    margin-right: -4%; }
  body#jeux #content.la-folie-des-grandeurs.reglement h2 {
    font-size: 13px; }
  body#jeux #content.la-folie-des-grandeurs.reglement .boites {
    display: none; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_he {
    font-size: 14px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_he,
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb,
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_already,
  body#jeux #content.la-folie-des-grandeurs.formulaire #played_week,
  body#jeux #content.la-folie-des-grandeurs.formulaire #lost {
    margin: 60px auto;
    /*padding-top: 55px;*/
    font-size: 14px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb img {
    float: none;
    margin-left: inherit; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb p {
    width: auto;
    left: inherit;
    float: none; }
  body#jeux #content.la-folie-des-grandeurs.formulaire .reward_helico {
    /*left: 27px;
    height: 120px;*/ }
  body#jeux #content.la-folie-des-grandeurs.formulaire .reward_boites {
    left: 80px;
    width: 70px;
    top: 0; } }

/* JEUX la folie des grandeurs */
/* commun aux 4 pages */
@font-face {
  font-family: 'CreamyScript-Regular';
  src: url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.eot");
  src: url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.eot?#iefix") format("embedded-opentype"), url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.woff") format("woff"), url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.ttf") format("truetype"), url("/fonts/jeux/la-folie-des-grandeurs/CreamyScript_gdi.svg#CreamyScript-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA; }

@font-face {
  font-family: 'decaderegular';
  src: url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.eot");
  src: url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.woff2") format("woff2"), url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.woff") format("woff"), url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.ttf") format("truetype"), url("/fonts/jeux/la-folie-des-grandeurs/decade-webfont.svg#decaderegular") format("svg");
  font-weight: normal;
  font-style: normal; }

body#jeux #content.la-folie-des-grandeurs {
  background: #d7006f url("/img/jeux/pic-du-midi/page_bg.png") center top no-repeat; }

body#jeux footer {
  background-color: #fbf6eb; }

body#jeux #content.la-folie-des-grandeurs #inner_content {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  min-height: 566px;
  /*background : url('/img/jeux/parcasterix/background.jpg') center top no-repeat;
  background-size : cover;*/
  position: relative; }

body#jeux #content.la-folie-des-grandeurs ul.nav {
  position: relative;
  z-index: 1;
  height: 200px;
  width: 89%;
  padding-left: 24%;
  padding-top: 37px;
  margin: 15px 0 -65px 11%;
  list-style: none;
  background: url("/img/jeux/pic-du-midi/logo.png") no-repeat top left; }

body#jeux #content.la-folie-des-grandeurs ul.nav li {
  display: inline-block; }

body#jeux #content.la-folie-des-grandeurs ul.nav li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/img/jeux/pic-du-midi/nav_bg.png");
  padding: 0;
  color: white;
  font-family: 'CreamyScript-Regular';
  text-align: center;
  font-size: 31px;
  text-decoration: none;
  transition: ease 0.3s color; }

body#jeux #content.la-folie-des-grandeurs ul.nav li a:hover,
body#jeux #content.la-folie-des-grandeurs.accueil ul.nav li.accueil a,
body#jeux #content.la-folie-des-grandeurs.dotations ul.nav li.dotations a,
body#jeux #content.la-folie-des-grandeurs.formulaire ul.nav li.participer a,
body#jeux #content.la-folie-des-grandeurs.reglement ul.nav li.reglement a {
  color: #b00059; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil {
  width: 117px;
  height: 37px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil a {
  background-position: -4px -4px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil a:hover,
body#jeux #content.la-folie-des-grandeurs.accueil ul.nav li.accueil a {
  background-position: -145px -4px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations {
  width: 136px;
  height: 41px;
  position: relative;
  top: -2px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations a {
  background-position: -4px -50px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations a:hover,
body#jeux #content.la-folie-des-grandeurs.dotations ul.nav li.dotations a {
  background-position: -145px -50px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.participer {
  width: 133px;
  height: 41px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.participer a {
  background-position: -4px -96px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.participer a:hover,
body#jeux #content.la-folie-des-grandeurs.formulaire ul.nav li.participer a {
  background-position: -145px -96px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement {
  width: 123px;
  height: 38px;
  position: absolute;
  right: 7%; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement a {
  background-position: -4px -141px; }

body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement a:hover,
body#jeux #content.la-folie-des-grandeurs.reglement ul.nav li.reglement a {
  background-position: -145px -141px; }

/* spécifique page formulaire */
body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper {
  background: url("/img/jeux/pic-du-midi/form/form_bg.png") center center no-repeat;
  background-size: 100% 100%;
  width: 69%;
  margin: auto;
  margin-bottom: 70px;
  position: relative;
  z-index: 0;
  min-height: 540px;
  font-family: Arial;
  color: #b00059; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form {
  width: 420px;
  margin: auto;
  position: relative;
  z-index: 1; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form a {
  color: #b00059;
  font-weight: bold;
  text-decoration: underline; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form ::-webkit-input-placeholder {
  color: #f985b6; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h1 {
  font-family: 'decaderegular';
  font-weight: normal;
  font-size: 39px;
  line-height: 1;
  text-transform: uppercase;
  color: #ef7c00;
  position: absolute;
  left: -276px;
  top: 4px;
  background: url("/img/jeux/pic-du-midi/title_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 25px 18px;
  margin: 0; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h1 span {
  -webkit-transform: rotate(-4.5deg);
  -ms-transform: rotate(-4.5deg);
  transform: rotate(-4.5deg);
  display: block; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h2 {
  font-family: 'CreamyScript-Regular';
  font-size: 32px;
  font-weight: normal;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 20px; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h2 .subtitle {
  font-size: 25px; }

body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper .input_container {
  position: relative;
  margin: 10px 0; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label {
  width: 86px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label > span,
body#jeux #content.la-folie-des-grandeurs.formulaire form .mandatory_legend {
  color: #dd005f; }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="text"],
body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="number"],
body#jeux #content.la-folie-des-grandeurs.formulaire form select {
  border: #b00059 1px solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="ville"] {
  width: 50px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="naissance_j"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="captcha"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="optin"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="reglement"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="taille"] {
  width: auto; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="optin"],
body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="reglement"] {
  font-weight: normal;
  font-style: italic; }

body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="optin"] {
  position: absolute;
  left: 17px;
  top: 2px;
  width: 455px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form .float-left {
  float: left; }

body#jeux #content.la-folie-des-grandeurs.formulaire form .float-right {
  float: right; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #nom,
body#jeux #content.la-folie-des-grandeurs.formulaire form #prenom,
body#jeux #content.la-folie-des-grandeurs.formulaire form #adresse,
body#jeux #content.la-folie-des-grandeurs.formulaire form #email,
body#jeux #content.la-folie-des-grandeurs.formulaire form #civilite {
  width: 334px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_j,
body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_m {
  width: 70px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_a,
body#jeux #content.la-folie-des-grandeurs.formulaire form #code_postal {
  width: 100px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_j,
body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_m,
body#jeux #content.la-folie-des-grandeurs.formulaire form #naissance_a {
  text-align: center; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #taille {
  text-align: right; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #ville,
body#jeux #content.la-folie-des-grandeurs.formulaire form #telephone,
body#jeux #content.la-folie-des-grandeurs.formulaire form #captcha {
  width: 160px; }

body#jeux #content.la-folie-des-grandeurs.formulaire form .reload_captcha {
  width: 30px;
  height: auto;
  margin-right: 15px;
  cursor: pointer; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container {
  position: relative;
  line-height: 1; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container label {
  line-height: 1; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container > * {
  vertical-align: middle; }

body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container input[type="checkbox"] {
  margin: 0; }

body#jeux #content.la-folie-des-grandeurs.formulaire form .mandatory_legend {
  font-size: 11px;
  font-weight: bold; }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"] {
  background: url("/img/jeux/pic-du-midi/cta_bg.png") center center no-repeat;
  background-size: 100% 100%;
  font-family: 'CreamyScript-Regular';
  font-size: 63px;
  line-height: 1;
  color: white;
  padding: 2px 20px 2px 54px;
  border: 0;
  position: relative;
  left: 60%;
  outline: none;
  transition: ease 0.3s all; }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"]:hover {
  color: #c9d300;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"].working {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%); }

body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"].working:hover {
  color: white;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body#jeux #content.la-folie-des-grandeurs.formulaire #won_pic,
body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb,
body#jeux #content.la-folie-des-grandeurs.formulaire #won_already,
body#jeux #content.la-folie-des-grandeurs.formulaire #played_week,
body#jeux #content.la-folie-des-grandeurs.formulaire #played_week_end,
body#jeux #content.la-folie-des-grandeurs.formulaire #lost {
  display: none;
  width: 80%;
  margin: 150px auto;
  position: relative;
  /*min-height: 500px;
  padding-top: 155px;*/
  text-align: center;
  font-size: 19px;
  /*margin-top: 50px;*/ }

body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb p {
  float: left;
  font-size: 16px;
  left: 25px;
  position: relative;
  top: 15px;
  width: 450px; }

body#jeux #content.la-folie-des-grandeurs.formulaire #won_pic p {
  margin-top: 40px; }

body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb img {
  float: left;
  position: relative;
  left: 0;
  margin-left: 10px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .cotillons {
  position: absolute;
  left: -93px;
  top: 83px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .pic {
  position: absolute;
  right: -124px;
  top: -56px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .boites {
  position: absolute;
  right: -162px;
  top: 110px;
  width: 150px;
  height: auto; }

body#jeux #content.la-folie-des-grandeurs.formulaire .reward_pic {
  /*position : absolute;
  top: 60px;
  left: 175px;*/
  height: 120px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .reward_boites {
  position: absolute;
  height: auto;
  left: 235px;
  top: -40px;
  width: 80px; }

body#jeux #content.la-folie-des-grandeurs.formulaire .pink {
  /*color : #dd005f;
  text-shadow: 1px 1px 10px #005067;*/ }

/* spécifique page accueil */
body#jeux #content.la-folie-des-grandeurs.accueil #inner_content {
  min-height: 616px; }

body#jeux #content.la-folie-des-grandeurs.accueil .content_wrapper {
  position: relative;
  z-index: 0; }

body#jeux #content.la-folie-des-grandeurs.accueil h1 {
  color: #dd005f;
  position: absolute;
  left: 143px;
  top: 0px; }

body#jeux #content.la-folie-des-grandeurs.accueil .txt_pic {
  position: absolute;
  left: 405px;
  top: -18px; }

body#jeux #content.la-folie-des-grandeurs.accueil .pic {
  position: absolute;
  left: -2px;
  top: 111px;
  z-index: -1; }

body#jeux #content.la-folie-des-grandeurs.accueil .txt_boites {
  position: absolute;
  left: 395px;
  top: 180px; }

body#jeux #content.la-folie-des-grandeurs.accueil .boites {
  position: absolute;
  left: 836px;
  top: -50px; }

body#jeux #content.la-folie-des-grandeurs.accueil .cta {
  background: url("/img/jeux/pic-du-midi/cta_bg.png") center center no-repeat;
  background-size: 100% 100%;
  font-family: 'CreamyScript-Regular';
  font-size: 63px;
  line-height: 1;
  color: white;
  padding: 2px 22px 2px 56px;
  border: 0;
  position: absolute;
  left: 570px;
  top: 345px;
  outline: none;
  text-decoration: none;
  transition: ease 0.3s all; }

body#jeux #content.la-folie-des-grandeurs.accueil .cta:hover {
  color: #c9d300;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* spécifique page dotations */
body#jeux #content.la-folie-des-grandeurs.dotations .content_wrapper {
  position: relative;
  z-index: 0;
  top: -8px;
  margin-bottom: 40px; }

body#jeux #content.la-folie-des-grandeurs.dotations h1 {
  color: #dd005f;
  position: absolute;
  left: 400px;
  top: 0px;
  margin: 0;
  z-index: 1; }

body#jeux #content.la-folie-des-grandeurs.dotations .pic {
  float: left;
  position: relative;
  margin-left: 38px;
  margin-top: 33px; }

body#jeux #content.la-folie-des-grandeurs.dotations .pic p {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 10px;
  width: 100%;
  color: #b1095b;
  font-weight: bold;
  line-height: 1.3;
  font-size: 18px; }

body#jeux #content.la-folie-des-grandeurs.dotations .boites {
  float: right;
  position: relative;
  margin-right: 80px;
  margin-top: 53px; }

body#jeux #content.la-folie-des-grandeurs.dotations .boites p {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 10px;
  padding-right: 16%;
  width: 100%;
  color: white;
  font-weight: bold;
  line-height: 1.2; }

body#jeux #content.la-folie-des-grandeurs.dotations .boites .pile {
  position: absolute;
  right: -74px;
  bottom: -93px; }

body#jeux #content.la-folie-des-grandeurs.dotations .cta {
  background: url("/img/jeux/pic-du-midi/cta_bg.png") center center no-repeat;
  background-size: 100% 100%;
  font-family: 'CreamyScript-Regular';
  font-size: 63px;
  line-height: 1;
  color: white;
  padding: 2px 22px 2px 56px;
  border: 0;
  outline: none;
  text-decoration: none;
  float: right;
  margin-right: 200px;
  transition: ease 0.3s all; }

body#jeux #content.la-folie-des-grandeurs.dotations .cta:hover {
  color: #c9d300;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* spécifique page reglement */
body#jeux #content.la-folie-des-grandeurs.reglement #inner_content {
  overflow: hidden; }

body#jeux #content.la-folie-des-grandeurs.reglement .content_wrapper {
  position: relative;
  z-index: 0;
  top: 20px;
  margin: auto;
  margin-bottom: 10px;
  padding: 0 70px 80px 40px;
  background-color: #f985b6;
  max-width: 820px;
  color: #b00059;
  font-size: 13px; }

body#jeux #content.la-folie-des-grandeurs.reglement h1 {
  position: absolute;
  left: -73px;
  top: -16px;
  margin: 0; }

body#jeux #content.la-folie-des-grandeurs.reglement h2 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 22px 0; }

body#jeux #content.la-folie-des-grandeurs.reglement h2 small {
  text-transform: none; }

body#jeux #content.la-folie-des-grandeurs.reglement h3 {
  font-size: 14px; }

body#jeux #content.la-folie-des-grandeurs.reglement p {
  margin-bottom: 3em; }

body#jeux #content.la-folie-des-grandeurs.reglement a {
  color: #b00059; }

body#jeux #content.la-folie-des-grandeurs.reglement .pic {
  position: absolute;
  right: -84px;
  top: -76px; }

body#jeux #content.la-folie-des-grandeurs.reglement .boites {
  position: absolute;
  right: -85px;
  top: 95px;
  width: 150px;
  height: auto; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  /* Commun */
  body#jeux #content.la-folie-des-grandeurs #inner_content {
    min-height: inherit; }
  /* nav */
  body#jeux #content.la-folie-des-grandeurs ul.nav {
    background-size: 26%;
    padding-top: 5px; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li {
    position: absolute; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil {
    left: 34%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations {
    position: absolute;
    top: inherit;
    left: 58%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.participer {
    left: 34%;
    top: 57px; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement {
    right: inherit;
    left: 58%;
    top: 57px; }
  /* Accueil */
  body#jeux #content.la-folie-des-grandeurs.accueil #inner_content {
    min-height: inherit;
    padding-bottom: 49%; }
  body#jeux #content.la-folie-des-grandeurs.accueil h1 {
    position: relative;
    margin: 0;
    display: block;
    text-align: center;
    left: inherit;
    top: inherit; }
  body#jeux #content.la-folie-des-grandeurs.accueil h1 img {
    width: 35%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .pic {
    width: 47%;
    left: 3%;
    top: 120px; }
  body#jeux #content.la-folie-des-grandeurs.accueil .txt_pic {
    width: 38%;
    left: 35%;
    top: 86px; }
  body#jeux #content.la-folie-des-grandeurs.accueil .txt_boites {
    width: 49%;
    left: 31%;
    top: inherit;
    margin-top: 19%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .boites {
    left: inherit;
    right: 11%;
    width: 14%;
    top: -5%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .cta {
    left: 50%;
    top: inherit;
    margin-top: 34%; }
  /* dotations */
  body#jeux #content.la-folie-des-grandeurs.dotations .content_wrapper {
    font-size: 14px; }
  body#jeux #content.la-folie-des-grandeurs.dotations h1 {
    position: relative;
    margin: 0;
    display: block;
    text-align: center;
    left: inherit;
    top: inherit; }
  body#jeux #content.la-folie-des-grandeurs.dotations h1 img {
    width: 35%; }
  body#jeux #content.la-folie-des-grandeurs.dotations .pic {
    float: none;
    width: 90%;
    max-width: 428px;
    margin: auto; }
  body#jeux #content.la-folie-des-grandeurs.dotations .pic img.bg,
  body#jeux #content.la-folie-des-grandeurs.dotations .boites img.bg {
    width: 100%;
    height: auto; }
  body#jeux #content.la-folie-des-grandeurs.dotations .boites {
    width: 90%;
    max-width: 361px;
    float: none;
    margin: auto;
    margin-top: 15px; }
  body#jeux #content.la-folie-des-grandeurs.dotations .boites .pile {
    width: 27%;
    height: auto;
    right: -13%;
    bottom: 0; }
  body#jeux #content.la-folie-des-grandeurs.dotations .cta {
    float: none;
    margin: 20px auto;
    width: 215px;
    display: block; }
  /* formulaire */
  body#jeux #content.la-folie-des-grandeurs #inner_content {
    overflow-x: hidden; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h1 {
    position: relative;
    left: inherit;
    top: -8px;
    margin: auto;
    margin-bottom: -16px;
    width: 295px;
    text-align: center;
    display: block; }
  body#jeux #content.la-folie-des-grandeurs.formulaire .pic {
    width: 210px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire .boites {
    width: 125px;
    right: -109px;
    top: inherit;
    bottom: 60px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb p {
    top: 0;
    width: 77%; }
  body#jeux #content.la-folie-des-grandeurs.formulaire .reward_pic {
    /*left: 115px;
    height: 120px;*/ }
  body#jeux #content.la-folie-des-grandeurs.formulaire .reward_boites {
    left: 168px;
    width: 80px; }
  /* reglement */
  body#jeux #content.la-folie-des-grandeurs.reglement .content_wrapper {
    padding: 0 110px 80px 40px; }
  body#jeux #content.la-folie-des-grandeurs.reglement h1 {
    position: relative;
    display: block;
    left: inherit;
    top: inherit;
    text-align: center;
    margin-top: -44px;
    margin-bottom: 50px; }
  body#jeux #content.la-folie-des-grandeurs.reglement .boites {
    width: 111px;
    right: -9px;
    top: initial;
    bottom: 50px; }
  body#jeux #content.la-folie-des-grandeurs.reglement .pic {
    right: -24px;
    top: -36px; }
  /* commun aux 4 pages */
  /*body#jeux #content.la-folie-des-grandeurs #inner_content {
    background: url('/img/jeux/parcasterix/background.jpg') center bottom no-repeat;
    background-size: contain;
  }*/ }

/* PALIER MOBILE */
@media screen and (max-width: 767px) {
  /* commun aux 4 pages */
  /* nav */
  body#jeux #content.la-folie-des-grandeurs ul.nav {
    padding: 0;
    padding-top: 84px;
    background-position: top center;
    background-size: 35%;
    margin: 10px auto;
    width: 100%;
    max-width: 400px;
    height: auto;
    padding-bottom: 114px;
    margin-bottom: -15px; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.accueil {
    left: 7%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.dotations {
    left: inherit;
    right: 7%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.participer {
    left: 7%;
    top: 65%; }
  body#jeux #content.la-folie-des-grandeurs ul.nav li.reglement {
    top: 65%;
    left: inherit;
    right: 8%; }
  /* accueil  */
  body#jeux #content.la-folie-des-grandeurs.accueil #inner_content {
    padding-bottom: 75%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .pic {
    top: 49px;
    left: -5%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .txt_pic {
    top: inherit;
    left: 25%;
    width: 51%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .txt_boites {
    width: 60%;
    left: 24%;
    margin-top: 25%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .boites {
    right: 8%;
    top: 80%; }
  body#jeux #content.la-folie-des-grandeurs.accueil .cta {
    font-size: 55px;
    margin-top: 43%;
    left: 50%;
    margin-left: -96px;
    position: absolute; }
  /* dotations */
  body#jeux #content.la-folie-des-grandeurs.dotations .content_wrapper {
    font-size: 12px; }
  body#jeux #content.la-folie-des-grandeurs.dotations h1 img {
    width: 45%;
    margin-top: 20px; }
  body#jeux #content.la-folie-des-grandeurs.dotations .pic p {
    font-size: 13px;
    line-height: 1;
    bottom: -17px;
    margin-bottom: 9%; }
  body#jeux #content.la-folie-des-grandeurs.dotations .boites .pile {
    right: -5%; }
  body#jeux #content.la-folie-des-grandeurs.dotations .cta {
    font-size: 55px;
    width: 205px; }
  /* formulaire */
  body#jeux #content.la-folie-des-grandeurs.formulaire .cotillons,
  body#jeux #content.la-folie-des-grandeurs.formulaire .pic,
  body#jeux #content.la-folie-des-grandeurs.formulaire .boites {
    display: none; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper {
    width: 100%;
    min-height: inherit; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form {
    max-width: 420px;
    width: 90%; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h1 {
    font-size: 25px;
    width: 205px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h2 {
    font-size: 28px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper form h2 .subtitle {
    font-size: 20px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form label,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #nom,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #prenom,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #adresse,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #email,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #civilite,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #code_postal,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #ville,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #telephone,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #taille,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #code_postal_container,
  body#jeux #content.la-folie-des-grandeurs.formulaire form #ville_container,
  body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="naissance_j"],
  body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="captcha"],
  body#jeux #content.la-folie-des-grandeurs.formulaire form .float-right {
    width: 100%; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form label {
    line-height: 16px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #form_wrapper .input_container {
    margin: 14px 0; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="ville"] {
    margin-top: 14px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form #captcha {
    width: 130px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form label[for="optin"] {
    width: auto;
    position: relative;
    left: inherit;
    padding-left: 17px;
    top: -12px;
    margin-bottom: -5px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form #checkboxes_container {
    margin-top: 20px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form .mandatory_legend {
    margin-top: 10px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire form input[type="submit"] {
    left: 40%;
    font-size: 45px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #confirm {
    font-size: 16px;
    min-height: 290px;
    padding-top: 120px; }
  /* reglement */
  body#jeux #content.la-folie-des-grandeurs.reglement .content_wrapper {
    padding: 0 13px 80px 13px; }
  body#jeux #content.la-folie-des-grandeurs.reglement h1 img {
    width: 45%;
    margin-top: 10px; }
  body#jeux #content.la-folie-des-grandeurs.reglement .pic {
    width: 41%;
    right: -37px;
    top: -36px;
    margin-right: -4%; }
  body#jeux #content.la-folie-des-grandeurs.reglement h2 {
    font-size: 13px; }
  body#jeux #content.la-folie-des-grandeurs.reglement .boites,
  body#jeux #content.la-folie-des-grandeurs.reglement .pic {
    display: none; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_pic {
    font-size: 14px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_pic,
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb,
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_already,
  body#jeux #content.la-folie-des-grandeurs.formulaire #played_week,
  body#jeux #content.la-folie-des-grandeurs.formulaire #played_week_end,
  body#jeux #content.la-folie-des-grandeurs.formulaire #lost {
    margin: 60px auto;
    /*padding-top: 55px;*/
    font-size: 14px; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb img {
    float: none;
    margin-left: inherit; }
  body#jeux #content.la-folie-des-grandeurs.formulaire #won_mb p {
    width: auto;
    left: inherit;
    float: none; }
  body#jeux #content.la-folie-des-grandeurs.formulaire .reward_pic {
    /*left: 27px;
    height: 120px;*/ }
  body#jeux #content.la-folie-des-grandeurs.formulaire .reward_boites {
    left: 80px;
    width: 70px;
    top: 0; } }

/* JEUX la folie des grandeurs */
/* commun aux 4 pages */
/*@font-face {
    font-family: 'kabelbold';
    src: url('/fonts/jeux/weekends-family-trip/kabel_bold-webfont.eot');
    src: url('/fonts/jeux/weekends-family-trip/kabel_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/jeux/weekends-family-trip/kabel_bold-webfont.woff2') format('woff2'),
         url('/fonts/jeux/weekends-family-trip/kabel_bold-webfont.woff') format('woff'),
         url('/fonts/jeux/weekends-family-trip/kabel_bold-webfont.ttf') format('truetype'),
         url('/fonts/jeux/weekends-family-trip/kabel_bold-webfont.svg#kabelbold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'ITCKabelStd-Bold';
  src: url("/fonts/jeux/weekends-family-trip/ITCKabelStd-Bold_gdi.eot");
  src: url("/fonts/jeux/weekends-family-trip/ITCKabelStd-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("/fonts/jeux/weekends-family-trip/ITCKabelStd-Bold_gdi.woff") format("woff"), url("/fonts/jeux/weekends-family-trip/ITCKabelStd-Bold_gdi.ttf") format("truetype"), url("/fonts/jeux/weekends-family-trip/ITCKabelStd-Bold_gdi.svg#ITCKabelStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ralewayblack';
  src: url("/fonts/jeux/weekends-family-trip/raleway-black-webfont.eot");
  src: url("/fonts/jeux/weekends-family-trip/raleway-black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/jeux/weekends-family-trip/raleway-black-webfont.woff2") format("woff2"), url("/fonts/jeux/weekends-family-trip/raleway-black-webfont.woff") format("woff"), url("/fonts/jeux/weekends-family-trip/raleway-black-webfont.ttf") format("truetype"), url("/fonts/jeux/weekends-family-trip/raleway-black-webfont.svg#ralewayblack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ralewaybold';
  src: url("/fonts/jeux/weekends-family-trip/raleway-bold-webfont.eot");
  src: url("/fonts/jeux/weekends-family-trip/raleway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/jeux/weekends-family-trip/raleway-bold-webfont.woff2") format("woff2"), url("/fonts/jeux/weekends-family-trip/raleway-bold-webfont.woff") format("woff"), url("/fonts/jeux/weekends-family-trip/raleway-bold-webfont.ttf") format("truetype"), url("/fonts/jeux/weekends-family-trip/raleway-bold-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ralewaymedium';
  src: url("/fonts/jeux/weekends-family-trip/raleway-medium-webfont.eot");
  src: url("/fonts/jeux/weekends-family-trip/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/jeux/weekends-family-trip/raleway-medium-webfont.woff2") format("woff2"), url("/fonts/jeux/weekends-family-trip/raleway-medium-webfont.woff") format("woff"), url("/fonts/jeux/weekends-family-trip/raleway-medium-webfont.ttf") format("truetype"), url("/fonts/jeux/weekends-family-trip/raleway-medium-webfont.svg#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ralewaysemibold';
  src: url("/fonts/jeux/weekends-family-trip/raleway-semibold-webfont.eot");
  src: url("/fonts/jeux/weekends-family-trip/raleway-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/jeux/weekends-family-trip/raleway-semibold-webfont.woff2") format("woff2"), url("/fonts/jeux/weekends-family-trip/raleway-semibold-webfont.woff") format("woff"), url("/fonts/jeux/weekends-family-trip/raleway-semibold-webfont.ttf") format("truetype"), url("/fonts/jeux/weekends-family-trip/raleway-semibold-webfont.svg#ralewaysemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

body#jeux #content.weekends-family-trip {
  background-image: url("/img/jeux/weekends-family-trip/gradient_bg.png");
  background-position: center center;
  background-size: 100% 100%; }

body#jeux footer {
  background-color: #fbf6eb; }

body#jeux #content.weekends-family-trip #inner_content {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  min-height: 566px;
  /*background : url('/img/jeux/parcasterix/background.jpg') center top no-repeat;
  background-size : cover;*/
  position: relative; }

body#jeux #content.weekends-family-trip ul.nav {
  position: relative;
  z-index: 2;
  height: 120px;
  padding-top: 20px;
  padding-right: 6%;
  margin: 0;
  text-align: right;
  font-family: 'ralewaysemibold';
  list-style: none; }

body#jeux #content.weekends-family-trip ul.nav li {
  display: inline-block;
  margin: 0 6px; }

body#jeux #content.weekends-family-trip ul.nav li a {
  display: inline-block;
  padding: 4px 20px;
  color: white;
  font-size: 18px;
  text-decoration: none;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  color: #206aaf;
  transition: ease 0.3s color; }

body#jeux #content.weekends-family-trip ul.nav li a:hover,
body#jeux #content.weekends-family-trip.accueil ul.nav li.accueil a,
body#jeux #content.weekends-family-trip.dotations ul.nav li.dotations a,
body#jeux #content.weekends-family-trip.formulaire ul.nav li.participer a,
body#jeux #content.weekends-family-trip.reglement ul.nav li.reglement a {
  background-color: #0f5fa9;
  background-color: rgba(15, 95, 170, 0.7);
  color: white; }

/* spécifique page formulaire */
body#jeux #content.weekends-family-trip.formulaire .generation_banner {
  position: absolute;
  top: 53px;
  z-index: 1;
  width: 53%;
  max-width: 542px;
  height: auto; }

body#jeux #content.weekends-family-trip.formulaire #form_wrapper {
  background: url("/img/jeux/weekends-family-trip/form/form_bg.png") center center no-repeat;
  background-size: 100% 100%;
  width: 69%;
  margin: auto;
  margin-bottom: 210px;
  position: relative;
  z-index: 0;
  min-height: 540px;
  font-family: Arial;
  color: #344182; }

body#jeux #content.weekends-family-trip.formulaire #form_wrapper form {
  width: 420px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1; }

body#jeux #content.weekends-family-trip.formulaire #form_wrapper form a {
  color: #354182;
  font-weight: bold;
  text-decoration: underline; }

body#jeux #content.weekends-family-trip.formulaire #form_wrapper form ::-webkit-input-placeholder {
  color: #8591d1; }

body#jeux #content.weekends-family-trip.formulaire #form_wrapper form h1 {
  display: block;
  margin: 20px auto;
  font-family: 'ralewayblack';
  font-weight: normal;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center; }

body#jeux #content.weekends-family-trip.formulaire #form_wrapper form h2 {
  font-family: 'ralewaybold';
  font-size: 21px;
  font-weight: normal;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 20px; }

body#jeux #content.weekends-family-trip.formulaire #form_wrapper form h2 .subtitle {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-family: 'ralewaymedium'; }

body#jeux #content.weekends-family-trip.formulaire #form_wrapper .input_container {
  position: relative;
  margin: 10px 0; }

body#jeux #content.weekends-family-trip.formulaire form label {
  width: 86px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px; }

body#jeux #content.weekends-family-trip.formulaire form label > span,
body#jeux #content.weekends-family-trip.formulaire form .mandatory_legend {
  color: #354182; }

body#jeux #content.weekends-family-trip.formulaire form input[type="text"],
body#jeux #content.weekends-family-trip.formulaire form input[type="number"],
body#jeux #content.weekends-family-trip.formulaire form select {
  border: #354182 1px solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px; }

body#jeux #content.weekends-family-trip.formulaire form label[for="ville"] {
  width: 50px; }

body#jeux #content.weekends-family-trip.formulaire form label[for="naissance_j"],
body#jeux #content.weekends-family-trip.formulaire form label[for="captcha"],
body#jeux #content.weekends-family-trip.formulaire form label[for="optin"],
body#jeux #content.weekends-family-trip.formulaire form label[for="reglement"],
body#jeux #content.weekends-family-trip.formulaire form label[for="taille"] {
  width: auto; }

body#jeux #content.weekends-family-trip.formulaire form label[for="optin"],
body#jeux #content.weekends-family-trip.formulaire form label[for="reglement"] {
  font-weight: normal;
  font-style: italic; }

body#jeux #content.weekends-family-trip.formulaire form label[for="optin"] {
  position: absolute;
  left: 17px;
  top: 2px;
  width: 455px; }

body#jeux #content.weekends-family-trip.formulaire form .float-left {
  float: left; }

body#jeux #content.weekends-family-trip.formulaire form .float-right {
  float: right; }

body#jeux #content.weekends-family-trip.formulaire form #nom,
body#jeux #content.weekends-family-trip.formulaire form #prenom,
body#jeux #content.weekends-family-trip.formulaire form #adresse,
body#jeux #content.weekends-family-trip.formulaire form #email,
body#jeux #content.weekends-family-trip.formulaire form #civilite {
  width: 334px; }

body#jeux #content.weekends-family-trip.formulaire form #naissance_j,
body#jeux #content.weekends-family-trip.formulaire form #naissance_m {
  width: 70px; }

body#jeux #content.weekends-family-trip.formulaire form #naissance_a,
body#jeux #content.weekends-family-trip.formulaire form #code_postal {
  width: 100px; }

body#jeux #content.weekends-family-trip.formulaire form #naissance_j,
body#jeux #content.weekends-family-trip.formulaire form #naissance_m,
body#jeux #content.weekends-family-trip.formulaire form #naissance_a {
  text-align: center; }

body#jeux #content.weekends-family-trip.formulaire form #taille {
  text-align: right; }

body#jeux #content.weekends-family-trip.formulaire form #ville,
body#jeux #content.weekends-family-trip.formulaire form #telephone,
body#jeux #content.weekends-family-trip.formulaire form #captcha {
  width: 160px; }

body#jeux #content.weekends-family-trip.formulaire form .reload_captcha {
  width: 30px;
  height: auto;
  margin-right: 15px;
  cursor: pointer; }

body#jeux #content.weekends-family-trip.formulaire form #checkboxes_container {
  position: relative;
  line-height: 1; }

body#jeux #content.weekends-family-trip.formulaire form #checkboxes_container label {
  line-height: 1; }

body#jeux #content.weekends-family-trip.formulaire form #checkboxes_container > * {
  vertical-align: middle; }

body#jeux #content.weekends-family-trip.formulaire form #checkboxes_container input[type="checkbox"] {
  margin: 0; }

body#jeux #content.weekends-family-trip.formulaire form .mandatory_legend {
  font-size: 11px;
  font-weight: bold; }

body#jeux #content.weekends-family-trip.formulaire form input[type="submit"] {
  position: relative;
  display: table;
  margin: auto;
  padding: 15px 20px;
  background: url("/img/jeux/weekends-family-trip/cta_bg.png") center center no-repeat;
  background-size: 100% 100%;
  border: 0;
  font-family: 'ralewaybold';
  font-size: 28px;
  line-height: 1;
  color: #354183;
  outline: none;
  text-transform: uppercase;
  transition: ease 0.3s all; }

body#jeux #content.weekends-family-trip.formulaire form input[type="submit"]:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

body#jeux #content.weekends-family-trip.formulaire form input[type="submit"].working {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%); }

body#jeux #content.weekends-family-trip.formulaire form input[type="submit"].working:hover {
  color: white;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body#jeux #content.weekends-family-trip.formulaire #won_we,
body#jeux #content.weekends-family-trip.formulaire #won_already,
body#jeux #content.weekends-family-trip.formulaire #played_week,
body#jeux #content.weekends-family-trip.formulaire #played_week_end,
body#jeux #content.weekends-family-trip.formulaire #lost {
  display: none;
  width: 80%;
  margin: 150px auto;
  position: relative;
  /*min-height: 500px;
  padding-top: 155px;*/
  text-align: center;
  font-size: 19px;
  /*margin-top: 50px;*/ }

body#jeux #content.weekends-family-trip.formulaire #won_we p {
  margin-top: 40px; }

body#jeux #content.weekends-family-trip.formulaire #won_we img {
  max-width: 190px;
  width: 50%;
  height: auto; }

body#jeux #content.weekends-family-trip.formulaire .bulle_top_right {
  position: absolute;
  right: -112px;
  top: -16px;
  max-width: 240px;
  width: 35%;
  height: auto; }

body#jeux #content.weekends-family-trip.formulaire .bulle_bottom_left {
  position: absolute;
  left: -122px;
  bottom: 80px;
  width: 30%;
  max-width: 196px;
  height: auto; }

body#jeux #content.weekends-family-trip.formulaire .visuel_bottom {
  position: absolute;
  right: -22%;
  top: 87%;
  width: 90%;
  max-width: 593px;
  height: auto; }

/* spécifique page accueil */
body#jeux #content.weekends-family-trip.accueil ul.nav {
  position: absolute;
  right: 0; }

body#jeux #content.weekends-family-trip.accueil #inner_content {
  /*min-height : 616px;*/ }

body#jeux #content.weekends-family-trip.accueil .content_wrapper {
  position: relative;
  z-index: 0; }

body#jeux #content.weekends-family-trip.accueil .gift_block {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 110px;
  padding-bottom: 50px;
  text-align: center;
  background-image: url("/img/jeux/weekends-family-trip/accueil/arc.png");
  background-position: right center;
  background-size: 149px 100%;
  background-repeat: no-repeat; }

body#jeux #content.weekends-family-trip.accueil .gift_block .bg {
  background-color: #87c77f;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 149px;
  top: 0;
  bottom: 0; }

body#jeux #content.weekends-family-trip.accueil .gift_block h1 {
  margin: 15px 0;
  color: white;
  text-transform: uppercase;
  font-family: 'ITCKabelStd-Bold';
  font-weight: normal;
  font-size: 58px;
  line-height: 1; }

body#jeux #content.weekends-family-trip.accueil .gift_block h1 img.logo {
  margin-top: 15px;
  margin-right: 50px; }

body#jeux #content.weekends-family-trip.accueil .gift_block h1 img.goutte {
  vertical-align: top; }

body#jeux #content.weekends-family-trip.accueil .gift_block h1 .bigger {
  font-size: 78px; }

body#jeux #content.weekends-family-trip.accueil .gift_block h1 .green {
  color: #20693e; }

body#jeux #content.weekends-family-trip.accueil .gift_block .end-jeu {
  text-align: center;
  font-size: 16px;
  font-weight: 500; }

.end-jeu .CTA:hover {
  display: none; }

body#jeux #content.weekends-family-trip.accueil .cta {
  display: inline-block;
  position: relative;
  margin: 20px 50px 20px 0;
  padding: 15px 20px;
  background: url("/img/jeux/weekends-family-trip/cta_bg.png") center center no-repeat;
  background-size: 100% 100%;
  font-family: 'ralewaybold';
  font-size: 28px;
  line-height: 1;
  color: #354183;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  transition: ease 0.3s all; }

body#jeux #content.weekends-family-trip.accueil .cta {
  cursor: default; }

body#jeux #content.weekends-family-trip.accueil .cta:hover {
  transform: none; }

body#jeux #content.weekends-family-trip.accueil .gift_block p {
  margin: 0;
  padding-left: 4px;
  color: white;
  font-size: 13px;
  text-align: left;
  font-family: 'ralewaymedium'; }

body#jeux #content.weekends-family-trip.accueil .generations_block {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%; }

body#jeux #content.weekends-family-trip.accueil .generations_block .tablet,
body#jeux #content.weekends-family-trip.accueil .generations_block .mobile {
  display: none; }

body#jeux #content.weekends-family-trip.accueil .generations_block .generations_banner {
  position: absolute;
  top: 9%;
  left: -4%;
  width: 122%;
  height: auto; }

body#jeux #content.weekends-family-trip.accueil .generations_block .boite {
  position: absolute;
  bottom: -7%;
  left: -20%;
  width: 119%;
  max-width: 593px;
  height: auto; }

body#jeux #content.weekends-family-trip.accueil .generations_block .bulles {
  position: absolute;
  top: 12%;
  left: 3%;
  width: 100%;
  max-width: 422px;
  height: auto; }

/* spécifique page dotations */
body#jeux #content.weekends-family-trip.dotations ul.nav {
  position: absolute;
  right: 0; }

body#jeux #content.weekends-family-trip.dotations .content_wrapper {
  position: relative;
  z-index: 0; }

body#jeux #content.weekends-family-trip.dotations .gift_block {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 35px;
  text-align: center;
  background-image: url("/img/jeux/weekends-family-trip/accueil/arc.png");
  background-position: right center;
  background-size: 149px 100%;
  background-repeat: no-repeat; }

body#jeux #content.weekends-family-trip.dotations .gift_block .bg {
  background-color: #87c77f;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 149px;
  top: 0;
  bottom: 0; }

body#jeux #content.weekends-family-trip.dotations .gift_block .generations_banner {
  margin-bottom: -30px; }

body#jeux #content.weekends-family-trip.dotations .gift_block h1 {
  margin: 15px 0;
  color: white;
  text-transform: uppercase;
  font-family: 'ITCKabelStd-Bold';
  font-weight: normal;
  font-size: 30px;
  line-height: 1; }

body#jeux #content.weekends-family-trip.dotations .gift_block h1 .bigger {
  font-size: 49px; }

body#jeux #content.weekends-family-trip.dotations .gift_block h1 .green {
  color: #20693e; }

body#jeux #content.weekends-family-trip.dotations .gift_block h1 img.logo {
  margin-top: 10px;
  margin-left: 15px;
  width: 145px;
  height: auto;
  vertical-align: middle; }

body#jeux #content.weekends-family-trip.dotations .gift_block h1 .avec {
  vertical-align: sub; }

body#jeux #content.weekends-family-trip.dotations .gift_block p {
  margin: 0;
  padding: 0 25px 0 18px;
  color: white;
  font-size: 16px;
  font-family: 'ralewaymedium';
  line-height: 1.1; }

body#jeux #content.weekends-family-trip.dotations .cta {
  display: inline-block;
  position: relative;
  margin: 20px 50px 20px 0;
  padding: 15px 20px;
  background: url("/img/jeux/weekends-family-trip/cta_bg.png") center center no-repeat;
  background-size: 100% 100%;
  font-family: 'ralewaybold';
  font-size: 28px;
  line-height: 1;
  color: #354183;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  transition: ease 0.3s all; }

body#jeux #content.weekends-family-trip.dotations .cta:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

body#jeux #content.weekends-family-trip.dotations .illus_block {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%; }

body#jeux #content.weekends-family-trip.dotations .illus_block .tablet,
body#jeux #content.weekends-family-trip.dotations .illus_block .mobile {
  display: none; }

body#jeux #content.weekends-family-trip.dotations .illus_block .illu {
  position: absolute;
  left: -22%;
  bottom: -36px; }

/* spécifique page reglement */
body#jeux #content.weekends-family-trip.reglement #inner_content {
  overflow: hidden; }

body#jeux #content.weekends-family-trip.reglement .content_wrapper {
  position: relative;
  z-index: 0;
  margin: auto;
  margin-bottom: 30%;
  max-width: 820px;
  color: #344182;
  font-family: 'ralewaymedium';
  font-size: 13px; }

body#jeux #content.weekends-family-trip.reglement .generation_banner {
  position: absolute;
  top: 53px;
  z-index: 1;
  width: 53%;
  max-width: 542px;
  height: auto; }

body#jeux #content.weekends-family-trip.reglement .content_wrapper .bg_center {
  background: url("/img/jeux/weekends-family-trip/reglement/page_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 0 50px; }

body#jeux #content.weekends-family-trip.reglement .content_wrapper .bg_top img,
body#jeux #content.weekends-family-trip.reglement .content_wrapper .bg_bottom img {
  width: 100%;
  height: 63px; }

body#jeux #content.weekends-family-trip.reglement h1 {
  display: block;
  margin-top: -20px;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'ralewayblack'; }

body#jeux #content.weekends-family-trip.reglement h2 {
  font-family: 'ralewaybold';
  font-weight: normal;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  margin: 22px 0; }

body#jeux #content.weekends-family-trip.reglement h2 small {
  text-transform: none; }

body#jeux #content.weekends-family-trip.reglement h3 {
  font-size: 14px; }

body#jeux #content.weekends-family-trip.reglement p {
  margin-bottom: 3em; }

body#jeux #content.weekends-family-trip.reglement a {
  color: #344182; }

body#jeux #content.weekends-family-trip.reglement .bulle_top_right {
  position: absolute;
  right: -13%;
  top: -35px;
  max-width: 235px;
  width: 35%;
  height: auto; }

body#jeux #content.weekends-family-trip.reglement .bulle_left {
  position: absolute;
  left: -93px;
  top: 300px;
  width: 30%;
  max-width: 126px;
  height: auto; }

body#jeux #content.weekends-family-trip.reglement .visuel_bottom {
  position: absolute;
  right: -7%;
  bottom: -228px;
  width: 90%;
  max-width: 593px;
  height: auto; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  /* Commun */
  body#jeux #content.weekends-family-trip #inner_content {
    min-height: inherit; }
  /* nav */
  body#jeux #content.weekends-family-trip ul.nav {
    text-align: center;
    padding-right: 0; }
  /* Accueil */
  body#jeux #content.weekends-family-trip.accueil #inner_content {
    /*min-height: inherit;
    padding-bottom: 49%;*/ }
  body#jeux #content.weekends-family-trip.accueil ul.nav {
    width: 90%; }
  body#jeux #content.weekends-family-trip.accueil .gift_block {
    width: 54%;
    padding-bottom: 90px;
    background-size: 80px 100%; }
  body#jeux #content.weekends-family-trip.accueil .gift_block .bg {
    right: 80px; }
  body#jeux #content.weekends-family-trip.accueil .generations_block {
    width: 46%; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .desk,
  body#jeux #content.weekends-family-trip.accueil .generations_block .mobile {
    display: none; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .tablet {
    display: block; }
  body#jeux #content.weekends-family-trip.accueil .gift_block h1 {
    font-size: 43px; }
  body#jeux #content.weekends-family-trip.accueil .gift_block h1 .bigger {
    font-size: 57px; }
  body#jeux #content.weekends-family-trip.accueil .gift_block h1 img.logo {
    width: 132px;
    height: auto; }
  body#jeux #content.weekends-family-trip.accueil .cta {
    margin: 40px 50px 40px 0;
    font-size: 35px; }
  body#jeux #content.weekends-family-trip.accueil .gift_block p {
    width: 100%;
    padding-right: 30%;
    padding-left: 20%;
    font-size: 10px;
    text-align: center; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .bulles {
    position: absolute;
    top: 12%;
    left: 48%;
    margin-left: -160px;
    width: 95%;
    max-width: 336px;
    height: auto; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .generations_banner {
    position: absolute;
    top: 43%;
    margin-top: -48%;
    left: -16%;
    width: 139%;
    height: auto; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .boite {
    position: absolute;
    bottom: -2%;
    left: 50%;
    margin-left: -290px;
    width: 129%;
    max-width: 468px;
    height: auto; }
  /* dotations */
  body#jeux #content.weekends-family-trip.dotations .gift_block .generations_banner {
    width: 100%; }
  body#jeux #content.weekends-family-trip.dotations ul.nav {
    width: 90%; }
  body#jeux #content.weekends-family-trip.dotations .gift_block {
    width: 54%;
    padding-bottom: 70px;
    background-size: 80px 100%; }
  body#jeux #content.weekends-family-trip.dotations .gift_block .bg {
    right: 80px; }
  body#jeux #content.weekends-family-trip.dotations .illus_block {
    width: 46%; }
  body#jeux #content.weekends-family-trip.dotations .illus_block .desk,
  body#jeux #content.weekends-family-trip.dotations .illus_block .mobile {
    display: none; }
  body#jeux #content.weekends-family-trip.dotations .illus_block .tablet {
    display: block; }
  body#jeux #content.weekends-family-trip.dotations .gift_block h1 {
    line-height: 1.4; }
  body#jeux #content.weekends-family-trip.dotations .gift_block h1 .bigger {
    font-size: 43px;
    line-height: 1; }
  body#jeux #content.weekends-family-trip.dotations .gift_block p {
    padding: 0 32px 0 25px;
    font-size: 12px;
    margin-top: 15px; }
  body#jeux #content.weekends-family-trip.dotations .cta {
    margin: 30px 50px 0 0;
    font-size: 35px; }
  body#jeux #content.weekends-family-trip.dotations .illus_block .illu {
    left: 20%;
    margin-left: -189px;
    bottom: auto;
    top: 10%; }
  /* formulaire */
  body#jeux #content.weekends-family-trip #inner_content {
    overflow-x: hidden; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper form {
    padding-bottom: 50px; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper form h1 {
    font-size: 34px; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper form h2 {
    padding: 0 15px;
    font-size: 18px; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper form h2 .subtitle {
    font-size: 15px; }
  /* reglement */
  body#jeux #content.weekends-family-trip.reglement .content_wrapper {
    padding: 0 40px; }
  body#jeux #content.weekends-family-trip.reglement h1 {
    /*position: relative;
    display: block;
    left: inherit;
    top: inherit;
    text-align: center;
    margin-top: -44px;
    margin-bottom: 50px;*/ }
  body#jeux #content.weekends-family-trip.reglement .bulle_top_right {
    right: -5%; }
  body#jeux #content.weekends-family-trip.reglement .bulle_left {
    display: none; }
  body#jeux #content.weekends-family-trip.reglement .visuel_bottom {
    left: 16%;
    right: auto;
    top: auto;
    width: 80%; }
  /* commun aux 4 pages */
  /*body#jeux #content.weekends-family-trip #inner_content {
    background: url('/img/jeux/parcasterix/background.jpg') center bottom no-repeat;
    background-size: contain;
  }*/ }

/* PALIER MOBILE */
@media screen and (max-width: 767px) {
  /* commun aux 4 pages */
  /* nav */
  body#jeux #content.weekends-family-trip ul.nav {
    padding: 0;
    padding-top: 20px;
    margin: 10px auto;
    width: 100%;
    max-width: 400px;
    height: auto;
    padding-bottom: 25px;
    margin-bottom: -15px; }
  body#jeux #content.weekends-family-trip ul.nav li {
    width: 40%;
    margin: 10px; }
  body#jeux #content.weekends-family-trip ul.nav li a {
    width: 100%;
    padding: 3px 0;
    font-size: 16px; }
  /* accueil  */
  body#jeux #content.weekends-family-trip.accueil #inner_content {
    padding-bottom: 40%; }
  body#jeux #content.weekends-family-trip.accueil ul.nav {
    position: relative;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
    background-color: #96d7f0; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .desk,
  body#jeux #content.weekends-family-trip.accueil .generations_block .tablet {
    display: none; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .mobile {
    display: block; }
  body#jeux #content.weekends-family-trip.accueil .gift_block {
    width: 100%;
    padding: 10px 0 20px 0;
    background-image: url("/img/jeux/weekends-family-trip/accueil/arc_mobile.png");
    background-position: center bottom;
    background-size: 100% 74px; }
  body#jeux #content.weekends-family-trip.accueil .gift_block .bg {
    right: 0;
    bottom: 74px; }
  body#jeux #content.weekends-family-trip.accueil .gift_block h1 {
    font-size: 35px; }
  body#jeux #content.weekends-family-trip.accueil .gift_block h1 img.goutte {
    width: 15px;
    height: auto; }
  body#jeux #content.weekends-family-trip.accueil .gift_block h1 img.logo {
    margin-right: 0;
    max-width: 174px;
    width: 55%;
    height: auto; }
  body#jeux #content.weekends-family-trip.accueil .cta {
    display: table;
    margin: 8px auto;
    font-size: 28px; }
  body#jeux #content.weekends-family-trip.accueil .gift_block h1 .bigger {
    font-size: 47px; }
  body#jeux #content.weekends-family-trip.accueil .gift_block p {
    padding: 0 20%; }
  body#jeux #content.weekends-family-trip.accueil .generations_block {
    width: 100%;
    position: relative; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .generations_banner {
    position: relative;
    top: auto;
    left: auto;
    margin-top: auto;
    width: 129%;
    margin-left: -9%; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .bulles {
    top: 2%;
    left: 35%;
    margin-left: -98px;
    width: 95%;
    max-width: 288px;
    height: auto; }
  body#jeux #content.weekends-family-trip.accueil .generations_block .boite {
    position: absolute;
    bottom: auto;
    left: 50%;
    margin-left: -221px;
    width: 129%;
    max-width: 373px;
    height: auto;
    top: 79%; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  body#jeux #content.weekends-family-trip.accueil .generations_block .generations_banner {
    width: 80%;
    margin-left: 13%; } }

@media screen and (max-width: 767px) {
  /* dotations */
  body#jeux #content.weekends-family-trip.dotations #inner_content {
    padding-bottom: 20px; }
  body#jeux #content.weekends-family-trip.dotations ul.nav {
    position: relative;
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
    background-color: #96d7f0; }
  body#jeux #content.weekends-family-trip.dotations .illus_block .desk,
  body#jeux #content.weekends-family-trip.dotations .illus_block .tablet {
    display: none; }
  body#jeux #content.weekends-family-trip.dotations .illus_block .mobile {
    display: block; }
  body#jeux #content.weekends-family-trip.dotations .gift_block {
    width: 100%;
    padding: 10px 0 20px 0;
    background-image: url("/img/jeux/weekends-family-trip/accueil/arc_mobile.png");
    background-position: center bottom;
    background-size: 100% 74px; }
  body#jeux #content.weekends-family-trip.dotations .gift_block .bg {
    right: 0;
    bottom: 74px; }
  body#jeux #content.weekends-family-trip.dotations .gift_block h1 {
    font-size: 28px; }
  body#jeux #content.weekends-family-trip.dotations .gift_block h1 .bigger {
    font-size: 36px; }
  body#jeux #content.weekends-family-trip.dotations .cta {
    display: table;
    margin: 8px auto;
    font-size: 28px; }
  body#jeux #content.weekends-family-trip.dotations .illus_block {
    width: 100%;
    position: relative;
    text-align: center; }
  body#jeux #content.weekends-family-trip.dotations .illus_block .illu.mobile {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-left: -57px;
    width: 350px;
    display: inline-block; }
  /* formulaire */
  body#jeux #content.weekends-family-trip.formulaire .generation_banner {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 65%;
    max-width: 400px;
    margin-bottom: -60px; }
  body#jeux #content.weekends-family-trip.formulaire .bulle_top_right,
  body#jeux #content.weekends-family-trip.formulaire .bulle_bottom_left {
    display: none; }
  body#jeux #content.weekends-family-trip.formulaire .visuel_bottom {
    top: 100%;
    left: 0; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper {
    width: 100%;
    margin-bottom: 60%;
    min-height: inherit; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper form {
    max-width: 420px;
    width: 90%; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper form h1 {
    font-size: 25px;
    width: 205px; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper form h2 {
    font-size: 17px; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper form h2 .subtitle {
    font-size: 15px; }
  body#jeux #content.weekends-family-trip.formulaire form label,
  body#jeux #content.weekends-family-trip.formulaire form #nom,
  body#jeux #content.weekends-family-trip.formulaire form #prenom,
  body#jeux #content.weekends-family-trip.formulaire form #adresse,
  body#jeux #content.weekends-family-trip.formulaire form #email,
  body#jeux #content.weekends-family-trip.formulaire form #civilite,
  body#jeux #content.weekends-family-trip.formulaire form #code_postal,
  body#jeux #content.weekends-family-trip.formulaire form #ville,
  body#jeux #content.weekends-family-trip.formulaire form #telephone,
  body#jeux #content.weekends-family-trip.formulaire form #taille,
  body#jeux #content.weekends-family-trip.formulaire form #code_postal_container,
  body#jeux #content.weekends-family-trip.formulaire form #ville_container,
  body#jeux #content.weekends-family-trip.formulaire form label[for="naissance_j"],
  body#jeux #content.weekends-family-trip.formulaire form label[for="captcha"],
  body#jeux #content.weekends-family-trip.formulaire form .float-right {
    width: 100%; }
  body#jeux #content.weekends-family-trip.formulaire form label {
    line-height: 16px; }
  body#jeux #content.weekends-family-trip.formulaire #form_wrapper .input_container {
    margin: 14px 0; }
  body#jeux #content.weekends-family-trip.formulaire form label[for="ville"] {
    margin-top: 14px; }
  body#jeux #content.weekends-family-trip.formulaire form #captcha {
    width: 130px; }
  body#jeux #content.weekends-family-trip.formulaire form label[for="optin"] {
    width: auto;
    position: relative;
    left: inherit;
    padding-left: 17px;
    top: -12px;
    margin-bottom: -5px; }
  body#jeux #content.weekends-family-trip.formulaire form #checkboxes_container {
    margin-top: 20px; }
  body#jeux #content.weekends-family-trip.formulaire form .mandatory_legend {
    margin-top: 10px; }
  body#jeux #content.weekends-family-trip.formulaire form input[type="submit"] {
    font-size: 25px;
    margin-top: 10px; }
  body#jeux #content.weekends-family-trip.formulaire #confirm {
    font-size: 16px;
    min-height: 290px;
    padding-top: 120px; }
  /* reglement */
  body#jeux #content.weekends-family-trip.reglement .content_wrapper {
    padding: 0 10px 80px 8px;
    margin-bottom: 0; }
  body#jeux #content.weekends-family-trip.reglement .content_wrapper .bg_center {
    padding: 0 4% 0 5%; }
  body#jeux #content.weekends-family-trip.reglement .generation_banner {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 65%;
    max-width: 400px;
    margin-bottom: -60px; }
  body#jeux #content.weekends-family-trip.reglement h1 {
    font-size: 23px; }
  body#jeux #content.weekends-family-trip.reglement h2 {
    font-size: 13px; }
  body#jeux #content.weekends-family-trip.reglement .visuel_bottom {
    left: auto;
    width: 80%;
    bottom: auto;
    max-width: 320px;
    position: relative;
    margin: auto;
    margin-top: -63px;
    display: block; }
  body#jeux #content.weekends-family-trip.formulaire #won_we,
  body#jeux #content.weekends-family-trip.formulaire #won_already,
  body#jeux #content.weekends-family-trip.formulaire #played_week,
  body#jeux #content.weekends-family-trip.formulaire #played_week_end,
  body#jeux #content.weekends-family-trip.formulaire #lost {
    margin: 60px auto;
    /*padding-top: 55px;*/
    font-size: 14px; } }

body#accueil {
  /* ACCUEIL */
  /********************************************************/
  /********************************************************/
  /*                PUSH :: EDITIONS LIMITES              */
  /********************************************************/
  /********************************************************/
  /********************************************************/
  /********************************************************/
  /*            PUSH :: GOURDES BROWNIES_BISCUIT          */
  /********************************************************/
  /********************************************************/
  /*********************************************************/
  /*********************************************************
/*            PUSH :: ANIMAUX CHOCO                      */
  /*********************************************************/
  /*********************************************************/
  /*********************************************************/
  /*********************************************************/
  /*       PUSH :: MOUSSE AU CHOCOLAT                */
  /*********************************************************/
  /*********************************************************/ }
  body#accueil #content {
    max-width: 100%; }
  body#accueil footer #pushes_container {
    background: none;
    margin-bottom: 20px; }
  body#accueil #push_slider {
    margin: 0;
    padding: 0;
    z-index: 0;
    height: 511px;
    visibility: hidden; }
    body#accueil #push_slider li {
      height: 100%;
      text-align: center;
      background: lightblue;
      overflow: hidden;
      /* Le premier push est visible en arrivant */ }
      body#accueil #push_slider li > a,
      body#accueil #push_slider li > div {
        max-width: 1024px;
        margin: auto;
        height: 100%; }
      body#accueil #push_slider li > a h1 {
        margin: 0; }
      body#accueil #push_slider li.slide > div,
      body#accueil #push_slider li.slide > a {
        display: block;
        position: relative; }
      body#accueil #push_slider li.slide > div > *,
      body#accueil #push_slider li.slide > a > * {
        position: absolute;
        display: block;
        visibility: hidden; }
      body#accueil #push_slider li.first > a > * {
        visibility: visible; }
  body#accueil #push_slider_pager {
    height: 370px;
    width: 6px;
    position: absolute;
    top: 55px;
    right: 17px;
    background: transparent url("/img/home/pushes/pager_striped_bg.gif") right center repeat-y;
    border-bottom: #ffffff 1px solid; }
    body#accueil #push_slider_pager a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 25%;
      border-top: #ffffff 1px solid;
      border-right: #ffffff 1px solid;
      color: #ffffff;
      text-decoration: none; }
      body#accueil #push_slider_pager a span {
        font-size: 10px;
        position: absolute;
        right: 5px;
        top: -5px;
        height: 100%;
        width: 16px; }
      body#accueil #push_slider_pager a.active {
        background: transparent url("/img/home/pushes/pager_plain_bg.gif") right center repeat-y; }
    @media (max-width: 1023px) {
      body#accueil #push_slider_pager {
        height: 80%;
        top: 10%;
        right: 0; } }
    @media (max-width: 767px) {
      body#accueil #push_slider_pager {
        display: none; } }
  body#accueil #content .bx-wrapper .bx-prev {
    left: 39%;
    background: transparent url("/img/home/pushes/prev_btn.png") center center no-repeat; }
  body#accueil #content .bx-wrapper .bx-next {
    right: 39%;
    background: transparent url("/img/home/pushes/next_btn.png") center center no-repeat; }
  body#accueil #content .bx-controls-direction {
    display: none; }
    @media (max-width: 767px) {
      body#accueil #content .bx-controls-direction {
        display: block; }
        body#accueil #content .bx-controls-direction a {
          top: initial;
          bottom: 8.5%;
          width: 23px;
          height: 25px; } }
  body#accueil #push_slider li.editions_limitees {
    background: #efc89d; }
    body#accueil #push_slider li.editions_limitees .packshot {
      left: 7.42%;
      top: 19.4%;
      width: 55.47%;
      z-index: 3; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .packshot {
          left: 8%;
          top: 36%;
          width: 84%;
          z-index: 3; } }
    body#accueil #push_slider li.editions_limitees .mountain {
      left: 24.21875%;
      top: 13.135%;
      width: 17.1875%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .mountain {
          left: 33%;
          top: 36%;
          width: 28%; } }
    body#accueil #push_slider li.editions_limitees .accroche {
      left: 62.6953125%;
      top: 11.96086106%;
      width: 26.07421875%;
      z-index: 4; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .accroche {
          left: 13%;
          top: 12%;
          width: 50%;
          z-index: 4; } }
    body#accueil #push_slider li.editions_limitees .titre {
      left: 62.5%;
      top: 28.02935421%;
      width: 29.6875%;
      z-index: 4; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .titre {
          left: 13%;
          top: 20%;
          width: 46%;
          z-index: 4; } }
    body#accueil #push_slider li.editions_limitees .bulle {
      left: 61.9140625%;
      top: 60.49315068%;
      width: 24.70703125%;
      z-index: 2; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .bulle {
          left: 20%;
          top: 73%;
          width: 60%;
          z-index: 2; } }
    body#accueil #push_slider li.editions_limitees .nouveau {
      left: 39.94140625%;
      top: 11.17808219%;
      width: 19.140625%;
      z-index: 5; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .nouveau {
          left: 10%;
          top: 5%;
          width: 34%; } }
    body#accueil #push_slider li.editions_limitees .miam {
      left: 4.4921875%;
      top: 80.25831703%;
      width: 7.2265625%;
      z-index: 1; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .miam {
          left: 68%;
          top: 35%;
          width: 12%;
          z-index: 1; } }
    body#accueil #push_slider li.editions_limitees .pastille-1 {
      left: 0.29296875%;
      top: 20.37573386%;
      width: 10.05859375%;
      z-index: 1; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .pastille-1 {
          left: 75%;
          top: 5%;
          width: 30%;
          z-index: 1; } }
    body#accueil #push_slider li.editions_limitees .pastille-2 {
      left: 83.10546875%;
      top: 77.32289628%;
      width: 11, 9140625%;
      z-index: 1; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .pastille-2 {
          display: none; } }
    body#accueil #push_slider li.editions_limitees .tourbillon {
      left: 0;
      top: 0;
      width: 75%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.editions_limitees .tourbillon {
          left: 0;
          top: 33%;
          width: 100%; } }
  body#accueil #push_slider li.gourdes_brownie_biscuit {
    background: #97c7d8; }
    body#accueil #push_slider li.gourdes_brownie_biscuit .bulle {
      top: 63%;
      left: 59%;
      width: 24%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .bulle {
          top: 74%;
          left: 60%;
          width: 35%; } }
    body#accueil #push_slider li.gourdes_brownie_biscuit .packshot_biscuit {
      left: 11.6%;
      top: 25%;
      width: 20%;
      z-index: 3; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .packshot_biscuit {
          top: 25%;
          left: 23%;
          width: 34%;
          z-index: 3; } }
    body#accueil #push_slider li.gourdes_brownie_biscuit .packshot_brownie {
      left: 24.7%;
      top: 4.4%;
      width: 20%;
      z-index: 3; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .packshot_brownie {
          top: 18%;
          width: 31%;
          left: 47%; } }
    body#accueil #push_slider li.gourdes_brownie_biscuit .deco_brownie {
      left: 34.9%;
      opacity: 1;
      top: 74%;
      width: 6%; }
      @media (max-width: 1023px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .deco_brownie {
          top: 72%; } }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .deco_brownie {
          display: none; } }
    body#accueil #push_slider li.gourdes_brownie_biscuit .brownie_dessin {
      left: 29.6%;
      top: 58.6%;
      width: 12%;
      z-index: 3; }
      @media (max-width: 1023px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .brownie_dessin {
          top: 56.6%; } }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .brownie_dessin {
          display: none; } }
    body#accueil #push_slider li.gourdes_brownie_biscuit .gourmandise {
      left: 53.71%;
      top: 13.5%;
      width: 33.20%;
      z-index: 4; }
    body#accueil #push_slider li.gourdes_brownie_biscuit .accroche {
      left: 56.5%;
      top: 5.36%;
      width: 28.42%;
      z-index: 4; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .accroche {
          top: 6%;
          left: 34%;
          width: 60%;
          z-index: 4; } }
    body#accueil #push_slider li.gourdes_brownie_biscuit .titre {
      left: 56%;
      top: 23.16%;
      width: 35%;
      z-index: 4; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .titre {
          left: 3%;
          top: 64%;
          width: 55%;
          z-index: 4; } }
    body#accueil #push_slider li.gourdes_brownie_biscuit .decos_packshot {
      left: 1.5%;
      top: 3%;
      width: 48%;
      z-index: 2; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .decos_packshot {
          display: none; } }
    body#accueil #push_slider li.gourdes_brownie_biscuit .brownie_avatar {
      left: 40%;
      top: 58%;
      width: 26%;
      z-index: 5; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .brownie_avatar {
          left: 65%;
          top: 47%;
          width: 32%;
          z-index: 5; } }
    body#accueil #push_slider li.gourdes_brownie_biscuit .biscuit_aladin {
      left: 82%;
      top: 48%;
      width: 15%;
      z-index: 1; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.gourdes_brownie_biscuit .biscuit_aladin {
          left: 0%;
          top: 2%;
          width: 30%;
          z-index: 1; } }
  body#accueil #push_slider li.animaux-choco {
    background: #a8c350; }
    @media (max-width: 767px) {
      body#accueil #push_slider li.animaux-choco {
        background-size: 200%;
        background-position: center 30px; } }
    body#accueil #push_slider li.animaux-choco .cta {
      top: 63.5%;
      left: 26.5%;
      width: 25.58594%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.animaux-choco .cta {
          top: 73%;
          left: 33.5%;
          width: 33%; } }
    body#accueil #push_slider li.animaux-choco .photo_recette {
      left: 54.5%;
      top: 12%;
      width: 38.86719%;
      z-index: 3; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.animaux-choco .photo_recette {
          left: 17.5%;
          top: 3%;
          width: 63%; } }
    body#accueil #push_slider li.animaux-choco .accroche {
      left: 19%;
      opacity: 1;
      top: 22.5%;
      width: 34.17969%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.animaux-choco .accroche {
          left: 17.5%;
          top: 48%;
          width: 55%; } }
    body#accueil #push_slider li.animaux-choco .titre {
      left: 19%;
      top: 46%;
      width: 18.94531%;
      z-index: 3; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.animaux-choco .titre {
          left: 18%;
          top: 60%;
          width: 30%; } }
    body#accueil #push_slider li.animaux-choco .bulle {
      width: 14.84375%;
      top: 32%;
      left: 3%;
      z-index: 4; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.animaux-choco .bulle {
          display: none; } }
    body#accueil #push_slider li.animaux-choco .tourbillon {
      visibility: visible !important;
      width: 100%;
      top: 40%;
      left: 10%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.animaux-choco .tourbillon {
          left: 0;
          top: 30%;
          width: 100%; } }
    body#accueil #push_slider li.animaux-choco .arrow {
      width: 19.53125%;
      top: 3%;
      left: 36%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.animaux-choco .arrow {
          display: none; } }
    body#accueil #push_slider li.animaux-choco .stars {
      width: 3.02734%;
      top: 10%;
      left: 88%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.animaux-choco .stars {
          left: 82%;
          top: 24%;
          width: 10%; } }
  body#accueil #push_slider li.mousse-au-chocolat {
    background: #9dd6ee; }
    @media (max-width: 767px) {
      body#accueil #push_slider li.mousse-au-chocolat {
        background-size: 200%;
        background-position: center 30px; } }
    body#accueil #push_slider li.mousse-au-chocolat .cta {
      top: 69%;
      left: 52%;
      width: 26.36719%;
      z-index: 10; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .cta {
          top: 73%;
          left: 31.5%;
          width: 35%; } }
    body#accueil #push_slider li.mousse-au-chocolat .photo_recette {
      left: 7%;
      top: 12%;
      width: 36.71875%;
      z-index: 3; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .photo_recette {
          left: 20%;
          top: 3%;
          width: 58%; } }
    body#accueil #push_slider li.mousse-au-chocolat .accroche {
      left: 51.3%;
      top: 18.5%;
      width: 36.23047%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .accroche {
          left: 25%;
          top: 46.9764%;
          width: 53%; } }
    body#accueil #push_slider li.mousse-au-chocolat .accroche2 {
      left: 51.3%;
      top: 55.5%;
      width: 14.84375%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .accroche2 {
          left: 25%;
          top: 65%;
          width: 30%; } }
    body#accueil #push_slider li.mousse-au-chocolat .titre {
      left: 51.3%;
      top: 33%;
      width: 22.07031%;
      z-index: 3; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .titre {
          left: 25%;
          top: 55%;
          width: 30%; } }
    body#accueil #push_slider li.mousse-au-chocolat .bulle {
      width: 15.13672%;
      top: 52%;
      left: 73.5%;
      z-index: 4; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .bulle {
          display: none; } }
    body#accueil #push_slider li.mousse-au-chocolat .tourbillon {
      left: 8%;
      top: 47%;
      width: 100%;
      visibility: initial !important; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .tourbillon {
          left: 5%;
          top: 28%;
          width: 100%; } }
    body#accueil #push_slider li.mousse-au-chocolat .illus {
      top: 32%;
      left: 47%;
      width: 2.44141%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .illus {
          left: 82%;
          top: 14%;
          width: 5%; } }
    body#accueil #push_slider li.mousse-au-chocolat .complement {
      top: 6%;
      left: 3%;
      width: 91.01562%; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .complement {
          left: 82%;
          top: 14%;
          width: 5%; } }
    body#accueil #push_slider li.mousse-au-chocolat .chocolat {
      top: 69%;
      left: 32%;
      width: 14.0625%;
      z-index: 11; }
      @media (max-width: 767px) {
        body#accueil #push_slider li.mousse-au-chocolat .chocolat {
          left: 64%;
          top: 33%;
          width: 20%; } }

/*  */
body#archives #content {
  max-width: 100%;
  margin: -2px auto 0;
  background-color: #c0d860; }

body#archives #wrapper_content {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: 60px; }

body#archives #content h1 {
  width: 100%;
  text-align: center;
  font-family: 'open_sans_condensedbold';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 36px;
  text-shadow: 2px 2px 3px #9ab52c;
  position: relative;
  font-weight: normal; }

body#archives #content .illu_nuage {
  position: absolute; }

body#archives #content #illu_tl {
  top: 25px;
  left: 186px; }

body#archives #content #illu_bl {
  top: 129px;
  left: 102px; }

body#archives #content #illu_tr {
  top: 36px;
  right: 104px; }

body#archives #content #illu_br {
  top: 84px;
  right: 128px; }

body#archives #content #switch_container {
  position: relative;
  margin-bottom: 25px; }

body#archives #content .switch {
  color: #ffffff;
  font-family: 'ventura_eddingmedium';
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  display: inline-block;
  margin: 0 9px;
  text-decoration: none; }

body#archives #content #switch_btns {
  margin: 0 auto;
  width: 104px;
  display: block; }

body#archives #content .switch_btn {
  height: 28px;
  width: 52px; }

body#archives #content #btn_img_switch {
  background: transparent url("/img/marque/archives_publicitaires/img_btn.png") top center no-repeat;
  height: 28px;
  width: 52px;
  display: inline-block;
  cursor: pointer; }

body#archives #content #btn_img_switch:hover, body#archives #content a.active #btn_img_switch {
  background-position: 0px -28px; }

body#archives #content #btn_video_switch {
  background: transparent url("/img/marque/archives_publicitaires/video_btn.png") top center no-repeat;
  height: 28px;
  width: 52px;
  display: inline-block;
  cursor: pointer; }

body#archives #content #btn_video_switch:hover, body#archives #content a.active #btn_video_switch {
  background-position: 0px -28px; }

body#archives #content #switch_img {
  position: absolute;
  left: 186px; }

body#archives #content #switch_video {
  position: absolute;
  right: 291px;
  top: 0; }

body#archives #content #switch_img img, body#archives #content #switch_video img {
  margin-top: -14px; }

body#archives #content #affiches {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  /*display: none;*/ }

body#archives #content #videos {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  /*display: none;*/ }

/* IMAGE */
body#archives #masonry_scroll {
  overflow: hidden;
  margin-bottom: 60px;
  position: relative; }

body#archives #content #gradient_right {
  background: transparent url("/img/marque/archives_publicitaires/masque_gradient_right.png") repeat-y;
  position: absolute;
  height: 100%;
  width: 85px;
  top: 0;
  right: -1px; }

body#archives #content #gradient_left {
  background: transparent url("/img/marque/archives_publicitaires/masque_gradient_left.png") repeat-y;
  position: absolute;
  height: 100%;
  width: 85px;
  top: 0;
  left: 0; }

body#archives #content #masonry_container {
  height: 520px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  width: 10000px; }

body#archives #content #masonry_container:after {
  content: '';
  display: block;
  clear: both; }

body#archives #content .masonry_image {
  float: left;
  width: auto;
  height: 246px;
  margin-bottom: 14px;
  margin-right: 15px;
  box-shadow: 1px 5px 10px #8ea047;
  cursor: pointer;
  text-align: center;
  display: inline-block; }

body#archives #content .masonry_image img.affiche {
  width: 100%;
  border: 2px solid #ffffff; }

body#archives #content .over {
  position: absolute;
  height: 250px;
  width: 100%;
  top: 0;
  background: transparent url("/img/marque/archives_publicitaires/bg_over.png") top right repeat;
  opacity: 0; }

body#archives #content .iScrollHorizontalScrollbar {
  display: block;
  background-color: #f4f4f4;
  margin: 0 auto;
  width: 63%;
  height: 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 0 #bcbcbc inset; }

body#archives #content .iScrollHorizontalScrollbar .iScrollIndicator {
  background-color: #0090d1;
  border-radius: 5px;
  height: 12px;
  margin-top: 2px; }

body#archives #content .zoom_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 98;
  top: -59px;
  left: 0;
  background: transparent url("/img/marque/archives_publicitaires/bg_layer.png") top right repeat;
  display: none; }

body#archives #content .zoom_layer #zoom_loader {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  position: relative; }

body#archives #content .close_zoom {
  background: transparent url("/img/common/close.png") 0 0 no-repeat;
  z-index: 100;
  position: absolute;
  top: 42px;
  right: 40px;
  width: 34px;
  height: 36px;
  cursor: pointer; }

body#archives #content #switch_scroll {
  position: relative;
  height: 630px; }

body#archives #content #zoom_container {
  display: none;
  position: absolute;
  top: -58px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden; }

body#archives #content .slider_zoom_btns {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

body#archives #content #slider_zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body#archives #content #slider_zoom .btns-container {
  width: 1024px;
  max-width: 1024px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -512px; }

body#archives #content .slider_zoom_btns .arrow-left {
  position: absolute;
  left: 40px;
  margin-top: -15px;
  width: 34px;
  height: 36px;
  z-index: 100;
  top: 50%; }

body#archives #content .slider_zoom_btns .arrow-right {
  position: absolute;
  right: 40px;
  /*top: 50%;*/
  margin-top: -15px;
  width: 34px;
  height: 36px;
  z-index: 100;
  top: 50%;
  background-position: center center; }

body#archives #content .swiper-slide {
  text-align: center; }

body#archives #content .swiper-slide img {
  box-shadow: 1px 5px 10px #8ea047;
  border: 2px solid #ffffff; }

body#archives #content .swiper-slide p {
  margin: 10px 0 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 0.02em; }

.inliner {
  height: 100%; }

.inliner,
.inliner + * {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

/* VIDEOS */
body#archives #content #videos iframe {
  box-shadow: 1px 5px 10px #8ea047;
  border: 3px solid #ffffff; }

body#archives #content #videos .thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center;
  text-align: left;
  margin-top: 30px;
  left: 0px;
  margin-bottom: 15px; }

body#archives #content #videos .thumbs > li img.thumb {
  position: absolute;
  left: 0; }

body#archives #content #videos .thumbs > li {
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0;
  width: 217px;
  height: 123px;
  border: #ffffff 3px solid;
  cursor: pointer;
  position: relative; }

body#archives #content #videos .thumbs > li.current {
  cursor: auto; }

body#archives #content #videos .thumbs > li .overlay {
  width: 100%;
  height: 100%;
  position: absolute; }

body#archives #content #videos .thumbs > li.current .overlay {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%; }

body#archives #content #videos .video_over {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  text-align: center; }

body#archives #content #videos p {
  margin: 0;
  font-family: 'open_sans_condensedbold';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: -3px;
  margin-top: 122px;
  position: absolute; }

body#archives #content #videos #videos_scroll {
  overflow: hidden;
  position: relative; }

/* HOME PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#archives #content h1 {
    font-size: 32px; }
  body#archives #content #illu_tl {
    left: 126px; }
  body#archives #content #illu_bl {
    top: 109px;
    left: 42px; }
  body#archives #content #illu_tr {
    right: 64px; }
  body#archives #content #illu_br {
    right: 88px; }
  body#archives #content .switch {
    font-size: 17px; }
  body#archives #content #switch_img {
    left: 50%;
    margin-left: -296px; }
  body#archives #content #switch_video {
    right: 50%;
    margin-right: -206px; }
  /*body#archives #content .slider_zoom_btns .arrow-left
  {
    left: 12px;
  }

  body#archives #content .slider_zoom_btns .arrow-right {
    right: 12px;
  }

  body#archives #content .close_zoom {
    right: 12px;
  }*/
  /*
  body#archives #content #videos .thumbs{
    left: 0px;
  }*/
  body#archives #content #gradient_right {
    width: 26px; }
  body#archives #content #gradient_left {
    width: 26px; } }

/* HOME PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#archives #content #masonry_container {
    height: 260px; }
  body#archives #content #switch_scroll {
    height: 372px; }
  body#archives #content .iScrollHorizontalScrollbar {
    width: 90%; }
  body#archives #content #gradient_right {
    background-size: 51%;
    background-position: right 0; }
  body#archives #content #gradient_left {
    background-size: 51%;
    background-position: left 0; }
  body#archives #content h1 {
    font-size: 22px;
    margin-top: 30px;
    display: inline-block;
    width: 315px; }
  body#archives #content #illu_tl {
    display: none; }
  body#archives #content #illu_bl {
    top: 44px;
    left: 6px; }
  body#archives #content #illu_tr {
    top: 15px;
    right: 11px; }
  body#archives #content #illu_br {
    display: none; }
  body#archives #content .switch {
    font-size: 14px; }
  body#archives #content .switch {
    line-height: 15px; }
  body#archives #content #switch_img span, body#archives #content #switch_video span {
    display: block; }
  body#archives #content #switch_img img, body#archives #content #switch_video img {
    display: none; }
  body#archives #content #switch_video {
    right: 50%;
    margin-right: -123px; }
  body#archives #content #switch_img {
    left: 50%;
    margin-left: -136px; }
  /*
  body#archives #content .masonry_image {
    height: 300px;
  }

  body#archives #content .masonry_image img {
    height : 100%;
    width: auto;
  }*/
  body#archives #content .swiper-slide img {
    width: 65%;
    /*height : 100%;*/ }
  body#archives #content .slider_zoom_btns .arrow {
    display: none; }
  .inliner {
    /*height: 25%*/
    display: none; }
  body#archives #content .swiper-slide p {
    margin: 4px 0 0; }
  body#archives #content #videos p {
    margin-top: 77px; }
  body#archives #content .close_zoom {
    right: 13px;
    top: 0px; }
  body#archives #content #videos iframe {
    width: 80%;
    height: auto; }
  body#archives #content #videos .thumbs {
    margin-top: 10px;
    padding-left: 10px; }
  body#archives #content #videos .thumbs > li {
    width: 140px;
    height: 79px; }
  body#archives #content #videos .thumbs > li img.thumb {
    width: 100%; }
  body#archives #content #videos .thumbs > li {
    margin: 0 10px 0 0; }
  body#archives #content .iScrollHorizontalScrollbar {
    height: 23px;
    margin-bottom: 10px; }
  body#archives #content .iScrollHorizontalScrollbar .iScrollIndicator {
    height: 20px;
    position: absolute;
    padding: 5px 18px;
    margin-left: -12px; }
  body#archives #content .over {
    display: none; } }

/* CONTACT EXPORT */
body#contact_export #content {
  background: #f2ead6;
  padding-bottom: 120px; }

body#contact_export #inner_content {
  margin: 0 auto;
  padding-left: 90px;
  width: 70%;
  min-width: 690px;
  max-width: 1064px; }

body#contact_export #content h1 {
  font-family: 'open_sans_condensedbold';
  color: #5d3200;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 10px;
  position: relative;
  font-weight: normal;
  z-index: 1; }

body#contact_export #content h1 img {
  position: absolute;
  top: -4px;
  right: -20px;
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  transform: rotate(22.5deg); }

body#contact_export h2 {
  color: #a05b0a;
  font-family: 'ventura_eddingmedium';
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0; }

body#contact_export #inner_content p {
  color: #5d3200;
  font-size: 12px;
  margin-top: 0; }

body#contact_export #logo_c23 {
  margin-bottom: 20px;
  width: 196px;
  height: auto; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#contact_export #inner_content h1 {
    font-size: 32px;
    margin-left: 100px; }
  body#contact_export #inner_content h1 img {
    position: absolute;
    top: -4px;
    right: -20px; }
  body#contact_export #inner_content {
    margin: 0 auto;
    padding: 0 50px;
    width: 100%; } }

/* PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#contact_export #inner_content {
    padding: 0 20px;
    width: 100%;
    min-width: initial; }
  body#contact_export #inner_content h1 img {
    position: absolute;
    top: 3px;
    right: 3px;
    padding-top: 12px; }
  body#contact_export #inner_content h1 {
    font-size: 22px;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 25px;
    width: 171px;
    display: block;
    margin-bottom: 10px; } }

/* ESPACE FAMILLE */
body#espace_famille #content {
  max-width: 100%;
  margin: -2px auto 0 auto;
  background: #48067c url("/img/espace_famille/bg.jpg") center center no-repeat; }

body#espace_famille #wrapper_content {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%; }

body#espace_famille #visuels {
  height: 580px;
  display: inline-block;
  width: 57%;
  float: left;
  margin: auto;
  position: relative; }

body#espace_famille .right_visuel {
  position: absolute; }

body#espace_famille .banderolle {
  top: 0;
  left: 30px; }

body#espace_famille .illu {
  top: 18px;
  left: 0px; }

body#espace_famille .photos {
  top: 63px;
  left: 69px; }

body#espace_famille .dessert {
  bottom: 0;
  right: 0;
  z-index: 1; }

body#espace_famille #txts {
  display: inline-block;
  width: 43%;
  float: right;
  margin: auto;
  position: relative;
  margin-top: 60px; }

body#espace_famille h1 {
  font-family: "open_sans_condensedbold";
  color: #ffffff;
  font-size: 58px;
  text-transform: uppercase;
  line-height: 52px;
  margin: 0 0 0 21px;
  text-shadow: 1px 1px 3px #6a3297; }

body#espace_famille h1 .lighter {
  font-family: "open_sanscondensed_light";
  font-size: 46px;
  display: block; }

body#espace_famille p.desc {
  font-family: "open_sanscondensed_light";
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  width: 366px;
  margin: -2px 0 0 21px;
  /*text-shadow : 1px 1px 3px #dcd4e5;*/ }

body#espace_famille ul#puces {
  font-family: "open_sanscondensed_light";
  color: #ffffff;
  list-style: none;
  font-size: 20px;
  width: 347px;
  padding-left: 17px;
  margin: 26px 0 0 21px; }

body#espace_famille ul#puces li {
  margin-bottom: 17px; }

body#espace_famille ul#puces li p {
  padding-left: 26px;
  margin: 0;
  /*text-shadow : 1px 1px 3px #dcd4e5;*/
  margin-top: -27px; }

body#espace_famille ul#puces li:before {
  content: "";
  background: transparent url("/img/espace_famille/puce.png") no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  padding-bottom: 1px;
  padding-right: 14px; }

body#espace_famille #clear {
  clear: both; }

/* HOME PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#espace_famille #wrapper_content {
    max-width: 100%;
    padding: 0 20px; }
  body#espace_famille #visuels {
    width: 48%; }
  body#espace_famille #txts {
    width: 52%; }
  body#espace_famille .photos {
    top: 75px;
    left: 0px;
    width: 100%; }
  body#espace_famille .illu {
    display: none; }
  body#espace_famille .banderolle {
    width: 440px; }
  body#espace_famille .dessert {
    width: 60%; }
  body#espace_famille #visuels {
    height: 480px; }
  body#espace_famille .prochainement {
    width: 39%; }
  body#espace_famille h1 {
    font-size: 50px;
    line-height: 44px;
    margin: 0 0 0 21px; }
  body#espace_famille h1 .lighter {
    font-family: "open_sanscondensed_light";
    font-size: 40px;
    display: block; }
  body#espace_famille p.desc {
    font-size: 26px;
    line-height: 26px;
    width: 80%; }
  body#espace_famille #txts {
    margin-top: 82px; }
  body#espace_famille ul#puces {
    font-family: "open_sanscondensed_light";
    color: #ffffff;
    list-style: none;
    font-size: 20px;
    width: 347px;
    padding-left: 17px;
    margin: 20px 0 0 21px; }
  body#espace_famille ul#puces li {
    margin-bottom: 10px; }
  body#espace_famille ul#puces li p {
    line-height: 20px; } }

/* HOME PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#espace_famille #content {
    background-size: 118%;
    background-position: center 178px; }
  body#espace_famille #mobile_header {
    position: absolute;
    top: 0;
    width: auto;
    margin-top: 30px; }
  body#espace_famille #wrapper_content {
    max-width: 100%;
    padding: 20px; }
  body#espace_famille .prochainement {
    display: block;
    width: 40%; }
  body#espace_famille .dessert {
    display: none; }
  body#espace_famille .banderolle {
    width: 116%;
    left: -20px;
    top: 130px; }
  body#espace_famille .photos {
    width: 100%;
    text-align: center;
    top: 170px; }
  body#espace_famille #visuels {
    width: 100%; }
  body#espace_famille #txts {
    position: inherit;
    width: 100%;
    margin: 0 auto; }
  body#espace_famille h1 {
    font-size: 35px;
    line-height: 30px;
    margin: 0 0 0 14px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #dcd4e5; }
  body#espace_famille h1 .lighter {
    font-size: 28px;
    font-weight: 100; }
  body#espace_famille p.desc {
    font-size: 17px;
    margin: 0 0 0 14px;
    line-height: 18px;
    text-shadow: 1px 1px 1px #dcd4e5; }
  body#espace_famille ul#puces {
    width: 90%;
    font-size: 17px;
    padding-left: 0px;
    margin: 20px 0 0 16px; }
  body#espace_famille ul#puces li {
    margin-bottom: 22px; }
  body#espace_famille ul#puces li p {
    padding-left: 17px;
    text-shadow: 1px 1px 1px #dcd4e5; }
  body#espace_famille ul#puces li:before {
    padding-bottom: 6px; }
  body#espace_famille footer #push_newsletter {
    margin-left: 0px; }
  body#espace_famille footer #wrapper_slider {
    background: none; } }

/*HISTOIRE*/
body#histoire {
  height: 647px;
  width: 100%; }

body#histoire #content {
  height: 604px;
  width: 100%;
  margin: auto;
  margin: -2px auto 0;
  background: #c0d860;
  background-image: url("/img/marque/tourbillon.png");
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: right 100%;
  background-position: calc(50% + 200px) 100%; }

body#histoire #inner_content {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%; }

body#histoire #content_wrapper {
  position: relative; }

/*MENU*/
body#histoire #content .swiper-container {
  height: 40px;
  width: 870px;
  margin: auto;
  background: #fcfdf7;
  border-radius: 7px;
  position: absolute;
  top: 480px;
  left: 50%;
  margin-left: -435px; }

body#histoire #content .swiper-container #histoire_top_nav {
  list-style: none;
  min-width: 785.25px;
}

body#histoire #content .swiper-container a {
  text-decoration: none;
  color: #cbcf3e;
  font-family: 'open_sans_condensedbold';
  font-size: 15px;
  padding: 0 14px;
  line-height: 2.5;
  cursor: pointer; }

body#histoire #content .swiper-container li {
  line-height: 40px; }

body#histoire #content .swiper-container li.current a {
  color: #0090d1; }

body#histoire #content .swiper-container li.current {
  color: #0090d1;
  background: url("/img/marque/histoire/chevron.png") no-repeat;
  background-position: center bottom; }

body#histoire #content .swiper-container a span {
  font-size: 10px; }

/*PREV & NEXT*/
body#histoire #content .main_controls {
  position: absolute;
  top: 250px;
  width: 100%;
  padding: 0 10px;
  z-index: 3; }

body#histoire #content .main_controls a.disabled {
  display: none; }

body#histoire #content .main_controls .bx-prev {
  float: left; }

body#histoire #content .main_controls .bx-next {
  float: right; }

/*SECTION*/
body#histoire #content .content_slider {
  margin: 0;
  color: #fff; }

body#histoire #content .content_slider section div {
  width: 1024px;
  height: 604px;
  margin: auto; }

body#histoire #content .content_slider section .left {
  float: left; }

body#histoire #content .content_slider section h1 {
  font-family: 'open_sans_condensedbold';
  font-size: 200px;
  font-weight: normal;
  margin: 0;
  line-height: 1;
  text-shadow: 1px 1px 1px #9ab52c; }

body#histoire #content .content_slider section h3 {
  font-family: 'open_sans_condensedbold';
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal; }

body#histoire #content .content_slider section p {
  font-family: 'arial';
  font-size: 14px;
  margin: 0; }

body#histoire #content .content_slider .illustration,
body#histoire #content .content_slider .illustration2,
body#histoire #content .content_slider .illustration3 {
  position: absolute; }

/*SLIDE 0 (COMMENCER)*/
body#histoire #content .content_slider #slide0 {
  background: url("/img/marque/histoire/bg_histoire.png") no-repeat; }

body#histoire #content .content_slider #slide0 h2 {
  font-family: 'open_sans_condensedbold';
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  width: 870px;
  margin: auto;
  padding-top: 110px;
  text-shadow: 1px 1px 1px #9ab52c;
  font-weight: normal; }

body#histoire #content .content_slider #slide0 #start {
  font-family: 'ventura_eddingmedium';
  font-size: 31px;
  line-height: 1.7;
  background: url("/img/marque/histoire/btn_commencer.jpg") no-repeat;
  height: 53px;
  width: 211px;
  margin: auto;
  text-align: center;
  margin-top: 70px;
  cursor: pointer; }

body#histoire #content .content_slider #slide0 a {
  text-decoration: none;
  color: #fff; }

body#histoire #content .content_slider .illustration {
  top: 325px;
  left: 595px; }

/*SLIDE 1 (1917)*/
body#histoire #content .content_slider #slide1 {
  background: url("/img/marque/histoire/bg_1917.png") no-repeat; }

body#histoire #content .content_slider #slide1 div {
  width: 51%;
  padding: 75px 0 0 80px; }

body#histoire #content .content_slider #slide1 div h3 {
  font-size: 24px;
  padding-bottom: 8px; }

body#histoire #content .content_slider #slide1 img {
  margin-top: 40px; }

body#histoire #content .content_slider #slide1 .illustration {
  top: 10px;
  left: 486px; }

/*SLIDE 2 (1921)*/
body#histoire #content .content_slider #slide2 {
  background: url("/img/marque/histoire/bg_1921.png") no-repeat; }

body#histoire #content .content_slider #slide2 img {
  margin: 43px 0 0 10px; }

body#histoire #content .content_slider #slide2 div {
  width: 43%;
  padding: 153px 0 0 10px; }

body#histoire #content .content_slider #slide2 div h3 {
  padding-left: 38px; }

body#histoire #content .content_slider #slide2 .illustration {
  top: -3px;
  left: 263px; }

body#histoire #content .content_slider #slide2 .illustration2 {
  top: -25px;
  left: 354px; }

/*SLIDE 3 (1952-1962)*/
body#histoire #content .content_slider #slide3 {
  background: url("/img/marque/histoire/bg_1952.png") no-repeat; }

body#histoire #content .content_slider #slide3 img {
  margin: 100px 0 0 55px; }

body#histoire #content .content_slider #slide3 div {
  width: 53%;
  padding: 123px 0 0 10px; }

body#histoire #content .content_slider #slide3 div h1 {
  font-size: 117px; }

body#histoire #content .content_slider #slide3 div h3 {
  padding: 20px 0 14px 16px;
  font-size: 19px; }

body#histoire #content .content_slider #slide3 div p {
  padding-left: 16px;
  width: 96%; }

/*SLIDE 4 (1967)*/
body#histoire #content .content_slider #slide4 {
  /*background: url('/img/marque/histoire/bg_1967.png') no-repeat;*/ }

body#histoire #content .content_slider #slide4 img {
  margin-top: 40px; }

body#histoire #content .content_slider #slide4 .img2 {
  margin: 121px 0 0 20px; }

body#histoire #content .content_slider #slide4 div {
  width: 43%;
  padding: 85px 0 0 55px; }

body#histoire #content .content_slider #slide4 div h3 {
  padding: 8px 0 15px 10px; }

body#histoire #content .content_slider #slide4 div p {
  padding-left: 10px; }

body#histoire #content .content_slider #slide4 .illustration {
  top: 372px;
  left: 437px; }

body#histoire #content .content_slider #slide4 .illustration2 {
  top: -10px;
  left: 638px; }

body#histoire #content .content_slider #slide4 .illustration3 {
  top: -12px;
  left: 479px; }

/*SLIDE 5 (1970's)*/
body#histoire #content .content_slider #slide5 {
  /*background: url('/img/marque/histoire/bg_1970.png') no-repeat;*/ }

body#histoire #content .content_slider #slide5 img {
  margin-top: 75px;
  margin-left: 10px; }

body#histoire #content .content_slider #slide5 .img2 {
  margin: 100px 0 0 -37px; }

body#histoire #content .content_slider #slide5 div {
  width: 47%;
  padding: 105px 0 0 55px;
  margin-right: 5px; }

body#histoire #content .content_slider #slide5 div h1 {
  font-size: 169px; }

body#histoire #content .content_slider #slide5 div h1 span {
  font-size: 102px; }

body#histoire #content .content_slider #slide5 div h3 {
  padding: 8px 0 15px 10px; }

body#histoire #content .content_slider #slide5 div p {
  padding-left: 10px;
  width: 95%; }

body#histoire #content .content_slider #slide5 .illustration {
  top: -52px;
  left: 462px; }

body#histoire #content .content_slider #slide5 .illustration2 {
  top: 183px;
  left: 473px; }

body#histoire #content .content_slider #slide5 .illustration3 {
  top: 4px;
  left: 928px; }

/*SLIDE 6 (2003)*/
body#histoire #content .content_slider #slide6 {
  background: url("/img/marque/histoire/bg_2003.png") no-repeat; }

body#histoire #content .content_slider #slide6 > div {
  width: 42%;
  margin: 124px 0 0 78px; }

body#histoire #content .content_slider #slide6 > div h3 {
  line-height: 0;
  padding-bottom: 15px; }

body#histoire #content .content_slider #slide6 .photos {
  margin: 188px 0 0 50px;
  position: relative;
  z-index: 1; }

body#histoire #content .content_slider #slide6 .illustration {
  top: 27px;
  left: 125px; }

body#histoire #content .content_slider #slide6 .illustration2 {
  top: 217px;
  left: 359px; }

/*SLIDE 7 (2004)*/
body#histoire #content .content_slider #slide7 {
  background: url("/img/marque/histoire/bg_2004.png") no-repeat; }

body#histoire #content .content_slider #slide7 > div {
  width: 40%;
  margin: 111px 0 0 78px; }

body#histoire #content .content_slider #slide7 > div h3 {
  padding: 0 0 5px 8px; }

body#histoire #content .content_slider #slide7 > div p {
  margin-left: 8px; }

body#histoire #content .content_slider #slide7 img {
  margin-top: 47px; }

/*SLIDE 8 (2007)*/
body#histoire #content .content_slider #slide8 {
  /*background: url('/img/marque/histoire/bg_2007.png') no-repeat;*/ }

body#histoire #content .content_slider #slide8 > div {
  width: 40%;
  margin: 90px 0 0 78px; }

body#histoire #content .content_slider #slide8 .logo_mb {
  margin-top: 42px; }

body#histoire #content .content_slider #slide8 .logo_materne {
  top: 28px;
  left: 740px;
  position: absolute; }

body#histoire #content .content_slider #slide8 .mains {
  margin: 110px 0 0 -22px; }

body#histoire #content .content_slider #slide8 .fruits {
  position: absolute;
  left: 420px;
  top: 75px; }

/*SLIDE 9 (2012)*/
body#histoire #content .content_slider #slide9 {
  background: url("/img/marque/histoire/bg_2012.png") no-repeat; }

body#histoire #content .content_slider #slide9 h1 {
  margin: 14px 0 0 157px;
  font-size: 180px; }

body#histoire #content .content_slider #slide9 h3 {
  font-size: 27px; }

body#histoire #content .content_slider #slide9 div p {
  width: 90%; }

body#histoire #content .content_slider #slide9 > div {
  width: 40%;
  margin: 80px 0 0 29px; }

body#histoire #content .content_slider #slide9 img {
  position: absolute;
  left: 50%;
  margin-left: -379px;
  top: 157px; }

/*SLIDE 10 (2013)*/
body#histoire #content .content_slider #slide10 {
  background: url("/img/marque/histoire/bg_2013.png") no-repeat; }

body#histoire #content .content_slider #slide10 h1 {
  font-size: 180px;
  margin-bottom: -10px; }

body#histoire #content .content_slider #slide10 h3 {
  font-size: 31px;
  margin-left: 8px; }

body#histoire #content .content_slider #slide10 p {
  margin-left: 8px;
  width: 80%; }

body#histoire #content .content_slider #slide10 > div {
  width: 40%;
  margin: 10px 0 0 68px; }

body#histoire #content .content_slider #slide10 > img {
  margin: 10px 0 0 23px; }

body#histoire #content .content_slider #slide10 .illustration {
  top: 236px;
  left: 444px; }

/*SLIDE 11 (AUJOURD'HUI)*/
body#histoire #content .content_slider #slide11 {
  background: url("/img/marque/histoire/bg_ojd.png") no-repeat;
  text-align: center; }

body#histoire #content .content_slider #slide11 h1 {
  font-size: 100px;
  margin-top: 20px; }

body#histoire #content .content_slider #slide11 h3 {
  font-size: 18px;
  margin-top: 15px; }

body#histoire #content .content_slider #slide11 div {
  margin: auto;
  width: 1000px; }

body#histoire #content .content_slider #slide11 .riz {
  padding: 70px 0 0 80px; }

body#histoire #content .content_slider #slide11 .creme {
  position: relative;
  padding: 65px 0 0 10px;
  z-index: 3; }

body#histoire #content .content_slider #slide11 .recreole {
  position: absolute;
  left: 630px; }

body#histoire #content .content_slider #slide11 .illustration {
  top: 170px;
  left: 115px; }

body#histoire #content .content_slider #slide11 .illustration2 {
  top: 210px;
  left: 510px; }

body#histoire #content .content_slider #slide11 .illustration3 {
  top: 170px;
  left: 330px; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  /*MENU*/
  body#histoire #content .swiper-container {
    width: 100%;
    margin: auto;
    border-radius: 0;
    position: absolute;
    top: 80px;
    left: 0;
    margin-left: 0; }
  /*PREV & NEXT*/
  body#histoire #content .main_controls {
    padding: 0 10px; }
  body#histoire #content .main_controls .bx-next {
    float: right; }
  /*SECTION*/
  body#histoire #content .content_slider section > div {
    width: 768px; }
  body#histoire #content .content_slider section h1 {
    font-size: 170px; }
  body#histoire #content .content_slider section h3 {
    font-size: 15px;
    line-height: 1; }
  body#histoire #content .content_slider section p {
    font-size: 12px; }
  body#histoire #content .content_slider #slide0,
  body#histoire #content .content_slider #slide1,
  body#histoire #content .content_slider #slide2,
  body#histoire #content .content_slider #slide3,
  body#histoire #content .content_slider #slide4,
  body#histoire #content .content_slider #slide5,
  body#histoire #content .content_slider #slide6,
  body#histoire #content .content_slider #slide7,
  body#histoire #content .content_slider #slide8,
  body#histoire #content .content_slider #slide9,
  body#histoire #content .content_slider #slide10,
  body#histoire #content .content_slider #slide11 {
    background: none;
    margin-top: 40px;
    position: relative; }
  /*SLIDE 0 (COMMENCER)*/
  body#histoire #content .content_slider #slide0 h2 {
    font-size: 70px;
    width: 600px;
    padding-top: 120px; }
  body#histoire #content .content_slider #slide0 #commencer {
    margin-top: 60px; }
  body#histoire #content .content_slider .illustration {
    top: 392px;
    left: 470px; }
  /*SLIDE 1 (1917)*/
  body#histoire #content .content_slider #slide1 div {
    width: 49%;
    margin-top: 62px; }
  body#histoire #content .content_slider #slide1 div h1 {
    margin-left: -20px; }
  body#histoire #content .content_slider #slide1 div h3 {
    font-size: 25px;
    padding-bottom: 8px; }
  body#histoire #content .content_slider #slide1 img {
    margin: 138px 0 0 17px;
    width: 40%; }
  body#histoire #content .content_slider #slide1 .illustration {
    display: none; }
  /*SLIDE 2 (1921)*/
  body#histoire #content .content_slider #slide2 img {
    margin: 98px 0 0 36px;
    width: 47%; }
  body#histoire #content .content_slider #slide2 div {
    width: 40%;
    padding: 162px 0 0 0px;
    margin-left: -7px; }
  body#histoire #content .content_slider #slide2 div h3 {
    padding-left: 38px;
    font-size: 20px; }
  body#histoire #content .content_slider #slide2 .illustration {
    top: 20px;
    left: 263px;
    width: 8%; }
  body#histoire #content .content_slider #slide2 .illustration2 {
    top: -4px;
    left: 354px;
    width: 13%; }
  /*SLIDE 3 (1952-1962)*/
  body#histoire #content .content_slider #slide3 img {
    margin: 111px 0 0 55px;
    width: 40%; }
  body#histoire #content .content_slider #slide3 div {
    width: 48%;
    padding: 90px 0 0 17px; }
  body#histoire #content .content_slider #slide3 div h1 {
    font-size: 117px;
    line-height: 0.9; }
  body#histoire #content .content_slider #slide3 div h3 {
    padding: 20px 0 14px 16px; }
  body#histoire #content .content_slider #slide3 div p {
    padding-left: 16px; }
  /*SLIDE 4 (1967)*/
  body#histoire #content .content_slider #slide4 img {
    margin: 110px 0 0 -58px;
    width: 24%; }
  body#histoire #content .content_slider #slide4 .img2 {
    margin: 210px 0 0 8px; }
  body#histoire #content .content_slider #slide4 div {
    width: 51%;
    padding: 120px 55px; }
  body#histoire #content .content_slider #slide4 div h3 {
    padding: 8px 0 15px 10px; }
  body#histoire #content .content_slider #slide4 div p {
    padding-left: 10px; }
  body#histoire #content .content_slider #slide4 .illustration {
    top: 345px;
    left: 384px;
    width: 3%; }
  body#histoire #content .content_slider #slide4 .illustration2 {
    top: -10px;
    left: 562px;
    width: 2%; }
  body#histoire #content .content_slider #slide4 .illustration3 {
    top: -8px;
    left: 399px;
    width: 50%; }
  /*SLIDE 5 (1970's)*/
  body#histoire #content .content_slider #slide5 img {
    margin: 205px 0 0 -4px;
    width: 30%; }
  body#histoire #content .content_slider #slide5 .img2 {
    margin: 141px 0 0 -29px;
    width: 17%; }
  body#histoire #content .content_slider #slide5 div {
    width: 49%;
    padding: 105px 0 0 55px; }
  body#histoire #content .content_slider #slide5 div h1 {
    font-size: 149px; }
  body#histoire #content .content_slider #slide5 div h1 span {
    font-size: 102px; }
  body#histoire #content .content_slider #slide5 div h3 {
    padding: 8px 0 15px 10px;
    font-size: 14px; }
  body#histoire #content .content_slider #slide5 div p {
    padding-left: 10px; }
  body#histoire #content .content_slider #slide5 .illustration {
    top: -92px;
    left: 429px;
    width: 18%; }
  body#histoire #content .content_slider #slide5 .illustration2 {
    top: 128px;
    left: 368px;
    width: 2%; }
  body#histoire #content .content_slider #slide5 .illustration3 {
    top: -80px;
    left: 698px;
    width: 2%; }
  /*SLIDE 6 (2003)*/
  body#histoire #content .content_slider #slide6 div {
    width: 42%;
    margin: 190px 0 0 105px; }
  body#histoire #content .content_slider #slide6 div h1 {
    font-size: 130px; }
  body#histoire #content .content_slider #slide6 div h3 {
    line-height: 0;
    padding-bottom: 15px; }
  body#histoire #content .content_slider #slide6 .photos {
    margin: 223px 0 0 62px;
    position: relative;
    width: 31%;
    z-index: 1; }
  body#histoire #content .content_slider #slide6 .illustration {
    top: 104px;
    left: 99px;
    width: 50%; }
  body#histoire #content .content_slider #slide6 .illustration2 {
    top: 235px;
    left: 301px;
    width: 11%; }
  /*SLIDE 7 (2004)*/
  body#histoire #content .content_slider #slide7 div h1 {
    font-size: 150px; }
  body#histoire #content .content_slider #slide7 img {
    margin: 105px 0 0 0px;
    width: 38%; }
  /*SLIDE 8 (2007)*/
  body#histoire #content .content_slider #slide8 div {
    width: 40%;
    margin: 90px 0 0 78px; }
  body#histoire #content .content_slider #slide8 div h1 {
    font-size: 140px; }
  body#histoire #content .content_slider #slide8 .logo_mb {
    margin: 97px 0 0 -9px;
    width: 15%; }
  body#histoire #content .content_slider #slide8 .logo_materne {
    top: 97px;
    left: 583px;
    width: 21%;
    position: absolute; }
  body#histoire #content .content_slider #slide8 .mains {
    margin: 157px 0 0 -22px;
    width: 19%; }
  body#histoire #content .content_slider #slide8 .fruits {
    position: absolute;
    left: 308px;
    top: 127px;
    width: 60%; }
  /*SLIDE 9 (2012)*/
  body#histoire #content .content_slider #slide9 h1 {
    margin: 74px 0 0 76px;
    font-size: 150px; }
  body#histoire #content .content_slider #slide9 h3 {
    font-size: 22px; }
  body#histoire #content .content_slider #slide9 > div {
    width: 47%;
    margin: 135px 0 0 22px; }
  body#histoire #content .content_slider #slide9 img {
    position: absolute;
    left: 50%;
    margin-left: -333px;
    top: 195px;
    width: 87%; }
  /*SLIDE 10 (2013)*/
  body#histoire #content .content_slider #slide10 h1 {
    font-size: 150px;
    line-height: 1; }
  body#histoire #content .content_slider #slide10 h3 {
    font-size: 24px;
    margin-left: 8px; }
  body#histoire #content .content_slider #slide10 p {
    margin-left: 8px; }
  body#histoire #content .content_slider #slide10 div {
    width: 42%;
    margin: 100px 0 0 20px; }
  body#histoire #content .content_slider #slide10 img {
    margin: 85px 0 0 28px;
    width: 46%; }
  body#histoire #content .content_slider #slide10 .illustration {
    top: 236px;
    left: 314px; }
  /*SLIDE 11 (AUJOURD'HUI)*/
  body#histoire #content .content_slider #slide11 h1 {
    font-size: 70px;
    margin-top: 90px; }
  body#histoire #content .content_slider #slide11 h3 {
    font-size: 14px;
    margin-top: 15px; }
  body#histoire #content .content_slider #slide11 .riz {
    padding-top: 91px;
    margin-left: 55px;
    width: 33%; }
  body#histoire #content .content_slider #slide11 .creme {
    position: relative;
    padding-top: 56px;
    width: 33%; }
  body#histoire #content .content_slider #slide11 .recreole {
    position: absolute;
    left: 510px;
    top: 219px;
    width: 33%; }
  body#histoire #content .content_slider #slide11 .illustration {
    top: 202px;
    left: 88px; }
  body#histoire #content .content_slider #slide11 .illustration2 {
    top: 303px;
    left: 331px;
    width: 6%; }
  body#histoire #content .content_slider #slide11 .illustration3 {
    top: 223px;
    left: 212px;
    width: 19%; } }

/* PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#histoire #content_wrapper {
    width: 320px;
    margin: 0 auto; }
  /*MENU*/
  body#histoire #content .swiper-container {
    top: 35px; }
  /*PREV & NEXT*/
  body#histoire #content .main_controls {
    margin-top: 104px;
    top: 0;
    margin-left: 225px; }
  body#histoire #content .main_controls .bx-prev,
  body#histoire #content .main_controls .bx-next {
    float: left;
    padding: 0 2px; }
  /*SECTION*/
  body#histoire #content .content_slider {
    margin: 0;
    color: #fff; }
  body#histoire #content .content_slider section > div {
    width: 320px;
    padding: 0 15px; }
  body#histoire #content .content_slider section .left {
    float: left; }
  body#histoire #content .content_slider section h1 {
    font-size: 80px; }
  body#histoire #content .content_slider section h3 {
    font-size: 22px;
    line-height: 1; }
  body#histoire #content .content_slider section p {
    font-size: 13px; }
  body#histoire #content .content_slider section .left {
    float: none; }
  body#histoire #content .content_slider #slide1,
  body#histoire #content .content_slider #slide2,
  body#histoire #content .content_slider #slide3,
  body#histoire #content .content_slider #slide4,
  body#histoire #content .content_slider #slide5,
  body#histoire #content .content_slider #slide6,
  body#histoire #content .content_slider #slide7,
  body#histoire #content .content_slider #slide8,
  body#histoire #content .content_slider #slide9,
  body#histoire #content .content_slider #slide10,
  body#histoire #content .content_slider #slide11 {
    margin-top: 0; }
  /*SLIDE 0 (COMMENCER)*/
  body#histoire #content .content_slider #slide0 h2 {
    font-size: 39px;
    width: 300px;
    padding-top: 160px; }
  body#histoire #content .content_slider .illustration {
    top: 330px;
    left: 245px; }
  /*SLIDE 1 (1917)*/
  body#histoire #content .content_slider #slide1 {
    background: none; }
  body#histoire #content .content_slider #slide1 div {
    width: 90%;
    margin-top: 10px;
    padding: 75px 0 0 0px; }
  body#histoire #content .content_slider #slide1 div h1 {
    margin-left: -3px; }
  body#histoire #content .content_slider #slide1 div h3 {
    padding-bottom: 8px; }
  body#histoire #content .content_slider #slide1 img {
    margin: auto;
    margin-top: -291px;
    width: 79%; }
  body#histoire #content .content_slider #slide1 .illustration {
    display: none; }
  /*SLIDE 2 (1921)*/
  body#histoire #content .content_slider #slide2 img {
    margin: auto;
    top: 240px;
    width: 96%;
    position: absolute; }
  body#histoire #content .content_slider #slide2 > div {
    width: 90%;
    padding-top: 87px; }
  body#histoire #content .content_slider #slide2 div h3 {
    padding-left: 0px;
    font-size: 20px; }
  body#histoire #content .content_slider #slide3 div p {
    padding-left: 0px; }
  body#histoire #content .content_slider #slide2 .illustration {
    top: 239px;
    left: 172px;
    width: 13%; }
  body#histoire #content .content_slider #slide2 .illustration2 {
    top: 248px;
    left: 226px;
    width: 24%; }
  /*SLIDE 3 (1952-1962)*/
  body#histoire #content .content_slider #slide3 img {
    top: 314px;
    width: 67%;
    left: 50%;
    margin-left: -107px;
    position: absolute; }
  body#histoire #content .content_slider #slide3 div {
    width: 96%;
    padding-top: 80px;
    padding-left: 0px; }
  body#histoire #content .content_slider #slide3 div h1 {
    font-size: 80px;
    line-height: 0.9;
    margin-bottom: 2px; }
  body#histoire #content .content_slider #slide3 div h3 {
    padding: 0px 0 0px 0px; }
  body#histoire #content .content_slider #slide3 div p {
    padding-left: 0px; }
  /*SLIDE 4 (1967)*/
  body#histoire #content .content_slider #slide4 img {
    margin: -338px 0 0 15px;
    width: 40%;
    float: left; }
  body#histoire #content .content_slider #slide4 .img2 {
    float: left;
    margin: -291px 0 0 142px;
    width: 48%; }
  body#histoire #content .content_slider #slide4 div {
    width: 96%;
    padding: 80px 0 0 0px; }
  body#histoire #content .content_slider #slide4 div h3 {
    padding: 0px 0 0px 0px; }
  body#histoire #content .content_slider #slide4 div p {
    padding-left: 0px; }
  body#histoire #content .content_slider #slide4 .illustration {
    top: 818px;
    left: 12px;
    width: 5%; }
  body#histoire #content .content_slider #slide4 .illustration2 {
    top: 604px;
    left: 127px;
    width: 4%; }
  body#histoire #content .content_slider #slide4 .illustration3 {
    top: 594px;
    left: 30px;
    width: 75%; }
  /*SLIDE 5 (1970's)*/
  body#histoire #content .content_slider #slide5 img {
    margin: -300px 0 0 10px;
    width: 62%;
    float: left; }
  body#histoire #content .content_slider #slide5 .img2 {
    margin: -281px 0 0 173px;
    width: 37%;
    float: left; }
  body#histoire #content .content_slider #slide5 div {
    width: 96%;
    padding: 80px 0 0 0px; }
  body#histoire #content .content_slider #slide5 div h1 {
    font-size: 76px; }
  body#histoire #content .content_slider #slide5 div h1 span {
    font-size: 70px; }
  body#histoire #content .content_slider #slide5 div h3 {
    padding: 8px 0 5px 10px;
    font-size: 15px; }
  body#histoire #content .content_slider #slide5 div p {
    padding-left: 10px; }
  body#histoire #content .content_slider #slide5 .illustration {
    display: none; }
  body#histoire #content .content_slider #slide5 .illustration2 {
    top: 701px;
    left: 7px;
    width: 4%; }
  body#histoire #content .content_slider #slide5 .illustration3 {
    top: 610px;
    left: 276px;
    width: 4%; }
  /*SLIDE 6 (2003)*/
  body#histoire #content .content_slider #slide6 div {
    width: 100%;
    margin: 80px 0 0 0px; }
  body#histoire #content .content_slider #slide6 div h1 {
    font-size: 80px; }
  body#histoire #content .content_slider #slide6 div h3 {
    line-height: 1;
    padding-bottom: 5px; }
  body#histoire #content .content_slider #slide6 .photos {
    margin: 288px 0 0 -4px;
    position: absolute;
    width: 49%;
    z-index: 1; }
  body#histoire #content .content_slider #slide6 .illustration {
    top: 212px;
    left: 37px;
    width: 83%; }
  body#histoire #content .content_slider #slide6 .illustration2 {
    top: 311px;
    left: 164px;
    width: 20%; }
  /*SLIDE 7 (2004)*/
  body#histoire #content .content_slider #slide7 div {
    width: 96%;
    margin: 80px 0 0 0px; }
  body#histoire #content .content_slider #slide7 div h1 {
    font-size: 80px; }
  body#histoire #content .content_slider #slide7 div h3 {
    padding-left: 0px; }
  body#histoire #content .content_slider #slide7 img {
    margin: auto;
    width: 89%;
    position: absolute;
    top: 158px; }
  body#histoire #content .content_slider #slide7 div h3,
  body#histoire #content .content_slider #slide7 div p {
    margin-left: 0px; }
  /*SLIDE 8 (2007)*/
  body#histoire #content .content_slider #slide8 div {
    width: 96%;
    margin: 80px 0 0 0px; }
  body#histoire #content .content_slider #slide8 div h1 {
    font-size: 80px; }
  body#histoire #content .content_slider #slide8 div h3 {
    margin-bottom: 5px; }
  body#histoire #content .content_slider #slide8 .logo_mb {
    margin: -387px 0 0 10px;
    width: 28%; }
  body#histoire #content .content_slider #slide8 .logo_materne {
    top: 208px;
    left: 161px;
    width: 36%;
    position: absolute; }
  body#histoire #content .content_slider #slide8 .mains {
    margin: -49px 0 0 75px;
    width: 39%; }
  body#histoire #content .content_slider #slide8 .fruits {
    position: absolute;
    left: 0px;
    top: 240px;
    width: 96%; }
  /*SLIDE 9 (2012)*/
  body#histoire #content .content_slider #slide9 h1 {
    margin: 80px 0 0 0px;
    font-size: 80px; }
  body#histoire #content .content_slider #slide9 h3 {
    font-size: 20px; }
  body#histoire #content .content_slider #slide9 div {
    width: 96%;
    margin: 5px 0 0 0px; }
  body#histoire #content .content_slider #slide9 img {
    position: absolute;
    left: 50%;
    margin-left: -141px;
    top: 265px;
    width: 88%; }
  /*SLIDE 10 (2013)*/
  body#histoire #content .content_slider #slide10 h1 {
    font-size: 80px;
    line-height: 1;
    margin-top: -5px; }
  body#histoire #content .content_slider #slide10 h3 {
    font-size: 24px;
    margin-left: 0px; }
  body#histoire #content .content_slider #slide10 p {
    margin-left: 0px; }
  body#histoire #content .content_slider #slide10 div {
    width: 96%;
    margin: 100px 0 0 0px; }
  body#histoire #content .content_slider #slide10 > img {
    top: 60px;
    left: 50%;
    margin-left: -128px;
    width: 80%;
    position: absolute; }
  body#histoire #content .content_slider #slide10 .illustration {
    display: none; }
  /*SLIDE 11 (AUJOURD'HUI)*/
  body#histoire #content .content_slider #slide11 {
    text-align: left; }
  body#histoire #content .content_slider #slide11 h1 {
    font-size: 35px;
    margin-top: 100px; }
  body#histoire #content .content_slider #slide11 h3 {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.5; }
  body#histoire #content .content_slider #slide11 .riz {
    padding-top: 139px;
    margin-left: -30px;
    width: 59%;
    position: absolute; }
  body#histoire #content .content_slider #slide11 .creme {
    padding: 3px 0 0 129px;
    position: relative;
    width: 80%;
    position: absolute; }
  body#histoire #content .content_slider #slide11 .recreole {
    position: absolute;
    left: 159px;
    top: 316px;
    width: 46%; }
  body#histoire #content .content_slider #slide11 .illustration {
    top: 285px;
    left: 35px;
    width: 18%; }
  body#histoire #content .content_slider #slide11 .illustration2 {
    top: 239px;
    left: 156px;
    width: 6%; }
  body#histoire #content .content_slider #slide11 .illustration3 {
    top: 220px;
    left: 47px;
    width: 27%; } }

/* MENTIONS LEGALES */
body#mentions_legales #content {
  background: #f2ead6;
  padding-bottom: 120px; }

body#mentions_legales #inner_content {
  /* max-width: 780px; */
  margin: 0 auto;
  padding-left: 90px;
  width: 70%;
  min-width: 690px;
  max-width: 1064px; }

body#mentions_legales h1 {
  font-family: 'open_sans_condensedbold';
  color: #5d3200;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 10px;
  position: relative;
  font-weight: normal;
  z-index: 1; }

body#mentions_legales h1 img {
  position: absolute;
  top: -4px;
  right: -20px;
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  transform: rotate(22.5deg); }

body#mentions_legales h2 {
  color: #a05b0a;
  font-family: 'ventura_eddingmedium';
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0; }

body#mentions_legales h3 {
  color: #a05b0a;
  font-family: 'ventura_eddingmedium';
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0; }

body#mentions_legales #inner_content a {
  color: #5d3200; }

body#mentions_legales #inner_content p {
  color: #5d3200;
  font-size: 12px;
  margin-top: 0; }

body#mentions_legales #logo_c23 {
  margin-bottom: 20px;
  width: 196px;
  height: auto; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#mentions_legales h1 {
    font-size: 32px;
    margin-left: 100px; }
  body#mentions_legales #inner_content {
    margin: 0 auto;
    padding: 0 50px;
    width: 100%; } }

/* PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#mentions_legales #inner_content {
    padding: 0 20px;
    width: 100%;
    min-width: initial; }
  body#mentions_legales h1 {
    font-size: 22px;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 10px;
    width: 171px;
    display: block; } }

/* NEWSLETTER */
body#newsletter #content {
  background: #0098de; }

body#newsletter #content_wrapper {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  min-height: 664px; }

body#newsletter #content_wrapper::after {
  content: "";
  clear: both;
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 20px; }

body#newsletter #bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -474px; }

body#newsletter h1 {
  font-family: 'open_sans_condensedbold';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 10px;
  position: relative;
  font-weight: normal;
  z-index: 1;
  /*position: absolute;*/ }

body#newsletter h1 img {
  position: absolute;
  top: -4px;
  right: -20px;
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  transform: rotate(22.5deg); }

body#newsletter h2 {
  color: #ffffff;
  font-family: 'ventura_eddingmedium';
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 35px; }

body#newsletter form {
  position: relative;
  margin-right: 100px;
  text-align: right;
  float: right; }

body#newsletter .input_container {
  margin-bottom: 10px;
  color: #5d3200;
  font-size: 12px;
  text-align: right; }

body#newsletter .input_container label {
  font-size: 16px;
  margin-right: 22px;
  color: #ffffff;
  font-family: 'ventura_eddingmedium'; }

body#newsletter input#email {
  position: absolute;
  left: -100000000px; }

body#newsletter input[type='text'] {
  width: 300px;
  border: 1px solid #0093d6;
  height: 29px;
  color: #0093d6;
  padding-left: 8px; }

body#newsletter select {
  width: 300px;
  border: 1px solid #0093d6;
  height: 29px;
  color: #0093d6;
  padding-left: 8px;
  background-color: #FFFFFF; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0093d6; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0093d6;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0093d6;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0093d6; }

body#newsletter #enfants_ages {
  width: 300px;
  float: right;
  display: block;
  text-align: left; }

body#newsletter #enfants_ages .input_container {
  text-align: left; }

body#newsletter #enfants_ages label {
  margin: 0; }

body#newsletter select.child {
  width: 80px;
  margin-right: 12px;
  margin-bottom: 16px;
  font-size: 12px; }

body#newsletter .required {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  margin-left: 115px;
  display: block;
  width: 300px;
  text-align: left;
  float: right;
  margin: 0;
  clear: both; }

body#newsletter input[type='image'] {
  clear: both;
  display: block;
  float: right;
  margin-right: -14px;
  /*margin-bottom: 20px;*/ }

body#newsletter #desabonnement {
  clear: both;
  display: block;
  font-size: 11px;
  color: #ffffff;
  margin-top: 20px;
  float: right;
  margin-bottom: 30px; }

body#newsletter #desabonnement a {
  font-weight: bold;
  color: #ffffff; }

body#newsletter form input[type='text'].error {
  border: solid 1px #e02a25 !important; }

body#newsletter .error_champs {
  color: #ffadad;
  font-family: Arial, sans-serif;
  font-size: 13px;
  float: left;
  margin-left: 20px;
  width: 100%;
  line-height: 13px;
  float: right;
  display: block;
  clear: both;
  margin-top: 8px; }

body#newsletter #congrats {
  position: absolute;
  color: #ffadad;
  /*margin-right: 100px;*/
  line-height: 18px;
  font-size: 15px;
  opacity: 0;
  /*right: 150px;*/
  top: 130px;
  font-weight: bold;
  padding-right: 100px;
  text-align: right;
  top: 130px;
  width: 1024px; }

/* HOME PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#newsletter #bg {
    width: 100%;
    left: inherit;
    margin: inherit;
    margin-top: 30px;
    left: 0; }
  body#newsletter form {
    position: relative;
    margin-right: 30px;
    text-align: right;
    float: right; }
  body#newsletter #congrats {
    position: absolute;
    color: #ffadad;
    margin-right: 100px;
    line-height: 18px;
    font-size: 15px;
    opacity: 0;
    right: 0;
    top: 130px;
    font-weight: bold; } }

/* HOME PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#newsletter form {
    width: 279px;
    margin: 0 auto;
    float: inherit;
    text-align: center;
    padding-bottom: 64px; }
  body#newsletter #content {
    padding-bottom: 50px; }
  body#newsletter form input[type="text"] {
    width: 228px;
    background-color: #FFFFFF; }
  body#newsletter select {
    width: 228px;
    background-color: #FFFFFF; }
  body#newsletter .input_container {
    text-align: center; }
  body#newsletter .input_container label {
    margin-right: 0;
    display: block; }
  body#newsletter #bg {
    left: 25%;
    position: relative;
    width: 120%;
    margin-top: 0;
    margin-top: -56px; }
  body#newsletter h1 {
    font-size: 40px; }
  body#newsletter h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1; }
  body#newsletter #content_wrapper {
    height: auto; }
  body#newsletter .required {
    float: inherit;
    width: auto;
    font-size: 10px;
    text-align: center; }
  body#newsletter input[type='image'] {
    float: inherit;
    margin: 10px auto 10px; }
  body#newsletter #enfants_ages {
    width: 228px;
    margin: 0 auto;
    float: inherit; }
  body#newsletter select.child {
    width: 64px; }
  body#newsletter #enfants_ages .input_container {
    text-align: center; }
  body#newsletter #congrats {
    width: 80%;
    right: inherit;
    bottom: 80px;
    font-size: 12px;
    top: inherit; } }

/*404*/
body#page404 {
  background-color: #0195df; }

body#page404 #content {
  background: url("/img/404/bg.jpg") no-repeat center;
  height: 700px;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

body#page404 #content h2 {
  font-size: 34px;
  font-family: 'open_sanscondensed_light';
  margin-top: 110px;
  margin-bottom: 0; }

body#page404 #content h1 {
  font-size: 34px;
  font-family: 'open_sans_condensedbold';
  letter-spacing: 3px;
  margin-top: 0; }

body#page404 #content #erreur {
  background: url("/img/404/bulle.png") no-repeat top center;
  height: 285px;
  margin-top: 40px; }

body#page404 #content #erreur p {
  font-family: 'ventura_eddingmedium';
  color: #0195df;
  margin: 0 0;
  font-weight: bold;
  margin-left: -20px; }

body#page404 #content #erreur p:first-child {
  font-size: 40px;
  padding-top: 35px;
  margin-bottom: -70px; }

body#page404 #content #erreur p {
  font-size: 140px; }

body#page404 #content a {
  background-color: #fbf6eb;
  color: #0195df;
  text-decoration: none;
  font-size: 14px;
  font-family: 'open_sans_condensedbold';
  padding: 9px 9px;
  border-radius: 5px; }

body#page404 #content a img {
  vertical-align: top;
  padding-top: 4px; }

body#page404 #content #footer404 {
  height: 44px;
  width: 100%;
  position: absolute;
  top: 656px;
  background: url("/img/footer/wave_bg.png") top center repeat-x; }

body#page404 footer {
  background-color: #FBF6EB; }

/* HOME PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#page404 #content h2 {
    font-size: 25px; }
  body#page404 #content h1 {
    font-size: 25px;
    letter-spacing: 0; }
  body#page404 #content #erreur {
    background: url("/img/404/bulle.png") no-repeat top center;
    background-size: 300px;
    margin-top: 65px; }
  body#page404 #content #erreur p:first-child {
    font-size: 30px;
    padding-top: 15px;
    margin-bottom: -70px; }
  body#page404 #content #erreur p {
    font-size: 115px; } }

/* PRODUIT */
body#produits #content {
  max-width: 100%;
  margin: -2px auto 0;
  padding-top: 40px;
  background: url("/img/produits/bg.jpg") no-repeat scroll center top #E7CEA3; }

body#produits #wrapper_content {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%; }

body#produits #content h1 {
  display: block;
  width: 475px;
  margin: 0 auto; }

body#produits #content #sprite_cereales {
  background-image: url("/img/produits/sprites/produit1_sprite.png");
  width: 435px;
  height: 282px;
  position: absolute;
  top: -75px;
  left: -50px;
  z-index: 1000; }

body#produits #content #sprite_cremes_dessert {
  background-image: url("/img/produits/sprites/produit2_sprite.png");
  width: 287px;
  height: 152px;
  position: absolute;
  top: -29px;
  left: 55px;
  z-index: 1000; }

body#produits #content #mascotte_recreole {
  position: absolute;
  bottom: 45px;
  right: 8px;
  opacity: 0; }

body#produits #content #sprite_recreole {
  background-image: url("/img/produits/sprites/produit3_sprite.png");
  width: 63px;
  height: 45px;
  position: absolute;
  top: 45px;
  left: 60px;
  z-index: 1000; }

body#produits #content .puce {
  background-image: url("/img/common/puces.png");
  background-position: 0 0;
  height: 48px;
  width: 46px;
  margin-left: auto;
  margin-right: auto; }

body#produits #content #p_cereales {
  left: 141px;
  position: absolute;
  top: 240px; }

body#produits #content #p_desserts {
  left: 90px;
  position: absolute;
  top: 61px; }

body#produits #content #p_recreole {
  left: 154px;
  position: absolute;
  top: 270px; }

body#produits #content #cereales {
  margin-top: 27px;
  float: left; }

body#produits #content #cremes_dessert {
  margin-left: -120px;
  margin-top: 9px; }

body#produits #content #recreole {
  margin-left: -90px;
  float: right; }

body#produits #content a {
  width: auto;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  z-index: 10; }

body#produits #content a:hover h2 {
  color: #ffffff;
  background-color: #a05b0a; }

body#produits #content a:hover .puce {
  background-position: -46px 0; }

body#produits #content h2 {
  font-size: 17px;
  font-family: 'ventura_eddingmedium';
  color: #a05b0a;
  background-color: #ffffff;
  width: auto;
  border-radius: 3px;
  padding: 1px 8px;
  white-space: nowrap;
  margin: 0 0 10px; }

body#produits #content h2:before {
  content: "";
  background-image: url("/img/common/fleches.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 9px;
  height: 5px;
  display: block;
  top: 25px;
  left: 50%;
  margin-left: -4.5px; }

body#produits #content a:hover h2:before {
  background-position: 0px -5px; }

body#produits #content #p_desserts h2:before {
  top: 53px; }

body#produits #content #p_desserts h2 {
  margin: 10px 0 0; }

body#produits #content a #p_desserts h2:before {
  background-image: url("/img/common/fleches_top.png");
  background-position: 0px 0px; }

body#produits #content a:hover #p_desserts h2:before {
  background-position: 0px -5px; }

/* HOME PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#produits #content #cremes_dessert {
    display: block;
    margin: -26px 0 0 -34px; }
  body#produits #content .clear {
    clear: both;
    display: block; }
  body#produits #content img.packshot {
    width: auto; }
  body#produits #content #p_desserts {
    left: 50%;
    position: absolute;
    top: 61px;
    margin-left: -150px; }
  body#produits #content #cereales {
    margin-top: 0px;
    margin-left: 30px;
    float: inherit; }
  body#produits #content #recreole {
    margin-right: 30px;
    margin-top: -30px;
    margin-bottom: 105px; }
  body#produits #content h1 {
    margin: 0;
    width: inherit; }
  body#produits #content .titre {
    width: 50%;
    margin: 0 25%; } }

/* HOME PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#produits #wrapper_content {
    text-align: center; }
  body#produits #content .titre {
    margin: 0;
    width: 79%; }
  body#produits #content h2 {
    font-weight: normal; }
  body#produits #content img.packshot {
    width: 110%; }
  body#produits #content #cremes_dessert img.packshot {
    width: 105%; }
  body#produits #content #recreole img.packshot {
    width: 115%;
    margin-left: -16px; }
  body#produits #content #cremes_dessert {
    margin: 0 28px 0 0; }
  body#produits #content #p_desserts {
    left: 50%;
    margin-left: -120px;
    top: 15px; }
  body#produits #content #cereales {
    float: inherit;
    margin: -14px 15px 5px; }
  body#produits #content #p_cereales {
    bottom: -40px;
    left: 38%;
    top: inherit; }
  body#produits #content #recreole {
    margin-left: 0;
    margin-right: 30px;
    margin-top: inherit;
    margin-bottom: inherit;
    float: inherit;
    margin-bottom: 80px; }
  body#produits #content #p_recreole {
    bottom: -55px;
    left: 48%;
    top: inherit; }
  body#produits_fiche #content #product .product-bulle {
    display: none; } }

@media screen and (min-aspect-ratio: 1 / 1) and (max-height: 767px) {
  body#produits #content #cremes_dessert img.packshot {
    width: 70%; } }

body#produits_gammes #content > .content {
  text-align: center; }

body#produits_gammes #content {
  max-width: 100%;
  margin: -2px auto 0;
  padding-top: 40px;
  background: url("/img/produits/bg.jpg") no-repeat scroll center top #e7cea3;
  overflow: hidden; }

body#produits_gammes #content h1 {
  font-family: "open_sans_condensedbold";
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 52px;
  margin: 0 0 10px 0;
  text-shadow: 2px 2px 3px #d4ae75;
  position: relative;
  font-weight: normal; }

body#produits_gammes #content h2 {
  font-family: "open_sans_condensedbold";
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #d4ae75;
  position: relative;
  font-weight: normal; }

body#produits_gammes #content h2 img {
  position: absolute;
  top: 42px;
  right: 216px; }

body#produits_gammes #formats {
  color: #ffffff;
  font-family: 'ventura_eddingmedium';
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  width: 156px;
  top: 20px;
  right: 51px;
  text-align: left; }

body#produits_gammes #product_cat {
  list-style: none;
  padding: 0;
  margin: 0;
  background: url("/img/produits/btns_bottom_ombre.png") no-repeat scroll center 47px transparent;
  height: 74px;
  z-index: 100;
  position: relative;
  margin: 0; }

body#produits_gammes #product_cat li {
  display: inline-block;
  height: 47px;
  padding: 20px 0; }

body#produits_gammes #product_cat li.selected a {
  color: #5d3200;
  background: url("/img/produits/btn_fleche.png") no-repeat scroll center 28px transparent; }

body#produits_gammes #product_cat li a {
  font-family: 'ventura_eddingmedium';
  color: #a05b0a;
  font-size: 18px;
  text-decoration: none;
  padding: 0 20px;
  height: 47px;
  display: inline-block; }

body#produits_gammes span#selected {
  background: url("/img/produits/btn_over.png") repeat scroll center top;
  height: 47px;
  width: 200px;
  position: absolute;
  opacity: 0;
  display: block; }

body#produits_gammes .swiper-parent {
  opacity: 0; }

body#produits_gammes .swiper-parent .swiper-wrapper {
  margin: 0 auto; }

body#produits_gammes #slider_loader {
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin-top: -20px;
  margin-left: -20px;
  left: 50%; }

body#produits_gammes #slider_container {
  position: relative;
  margin-top: -50px; }

body#produits_gammes #slider {
  width: 100%;
  height: 360px;
  padding: 0px 100px;
  background: transparent;
  margin: 28px auto 0;
  position: relative;
  overflow: hidden;
  background-image: url("/img/produits/tourbillons/gammes.png");
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-position: center 40px; }

body#produits_gammes #slider .arrow-left {
  position: absolute;
  left: 13px;
  top: 43%;
  margin-top: -15px;
  width: 34px;
  height: 36px;
  z-index: 100;
  opacity: 0; }

body#produits_gammes #slider .arrow-right {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -15px;
  width: 34px;
  height: 36px;
  z-index: 100;
  background-position: center center;
  opacity: 0; }

body#produits_gammes .gamme-bulle-1 {
  width: 110px;
  position: absolute;
  top: -40px;
  left: 0; }

body#produits_gammes .gamme-bulle-2 {
  width: 110px;
  position: absolute;
  bottom: -5px;
  right: 0; }

body#produits_gammes .swiper-slide img {
  width: 89%;
  z-index: 0; }

body#produits_gammes .swiper-slide .new img {
  width: 58%; }

body#produits_gammes .swiper-slide .halo_over img {
  width: 105%; }

body#produits_gammes .swiper-slide .halo_over {
  position: absolute;
  top: -20px;
  z-index: -1; }

body#produits_gammes .swiper-slide .illu_over {
  position: absolute;
  z-index: -1;
  top: -9px; }

body#produits_gammes .swiper-slide a {
  top: -4px;
  position: relative; }

body#produits_gammes .swiper-slide .new {
  position: absolute;
/*  top: 58px;*/
  top: 85px;
/*  left: 9px;*/
  left: 40px;
  pointer-events: none;
  z-index: 1000; }

body#produits_gammes .swiper-container {
  width: 100%;
  height: 320px;
  color: #fff;
  text-align: center; }

body#produits_gammes .swiper-slide {
  font-style: italic;
  font-size: 42px;
  margin-bottom: 0;
  line-height: 320px;
  width: 220px;
  z-index: 1;
  position: relative; }

body#produits_gammes .swiper-nested .swiper-slide {
  line-height: 125px;
  font-size: 21px; }

body#produits_gammes .pagination {
  position: absolute;
  z-index: 100;
  left: 10px;
  bottom: 10px; }

body#produits_gammes .swiper-visible-switch {
  background: #aaa; }

body#produits_gammes .swiper-active-switch {
  background: #fff; }

/* HOME PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#produits_gammes #formats {
    top: 40px; }
  body#produits_gammes .gamme-bulle-1 {
    left: -25px; }
  body#produits_gammes .gamme-bulle-2 {
    right: -25px; } }

/* HOME PALIER MOBILE */
@media screen and (max-width: 767px) {
  #content > .content {
    padding: 0; }
  body#produits_gammes #content {
    padding-top: 20px;
    padding-bottom: 70px; }
  body#produits_gammes #content h1 {
    font-size: 22px;
    margin: 0; }
  body#produits_gammes #content h2 {
    font-size: 20px;
    margin-top: 1px;
    line-height: 20px; }
  body#produits_gammes .fleche {
    display: none; }
  body#produits_gammes .gamme-bulle {
    width: 100px;
    bottom: -50px;
    left: 0; }
  body#produits_gammes #formats {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    right: inherit;
    text-align: center;
    top: inherit;
    width: 100%;
    margin-top: 7px; }
  body#produits_gammes .swiper-slide {
    width: 240px; }
  body#produits_gammes .swiper-container {
    width: 240px;
    margin-top: -26px; }
  body#produits_gammes .swiper-slide img {
    width: 99%; }
  body#produits_gammes #slider {
    padding: 0;
    height: auto;
    background-size: 500px auto;
    background-position: center bottom; }
  body#produits_gammes #product_cat {
    background: url("/img/produits/btns_bottom_ombre.png") no-repeat scroll center 130px/100% 13% transparent;
    height: 144px;
    margin-top: -5px; }
  body#produits_gammes #product_cat li {
    display: block;
    height: 11px;
    padding: 0;
    height: 37px; }
  body#produits_gammes #product_cat li a {
    padding: 15px 20px 0; }
  body#produits_gammes #product_cat li.selected a {
    background: url("/img/produits/btn_over.png") repeat scroll center top;
    height: 47px; }
  body#produits_gammes span#selected {
    background: none;
    display: none; }
  body#produits_gammes #slider .arrow-left {
    bottom: 16px;
    left: 35%;
    top: inherit; }
  body#produits_gammes #slider .arrow-right {
    bottom: 16px;
    right: 35%;
    top: inherit; } }

/*body#produits_fiche footer
{
  z-index : 1;
  }*/
body#produits_fiche footer > .background {
  z-index: 100; }

body#produits_fiche #content {
  max-width: 100%;
  background-color: #fbf6eb;
  padding-bottom: 100px; }

body#produits_fiche #content {
  max-width: 100%;
  background-color: #fbf6eb;
  padding-bottom: 1px;
  margin: -2px auto 0 auto; }

#produits_fiche #content > .content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  padding-bottom: 1px; }

body#produits_fiche #content .swiper-parent .perfume {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  width: 1024px;
  float: inherit;
  height: 100%;
  left: 50%;
  margin-left: -512px;
  overflow: visible; }

body#produits_fiche #slider_loader {
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin-top: -20px;
  margin-left: -20px;
  left: 50%; }

body#produits_fiche #content .share_links {
  height: 50px; }

body#produits_fiche #content ul.social {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0; }

body#produits_fiche #content ul.social li {
  vertical-align: top;
  margin-left: 5px;
  display: inline-block; }

.fb_iframe_widget span {
  vertical-align: top !important; }

body#produits_fiche #content #product {
  padding-top: 0px; }

body#produits_fiche #content #product .product-bulle {
  width: 130px;
  position: absolute;
  bottom: -110px;
  right: 90px; }

body#produits_fiche #content .left {
  float: left;
  width: 660px; }

body#produits_fiche #content .right {
  width: 460px;
  position: absolute;
  right: 84px;
  z-index: 10; }

body#produits_fiche #content img.visuel {
  margin-top: 35px;
  display: block;
  z-index: 1;
  position: relative; }

body#produits_fiche #content img.tourbillon {
  position: absolute;
  z-index: 0;
  top: 260px;
  left: 180px; }

body#produits_fiche #content h2 {
  color: #ffffff;
  font-size: 20px;
  font-family: "open_sanscondensed_light";
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
  line-height: 2.6em;
  text-align: left;
  margin-bottom: 0; }

body#produits_fiche #content h2 sup {
  font-size: 25%;
  top: -2.5em; }

body#produits_fiche #content h2 span {
  font-family: "open_sans_condensedbold";
  font-size: 65px; }

body#produits_fiche #content .desserts-cereales h2 span {
  font-size: 56px; }

body#produits_fiche #content .btns-container {
  width: 1024px;
  max-width: 1024px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -512px; }

body#produits_fiche #content .back {
  position: absolute;
  right: 24px;
  z-index: 100;
  top: 10px;
  float: right;
  color: #ffffff;
  font-size: 15px;
  font-family: "ventura_eddingmedium";
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none; }

body#produits_fiche #content .back img {
  margin-left: 8px; }

body#produits_fiche #content .arrow-left {
  position: absolute;
  left: 24px;
  /*left: 438px;*/
  top: 304px;
  margin-top: -15px;
  width: 34px;
  height: 36px;
  z-index: 100; }

body#produits_fiche #content .arrow-right {
  position: absolute;
  right: 24px;
  top: 304px;
  margin-top: -15px;
  width: 34px;
  height: 36px;
  z-index: 100;
  background-position: center center; }

body#produits_fiche #content .btn_recette {
  text-decoration: none;
  color: #d88a0f;
  font-size: 19px;
  font-family: "ventura_eddingmedium";
  text-transform: uppercase;
  float: left;
  position: relative;
  width: 220px;
  margin: -50px 123px;
  z-index: 3; }

body#produits_fiche #content .btn_recette img {
  position: absolute; }

body#produits_fiche #content .btn_recette img.illu {
  top: -32px;
  left: 0; }

body#produits_fiche #content .btn_recette img.btn {
  left: 34px; }

body#produits_fiche #content .btn_recette img.traits {
  top: 48px;
  right: -47px; }

body#produits_fiche #content .btn_recette span {
  position: absolute;
  width: 218px;
  padding: 16px 20px;
  text-align: center;
  line-height: 18px;
  left: 34px; }

body#produits_fiche #content .gouters-laitiers .btn_recette img {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95); }

body#produits_fiche #content .gouters-laitiers .btn_recette img.illu {
  top: -28px; }

body#produits_fiche #content .gouters-laitiers .btn_recette img.btn {
  left: 0px; }

body#produits_fiche #content .gouters-laitiers .btn_recette img.traits {
  top: 10px;
  right: -89px; }

body#produits_fiche #content .flag_new {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2; }

body#produits_fiche #content .single .flag_new {
  top: 60px;
  left: 98px; }

body#produits_fiche #content .pack6 .flag_new {
  top: 60px;
  left: 0;
}

body#produits_fiche #content .pack4 .flag_new {
  left: 156px;
  top: 25px; }

body#produits_fiche #content .multi .flag_new {
  left: 310px;
  top: 25px; }

body#produits_fiche #content .gourde4 .flag_new {
  top: 25px;
  left: 375px;
  z-index: 3; }

body#produits_fiche #content .tabs {
  width: 466px;
  margin: 0;
  position: relative;
  z-index: 2; }

body#produits_fiche #content .tabs a.active span.bottom {
  height: 6px;
  position: absolute;
  top: 100%;
  left: 0; }

body#produits_fiche #content .tabs a.infos.active span.bottom {
  background: transparent url("/img/produits/fiche/corner_info.png") no-repeat center center;
  width: 123px;
  margin-left: 6px; }

body#produits_fiche #content .tabs a.ingredients.active span.bottom {
  background: transparent url("/img/produits/fiche/corner_ingredients.png") no-repeat center center;
  width: 117px; }

body#produits_fiche #content .tabs a.valeurs_nutri.active span.bottom {
  background: transparent url("/img/produits/fiche/corner_ingredients.png") no-repeat center center;
  width: 117px; }

body#produits_fiche #content .tabs a.infos {
  width: 129px; }

body#produits_fiche #content .tabs a.ingredients {
  width: 117px; }

body#produits_fiche #content .tabs a.valeurs_nutri {
  width: 194px; }

body#produits_fiche #content .tabs a {
  font-family: "open_sans_condensedbold";
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  float: left;
  width: auto;
  color: #d8890e;
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
  text-decoration: none;
  background: url("/img/produits/fiche/bg_tab.png") repeat center center;
  padding: 0 21px;
  margin-bottom: 10px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 12px;
  position: relative;
  box-sizing: padding-box;
  -moz-box-sizing: padding-box; }

body#produits_fiche #content .tabs a:hover {
  background: #fff; }

body#produits_fiche #content .tabs a.active {
  border-radius: 5px 5px 0 0;
  padding-bottom: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  background: url("/img/produits/fiche/bg_tab.png") repeat;
  padding: 6px;
  margin-top: 4px;
  margin-right: 0px; }

body#produits_fiche #content .tabs a.active:after {
  content: "";
  background: url("/img/produits/fiche/filet.jpg") repeat;
  display: block;
  position: absolute;
  width: 61px;
  height: 1px;
  left: 50%;
  margin-left: -30px; }

body#produits_fiche #content .tabs a.active span.tab {
  background: #fff;
  padding: 10px 16px 23px 16px;
  margin-top: 0px; }

body#produits_fiche #content .swiper-parent {
  width: 100%;
  height: 620px;
  color: #fff;
  text-align: center;
  visibility: hidden; }

body#produits_fiche .swiper-parent .swiper-slide {
  position: relative;
  padding-top: 18px; }

body#produits_fiche .swiper-parent .swiper-slide {
  overflow: hidden; }

body#produits_fiche #content .swiper-tabs {
  height: 250px;
  border-radius: 0 0px 5px 5px;
  width: 464px;
  border-top: 0;
  margin: 0;
  background: url("/img/produits/fiche/bg_tab.png") repeat;
  top: -6px;
  position: relative; }

body#produits_fiche #content .swiper-tabs .swiper-slide {
  height: 250px;
  width: 464px;
  background: none;
  color: #303030;
  padding: 6px 6px 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ff body#produits_fiche #content .swiper-tabs {
  width: 465px; }

.ff body#produits_fiche #content .tabs a.ingredients {
  width: 118px; }

.ff body#produits_fiche #content .tabs a.valeurs_nutri {
  width: 194px; }

.ff body#produits_fiche #content .swiper-tabs .swiper-slide {
  padding: 6px 7px 6px 6px; }

.tab-content {
  height: 100%;
  overflow: hidden; }

body#produits_fiche #content .swiper-tabs .swiper-slide h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "open_sans_condensedbold";
  margin: 0; }

body#produits_fiche #content .swiper-tabs .swiper-slide h3 {
  color: #d8890e;
  margin: 0;
  font-size: 26px;
  line-height: 27px;
  font-family: "open_sans_condensedbold"; }

body#produits_fiche #content .tab2 .content-slide, body#produits_fiche #content .tab1 .content-slide {
  padding: 14px 19px 14px 24px; }

body#produits_fiche #content .tab3 .content-slide {
  padding: 14px 0px 14px 24px; }

body#produits_fiche #content .swiper-tabs .content-slide {
  background: #ffffff;
  min-height: 100%;
  text-align: left; }

body#produits_fiche #content .swiper-tabs .swiper-slide p {
  color: #303030;
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 9px 14px 0 0; }

body#produits_fiche #content .swiper-tabs .swiper-slide p span {
  color: #939393;
  font-size: 10px;
  line-height: 12px;
  display: inline-block; }

body#produits_fiche #content .swiper-tabs .swiper-slide tr.labels th {
  padding-left: 11px;
  color: #d46432;
  text-transform: none;
  font-size: 11px;
  line-height: 15px;
  padding-right: 30px;
  letter-spacing: -0.02em;
  vertical-align: top; }

body#produits_fiche #content .swiper-tabs .swiper-slide tr.labels th.label {
  padding-left: 4px;
  padding-right: 0px; }

body#produits_fiche #content .swiper-tabs .swiper-slide tr.children {
  border-top: none; }

body#produits_fiche #content .swiper-tabs .swiper-slide tr.labels {
  border-top: none; }

body#produits_fiche #content .swiper-tabs .swiper-slide tr {
  color: #161616;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  border-top: 1px solid #dcdcdc; }

body#produits_fiche #content .swiper-tabs .swiper-slide td:last-child {
  border-right: none; }

body#produits_fiche #content .swiper-tabs .swiper-slide th:last-child {
  border-right: none; }

body#produits_fiche #content .swiper-tabs .swiper-slide tr.children th {
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
  height: 14px;
  position: relative;
  top: -5px;
  padding: 0 4px; }

body#produits_fiche #content .swiper-tabs .swiper-slide tr.children td {
  height: 14px;
  position: relative;
  top: -5px;
  padding: 0 0 0 11px;
  font-weight: normal; }

body#produits_fiche #content .swiper-tabs .swiper-slide th {
  line-height: 17px;
  text-transform: uppercase;
  border-right: solid 1px #ea9758;
  width: 132px;
  height: 23px;
  padding: 4px 4px;
  text-align: left; }

body#produits_fiche #content .swiper-tabs .swiper-slide td {
  width: 125px;
  padding-left: 11px;
  border-right: solid 1px #ea9758;
  font-weight: bold; }

body#produits_fiche .swiper-tabs .reduction {
  font-size: 11px;
  color: #d45d05;
  font-family: Arial, Helvetica, sans-serif;
  background: url("/img/produits/fiche/btn_reduc.png") no-repeat;
  width: 203px;
  height: 34px;
  text-decoration: none;
  display: block;
  padding: 14px 6px 9px 32px;
  position: absolute;
  bottom: 12px;
  right: 5px; }

body#produits_fiche #content .swiper-tabs .localisation {
  font-size: 11px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  background: url("/img/produits/fiche/btn_localisateur.png") no-repeat;
  width: 178px;
  height: 39px;
  text-decoration: none;
  display: block;
  padding: 19px 10px 17px 34px;
  margin-left: -24px;
  position: absolute;
  bottom: 12px; }

body#produits_fiche #content .swiper-tabs a.localisation:hover {
  text-decoration: underline; }

body#produits_fiche #content .swiper-tabs .swiper-slide .iScrollVerticalScrollbar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  width: 100%;
  background-color: red; }

body#produits_fiche #content .swiper-tabs .swiper-slide .has-scroll .iScrollVerticalScrollbar {
  display: block;
  background-color: #ffecdb;
  position: absolute;
  top: 14px;
  bottom: 14px;
  right: 24px;
  width: 8px;
  border-radius: 5px; }

body#produits_fiche #content .swiper-tabs .swiper-slide .has-scroll .iScrollVerticalScrollbar .iScrollIndicator {
  background-color: #ffffff;
  border-radius: 5px; }

body#produits_fiche #content .swiper-tabs .tab3 .ui-accordion .ui-accordion-content, body#produits_fiche #content .swiper-tabs .tab2 .ui-accordion .ui-accordion-content {
  border: none;
  margin: 0 0px 40px 0;
  padding: 0; }

body#produits_fiche #content .swiper-tabs .tab3 h3, body#produits_fiche #content .swiper-tabs .tab2 h3 {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  font-family: "open_sans_condensedbold";
  text-transform: uppercase;
  background-color: #ff0000;
  border-radius: 5px;
  margin-bottom: 15px;
  background: url("/img/produits/fiche/multi_fleche.png") no-repeat 331px center;
  width: 363px;
  border: none;
  font-weight: normal; }

body#produits_fiche #content .swiper-tabs .swiper-slide p.infos_nutri {
  color: #303030;
  font-size: 11px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 9px 37px 0px 0; }

/* SPECIFICITES PRODUITS */
body#produits_fiche .perfume#citron_meringue h2 span {
  font-size: 62px; }

body#produits_fiche .perfume#chocolat_amandes_caramel_beurre_sale h2,
  body#produits_fiche .perfume#chocolatblanccaramel h2,
  body#produits_fiche .perfume#praline_rocher h2,
  body#produits_fiche .perfume#chocolatblancnoisettes h2 {
  line-height: 1;
}

body#produits_fiche .perfume#chocolat_amandes_caramel_beurre_sale h2 > span,
  body#produits_fiche .perfume#chocolatblanccaramel h2 > span,
  body#produits_fiche .perfume#praline_rocher h2 > span,
  body#produits_fiche .perfume#chocolatblancnoisettes h2 > span
{
  font-size: 50px;
}

body#produits_fiche #content h2 > span span {
  display: block;
  font-size: 25px;
  margin-bottom: 1em;
  line-height: 1;
}

/* HOME PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#produits_fiche #content .swiper-parent .perfume {
    max-width: 100%;
    width: 100%;
    left: inherit;
    margin-left: -383px;
    margin-left: inherit;
    height: auto;
    max-width: 767px;
    width: 767px;
    left: 50%;
    margin-left: -383px;
    height: 534px; }
  body#produits_fiche #content .swiper-parent {
    height: 640px; }
  body#produits_fiche #content .right {
    margin: 0 auto;
    margin-left: 0;
    right: 10px;
    width: auto; }
  .ie body#produits_fiche #content .right {
    right: 0;
    left: 320px; }
  body#produits_fiche #content .left {
    width: 514px; }
  body#produits_fiche #content img.visuel {
    width: 100%;
    margin-top: 85px;
    margin-left: -52px; }
  body#produits_fiche #content img.tourbillon {
    top: 250px;
    left: 30px; }
  body#produits_fiche #content .tabs {
    width: auto; }
  body#produits_fiche #content .tabs a.active span.tab {
    padding: 10px 8px 23px 11px; }
  body#produits_fiche #content .tabs a.valeurs_nutri.active span.tab {
    padding: 10px 11px 23px 11px; }
  .ff body#produits_fiche #content .tabs a.active span.tab {
    padding: 10px 8px 23px 11px; }
  .ff body#produits_fiche #content .tabs a.valeurs_nutri.active span.tab {
    padding: 10px 11px 23px 11px; }
  body#produits_fiche #content .swiper-tabs {
    width: 429px; }
  .ff body#produits_fiche #content .swiper-tabs {
    width: 429px; }
  .ff body#produits_fiche #content .tabs a.ingredients {
    width: 107px; }
  .ff body#produits_fiche #content .tabs a.valeurs_nutri {
    width: 182px; }
  .ff body#produits_fiche #content .tabs a.valeurs_nutri.active {
    padding: 6px 4px 6px 6px; }
  .ff body#produits_fiche #content .swiper-tabs .swiper-slide {
    padding: 6px 5px 6px 6px; }
  body#produits_fiche #content .swiper-tabs .swiper-slide {
    padding: 6px 5px 6px 6px;
    width: 429px; }
  body#produits_fiche #content .tabs a.valeurs_nutri {
    width: 184px; }
  body#produits_fiche #content .tabs a.infos {
    width: 116px; }
  body#produits_fiche #content .tabs a {
    padding: 0 8px; }
  body#produits_fiche #content .tabs a.ingredients {
    width: 106px; }
  body#produits_fiche #content .tabs a.ingredients.active span.bottom {
    width: 106px;
    background: transparent url("/img/produits/fiche/corner_ingredients_tab.png") no-repeat center center; }
  body#produits_fiche #content .tabs a.infos.active span.bottom {
    width: 109px;
    background-position: right; }
  body#produits_fiche #content .swiper-tabs .swiper-slide h3 {
    font-size: 24px;
    line-height: 27px; }
  body#produits_fiche #content .swiper-tabs .tab3 h3, body#produits_fiche #content .swiper-tabs .tab2 h3 {
    font-size: 15px; }
  body#produits_fiche #content .swiper-tabs .swiper-slide td {
    width: 92px; }
  body#produits_fiche #content .btns-container {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -230px;
    left: inherit;
    margin: 0;
    height: 100%; }
  body#produits_fiche #content .back {
    position: absolute;
    right: 12px;
    float: right;
    color: #ffffff;
    font-size: 15px;
    font-family: "ventura_eddingmedium";
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none; }
  body#produits_fiche #content .back img {
    margin-left: 8px; }
  body#produits_fiche #content .arrow-left {
    left: 43%;
    top: inherit;
    bottom: 50px;
    margin-top: inherit; }
  body#produits_fiche #content .arrow-right {
    right: 43%;
    top: inherit;
    bottom: 50px;
    margin-top: inherit; }
  body#produits_fiche #content .pack4 .flag_new {
    top: 297px;
    left: 59px; }
  body#produits_fiche #content .btn_recette {
    margin: -25px 30px; }
  body#produits_fiche #content h2 {
    margin: 0; }
  body#produits_fiche #content .swiper-tabs {
    height: 270px; }
  body#produits_fiche #content .swiper-tabs .swiper-slide {
    height: 270px; }
  body#produits_fiche #content .tabs a {
    background: transparent url("/img/produits/fiche/bg_tab.png") repeat center center; }
  body#produits_fiche #content .flag_new {
    width: 80px; }
  body#produits_fiche #content .multi .flag_new {
    top: 20px;
    left: 230px; }
  body#produits_fiche #content .pack4 .flag_new {
    top: 346px;
    left: 83px; }
  body#produits_fiche #content .single .flag_new {
    top: 63px;
    left: 205px; }
  body#produits_fiche #content h2 span {
    font-size: 67px; }
  body#produits_fiche #content .gourde4 .flag_new {
    top: 25px;
    left: 240px; } }

/* HOME PALIER MOBILE */
@media screen and (max-width: 767px) {
  /*SPECIFICITES PRODUITS*/
  body#produits_fiche #content #chocolat_amandes_caramel_beurre_sale .visuel {
    margin-top: -30px; }
  body#produits_fiche #content #chocolat_amandes_caramel_beurre_sale .btn_recette {
    margin-top: -53px; }
  body#produits_fiche .perfume#chocolat_amandes_caramel_beurre_sale h2 > span,
  body#produits_fiche .perfume#citron_meringue h2 > span {
    font-size: 37px; }
  body#produits_fiche .perfume#chocolat_amandes_caramel_beurre_sale h2 > span span {
    font-size: 19px; }
  body#produits_fiche #content h2 {
    font-size: 17px;
    line-height: 2em;
    margin-left: 12px;
    margin-bottom: 17px; }
  body#produits_fiche #content h2 span {
    font-size: 42px; }
  body#produits_fiche #content .swiper-parent .perfume {
    max-width: 100%;
    width: 100%;
    left: inherit;
    margin-left: inherit;
    height: 100%;
    max-width: 100%;
    width: 100%;
    overflow: hidden; }
  body#produits_fiche #content .swiper-parent {
    height: 1082px; }
  body#produits_fiche #content .right {
    position: relative;
    margin-left: inherit;
    float: inherit;
    right: inherit;
    margin: 0 auto;
    left: inherit;
    margin-left: 0;
    left: inherit;
    margin-left: 0;
    width: 100%; }
  .ie body#produits_fiche #content .right {
    right: 0;
    left: inherit; }
  body#produits_fiche #content .left {
    float: inherit;
    display: block;
    position: relative;
    width: inherit; }
  body#produits_fiche #content img.visuel {
    width: 490px;
    margin-left: -42px;
    margin-top: 0;
    position: relative;
    display: block;
    left: 50%;
    margin-left: -202px; }
  body#produits_fiche #content .pack4 img.visuel {
    margin-left: -190px; }
  body#produits_fiche #content .single img.visuel {
    margin-left: -185px; }
  body#produits_fiche #content img.tourbillon {
    top: 195px;
    left: 50%;
    width: 400px;
    margin-left: -200px; }
  body#produits_fiche #content .btns-container {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -230px;
    left: inherit;
    margin: 0; }
  body#produits_fiche #content .back {
    position: absolute;
    right: 12px;
    float: right;
    color: #ffffff;
    font-size: 15px;
    font-family: "ventura_eddingmedium";
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none; }
  body#produits_fiche #content .back img {
    margin-left: 8px; }
  body#produits_fiche #content .arrow-left {
    left: 35%; }
  body#produits_fiche #content .arrow-right {
    right: 35%; }
  body#produits_gammes .gamme-bulle-1,
  body#produits_gammes .gamme-bulle-2 {
    display: none; }
  body#produits_fiche #content .swiper-tabs {
    width: 100%; }
  .ff body#produits_fiche #content .swiper-tabs {
    width: 100%; }
  body#produits_fiche #content .btn_recette {
    margin: -58px auto;
    width: 220px;
    float: inherit;
    left: 50%;
    margin-left: -135px;
    position: relative; }
  body#produits_fiche #content .gouters-laitiers .btn_recette {
    width: 302px;
    margin-left: -150px; }
  body#produits_fiche #content .gouters-laitiers .btn_recette img.traits {
    top: 10px;
    right: -9px; }
  body#produits_fiche #content .tabs a.active span.bottom {
    top: initial;
    bottom: -6px; }
  .no-touch.chrome body#produits_fiche #content .tabs a.infos.active span.bottom {
    width: 91px; }
  .no-touch.chrome body#produits_fiche #content .tabs a.ingredients.active span.bottom {
    width: 86px; }
  .no-touch.chrome body#produits_fiche #content .tabs a.ingredients.active span.tab {
    padding: 6px 4px 4px 5px; }
  body#produits_fiche #content .tabs a.valeurs_nutri.active span.tab {
    padding: 6px 4px 4px 5px; }
  body#produits_fiche #content .tabs a.infos.active span.bottom {
    width: 90px; }
  body#produits_fiche #content .tabs a {
    font-size: 12px; }
  body#produits_fiche #content .tabs a.active {
    padding-bottom: 0;
    margin-top: 0; }
  body#produits_fiche #content .tabs a.active span.tab {
    display: inline-block;
    padding: 6px 5px 4px 6px; }
  .ff body#produits_fiche #content .tabs a.active span.tab {
    padding: 6px 5px 4px 6px; }
  body#produits_fiche #content .tabs a.valeurs_nutri span.name {
    display: block;
    background-color: #ffffff; }
  body#produits_fiche #content .tabs a.valeurs_nutri {
    width: 115px;
    line-height: 14px;
    padding-top: 6px;
    padding-bottom: 6px; }
  body#produits_fiche #content .swiper-tabs .swiper-slide {
    padding: 6px 6px 6px 6px; }
  .ff body#produits_fiche #content .swiper-tabs .swiper-slide {
    padding: 6px 6px 6px 6px; }
  body#produits_fiche #content .tabs a.valeurs_nutri.active span.bottom {
    width: 109px;
    background-position: left; }
  body#produits_fiche #content .tabs a.valeurs_nutri.active {
    padding-bottom: 0; }
  body#produits_fiche #content .tabs a.valeurs_nutri.active span.tab {
    padding-bottom: 16px; }
  body#produits_fiche #content .tabs a.infos {
    width: 95px; }
  body#produits_fiche #content .tabs a.ingredients {
    width: 86px; }
  body#produits_fiche #content .tabs a.ingredients.active span.bottom {
    width: 86px;
    background: transparent url("/img/produits/fiche/corner_ingredients_mob.png") no-repeat center center; }
  .ff body#produits_fiche #content .tabs a.ingredients {
    width: 86px; }
  .ff body#produits_fiche #content .tabs a.valeurs_nutri {
    width: 115px; }
  body#produits_fiche #content .swiper-tabs .swiper-slide {
    height: 380px;
    width: 100%; }
  body#produits_fiche #content .swiper-tabs .swiper-slide h3 {
    font-size: 24px;
    width: auto; }
  body#produits_fiche #content .swiper-tabs .swiper-slide h4 {
    font-size: 13px; }
  body#produits_fiche #content .swiper-tabs .tab3 h3, body#produits_fiche #content .swiper-tabs .tab2 h3 {
    font-size: 15px;
    width: auto;
    background: url("/img/produits/fiche/multi_fleche.png") no-repeat 250px center;
    line-height: 15px;
    height: auto;
    min-height: 45px;
    padding-top: 14px; }
  body#produits_fiche #content .swiper-tabs {
    height: 380px; }
  body#produits_fiche #content ul.social {
    float: left; }
  body#produits_fiche #content .tab3 .content-slide {
    padding: 14px 14px 14px 14px; }
  body#produits_fiche #content .multi .tab3 .content-slide, body#produits_fiche #content .multi .tab2 .content-slide {
    padding: 14px 20px 14px 14px; }
  body#produits_fiche #content .swiper-tabs .swiper-slide .has-scroll .iScrollVerticalScrollbar {
    right: 14px; }
  body#produits_fiche #content .swiper-tabs .swiper-slide tr.labels th {
    padding-right: 6px;
    vertical-align: middle; }
  body#produits_fiche #content .swiper-tabs .swiper-slide tr.labels th {
    padding-left: 6px; }
  body#produits_fiche #content .swiper-tabs .swiper-slide td {
    padding-left: 6px; }
  body#produits_gammes .swiper-slide .new {
    top: 71px;
    left: 89px; }
  body#produits_gammes .swiper-slide .new {
    top: 84px;
    left: 63px; }
  body#produits_fiche #content .flag_new {
    z-index: 100;
    left: 50% !important;
    right: 50% !important;
    width: 100px;
    margin-left: -50px;
    top: -30px; }
  body#produits_fiche #content .pack4 .flag_new {
    bottom: 221px;
    left: 102px;
    top: inherit;
    top: -30px; }
  body#produits_fiche #content .multi .flag_new {
    top: inherit;
    left: 230px;
    top: -30px; }
  body#produits_fiche #content .single .flag_new {
    top: inherit;
    left: 230px;
    top: -45px; }
  body#produits_fiche #content .gourde4 .flag_new {
    top: inherit;
    left: 230px;
    top: -30px;
    width: 80px; }
  body#produits_fiche #content .swiper-tabs .tab3 .ui-accordion .ui-accordion-content, body#produits_fiche #content .swiper-tabs .tab2 .ui-accordion .ui-accordion-content {
    /*min-height: 230px;*/ }
  body#produits_fiche #content .swiper-tabs .tab3 .ui-accordion .ui-accordion-content, body#produits_fiche #content .swiper-tabs .tab2 .ui-accordion .ui-accordion-content {
    margin: 0 0px 10px 0; }
  body#produits_fiche .swiper-tabs .reduction {
    position: relative;
    margin-left: -31px;
    bottom: 0; }
  body#produits_fiche #content .swiper-tabs .localisation {
    position: relative;
    margin-left: -24px;
    bottom: 0; } }

/* RECETTES */
body#recettes {
  overflow-x: hidden; }

body#recettes footer > .background {
  height: 24px;
  width: 100%;
  position: absolute;
  top: -24px;
  background: transparent url("/img/common/hr.png") top center no-repeat; }

body#recettes #content {
  background: #fbf6eb;
  padding-bottom: 100px; }

body#recettes #recette_fiche {
  background-color: #fbf6eb;
  z-index: 2; }

body#recettes #recette_nav,
body#recettes #recette_fiche {
  width: 100%;
  position: relative; }

body#recettes #recette_nav {
  background-color: #e7cea3;
  text-align: center;
  min-height: 580px; }

body#recettes #recette_nav_content,
body#recettes #recette_fiche_content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

body#recettes #recette_fiche_content {
  max-width: 908px; }

body#recettes #recette_nav h1 {
  width: 100%;
  text-align: center;
  font-family: 'open_sans_condensedbold';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 10px;
  text-shadow: 2px 2px 3px #d4ae75;
  position: relative;
  font-weight: normal; }

body#recettes #recette_nav h1 img {
  position: absolute;
  top: -4px;
  right: 182px; }

body#recettes #recette_nav .idees_recettes {
  position: absolute;
  top: 120px;
  right: 60px;
  z-index: 2; }

body#recettes #tourbillon-recette {
  position: absolute;
  top: 79px;
  right: -115px; }

body#recettes #bulle-recette {
  position: absolute;
  width: 130px;
  bottom: -20px;
  right: -25px;
  z-index: 1; }

body#recettes #ajax_slider {
  position: relative;
  margin-top: 15px;
  background-image: url("/img/recettes/tourbillon.jpg");
  background-repeat: no-repeat;
  background-position: 0 80%;
  background-size: 100%; }

body#recettes #recette_nav .prev_btn {
  position: absolute;
  left: 0;
  top: 40%;
  cursor: pointer;
  z-index: 2; }

body#recettes #recette_nav .next_btn {
  position: absolute;
  right: 0;
  top: 40%;
  cursor: pointer;
  z-index: 2; }

body#recettes #recette_nav .swiper-container {
  max-width: 900px;
  margin: auto;
  height: 400px; }

/********************************
************* VIDEO *************
*********************************/
body#recettes .video .video--link {
  font-size: 20px;
  font-family: 'ventura_eddingmedium';
  font-weight: bold;
  text-align: center;
  cursor: pointer; }

body#recettes .video .video--link:hover {
  text-decoration: underline; }

body#recettes .video .video--link .video--icon img {
  margin-top: -7px;
  margin-right: 10px; }

body#recettes .video .video--popin {
  position: fixed;
  width: 770px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin-left: -385px;
  margin-top: -225px;
  border: 5px solid #f4e7d4;
  background-color: white;
  z-index: 12;
  padding: 20px; }

body#recettes .video .video--popin.popin--close {
  display: none;
  opacity: 0; }

body#recettes .video .video--popin.popin--open {
  opacity: 1; }

body#recettes .video .video--popin video {
  width: 100%; }

body#recettes .video .video--popin .close-icon {
  position: absolute;
  right: -18px;
  top: -18px;
  cursor: pointer; }

body#recettes .video .video-bg-overlay {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #aaaaaa;
  z-index: 10;
  display: none;
  opacity: 0.6; }

/* NAV */
body#recettes #recette_nav ul {
  list-style: none;
  padding: 0; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper {
  max-width: 240px;
  margin: auto;
  position: relative;
  margin-top: 30px;
  text-align: center;
  cursor: pointer; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper > div.polaroid {
  width: 100%;
  height: auto;
  position: relative; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper > div.polaroid > img.bg {
  width: 100%;
  height: auto; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper > div.polaroid > img.photo {
  position: absolute;
  width: 85%;
  height: auto;
  top: 0;
  left: 0;
  margin: 7% 8%; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper > div.polaroid > img.four_hands_badge {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 35%;
  max-width: 100px;
  height: auto; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper .puce {
  background: transparent url("/img/common/puces.png") 0 0 no-repeat;
  height: 48px;
  width: 46px;
  margin: 210px 0 0 -23px;
  position: absolute;
  top: 0;
  left: 50%;
  transition: margin 0.5s ease; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper .label {
  display: inline-block;
  background-color: white;
  color: #a05b0a;
  font-family: 'ventura_eddingmedium';
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  padding: 4px 6px;
  margin-top: 23px;
  position: relative;
  max-width: 75%; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper .video-icon-ovale {
  position: absolute;
  width: 60px;
  top: calc(50% - 18px);
  right: -70px; }
  @media (max-width: 767px) {
    body#recettes #recette_nav .swiper-slide .slide-content-wrapper .video-icon-ovale {
      width: 50px;
      top: calc(50% - 15px);
      right: -60px; } }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper .label .fleche {
  width: 9px;
  height: 5px;
  background: transparent url("/img/common/fleches_top.png") 0 0 no-repeat;
  position: absolute;
  margin-left: -4px;
  left: 50%;
  bottom: 100%; }

/* POUR ROLL OVER */
html.no-touch body#recettes #recette_nav .swiper-slide .slide-content-wrapper:hover .puce {
  background-position: -47px 0px; }

html.no-touch body#recettes #recette_nav .swiper-slide .slide-content-wrapper:hover .label {
  color: white;
  background-color: #a05b0a; }

html.no-touch body#recettes #recette_nav .swiper-slide .slide-content-wrapper:hover .label .fleche {
  background-position: 0 -5px; }

/* POUR ANIM TWEENLITE */
body#recettes #recette_nav .swiper-slide .slide-content-wrapper.big {
  max-width: 300px;
  margin-top: 0; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper.big .puce {
  margin-top: 265px; }

body#recettes #recette_nav .swiper-slide .slide-content-wrapper.big .label {
  font-size: 17px;
  margin-top: 18px; }

/***************************

  FICHE RECETTE

***************************/
body#recettes #recette_fiche .vague {
  height: 44px;
  width: 100%;
  position: absolute;
  top: -44px;
  background: transparent url("/img/footer/wave_bg.png") top center repeat-x; }

body#recettes #recette_fiche hr {
  background: transparent url("/img/footer/infos_marque_bottom.png") bottom center no-repeat;
  border: 0;
  height: 24px;
  margin: 7px 0 0 0; }

body#recettes #recette_fiche h2 {
  font-family: 'ventura_eddingmedium';
  font-size: 45px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0;
  margin-top: 20px; }

body#recettes #recette_fiche h2 img {
  position: absolute;
  top: -35px;
  left: -6px; }

body#recettes #recette_fiche #metas {
  background-color: #fcf8ef;
  border: #f2e8d3 4px solid;
  border-radius: 4px;
  font-family: 'ventura_eddingmedium';
  line-height: 53px; }

body#recettes #recette_fiche #metas ul,
body#recettes #recette_fiche #metas ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

body#recettes #recette_fiche #metas1,
body#recettes #recette_fiche #metas2,
body#recettes #recette_fiche #metas3 {
  display: inline-block; }

body#recettes #recette_fiche #metas1 {
  width: 50%;
  text-align: center;
  background: transparent url("/img/recettes/vr.png") right center no-repeat; }

body#recettes #recette_fiche #metas1 li {
  display: inline-block;
  width: 24%;
  font-size: 21px; }

body#recettes #recette_fiche #metas1 li .unit {
  font-size: 13px; }

body#recettes #recette_fiche #metas2 {
  width: 20%;
  text-align: center;
  background: transparent url("/img/recettes/vr.png") right center no-repeat; }

body#recettes #recette_fiche #metas2 .bg {
  margin-left: 10px;
  width: 54px;
  height: 100%;
  background: transparent url("/img/recettes/stars_bg.png") left center repeat-x;
  display: inline-block;
  text-align: left; }

body#recettes #recette_fiche #metas2 .fg {
  height: 100%;
  background: transparent url("/img/recettes/stars_fg.png") left center repeat-x;
  display: inline-block; }

body#recettes #recette_fiche #metas2 .bg > span {
  display: none; }

body#recettes #recette_fiche #metas2.dif1 .fg {
  width: 18px; }

body#recettes #recette_fiche #metas2.dif2 .fg {
  width: 36px; }

body#recettes #recette_fiche #metas2.dif3 .fg {
  width: 54px; }

body#recettes #recette_fiche ul#metas3 {
  width: 30%;
  text-align: left;
  padding: 0 15px; }

body#recettes #recette_fiche ul#metas3 li {
  display: inline-block;
  margin: 0 10px; }

body#recettes #recette_fiche #recette_main_container {
  position: relative;
  margin-top: 40px; }

body#recettes #recette_fiche #gamme_link {
  position: absolute;
  top: 0;
  right: 0; }

body#recettes #recette_fiche #recette_illu {
  float: left;
  margin-left: -10px;
  width: 388px;
  height: 388px;
  background: transparent url("/img/recettes/polaroid.png") center center no-repeat;
  position: relative; }

body#recettes #recette_fiche #recette_illu > img {
  margin: 7% 8.5%; }

body#recettes #recette_fiche #recette_illu > img.four_hands_badge {
  margin: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  left: 8%;
  bottom: -5%; }

body#recettes #recette_fiche #recette_texte {
  float: right;
  width: 515px; }

body#recettes #recette_fiche #recette_texte h3 {
  font-family: 'open_sans_condensedbold';
  font-size: 18px;
  text-transform: uppercase; }

body#recettes #recette_fiche #recette_texte h3 br {
  display: none; }

body#recettes #recette_fiche #recette_texte h3 span {
  font-family: Arial;
  font-size: 11px;
  color: #1c9dbd;
  text-transform: none;
  display: inline-block; }

body#recettes #recette_fiche #recette_texte h3 span.E {
  color: #ea8800;
  padding-left: 40px;
  background: url("/img/recettes/4mains_enfant_legende.png") left center no-repeat;
  height: 34px;
  line-height: 34px;
  margin-left: 15px; }

body#recettes #recette_fiche #recette_texte h3 span.P {
  color: #468d1b;
  padding-left: 40px;
  background: url("/img/recettes/4mains_parent_legende.png") left center no-repeat;
  height: 34px;
  line-height: 34px;
  margin-left: 15px; }

body#recettes #recette_fiche #recette_texte #ingredients {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
  min-height: 100px;
  color: #585858;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  max-width: 310px; }

body#recettes #recette_fiche #recette_texte #steps {
  color: #585858;
  font-size: 11px;
  font-weight: bold;
  padding-left: 32px; }

body#recettes #recette_fiche #recette_texte.four_hands #steps {
  padding-left: 40px; }

body#recettes #recette_fiche #recette_texte #steps p {
  position: relative;
  padding-top: 4px; }

body#recettes #recette_fiche #recette_texte.four_hands #steps p {
  padding-top: 12px; }

body#recettes #recette_fiche #recette_texte #steps a,
body#recettes #recette_fiche #recette_texte #ingredients a {
  color: #0a5a93; }

body#recettes #recette_fiche #recette_texte #steps .bullet {
  width: 22px;
  height: 22px;
  background-color: #d8c3a1;
  border-radius: 11px;
  font-family: 'ventura_eddingmedium';
  font-size: 14px;
  color: white;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -32px; }

body#recettes #recette_fiche #recette_texte #steps .bullet.E {
  width: 37px;
  height: 34px;
  left: -40px;
  line-height: 35px;
  font-size: 15px;
  background: transparent url("/img/recettes/4mains_enfant.png") center center; }

body#recettes #recette_fiche #recette_texte #steps .bullet.P {
  width: 37px;
  height: 34px;
  left: -40px;
  line-height: 35px;
  font-size: 15px;
  background: transparent url("/img/recettes/4mains_parent.png") center center; }

/*
body#recettes #recette_fiche #recette_texte #steps .bullet img
{
  position : absolute;
  bottom : -8px;
  right : -7px;
}

body#recettes #recette_fiche #recette_texte #steps .bullet.P img
{
  display : none;
}*/
body#recettes #recette_fiche #recette_texte #tools {
  border-top: #ecddc1 1px solid;
  border-bottom: #ecddc1 1px solid;
  height: 52px; }

body#recettes #recette_fiche #recette_texte #tools ul {
  list-style: none;
  margin: 0;
  padding: 0; }

body#recettes #recette_fiche #recette_texte #tools ul li {
  display: inline-block; }

body#recettes #recette_fiche #recette_texte #tools ul.generic {
  float: left; }

body#recettes #recette_fiche #recette_texte #tools ul.generic a {
  color: #b49873;
  text-decoration: none;
  font-family: 'ventura_eddingmedium';
  font-size: 14px;
  line-height: 50px;
  padding-right: 20px; }

body#recettes #recette_fiche #recette_texte #tools ul.generic a img {
  margin-right: 5px; }

body#recettes #recette_fiche #recette_texte #tools ul.social {
  float: right;
  padding-top: 14px; }

body#recettes #recette_fiche #recette_texte #tools ul.social li {
  vertical-align: top;
  margin-left: 5px; }

.fb_iframe_widget span {
  vertical-align: top !important; }

body#recettes #recette_fiche #recette_footer_nav {
  float: left;
  width: 100%;
  line-height: 30px;
  margin-top: 30px; }

body#recettes #recette_fiche #recette_footer_nav a {
  font-family: 'ventura_eddingmedium';
  font-size: 17px;
  color: #0a5a93;
  text-transform: uppercase;
  text-decoration: none; }

body#recettes #recette_fiche #recette_footer_nav .prev {
  float: left;
  padding-left: 40px;
  background: transparent url("/img/common/fleche_gauche_bleue.png") left center no-repeat; }

body#recettes #recette_fiche #recette_footer_nav .next {
  float: right;
  padding-right: 40px;
  background: transparent url("/img/common/fleche_droite_bleue.png") right center no-repeat; }

body#recettes .ui-widget-overlay {
  opacity: .6;
  filter: Alpha(Opacity=60); }

body#recettes .envoi_ami_dialog {
  padding: 0;
  border: 0;
  position: fixed !important; }

body#recettes .envoi_ami_dialog .close {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'ventura_eddingmedium';
  color: #0a5a93;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer; }

body#recettes .envoi_ami_dialog .ui-dialog-titlebar {
  display: none; }

body#recettes .envoi_ami_dialog .ui-dialog-content {
  padding: 0;
  background-color: #f3ecd9;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 5px #A8A8A8;
  box-shadow: 0 0 20px 5px #A8A8A8; }

body#recettes .envoi_ami_dialog iframe {
  width: 900px;
  height: 500px; }

/* HOME PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#recettes footer > .background {
    background-size: 100%; }
  body#recettes #recette_nav h1 {
    font-size: 32px; }
  body#recettes #recette_nav h1 img {
    top: -9px;
    right: 162px; }
  body#recettes #recette_nav .idees_recettes {
    top: 80px; }
  body#recettes #recette_nav .prev_btn {
    bottom: 40px;
    top: initial;
    left: 43%; }
  body#recettes #recette_nav .next_btn {
    bottom: 40px;
    top: initial;
    right: 43%; }
  body#recettes #ajax_slider {
    height: 480px; }
  body#recettes #bulle-recette {
    width: 120px;
    bottom: -10px;
    right: -10px; }
  /************************************/
  /* Cas 1 slide */
  body#recettes #recette_nav.cas1 {
    min-height: 550px; }
  body#recettes #recette_nav.cas1 #ajax_slider {
    height: auto; }
  body#recettes #recette_nav.cas1 .swiper-slide .slide-content-wrapper.big > div.polaroid {
    width: 100%;
    margin-left: 0; }
  /************************************/
  /* Cas 2 slides */
  body#recettes #recette_nav.cas2 {
    min-height: 550px; }
  body#recettes #recette_nav.cas2 #ajax_slider {
    height: auto; }
  body#recettes #recette_nav.cas2 .swiper-slide .slide-content-wrapper.big > div.polaroid {
    width: 100%;
    margin-left: 0; }
  /************************************/
  /* Cas 3 slides */
  body#recettes #recette_nav.cas3 {
    min-height: initial; }
  body#recettes #recette_nav.cas3 #ajax_slider {
    height: auto; }
  body#recettes #recette_nav.cas3 .swiper-container {
    width: 90%;
    overflow: visible;
    margin-top: 30px; }
  body#recettes #recette_nav.cas3 .swiper-container .swiper-slide .slide-content-wrapper.big > div.polaroid {
    width: 110%;
    margin-left: -6%; }
  body#recettes #recette_nav.cas3 .swiper-container .swiper-slide .slide-content-wrapper.big {
    margin-top: 17px; }
  body#recettes #recette_nav.cas3 .swiper-container .swiper-slide .slide-content-wrapper.big .puce {
    margin-top: 215px; }
  body#recettes #recette_nav.cas3 .swiper-container .swiper-slide .slide-content-wrapper .puce {
    margin-top: 175px; }
  /******************************************/
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper {
    margin-top: 47px; }
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper.big {
    max-width: 260px; }
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper > div.polaroid {
    width: 90%;
    margin: auto; }
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper.big > div.polaroid {
    width: 120%;
    margin-left: -10%; }
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper .puce {
    margin-top: 183px; }
  body#recettes #recette_fiche h2 {
    font-size: 38px;
    padding-left: 35px; }
  body#recettes #recette_fiche h2 img {
    top: -33px;
    left: 10px; }
  body#recettes #recette_fiche hr {
    background-size: 100%; }
  body#recettes #recette_fiche #metas {
    margin: 0 20px; }
  body#recettes #recette_fiche #metas1 {
    width: 100%;
    background-image: none; }
  body#recettes #recette_fiche #metas1 li {
    width: 20%; }
  body#recettes #recette_fiche #metas2,
  body#recettes #recette_fiche ul#metas3 {
    width: 50%; }
  body#recettes #recette_fiche ul#metas3 li {
    margin: 0 25px; }
  body#recettes #recette_fiche #recette_illu {
    float: none;
    margin-left: 20px; }
  body#recettes #recette_fiche #recette_illu > img.four_hands_badge {
    max-width: 105px;
    height: auto;
    bottom: -3%; }
  body#recettes #recette_fiche #gamme_link {
    top: 10px;
    right: 86px; }
  body#recettes #recette_fiche #recette_texte {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin-top: 40px; }
  body#recettes #recette_fiche #recette_texte #ingredients {
    min-height: initial;
    max-width: initial; }
  body#recettes #recette_fiche #recette_texte #tools {
    margin-top: 20px; }
  /*body#recettes #recette_fiche #recette_texte #tools ul.generic li:first-child
  {
    display : none;
  }*/
  body#recettes #recette_fiche #recette_footer_nav {
    float: none;
    padding: 0 20px; }
  body#recettes .envoi_ami_dialog iframe {
    width: 690px;
    height: 700px; }
  /* Vidéos */
  body#recettes .video .video--popin {
    height: auto;
    top: 130px;
    left: 20px;
    right: 20px;
    margin-left: 0;
    margin-top: 0;
    width: auto; }
  body#recettes .video .video--link {
    font-size: 16px; } }

/* HOME PALIER MOBILE */
@media screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden; }
  body#recettes #content {
    padding-bottom: 50px; }
  body#recettes #recette_nav h1 {
    font-size: 22px;
    margin-top: 30px;
    display: inline-block;
    width: 315px; }
  body#recettes #recette_nav h1 img {
    top: -35px;
    left: 10px; }
  body#recettes #recette_nav .idees_recettes {
    top: 102px;
    right: 15px;
    width: 150px;
    height: auto; }
  body#recettes #recette_nav,
  body#recettes #recette_nav.cas1,
  body#recettes #recette_nav.cas2,
  body#recettes #recette_nav.cas3 {
    min-height: initial; }
  body#recettes #recette_nav ul {
    padding: 0 !important; }
  body#recettes #recette_nav .swiper-container {
    height: 400px;
    max-width: 100%; }
  body#recettes #recette_nav.cas1 .swiper-container {
    height: 320px; }
  body#recettes #ajax_slider {
    margin-top: 50px;
    height: auto; }
  body#recettes #recette_nav.cas1 #ajax_slider {
    padding-bottom: 40px; }
  body#recettes #bulle-recette {
    display: none !important; }
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper {
    margin-top: 25px; }
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper.big {
    max-width: 240px; }
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper.big .puce {
    margin-top: 205px; }
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper.big .label {
    font-size: 15px; }
  body#recettes #recette_nav .swiper-slide .slide-content-wrapper.big > div.polaroid,
  body#recettes #recette_nav.cas3 .swiper-container .swiper-slide .slide-content-wrapper.big > div.polaroid {
    width: 100%;
    margin-left: 0; }
  body#recettes #recette_nav .prev_btn {
    left: 36%;
    bottom: 40px; }
  body#recettes #recette_nav .next_btn {
    right: 36%;
    bottom: 40px; }
  body#recettes #recette_fiche h2 {
    font-size: 30px;
    padding-top: 7px; }
  body#recettes #recette_fiche #recette_texte h3 br {
    display: inline; }
  body#recettes #recette_fiche hr {
    height: 12px;
    margin-bottom: 10px; }
  body#recettes #recette_fiche #metas {
    margin: 0 5px; }
  body#recettes #recette_fiche #metas1 li {
    width: 25%;
    font-size: 14px; }
  body#recettes #recette_fiche #metas1 li .unit {
    font-size: 12px; }
  body#recettes #recette_fiche #metas1 img {
    max-width: 21px; }
  body#recettes #recette_fiche ul#metas3 {
    padding: 0 5px; }
  body#recettes #recette_fiche ul#metas3 li {
    margin: 0;
    width: 33%; }
  body#recettes #recette_fiche ul#metas3 li img {
    width: 100%;
    max-width: 60px; }
  body#recettes #recette_fiche #recette_main_container {
    margin-top: 5px; }
  body#recettes #recette_fiche #recette_illu {
    max-width: 300px;
    height: auto;
    background-size: 100%;
    margin: auto; }
  body#recettes #recette_fiche #recette_illu > img {
    margin: 9% 0 11% 8.5%;
    width: 84%;
    height: auto; }
  body#recettes #recette_fiche #gamme_link {
    position: relative;
    top: initial;
    right: initial;
    display: block;
    margin-top: 25px;
    text-align: center; }
  body#recettes #recette_fiche #recette_texte {
    padding: 0 10px;
    margin-top: 0; }
  body#recettes #recette_fiche #recette_footer_nav {
    padding: 0 10px; }
  body#recettes #recette_fiche #recette_footer_nav a {
    font-size: 15px; }
  body#recettes #recette_fiche #recette_footer_nav .prev {
    padding-left: 35px; }
  body#recettes #recette_fiche #recette_footer_nav .next {
    padding-right: 35px; }
  body#recettes .envoi_ami_dialog {
    width: 100% !important;
    height: 100% !important; }
  body#recettes .envoi_ami_dialog iframe {
    width: 100%;
    height: 99%; }
  body#recettes .envoi_ami_dialog .ui-dialog-content {
    height: 100% !important; }
  body#recettes #recette_fiche #recette_texte #tools {
    height: auto; }
  body#recettes #recette_fiche #recette_texte #tools ul.social {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px; }
  body#recettes #recette_fiche #recette_texte #tools ul.social li {
    margin-right: 10px; } }

/* SERVICE CONSOMMATEURS */
body#service_consommateurs #content {
  background: #f2ead6; }

body#service_consommateurs #inner_content {
  margin: 0 auto;
  padding-left: 90px;
  width: 75%;
  min-width: 690px;
  max-width: 1064px; }

body#service_consommateurs #inner_content h1 {
  font-family: 'open_sans_condensedbold';
  color: #5d3200;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 10px;
  position: relative;
  font-weight: normal;
  z-index: 1; }

body#service_consommateurs #inner_content h1 img {
  position: absolute;
  top: -4px;
  right: -20px;
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  transform: rotate(22.5deg); }

body#service_consommateurs #inner_content h2 {
  color: #a05b0a;
  font-family: 'ventura_eddingmedium';
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase; }

body#service_consommateurs #inner_content h3 {
  color: #a05b0a;
  font-family: 'ventura_eddingmedium';
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase; }

body#service_consommateurs #inner_content > p {
  width: 50%; }

body#service_consommateurs #inner_content p {
  color: #5d3200;
  font-size: 12px; }

body#service_consommateurs #inner_content > img {
  position: absolute;
  left: 60%;
  margin-top: 20px; }

body#service_consommateurs #inner_content #call > img {
  width: 160px;
  margin-right: 50px; }

body#service_consommateurs #inner_content #call, body#service_consommateurs #inner_content #letter {
  float: left; }

body#service_consommateurs #inner_content #form {
  margin-top: 150px;
  padding-bottom: 120px; }

body#service_consommateurs #inner_content form .left_col, body#service_consommateurs #inner_content form .right_col {
  width: 50%;
  float: left; }

body#service_consommateurs #inner_content form #product .left_col {
  position: relative;
  width: 100%; }

body#service_consommateurs #inner_content .input_container {
  margin-bottom: 12px;
  color: #5d3200;
  font-size: 12px;
  font-weight: bold;
  clear: both; }

body#service_consommateurs #inner_content .bottom_product {
  width: 100%;
  float: left;
  position: relative; }

body#service_consommateurs #inner_content .bottom_product .input_container {
  width: 50%;
  float: left;
  position: relative;
  clear: inherit; }

body#service_consommateurs #inner_content .input_container.lot {
  /*margin-top: 119px;*/
  /*top: 116px;
  position: relative;*/ }

body#service_consommateurs #inner_content #contact .label_container {
  float: left;
  width: 25%;
  line-height: 27px; }

body#service_consommateurs #inner_content #product .label_container {
  float: left;
  width: 35%;
  line-height: 27px; }

body#service_consommateurs #inner_content .label_container > label span {
  color: #cb5b1d; }

body#service_consommateurs #inner_content #contact input[type='text'] {
  width: 60%;
  height: 27px; }

body#service_consommateurs #inner_content #product input[type='text'] {
  width: 50%;
  height: 27px; }

body#service_consommateurs #inner_content #product .bottom_product input[type='text'] {
  /*  width: 30%;
  float: left;
  margin-left: 10px;*/
  width: 36%;
  float: left;
  margin-left: 10px;
  margin-right: 32px; }

body#service_consommateurs #inner_content #contact select {
  width: 60%;
  height: 27px; }

body#service_consommateurs #inner_content form .exemple {
  width: 49%;
  float: left; }

body#service_consommateurs #inner_content #product #form_tracabilite {
  /*width: 35%;
  margin-top: 67px;*/ }

body#service_consommateurs #inner_content #product .label_container.dluo, body#service_consommateurs #inner_content #product .label_container.lot {
  width: 100%; }

body#service_consommateurs #inner_content form .textarea_container {
  float: left;
  width: 17.5%; }

body#service_consommateurs #inner_content form #textarea {
  width: 75%;
  float: left; }

body#service_consommateurs #inner_content form textarea.remarques {
  width: 100%;
  height: 150px;
  margin-bottom: 5px; }

body#service_consommateurs #inner_content form > img {
  margin: 25px auto 15px auto;
  display: block; }

body#service_consommateurs #inner_content .required {
  color: #cb5b1d;
  font-size: 11px;
  font-weight: bold;
  margin-left: 18%; }

/* SEND FILES */
body#service_consommateurs #inner_content #send-files .file {
  color: #5d3200; }

body#service_consommateurs #inner_content #send-files #bulle-conso-1 {
  position: relative;
  width: 140px;
  top: -10px; }

body#service_consommateurs #inner_content #send-files #bulle-conso-2 {
  width: 160px;
  position: relative;
  top: 30px; }

/* CONFIRMATION DIV*/
body#service_consommateurs #inner_content .congrats {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }

body#service_consommateurs #inner_content .congrats h2 {
  color: #0054a2;
  font-size: 30px; }

body#service_consommateurs #inner_content .congrats p {
  font-size: 20px;
  margin-bottom: 100px; }

body#service_consommateurs #inner_content .congrats #bulle-conso-1 {
  position: relative;
  left: 25%;
  top: 50px;
  width: 140px; }

body#service_consommateurs #inner_content .congrats #bulle-conso-2 {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 140px; }

body#service_consommateurs #inner_content .congrats #tourbillon-conso {
  width: 100%; }

/*VALIDATE*/
body#service_consommateurs #inner_content .error {
  color: red;
  font-size: 11px;
  display: block; }

body#service_consommateurs #inner_content #contact .error {
  margin-left: 25%;
  margin-top: 2px; }

body#service_consommateurs #inner_content #product .error {
  margin-left: 35%;
  margin-top: 2px; }

body#service_consommateurs #inner_content #product .lot .error {
  margin: 0;
  float: left; }

body#service_consommateurs #inner_content #error_champs {
  color: red; }

body#service_consommateurs #inner_content #congrats,
body#service_consommateurs #inner_content #error_champs {
  clear: both;
  font-size: 17px;
  padding-top: 10px; }

body#service_consommateurs #inner_content #validate {
  width: 100%;
  height: 100px; }

body#service_consommateurs #inner_content #captcha {
  margin-right: 55px;
  margin-top: 15px;
  float: left;
  width: 60%; }

body#service_consommateurs #inner_content #submit {
  vertical-align: top;
  margin-top: 22px;
  margin-left: 20px;
  float: left; }

body#service_consommateurs #inner_content #captcha #recaptcha_table {
  width: 110%;
  background-color: #fbf6eb;
  padding: 5px; }

body#service_consommateurs #inner_content #captcha .recaptcha_image_cell {
  background-color: #fbf6eb; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#service_consommateurs #inner_content h1 {
    font-size: 22px;
    margin-left: 20px;
    padding-top: 10px; }
  body#service_consommateurs #inner_content > p {
    width: 100%; }
  body#service_consommateurs #inner_content > img {
    display: none; }
  body#service_consommateurs #inner_content #contact .label_container {
    width: 28%; }
  body#service_consommateurs #inner_content #contact .error {
    margin-left: 28%; }
  body#service_consommateurs #inner_content .required {
    margin-left: 110px; }
  body#service_consommateurs #inner_content #error_champs {
    font-size: 14px;
    margin-left: 18%; }
  body#service_consommateurs #inner_content #congrats {
    font-size: 14px;
    margin-left: 18%; }
  body#service_consommateurs #inner_content #submit {
    float: none;
    margin-left: 40%; }
  body#service_consommateurs #inner_content #captcha {
    float: none;
    margin-left: 18%; }
  body#service_consommateurs #inner_content #validate {
    height: 150px; } }

/* PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#service_consommateurs #inner_content {
    padding: 0 20px;
    width: 100%;
    min-width: initial; }
  body#service_consommateurs #inner_content h1 {
    font-size: 22px;
    padding-top: 25px;
    width: 80px;
    display: block;
    padding-top: 20px; }
  body#service_consommateurs #inner_content h1 img {
    padding-top: 16px; }
  body#service_consommateurs #inner_content #call, body#service_consommateurs #inner_content #letter {
    margin: 10px 20px; }
  body#service_consommateurs #inner_content #form {
    margin-top: 30px;
    clear: left; }
  body#service_consommateurs #inner_content form .left_col, body#service_consommateurs #inner_content form .right_col {
    float: none;
    width: 100%; }
  body#service_consommateurs #inner_content .bottom_product .input_container {
    width: 100%;
    float: none;
    clear: both; }
  body#service_consommateurs #inner_content form .exemple {
    margin-bottom: 10px; }
  body#service_consommateurs #inner_content #contact .label_container, body#service_consommateurs #inner_content #product .label_container {
    width: 100%;
    float: none; }
  body#service_consommateurs #inner_content #product .right_col .input_container:first-child .label_container {
    width: 100%; }
  body#service_consommateurs #inner_content #product .right_col .lot {
    width: 100%; }
  body#service_consommateurs #inner_content #contact input[type='text'], body#service_consommateurs #inner_content #product input[type='text'], body#service_consommateurs #inner_content #contact select {
    width: 100%; }
  body#service_consommateurs #inner_content #product #datepicker, body#service_consommateurs #inner_content #product #form_tracabilite {
    width: 100%; }
  body#service_consommateurs #inner_content #product .bottom_product input[type='text'] {
    margin-left: 0; }
  body#service_consommateurs #inner_content form .textarea_container {
    width: 100%; }
  body#service_consommateurs #inner_content form #textarea {
    width: 100%;
    margin-top: 8px; }
  body#service_consommateurs #inner_content form > img {
    width: 100%; }
  body#service_consommateurs #inner_content .required {
    margin-left: 2px; }
  body#service_consommateurs #inner_content #error_champs {
    margin-left: 1%; }
  body#service_consommateurs #inner_content #congrats {
    margin-left: 1%; }
  body#service_consommateurs #inner_content #submit {
    margin-left: 10%; }
  body#service_consommateurs #inner_content #captcha {
    margin-left: 0px;
    margin-right: 0px;
    width: 90%; }
  body#service_consommateurs #inner_content #recaptcha_image {
    width: auto !important;
    max-width: 100%; }
  body#service_consommateurs #inner_content #recaptcha_image img {
    width: 100%; }
  body#service_consommateurs #inner_content #recaptcha_response_field {
    width: 100% !important;
    max-width: 302px;
    padding-right: 20px; }
  body#service_consommateurs #inner_content #product .error,
  body#service_consommateurs #inner_content #contact .error {
    margin-left: 0px; }
  body#service_consommateurs #inner_content #validate {
    height: 170px; }
  #bulle-conso-1, #bulle-conso-2 {
    display: none; } }

/* STORE LOCATOR */
body#store_locator #content {
  background: #f2ead6;
  padding-bottom: 120px; }

body#store_locator #inner_content {
  max-width: 780px;
  margin: 0 auto;
  width: 100%; }

body#store_locator h1 {
  /*width : 100%;*/
  font-family: 'open_sans_condensedbold';
  color: #5d3200;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 10px;
  position: relative;
  font-weight: normal;
  margin-left: 70px;
  z-index: 1;
  /*display : inline;*/ }

body#store_locator h1 img {
  position: absolute;
  top: -4px;
  right: -20px;
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  transform: rotate(22.5deg); }

body#store_locator h2 {
  color: #a05b0a;
  font-family: 'ventura_eddingmedium';
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase; }

body#store_locator #common {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px; }

body#store_locator #common > img {
  position: absolute;
  right: -90px;
  bottom: -70px; }

body#store_locator #common #choice-product {
  /*margin-left : 240px;*/ }

body#store_locator #common #choice-product label {
  display: block; }

body#store_locator #common #choice-product .selectboxit-container span {
  height: 40px;
  line-height: 40px; }

body#store_locator #common #choice-product .selectboxit-container .selectboxit-options span {
  height: 30px;
  line-height: 30px; }

body#store_locator #common #choice-product #select_product_container {
  display: inline-block;
  max-width: 400px;
  vertical-align: middle; }

body#store_locator #step1 {
  display: block;
  margin-bottom: 120px;
  max-width: 650px;
  /*margin: 0 auto 120px auto;*/ }

body#store_locator #step1 label,
body#store_locator #step2 label {
  color: #5d3200;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold; }

body#store_locator #step1 #choice-geoloc {
  float: right; }

body#store_locator #step1 #choice-form {
  float: left; }

body#store_locator #step1 #choice-geoloc,
body#store_locator #step1 #choice-form {
  width: 46%; }

body#store_locator #step1 .choice-title {
  color: #006833;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }

body#store_locator #step1 .choice-bloc {
  background-color: #0054a2;
  border-radius: 4px;
  height: 42px;
  width: 100%;
  margin-top: 6px; }

body#store_locator #step1 #choice-geoloc .choice-bloc {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 42px;
  font-size: 18px;
  font-family: 'ventura_eddingmedium';
  cursor: pointer;
  position: relative;
  text-align: center;
  transition: ease .3s all;
  border: #0054a2 1px solid; }

body#store_locator #step1 #choice-geoloc .choice-bloc:hover {
  color: #0054a2;
  background: white; }

body#store_locator #step1 #choice-geoloc .choice-bloc img {
  position: absolute;
  right: 15px;
  top: 9px; }

body#store_locator #step1 #choice-form .choice-bloc {
  background-color: white;
  border: #cccccc 1px solid; }

body#store_locator #step1 #choice-form .choice-bloc input {
  float: left;
  height: 34px;
  width: 250px;
  margin: 4px;
  padding: 0;
  border: 0;
  font-size: 13px;
  padding: 0 10px;
  font-family: Arial;
  border-radius: 0;
  line-height: 34px;
  color: #888888; }

body#store_locator #step1 #choice-form .choice-bloc img {
  float: right;
  margin: 11px 16px 0 0;
  cursor: pointer; }

body#store_locator #step2 {
  display: none;
  /*overflow: hidden;*/
  /*margin-bottom: 20px;*/ }

body#store_locator .storelocator-panel {
  /*border: 1px solid #ccc;*/
  /*overflow: auto;*/ }

body#store_locator .storelocator-panel .store-list {
  margin: 0;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 329px; }

body#store_locator .storelocator-panel .store-list li,
body#store_locator .storelocator-panel .directions-panel {
  padding: 5px;
  padding-right: 12px; }

body#store_locator .storelocator-panel .directions-panel {
  font-size: 0.8em; }

body#store_locator .storelocator-panel .store-list li.store:hover {
  cursor: pointer;
  /*background: #eee;*/
  background: white; }

body#store_locator .storelocator-panel .store-list li.highlighted,
body#store_locator .storelocator-panel .store-list li.highlighted:hover {
  /*background: rgb(226, 237, 238);*/
  background: #ddbc9e; }

body#store_locator .storelocator-panel .directions {
  display: none; }

body#store_locator .storelocator-panel .location-search {
  position: relative;
  margin-bottom: 10px; }

body#store_locator .storelocator-panel .location-search input.text {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
  border: #d5d0c2 1px solid; }

body#store_locator .storelocator-panel .location-search input[type="submit"] {
  width: 40px;
  height: 40px;
  background: transparent url("/img/store_locator/loupe.png") center center no-repeat;
  position: absolute;
  top: 0px;
  right: 6px;
  border: 0; }

body#store_locator .storelocator-panel .location-search input[type="submit"]:focus {
  outline: none; }

body#store_locator .storelocator-panel .location-search h4 {
  /*font-size : 27px;
  margin: 0;
  padding: 0;
  color : #d70150;
  text-transform : uppercase;
  margin-bottom : 10px;*/
  display: none; }

body#store_locator .storelocator-panel .store-list .no-stores {
  color: grey; }

body#store_locator .storelocator-panel .store .features {
  display: none; }

body#store_locator .storelocator-panel .feature-filter {
  overflow: hidden; }

body#store_locator .storelocator-panel .feature-filter label {
  display: block;
  font-size: 0.8em;
  margin: 0 0.4em;
  float: left; }

body#store_locator .store .title {
  font-size: 12px;
  color: #a05b0a;
  text-transform: uppercase;
  font-weight: bold; }

body#store_locator .store .address,
body#store_locator .store .phone,
body#store_locator .store .web,
body#store_locator .store .misc {
  /*margin-top: 0.2em;
  margin-bottom: 0.5em;*/
  display: block;
  color: #5d3200;
  font-size: 12px;
  font-weight: bold; }

body#store_locator .store .features {
  display: none;
  overflow: hidden;
  color: grey;
  margin: 0;
  padding: 0;
  font-size: 70%;
  max-width: 250px; }

body#store_locator .store .features li {
  display: inline;
  float: left;
  padding-right: 0.8em; }

body#store_locator .store .web a {
  color: green; }

body#store_locator .store .action {
  display: none;
  font-size: 0.8em;
  color: green;
  margin-right: 0.5em; }

body#store_locator #map-canvas,
body#store_locator #panel {
  height: 379px; }

body#store_locator #panel {
  /*width: 300px;*/
  width: 31%;
  float: left;
  /*margin-right: 10px;*/ }

body#store_locator #panel .feature-filter label {
  width: 130px; }

body#store_locator p.attribution,
body#store_locator p.attribution a {
  color: #666; }

body#store_locator #map-canvas {
  width: 67%;
  float: right;
  border: white 3px solid; }

body#store_locator .nicescroll-rails {
  border-radius: 10px;
  top: 392px !important; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#store_locator #common {
    padding: 0 20px; }
  body#store_locator h1 {
    font-size: 32px;
    margin-left: 150px; }
  body#store_locator #common > img {
    width: 275px;
    right: 11px;
    bottom: -60px; }
  body#store_locator #step1 {
    max-width: 670px;
    padding-left: 20px; }
  body#store_locator #step2 {
    padding: 0 20px; }
  body#store_locator .nicescroll-rails {
    top: 375px !important; } }

/* PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#store_locator h1 {
    font-size: 22px;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 10px;
    width: 256px;
    display: block; }
  body#store_locator #common {
    padding: 0 10px;
    margin-bottom: 40px; }
  body#store_locator #common > img {
    display: none; }
  body#store_locator #common #choice-product {
    margin-left: 0; }
  body#store_locator #common #choice-product #select_product_container {
    max-width: 100%; }
  body#store_locator #select_productSelectBoxItContainer,
  body#store_locator #select_productSelectBoxIt {
    max-width: 100%; }
  body#store_locator #step1 {
    padding: 0 10px; }
  body#store_locator #step1 #choice-geoloc, body#store_locator #step1 #choice-form {
    width: 100%; }
  body#store_locator #step1 #choice-geoloc {
    margin-top: 20px; }
  body#store_locator #step2 {
    padding: 0; }
  body#store_locator #map-canvas {
    float: none;
    width: 100%;
    max-width: 400px;
    border: 0;
    margin: auto; }
  body#store_locator #panel {
    float: none;
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: -20px;
    margin-bottom: 10px; }
  body#store_locator .storelocator-panel .store-list {
    height: auto; } }

/*VALEURS ET ENGAGEMENTS*/
/*HEAD*/
body#valeurs_et_engagements #head {
  position: relative;
  background-color: #DBC193;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  background-image: url("/img/marque/tourbillon.png");
  background-repeat: no-repeat;
  background-position: 70% 100%;
  background-size: 740px;
  overflow: hidden; }

body#valeurs_et_engagements #head h1 {
  font-family: 'open_sans_condensedbold';
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: normal;
  position: relative;
  z-index: 1; }

body#valeurs_et_engagements #head h1 img {
  margin: -15px 0 0 -15px;
  position: absolute; }

body#valeurs_et_engagements #head p {
  font-family: 'arial';
  font-size: 18px;
  width: 700px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }

body#valeurs_et_engagements div#bulle-container {
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: 230px; }

body#valeurs_et_engagements img#bulle-valeurs {
  height: 105px; }

body#valeurs_et_engagements #wave {
  height: 45px;
  width: 100%;
  background: url("/img/footer/wave_bg.png") center repeat-x;
  background-position-y: bottom;
  position: relative;
  z-index: 1; }

/*CONTENT*/
body#valeurs_et_engagements #inner_content {
  margin: auto;
  background: #fbf6eb url("/img/marque/valeurs_et_engagements/bg.jpg") top center no-repeat;
  position: relative; }

body#valeurs_et_engagements #container {
  width: 80%;
  margin: auto;
  text-align: center; }

body#valeurs_et_engagements #inner_content h1 {
  font-family: 'ventura_eddingmedium';
  font-size: 38px;
  color: #dbc195;
  line-height: 1;
  padding-top: 45px;
  width: 95%;
  max-width: 874px; }

body#valeurs_et_engagements #inner_content h1 span {
  font-size: 60px; }

/*SECTION*/
body#valeurs_et_engagements #inner_content #nutritionnel {
  margin-top: 50px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
body#valeurs_et_engagements #inner_content #nutriscore{
  position: relative;
  height: 1000px;
}
/*body#valeurs_et_engagements #inner_content #qualite .text {
  margin-top: 81px;
}*/

body#valeurs_et_engagements #inner_content .text {
  text-align: left;
  width: 74%;
  padding: 0 10px; }

body#valeurs_et_engagements #inner_content #environnemental .text {
  width: 72%; }

body#valeurs_et_engagements #inner_content .info_marque {
  width: 24%; }

body#valeurs_et_engagements #inner_content #nutritionnel .info_marque img {
  width: 206px; }

body#valeurs_et_engagements #inner_content #nutriscore .info_marque.bottom{
  position: relative;
  top: 6%;
}

body#valeurs_et_engagements #inner_content #environnemental .photo img {
  width: 206px; }

body#valeurs_et_engagements #inner_content #nutritionnel .info_marque {
  padding-top: 14px; }

body#valeurs_et_engagements #inner_content #qualite .info_marque img {
  padding-bottom: 38px; }

body#valeurs_et_engagements #inner_content #environnemental .info_marque img {
  padding-bottom: 38px;
  margin-top: 20px; }

body#valeurs_et_engagements #inner_content #nutritionnel .text,
body#valeurs_et_engagements #inner_content #qualite .text,
body#valeurs_et_engagements #inner_content #environnemental .info_marque,
body#valeurs_et_engagements #inner_content #nutriscore .info_marque {
  float: left; }

body#valeurs_et_engagements #inner_content #nutritionnel .info_marque,
body#valeurs_et_engagements #inner_content #qualite .info_marque,
body#valeurs_et_engagements #inner_content #environnemental .text,
body#valeurs_et_engagements #inner_content #nutriscore .text {
  float: right; }

body#valeurs_et_engagements #inner_content .text h2 {
  font-family: 'ventura_eddingmedium';
  font-size: 40px;
  color: #c0d860;
}

body#valeurs_et_engagements #inner_content .text h2 span {
  font-size: 40px; }

body#valeurs_et_engagements #inner_content .text p {
  font-family: 'arial';
  font-size: 17px;
  color: #585858;
  margin-top: 0px; }

body#valeurs_et_engagements #inner_content .text .agec {
  margin-bottom: 0px;
  font-style: italic;
}

body#valeurs_et_engagements #inner_content .text .agec_more {
  font-size: 13px;
  font-style: italic;
}

body#valeurs_et_engagements #inner_content .text div span {
  font-style: italic;
  font-size: 15px;
  display: inline-block; }

body#valeurs_et_engagements #inner_content .text div {
  margin-top: -20px; }

body#valeurs_et_engagements #inner_content .text div img {
  display: inline-block;
  margin-left: -63px;
  position: relative;
  top: 37px;
  width: 6%; }

body#valeurs_et_engagements #inner_content .text p span {
  font-weight: bold; }

body#valeurs_et_engagements #inner_content > img {
  padding-top: 35px;
  margin-bottom: 22px;
  width: 100%; }

/* PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#valeurs_et_engagements #head h1 {
    font-size: 50px; }
  body#valeurs_et_engagements #head p {
    font-size: 16px;
    margin-bottom: 30px; }
  body#valeurs_et_engagements #inner_content {
    background: none;
    width: 768px; }
  body#valeurs_et_engagements #container {
    width: 100%;
    margin: auto; }
  body#valeurs_et_engagements #container h1 {
    font-size: 35px;
    padding-top: 30px;
    width: 70%; }
  body#valeurs_et_engagements #container h1 span {
    font-size: 50px; }
  body#valeurs_et_engagements #inner_content #nutritionnel {
    margin-top: 0px;
    height: 180px; }
  body#valeurs_et_engagements #inner_content #nutriscore{
    height: 1000px;
  }
  body#valeurs_et_engagements #inner_content #nutritionnel .text,
  body#valeurs_et_engagements #inner_content #qualite .text,
  body#valeurs_et_engagements #inner_content #environnemental .text {
    padding-left: 15px; }
  body#valeurs_et_engagements #inner_content #nutritionnel img {
    padding-top: 8px; }
  body#valeurs_et_engagements #inner_content .info_marque {
    width: 30%; }
  body#valeurs_et_engagements #inner_content .text {
    width: 70%; }
  body#valeurs_et_engagements #inner_content #environnemental .text {
    width: 68%; }
}

/* PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#valeurs_et_engagements #head {
    background-position: center bottom;
    background-size: 500px; }
  body#valeurs_et_engagements #head h1 {
    font-size: 40px; }
  body#valeurs_et_engagements div#bulle-container {
    display: none; }
  body#valeurs_et_engagements #wave {
    background: none;
    height: 5px; }
  body#valeurs_et_engagements #head h1 img {
    width: 20px;
    margin-top: -1px;
    margin-left: -9px; }
  body#valeurs_et_engagements #head p {
    font-size: 14px;
    margin-top: 15px;
    width: 85%; }
  body#valeurs_et_engagements #inner_content {
    width: 100%; }
  body#valeurs_et_engagements #container h1 {
    font-size: 30px;
    padding-top: 15px;
    width: 100%; }
  body#valeurs_et_engagements #container h1 span {
    font-size: 30px; }
  body#valeurs_et_engagements #inner_content #nutritionnel .info_marque img,
  body#valeurs_et_engagements #inner_content #qualite .info_marque img,
  body#valeurs_et_engagements #inner_content #environnemental .info_marque img {
    padding: 10px 0;
    margin: 10px 0; }
  body#valeurs_et_engagements #inner_content .text {
    width: 100%; }
  body#valeurs_et_engagements #container {
    width: 100%; }
  body#valeurs_et_engagements #inner_content #nutritionnel .info_marque,
  body#valeurs_et_engagements #inner_content #qualite .info_marque,
  body#valeurs_et_engagements #inner_content #environnemental .info_marque {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0; }
  body#valeurs_et_engagements #inner_content #nutriscore .info_marque.bottom{
    position: relative;
    top: auto;
  }
  body#valeurs_et_engagements #inner_content #environnemental .text {
    width: 100%; }
  body#valeurs_et_engagements #inner_content .text h2 {
    line-height: 1; }
  body#valeurs_et_engagements #inner_content #qualite .text {
    margin-top: 0px; }
  body#valeurs_et_engagements #inner_content .text div img {
    display: none; }
  body#valeurs_et_engagements #inner_content .text div {
    margin: inherit; }
  body#valeurs_et_engagements #inner_content #environnemental .info_marque {
    padding-top: 0px; }

  body#valeurs_et_engagements #inner_content #nutritionnel .info_marque.bottom{
    position: relative;
    top: auto;
  }
  body#valeurs_et_engagements #inner_content #nutritionnel .info_marque{
    display: inline-block;
    width: 50%;
  }

}

/* NEWSLETTER */
body#desinscription #content {
  background: #0098de; }

body#desinscription #content_wrapper {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  min-height: 555px; }

body#desinscription #content_wrapper::after {
  content: "";
  clear: both;
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 20px; }

body#desinscription #bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -474px; }

body#desinscription h1 {
  font-family: 'open_sans_condensedbold';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 10px;
  position: relative;
  font-weight: normal;
  z-index: 1;
  display: block;
  margin-top: 0;
  padding-top: 50px; }

body#desinscription h1 img {
  position: absolute;
  top: -4px;
  right: -20px;
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  transform: rotate(22.5deg); }

body#desinscription h2 {
  color: #ffffff;
  font-family: 'ventura_eddingmedium';
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 35px; }

body#desinscription form {
  position: relative;
  margin-right: 200px;
  text-align: right;
  float: right;
  margin-top: 130px; }

body#desinscription .input_container {
  margin-bottom: 10px;
  color: #5d3200;
  font-size: 12px;
  text-align: right; }

body#desinscription .input_container input {
  width: 250px; }

body#desinscription .input_container label {
  font-size: 16px;
  margin-right: 22px;
  color: #ffffff;
  font-family: 'ventura_eddingmedium'; }

body#desinscription select {
  width: 300px;
  border: 1px solid #0093d6;
  height: 29px;
  color: #0093d6;
  padding-left: 8px;
  background-color: #FFFFFF;
  padding-top: 5px; }

body#desinscription #enfants_ages .input_container {
  text-align: left; }

body#desinscription #enfants_ages label {
  margin: 0; }

body#desinscription select.child {
  width: 80px;
  margin-right: 12px;
  margin-bottom: 16px;
  font-size: 12px; }

body#desinscription form input[type='text'].error {
  border: solid 1px #e02a25 !important; }

body#desinscription .error_champs {
  color: #ffadad;
  font-family: Arial, sans-serif;
  font-size: 13px;
  float: left;
  margin-left: 20px;
  width: 100%;
  line-height: 13px;
  float: right;
  display: block;
  clear: both;
  margin-top: 8px; }

body#desinscription #congrats {
  position: absolute;
  color: #ffadad;
  line-height: 18px;
  font-size: 15px;
  opacity: 0;
  top: 130px;
  font-weight: bold;
  padding-right: 100px;
  text-align: right;
  top: 130px;
  width: 1024px; }

/* HOME PALIER TABLET */
@media screen and (max-width: 1023px) {
  body#desinscription #bg {
    width: 100%;
    left: inherit;
    margin: inherit;
    margin-top: 30px;
    left: 0; }
  body#desinscription form {
    position: relative;
    margin-right: 60px;
    text-align: right;
    float: right; }
  body#desinscription #congrats {
    position: absolute;
    color: #ffadad;
    margin-right: 100px;
    line-height: 18px;
    font-size: 15px;
    opacity: 0;
    right: 0;
    top: 130px;
    font-weight: bold; } }


/* HOME PALIER MOBILE */
@media screen and (max-width: 767px) {
  body#desinscription form {
    width: 279px;
    margin: 0 auto;
    float: inherit;
    text-align: center;
    padding-bottom: 64px; }
  body#desinscription #content {
    padding-bottom: 50px; }
  body#desinscription form input[type="text"] {
    width: 228px;
    background-color: #FFFFFF; }
  body#desinscription select {
    width: 228px;
    background-color: #FFFFFF; }
  body#desinscription .input_container {
    text-align: center; }
  body#desinscription .input_container label {
    margin-right: 0;
    display: block; }
  body#desinscription #bg {
    left: 25%;
    position: relative;
    width: 120%;
    margin-top: 0;
    margin-top: -56px; }
  body#desinscription h1 {
    font-size: 30px;
    line-height: 38px; }
  body#desinscription #content_wrapper {
    height: auto; }
  body#desinscription #congrats {
    width: 80%;
    right: inherit;
    bottom: 80px;
    font-size: 12px;
    top: inherit; } }


    body#carriere #head {
      position: relative;
      background-color: #DBC193;
      color: #fff;
      text-align: center;
      padding-top: 25px;
      background-image: url("/img/marque/tourbillon.png");
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 740px;
      overflow: hidden; }

    body#carriere #head h1 {
      font-family: 'open_sans_condensedbold';
      font-size: 60px;
      text-transform: uppercase;
      margin-bottom: 3px;
      font-weight: normal;
      position: relative;
      z-index: 1;
      margin-top: 60px;
      margin-bottom: 80px
    }

    body#carriere #big-img {
      padding: 10px 0;
      background-image: url("/img/carriere/dash.png"), url("/img/carriere/cloud3.png"), url("/img/carriere/cloud2.png");
      background-size: 580px, auto, auto;
      background-repeat: no-repeat, no-repeat, no-repeat;
      background-position: bottom right, calc(50% - 420px) 160px, calc(50% - 620px) 360px;
      margin-bottom: 50px;
    }

    body#carriere #head h1 img {
      margin: -15px 0 0 -15px;
      position: absolute; }

    body#carriere #head p {
      font-family: 'arial';
      font-size: 18px;
      width: 700px;
      margin: auto;
      margin-bottom: 30px;
      position: relative;
      z-index: 1; }

    body#carriere div#bulle-container {
      position: absolute;
      left: 50%;
      bottom: -7px;
      margin-left: 230px; }

    body#carriere img#bulle-valeurs {
      height: 105px; }

    body#carriere #wave {
      height: 45px;
      width: 100%;
      background: url("/img/footer/wave_bg.png") center repeat-x;
      background-position-y: bottom;
      position: relative;
      z-index: 1; }

    /*CONTENT*/
    body#carriere #inner_content {
      margin: auto;
      background: #fbf6eb url("/img/marque/carrieres/bg.jpg") top center no-repeat;
      position: relative; }

    body#carriere .container {
      width: 1240px;
      margin: auto;
      text-align: center; }

    body#carriere #inner_content h1 {
      font-family: 'ventura_eddingmedium';
      font-size: 38px;
      color: #dbc195;
      line-height: 1;
      padding-top: 45px;
      width: 95%;
      max-width: 874px; }

    body#carriere #inner_content h1 span {
      font-size: 60px; }

    /*SECTION*/
    body#carriere #inner_content #nutritionnel {
      margin-top: 50px;
      position: relative;
      display: flex;
      align-items: center;
    }
    body#carriere #inner_content #nutriscore{
      position: relative;
      height: 1000px;
    }
    /*body#carriere #inner_content #qualite .text {
      margin-top: 81px;
    }*/

    body#carriere #inner_content .text {
      text-align: left;
      width: 74%;
      padding: 0 10px; }

    body#carriere #inner_content #environnemental .text {
      width: 72%; }

    body#carriere #inner_content .info_marque {
      width: 24%;
      position: relative;
    }



    body#carriere #inner_content #nutriscore .info_marque.bottom{
      position: absolute;
      top: 6%;
    }

    body#carriere #inner_content #environnemental .photo img {
      width: 206px; }

    body#carriere #inner_content #nutritionnel .info_marque {
      padding-top: 80px; }

    body#carriere #quelques {
      background-image: url(../img/carriere/quelques-pic.png);
      background-position: 5px 68px;
      background-repeat: no-repeat;
      position: relative;
      background-size: auto 83%;
    }

    body#carriere #quelques:after {
      position: absolute;
      width: 350px;
      height: 225px;
      content: '';
      display: block;
      bottom: -90px;
      right: 0px;
      background-image: url(../img/carriere/line2.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    body#carriere #quelques-pic {

    }

    body#carriere #quelques-inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    body#carriere #quelques-info h2 {
      font-family: 'ventura_eddingmedium';
      font-size: 32px;
      color: #c0d860;
      margin-bottom: 30px;
    }

    #quelques-info-item-rocket {
      width: 90px;
    }

    body#carriere #quelques-info {
      margin-bottom: 50px;
      max-width: 880px;
      text-align: left;
    }

    body#carriere #quelques .quelques-info-items {
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px;
    }

    body#carriere #quelques .quelques-info-item {
      width: 50%;
      margin-bottom: 40px;
      align-items: center;
      display: flex;
    }

    body#carriere #quelques-info .quelques-info-item .img {
      width: 140px;
      padding-right: 30px;
    }

    body#carriere #quelques-info .quelques-info-item .txt {
      text-align: left;
      font-family: 'arial';
      color: #444;
      font-size: 16px;
      padding-right: 40px;
    }

    body#carriere #quelques-info .quelques-info-item .txt .bold {
      font-family: 'open_sans_condensedbold';
      font-size: 25px;
    }

    body#carriere #quelques #details-suivant {
      display: flex;
      gap: 50px;
      color: #444;
    }

    body#carriere #quelques #details-suivant h3 {
      font-weight: normal;
    }

    body#carriere #quelques #details-suivant .details {
      font-weight: 600;
      position: relative;
    }

    body#carriere #quelques #details-suivant .details:after {
      content: '';
    }

    body#carriere #quelques #details-suivant .detail-item {
      text-align: center;
      font-size: 16px;
      position: relative;
      z-index: 1;
      font-weight: 600;
    }

    body#carriere #quelques .details-suivant-title {
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px;
      color: #444;
    }

    body#carriere #quelques .green-round {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      position: relative;
      z-index: -1;
      margin-left: 10px;
      margin-right: 10px;
    }

    body#carriere #quelques .green-round:after {
      content: '';
      position: absolute;
      background-image: url(../img/carriere/green.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    body#carriere #quelques h3 {
      position: relative;
      z-index: 1;
      margin-bottom: 10px;
    }

    body#carriere #quelques .green-round.big {
      font-size: 24px;
    }

    body#carriere #quelques .green-round.big:after {
      width: 87px;
      height: 74px;
      top: calc(50% - 36px);
      left: calc(50% - 43px);
    }

    body#carriere #quelques .green-round.small {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    body#carriere #quelques .green-round.small:after {
      width: 53px;
      height: 52px;
      top: calc(50% - 26px);
      left: calc(50% - 26px);
      z-index: -1;
    }

    body#carriere #quelques #details {
      text-align: center;
      font-weight: 600;
    }

    body#carriere #quelques #details span {
      position: relative;
    }

    body#carriere #quelques #details span:after {
      position: absolute;
      content: '';
      display: block;
      width: 96px;
      height: 18px;
      left: 0;
      background-image: url(../img/carriere/stripe.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    body#carriere #parle-de-nous {
      margin-top: 10px;

      position: relative;
    }

    body#carriere #parle-de-nous:after {
      content: '';
      display: block;
      position: absolute;
      background-image: url(../img/carriere/line3.png);
      background-size: 250px auto;
      background-repeat: no-repeat;
      background-position: center;
      bottom: 50px;
      right: 0;
      width: 380px;
      height: 550px;
    }

    body#carriere #parle-de-nous h2 {
      font-family: 'ventura_eddingmedium';
      font-size: 36px;
      color: #c0d860;
      margin-bottom: 30px;
      text-align: left;
    }

    body#carriere #parle-de-nous h4 {
      text-align: left;
      color: #444;
      font-size: 17px;
    }

    body#carriere #parle-de-nous p {
      text-align: left;
      color: #444;
    }

    body#carriere #parle-de-nous-video {
      margin-top: 60px;
    }

    body#carriere #different-tipologies-inner {
      position: relative;
      padding: 1px;
    }

    body#carriere #different-tipologies-info {
      margin-top: -10px;
      max-width: 410px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      color: #444;
    }

    body#carriere #different-tipologies-info h2 {
      font-family: 'ventura_eddingmedium';
      font-size: 30px;
      color: #c0d860;
      margin-bottom: 50px;
      text-align: left;
      margin-left: 25px;
    }

    body#carriere #different-tipologies-cloud-1 {
      position: absolute;
      top: 0;
      left: 0;
    }

    body#carriere #different-tipologies-cloud-2 {
      position: absolute;
      top: 40px;
      right: -55px;
    }

    body#carriere #different-tipologies-info ul {
      list-style: none;
    }

    body#carriere #different-tipologies-info ul li {
      margin-bottom: 10px;
      position: relative;
    }

    body#carriere #different-tipologies-info ul li:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 3px;
      background-color: #444;
      position: absolute;
      left: -38px;
      bottom: 8px;
    }

    body#carriere #different-tipologies-info .bold {
      font-weight: 700;
      margin-top: 15px;
      font-size: 19px;
    }

    body#carriere #different-tipologies-green {
      margin-top: 20px;
      display: inline-block;
      background: #c0d860;
      padding: 17px 15px;
      color: #fff;
      border-radius: 10px;
      box-shadow: 0px 5px 10px 0px rgb(0,0,0,0.2);
      font-family: 'ventura_eddingmedium';
      font-size: 30px;
      position: relative;
    }
    
    body#carriere #different-tipologies-green:before,
    body#carriere #different-tipologies-green:after {
      content: '';
      display: block;
      position: absolute;
      background-image: url(../img/carriere/arrow-green.png);
      background-repeat: no-repeat;
      background-position: center;
      width: 82px;
      height: 52px;
    }

    body#carriere #different-tipologies-green:before {
      left: -110px;
      top: 0;

    }

    body#carriere #different-tipologies-green:after {
      right: -110px;
      top: 0;
      transform: scaleX(-1);
    }

    body#carriere #rejoignez-nous {
      font-family: 'ventura_eddingmedium';
      font-size: 42px;
      color: #c0d860;
      text-align: center;
    }

    body#carriere #rejoignez-nous h2 {
      margin-bottom: 0px;
      margin-top: 40px;
    }

    body#carriere #enjoy {
      margin-top: 20px;
      font-family: 'ventura_eddingmedium';
      color: #c0d860;
      font-size: 20px;
    }

    body#carriere #sources {
      color: #444;
      font-size: 18px;
      text-align: center;
      margin-top: 40px;
    }

    body#carriere #sources a {
      color: #444;
    }

    body#carriere #enjoy a {
      font-weight: 700;
      color: #444;
      position: relative;
      text-decoration: none;
      font-size: 16px;
    }

    body#carriere #enjoy a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -19px;
      left: 0;
      width: 100%;
      height: 17px;
      background-image: url(../img/carriere/stripe-long.png);
      background-repeat: no-repeat;
      background-position: center;
    }

    body#carriere #inner_content #nutritionnel .container {
      display: flex;
    }

    body#carriere #inner_content #nutritionnel {
      color: #444;
    }

    body#carriere #nutritionnel h2 {
      font-family: 'ventura_eddingmedium';
      font-size: 36px;
      color: #c0d860;
      margin-bottom: 20px;
    }

    body#carriere #different-tipologies {
      padding-bottom: 50px;
    }

    body#carriere img#bottom-shadow {
      display: flex;
      margin: auto;
    }

    @media screen and (max-width: 1530px) {
      body#carriere #quelques {
        background-size: auto;
        background-position: -120px 80px;
      }
    }


    /* CARRIERE TABLET */
    @media screen and (max-width: 1240px) {
      body#carriere .container {
        width: 100%;
      }

      body#carriere #different-tipologies-green {
        margin-top: 40px;
      }

      body#carriere #different-tipologies-green a{
        color: #FFF;
      }

      body#carriere #rejoignez-nous {
        font-size: 36px;
        margin-bottom: 10px;
      }

      body#carriere #rejoignez-nous h2 {
        margin-bottom: 20px;
      }

      body#carriere #enjoy {
        display: flex;
        flex-direction: column;
      }

      body#carriere #inner_content .text {
        width: 65%;
      }

      body#carriere #inner_content .info_marque {
        width: 35%;
      }

      body#carriere #quelques #details-suivant {
        gap: 20px;
        justify-content: center;
      }

      body#carriere #quelques-info {
        margin-bottom: 30px;
        max-width: 100%;
      }

      body#carriere #inner_content #nutritionnel {
        height: auto;
      }

      body#carriere #quelques {
        background-position: -15% 0;
        background-size: 90%;
      }

      body#carriere #quelques-inner {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fbf6eb;
      }

      body#carriere #parle-de-nous {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
      }

      body#carriere #parle-de-nous-video {
        margin-left: -15px;
        margin-right: -15px;
      }

      body#carriere #parle-de-nous-video iframe {
      }

      body#carriere #different-tipologies {
        padding-bottom: 60px;
      }

      body#carriere #different-tipologies-cloud-1 {
        width: 300px;
      }

      body#carriere #different-tipologies-info {
        margin-top: 45px;
        max-width: 60%;
        margin-right: 0;
      }


      body#carriere #inner_content #nutritionnel {
        display: flex;
      }

      body#carriere #quelques-inner #quelques-pic {
        height: 260px;
        width: 400px;
        margin: auto;
        background-image: url(../img/carriere/quelques-pic.png);
        background-position: calc(50% - 50px) 0px;
        background-size: auto;
        background-repeat: no-repeat;
      }
    }


    /* CARRIERE MOBILE */
    @media screen and (max-width: 767px) {
      body#carriere .container {
        width: 100%;
      }

      body#carriere #different-tipologies-green {
        margin: 30px 15px;
        padding: 12px 15px;
        line-height: 1.1;
      }

      body#carriere #rejoignez-nous {
        margin-top: 20px;
      }

      body#carriere #rejoignez-nous h2 {
        margin-bottom: 10px;
        font-size: 36px;
      }

      body#carriere #enjoy {
        margin-top: 10px;
      }

      body#carriere #inner_content #nutritionnel {
        height: auto;
        margin-top: 80px;
        margin-bottom: 10px;
      }

      body#carriere #inner_content #nutritionnel .text {
        float: none;
        width: 100%;
      }

      body#carriere #inner_content .text h2 {
        margin-bottom: 20px;
        font-size: 32px;
      }

      body#carriere #inner_content #nutritionnel .info_marque {
        width: 100%;
        display: block;
        float: none;
        padding-top: 0;
      }

      body#carriere #big-img {
        background-image: none;
        margin-bottom: 20px;
      }

      body#carriere #big-img img {
        width: 100%;
      }

      body#carriere #quelques {
        background: none;
      }

      body#carriere #quelques-inner {
        flex-direction: column;
      }

      body#carriere #quelques-inner #quelques-pic {
        height: 250px;
        background-image: url(../img/carriere/quelques-pic.png);
        background-position: top right;
        background-size: 470px auto;
        background-repeat: no-repeat;
        width: 95%;
        margin-left: 3%;
      }

      body#carriere #quelques-info {
        max-width: 100%;
        margin-bottom: 20px;
      }

      body#carriere #quelques-info h2 {
        line-height: 1.2;
        text-align: center;
      }

      body#carriere #quelques .quelques-info-item {
        width: 100%;
        padding: 0 15px;
      }

      body#carriere #quelques .green-round.big {
        height: 70px;
        line-height: 70px;
      }

      body#carriere #quelques #details-suivant {
        flex-direction: column;
        gap: 30px;
      }

      body#carriere #quelques h3 {
        font-weight: 400;
      }

      body#carriere #quelques h3 span {
        flex-direction: column;
        display: flex;
      }

      body#carriere #parle-de-nous {
        margin-top: 20px;
        padding: 0 15px;
      }

      body#carriere #parle-de-nous h2 {
        margin: 10px 0;
        text-align: center;
      }

      body#carriere #parle-de-nous-video {
        margin-top: 20px;
        margin-left: -15px;
        margin-right: -15px;
      }

      body#carriere #parle-de-nous-video iframe {
        height: auto;
      }

      body#carriere #different-tipologies-cloud-1,
      body#carriere #different-tipologies-cloud-2 {
        display: none;
      }

      body#carriere #different-tipologies-info {
        max-width: 100%;
        margin: 20px 15px;
      }

      body#carriere #different-tipologies-info h2 {
	margin-bottom: 20px;
        font-size: 36px;
        text-align: center;
        line-height: 1.1;
      }

      body#carriere #inner_content #nutritionnel .container {
        flex-direction: column-reverse;
      }

      body#carriere #different-tipologies {
        padding-bottom: 20px;
      }

      body#carriere #enjoy a:after {
        left: 10%;
        width: 80%;
      }
    }
