@charset "UTF-8";
/*-------------------------------------------------------------------
	Normalize
-------------------------------------------------------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url(//fonts.googleapis.com/css?family=Crimson+Text:400,600,400italic,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*-------------------------------------------------------------------
	Variables
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Variables
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Mixins
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Mixins
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Media queries
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Utilities
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Browser prefixes
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Transform
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Transition
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Animation
-------------------------------------------------------------------*/
/*
    Example usage:
    @include animation(changecolour, 5s, 10s)
 */
/*-------------------------------------------------------------------
	Grid
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	IE fixes mixins
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Animations
-------------------------------------------------------------------*/
@-webkit-keyframes $animation_name {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes $animation_name {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes $animation_name {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes $animation_name {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes $animation_name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes $animation_name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes $animation_name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes $animation_name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes $animation_name {
  0% {
    -webkit-transform: scale(0);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0);
    /* FF3.5+ */
    -ms-transform: scale(0);
    /* IE9 */
    -o-transform: scale(0);
    /* Opera 10.5 */
    transform: scale(0);
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1);
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    -o-transform: scale(1);
    /* Opera 10.5 */
    transform: scale(1); } }
@-moz-keyframes $animation_name {
  0% {
    -webkit-transform: scale(0);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0);
    /* FF3.5+ */
    -ms-transform: scale(0);
    /* IE9 */
    -o-transform: scale(0);
    /* Opera 10.5 */
    transform: scale(0);
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1);
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    -o-transform: scale(1);
    /* Opera 10.5 */
    transform: scale(1); } }
@-o-keyframes $animation_name {
  0% {
    -webkit-transform: scale(0);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0);
    /* FF3.5+ */
    -ms-transform: scale(0);
    /* IE9 */
    -o-transform: scale(0);
    /* Opera 10.5 */
    transform: scale(0);
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1);
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    -o-transform: scale(1);
    /* Opera 10.5 */
    transform: scale(1); } }
@keyframes $animation_name {
  0% {
    -webkit-transform: scale(0);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0);
    /* FF3.5+ */
    -ms-transform: scale(0);
    /* IE9 */
    -o-transform: scale(0);
    /* Opera 10.5 */
    transform: scale(0);
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1);
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    -o-transform: scale(1);
    /* Opera 10.5 */
    transform: scale(1); } }
@-webkit-keyframes $animation_name {
  0% {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1);
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    -o-transform: scale(1);
    /* Opera 10.5 */
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0);
    /* FF3.5+ */
    -ms-transform: scale(0);
    /* IE9 */
    -o-transform: scale(0);
    /* Opera 10.5 */
    transform: scale(0); } }
@-moz-keyframes $animation_name {
  0% {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1);
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    -o-transform: scale(1);
    /* Opera 10.5 */
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0);
    /* FF3.5+ */
    -ms-transform: scale(0);
    /* IE9 */
    -o-transform: scale(0);
    /* Opera 10.5 */
    transform: scale(0); } }
@-o-keyframes $animation_name {
  0% {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1);
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    -o-transform: scale(1);
    /* Opera 10.5 */
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0);
    /* FF3.5+ */
    -ms-transform: scale(0);
    /* IE9 */
    -o-transform: scale(0);
    /* Opera 10.5 */
    transform: scale(0); } }
@keyframes $animation_name {
  0% {
    -webkit-transform: scale(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1);
    /* FF3.5+ */
    -ms-transform: scale(1);
    /* IE9 */
    -o-transform: scale(1);
    /* Opera 10.5 */
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0);
    /* FF3.5+ */
    -ms-transform: scale(0);
    /* IE9 */
    -o-transform: scale(0);
    /* Opera 10.5 */
    transform: scale(0); } }
@-webkit-keyframes $animation_name {
  0% {
    -webkit-transform: translate(0, -100%);
    /* Saf3.1+, Chrome */
    -moz-transform: translate(0, -100%);
    /* FF3.5+ */
    -ms-transform: translate(0, -100%);
    /* IE9 */
    -o-transform: translate(0, -100%);
    /* Opera 10.5 */
    transform: translate(0, -100%);
    zoom: 1; }
  100% {
    -webkit-transform: translate(0, 0);
    /* Saf3.1+, Chrome */
    -moz-transform: translate(0, 0);
    /* FF3.5+ */
    -ms-transform: translate(0, 0);
    /* IE9 */
    -o-transform: translate(0, 0);
    /* Opera 10.5 */
    transform: translate(0, 0);
    zoom: 1; } }
@-moz-keyframes $animation_name {
  0% {
    -webkit-transform: translate(0, -100%);
    /* Saf3.1+, Chrome */
    -moz-transform: translate(0, -100%);
    /* FF3.5+ */
    -ms-transform: translate(0, -100%);
    /* IE9 */
    -o-transform: translate(0, -100%);
    /* Opera 10.5 */
    transform: translate(0, -100%);
    zoom: 1; }
  100% {
    -webkit-transform: translate(0, 0);
    /* Saf3.1+, Chrome */
    -moz-transform: translate(0, 0);
    /* FF3.5+ */
    -ms-transform: translate(0, 0);
    /* IE9 */
    -o-transform: translate(0, 0);
    /* Opera 10.5 */
    transform: translate(0, 0);
    zoom: 1; } }
@-o-keyframes $animation_name {
  0% {
    -webkit-transform: translate(0, -100%);
    /* Saf3.1+, Chrome */
    -moz-transform: translate(0, -100%);
    /* FF3.5+ */
    -ms-transform: translate(0, -100%);
    /* IE9 */
    -o-transform: translate(0, -100%);
    /* Opera 10.5 */
    transform: translate(0, -100%);
    zoom: 1; }
  100% {
    -webkit-transform: translate(0, 0);
    /* Saf3.1+, Chrome */
    -moz-transform: translate(0, 0);
    /* FF3.5+ */
    -ms-transform: translate(0, 0);
    /* IE9 */
    -o-transform: translate(0, 0);
    /* Opera 10.5 */
    transform: translate(0, 0);
    zoom: 1; } }
@keyframes $animation_name {
  0% {
    -webkit-transform: translate(0, -100%);
    /* Saf3.1+, Chrome */
    -moz-transform: translate(0, -100%);
    /* FF3.5+ */
    -ms-transform: translate(0, -100%);
    /* IE9 */
    -o-transform: translate(0, -100%);
    /* Opera 10.5 */
    transform: translate(0, -100%);
    zoom: 1; }
  100% {
    -webkit-transform: translate(0, 0);
    /* Saf3.1+, Chrome */
    -moz-transform: translate(0, 0);
    /* FF3.5+ */
    -ms-transform: translate(0, 0);
    /* IE9 */
    -o-transform: translate(0, 0);
    /* Opera 10.5 */
    transform: translate(0, 0);
    zoom: 1; } }
@-webkit-keyframes $animation_name {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    /* Saf3.1+, Chrome */
    -moz-transform: scaleY(0.4);
    /* FF3.5+ */
    -ms-transform: scaleY(0.4);
    /* IE9 */
    -o-transform: scaleY(0.4);
    /* Opera 10.5 */
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scaleY(1);
    /* FF3.5+ */
    -ms-transform: scaleY(1);
    /* IE9 */
    -o-transform: scaleY(1);
    /* Opera 10.5 */
    transform: scaleY(1); } }
@-moz-keyframes $animation_name {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    /* Saf3.1+, Chrome */
    -moz-transform: scaleY(0.4);
    /* FF3.5+ */
    -ms-transform: scaleY(0.4);
    /* IE9 */
    -o-transform: scaleY(0.4);
    /* Opera 10.5 */
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scaleY(1);
    /* FF3.5+ */
    -ms-transform: scaleY(1);
    /* IE9 */
    -o-transform: scaleY(1);
    /* Opera 10.5 */
    transform: scaleY(1); } }
@-o-keyframes $animation_name {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    /* Saf3.1+, Chrome */
    -moz-transform: scaleY(0.4);
    /* FF3.5+ */
    -ms-transform: scaleY(0.4);
    /* IE9 */
    -o-transform: scaleY(0.4);
    /* Opera 10.5 */
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scaleY(1);
    /* FF3.5+ */
    -ms-transform: scaleY(1);
    /* IE9 */
    -o-transform: scaleY(1);
    /* Opera 10.5 */
    transform: scaleY(1); } }
@keyframes $animation_name {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    /* Saf3.1+, Chrome */
    -moz-transform: scaleY(0.4);
    /* FF3.5+ */
    -ms-transform: scaleY(0.4);
    /* IE9 */
    -o-transform: scaleY(0.4);
    /* Opera 10.5 */
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    /* Saf3.1+, Chrome */
    -moz-transform: scaleY(1);
    /* FF3.5+ */
    -ms-transform: scaleY(1);
    /* IE9 */
    -o-transform: scaleY(1);
    /* Opera 10.5 */
    transform: scaleY(1); } }
/*-------------------------------------------------------------------
	Font face
-------------------------------------------------------------------*/
@font-face {
  font-family: "MuseoSans100Regular";
  src: url(fonts/museo-sans-100.eot);
  src: url(fonts/museo-sans-100.eot?#iefix) format("embedded-opentype"), url(fonts/museo-sans-100.woff) format("woff"), url(fonts/museo-sans-100.ttf) format("truetype"), url(fonts/museo-sans-100.svg#MuseoSans100Regular) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "MuseoSans500Regular";
  src: url(fonts/museo-sans-500.eot);
  src: url(fonts/museo-sans-500.eot?#iefix) format("embedded-opentype"), url(fonts/museo-sans-500.woff) format("woff"), url(fonts/museo-sans-500.ttf) format("truetype"), url(fonts/museo-sans-500.svg#MuseoSans500Regular) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "MuseoSans700Regular";
  src: url(fonts/museo-sans-700.eot);
  src: url(fonts/museo-sans-700.eot?#iefix) format("embedded-opentype"), url(fonts/museo-sans-700.woff) format("woff"), url(fonts/museo-sans-700.ttf) format("truetype"), url(fonts/museo-sans-700.svg#MuseoSans700Regular) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "MuseoSans900Regular";
  src: url(fonts/museo-sans-900.eot);
  src: url(fonts/museo-sans-900.eot?#iefix) format("embedded-opentype"), url(fonts/museo-sans-900.woff) format("woff"), url(fonts/museo-sans-900.ttf) format("truetype"), url(fonts/museo-sans-900.svg#MuseoSans900Regular) format("svg");
  font-weight: normal;
  font-style: normal; }
/*-------------------------------------------------------------------
	Global
-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
 }
  html body {
    color: #808080;
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 100%;
    -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5 {
  color: #000000;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  padding: 0 0 20px;
  text-transform: uppercase; }

h1 {
  font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
  padding: 0 0 40px;
  font-size: 45px;
  font-size: 4.5rem; }

h2 {
  font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif; }
  h2 a {
    color: #7cb197; }

p {
  margin: 0;
  padding: 0 0 20px; }

a {
  color: #808080;
  outline: 0 !important;
  -moz-transition-property: color;
  /* FireFox */
  -webkit-transition-property: color;
  /* Safari / Chrome */
  -o-transition-property: color;
  /* Opera */
  transition-property: color;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
  a img {
    outline: 0 !important; }
  a:hover {
    color: #000000; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0 0 20px; }
  ul li, ol li {
    margin: 0 0 5px; }

img {
  border: 0;
  display: inline-block;
  outline: 0 !important; }
  img.img-responsive, .slider.slider-full.is-ready img, body#foodies-slug .content-foodie .profile img {
    display: block;
    height: auto;
    width: 100%; }
  img.img-50 {
    display: block;
    height: auto;
    width: 50%; }
    @media only screen and (max-width: 768px) {
      img.img-50 {
        width: 80%; } }
    @media only screen and (max-width: 500px) {
      img.img-50 {
        width: 100%; } }
  img.img-block {
    display: block;
    margin-bottom: 20px; }
    @media only screen and (max-width: 500px) {
      img.img-block {
        width: 100%; } }

table {
  margin: 0 0 20px;
  width: 100%; }

hr {
  background: #c7c6be;
  border: 0;
  height: 1px;
  margin: 40px 0;
  width: 100%; }
  hr.small-margin {
    margin: 0 0 20px 0; }
  hr.dotted {
    background: none;
    height: 14px;
    overflow: hidden; }
    hr.dotted:after {
      content: ".....................................................................................................................................................................................................................................................";
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 4px;
      /* Use letter-spacing to increase space between dots*/ }

blockquote {
  color: #000000;
  font-style: italic;
  font-size: 20px;
  font-size: 2rem; }

button {
  outline: 0 !important; }

/*-------------------------------------------------------------------
	BASE LAYOUT ZONES
-------------------------------------------------------------------*/
.layout-wrapper {
  margin: 0 auto;
  padding: 15px 0 0 0;
  position: relative;
  text-align: left;
  width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1240px) {
    .layout-wrapper {
      padding: 0 20px;
      width: 100%; }
      .layout-wrapper.layout-wrapper-ui {
        margin: 0 20px;
        padding: 0;
        width: auto; } }
  @media only screen and (max-width: 500px) {
    .layout-wrapper {
      padding: 0 30px; } }

@media only screen and (max-width: 1200px) {
  .layout-wrapper-ui {
    margin: 0 20px;
    padding: 0;
    position: relative;
    text-align: left;
    width: auto; } }

#layout-header {
  margin: 0 0 40px; }
  @media only screen and (max-width: 768px) {
    #layout-header {
      margin: 0 0 20px; } }
  #layout-header .layout-wrapper {
    padding-top: 15px;
    text-align: center; }

#layout-content.layout-article {
  margin: 0 0 40px; }

#layout-footer {
  background: #eeeeee;
  margin: 0;
  padding: 40px 0 20px; }
  #layout-footer .btn-circle {
    background: #7a7a7a; }
    #layout-footer .btn-circle:hover {
      background: #000000; }
  #layout-footer .footer-milk-family {
    padding-top: 36px; }
    @media only screen and (max-width: 768px) {
      #layout-footer .footer-milk-family {
        margin: 0 0 20px 0;
        padding: 0;
        width: 50%; } }
    @media only screen and (max-width: 704px) {
      #layout-footer .footer-milk-family {
        float: none; } }
    @media only screen and (max-width: 500px) {
      #layout-footer .footer-milk-family {
        width: 100%; } }
    #layout-footer .footer-milk-family img {
      margin: 0 12px 20px 0; }
    #layout-footer .footer-milk-family a {
      display: block;
      font-weight: 600;
      text-decoration: none;
      font-size: 13px;
      font-size: 1.3rem; }
      #layout-footer .footer-milk-family a:hover {
        color: #000000; }
      #layout-footer .footer-milk-family a span {
        display: block;
        margin: 0 0 8px;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 1.4rem; }
  #layout-footer .footer-credits {
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      #layout-footer .footer-credits {
        margin: 0;
        width: 50%; } }
    @media only screen and (max-width: 704px) {
      #layout-footer .footer-credits {
        float: none;
        width: 100%; } }
    @media only screen and (max-width: 500px) {
      #layout-footer .footer-credits {
        font-size: 12px;
        font-size: 1.2rem; } }
    #layout-footer .footer-credits ul {
      float: right;
      padding-bottom: 26px; }
      @media only screen and (max-width: 704px) {
        #layout-footer .footer-credits ul {
          float: none; } }
      #layout-footer .footer-credits ul li {
        padding-left: 5px; }
        #layout-footer .footer-credits ul li:first-child {
          padding-left: 0; }
    #layout-footer .footer-credits p {
      float: right;
      padding-bottom: 10px; }
      @media only screen and (max-width: 704px) {
        #layout-footer .footer-credits p {
          float: none;
          text-align: center; } }

/*-------------------------------------------------------------------
	GRID SYSTEM
-------------------------------------------------------------------*/
.row {
  position: relative;
  width: 100%;
  padding-bottom: 1.66667%; }
  .row:after {
    clear: both; }
  .row:before, .row:after {
    content: "";
    display: table;
    line-height: 0; }
  .row [class*="col"] {
    display: block;
    float: left;
    min-height: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row [class*="col"]:first-child {
    margin-left: 0; }
  .row [class*="col"] {
    margin-left: 1.66667%; }
    @media only screen and (max-width: 500px) {
      .row [class*="col"] {
        margin: 0 0 20px 0; } }
  @media only screen and (max-width: 500px) {
    .row .col-xs-first {
      clear: both;
      margin-left: 0; }
    .row .visible-xs {
      display: block; }
    .row .hidden-xs {
      display: none; } }
  @media only screen and (min-width: 1px) {
    .row .col-xs-1 {
      width: 6.80556%; }
    .row .col-xs-2 {
      width: 15.27778%; }
    .row .col-xs-3 {
      width: 23.75%; }
    .row .col-xs-4 {
      width: 32.22222%; }
    .row .col-xs-5 {
      width: 40.69444%; }
    .row .col-xs-6 {
      width: 49.16667%; }
    .row .col-xs-7 {
      width: 57.63889%; }
    .row .col-xs-8 {
      width: 66.11111%; }
    .row .col-xs-9 {
      width: 74.58333%; }
    .row .col-xs-10 {
      width: 83.05556%; }
    .row .col-xs-11 {
      width: 91.52778%; }
    .row .col-xs-12 {
      width: 100%; } }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    .row .col-sm-first {
      clear: both;
      margin-left: 0; }
    .row .visible-sm {
      display: block; }
    .row .hidden-sm {
      display: none; } }
  @media only screen and (min-width: 501px) {
    .row .col-sm-1 {
      width: 6.80556%; }
    .row .col-sm-2 {
      width: 15.27778%; }
    .row .col-sm-3 {
      width: 23.75%; }
    .row .col-sm-4 {
      width: 32.22222%; }
    .row .col-sm-5 {
      width: 40.69444%; }
    .row .col-sm-6 {
      width: 49.16667%; }
    .row .col-sm-7 {
      width: 57.63889%; }
    .row .col-sm-8 {
      width: 66.11111%; }
    .row .col-sm-9 {
      width: 74.58333%; }
    .row .col-sm-10 {
      width: 83.05556%; }
    .row .col-sm-11 {
      width: 91.52778%; }
    .row .col-sm-12 {
      width: 100%; } }
  @media only screen and (min-width: 769px) and (max-width: 1100px) {
    .row .col-md-first {
      clear: both;
      margin-left: 0; }
    .row .visible-md {
      display: block; }
    .row .hidden-md {
      display: none; } }
  @media only screen and (min-width: 769px) {
    .row .col-md-1 {
      width: 6.80556%; }
    .row .col-md-2 {
      width: 15.27778%; }
    .row .col-md-3 {
      width: 23.75%; }
    .row .col-md-4 {
      width: 32.22222%; }
    .row .col-md-5 {
      width: 40.69444%; }
    .row .col-md-6 {
      width: 49.16667%; }
    .row .col-md-7 {
      width: 57.63889%; }
    .row .col-md-8 {
      width: 66.11111%; }
    .row .col-md-9 {
      width: 74.58333%; }
    .row .col-md-10 {
      width: 83.05556%; }
    .row .col-md-11 {
      width: 91.52778%; }
    .row .col-md-12 {
      width: 100%; } }
  @media only screen and (min-width: 1101px) and (max-width: 12000px) {
    .row .col-lg-first {
      clear: both;
      margin-left: 0; }
    .row .visible-lg {
      display: block; }
    .row .hidden-lg {
      display: none; } }
  @media only screen and (min-width: 1101px) {
    .row .col-lg-1 {
      width: 6.80556%; }
    .row .col-lg-2 {
      width: 15.27778%; }
    .row .col-lg-3 {
      width: 23.75%; }
    .row .col-lg-4 {
      width: 32.22222%; }
    .row .col-lg-5 {
      width: 40.69444%; }
    .row .col-lg-6 {
      width: 49.16667%; }
    .row .col-lg-7 {
      width: 57.63889%; }
    .row .col-lg-8 {
      width: 66.11111%; }
    .row .col-lg-9 {
      width: 74.58333%; }
    .row .col-lg-10 {
      width: 83.05556%; }
    .row .col-lg-11 {
      width: 91.52778%; }
    .row .col-lg-12 {
      width: 100%; } }

.row-full {
  width: 100%;
  padding-bottom: 0%; }
  .row-full:after {
    clear: both; }
  .row-full:before, .row-full:after {
    content: "";
    display: table;
    line-height: 0; }
  .row-full [class*="col"] {
    display: block;
    float: left;
    min-height: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .row-full [class*="col"]:first-child {
    margin-left: 0; }
  .row-full [class*="col"] {
    margin-left: 0%; }
  @media only screen and (max-width: 500px) {
    .row-full .col-xs-first {
      clear: both;
      margin-left: 0; }
    .row-full .visible-xs {
      display: block; }
    .row-full .hidden-xs {
      display: none; } }
  @media only screen and (min-width: 1px) {
    .row-full .col-xs-1 {
      width: 8.33333%; }
    .row-full .col-xs-2 {
      width: 16.66667%; }
    .row-full .col-xs-3 {
      width: 25%; }
    .row-full .col-xs-4 {
      width: 33.33333%; }
    .row-full .col-xs-5 {
      width: 41.66667%; }
    .row-full .col-xs-6 {
      width: 50%; }
    .row-full .col-xs-7 {
      width: 58.33333%; }
    .row-full .col-xs-8 {
      width: 66.66667%; }
    .row-full .col-xs-9 {
      width: 75%; }
    .row-full .col-xs-10 {
      width: 83.33333%; }
    .row-full .col-xs-11 {
      width: 91.66667%; }
    .row-full .col-xs-12 {
      width: 100%; } }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    .row-full .col-sm-first {
      clear: both;
      margin-left: 0; }
    .row-full .visible-sm {
      display: block; }
    .row-full .hidden-sm {
      display: none; } }
  @media only screen and (min-width: 501px) {
    .row-full .col-sm-1 {
      width: 8.33333%; }
    .row-full .col-sm-2 {
      width: 16.66667%; }
    .row-full .col-sm-3 {
      width: 25%; }
    .row-full .col-sm-4 {
      width: 33.33333%; }
    .row-full .col-sm-5 {
      width: 41.66667%; }
    .row-full .col-sm-6 {
      width: 50%; }
    .row-full .col-sm-7 {
      width: 58.33333%; }
    .row-full .col-sm-8 {
      width: 66.66667%; }
    .row-full .col-sm-9 {
      width: 75%; }
    .row-full .col-sm-10 {
      width: 83.33333%; }
    .row-full .col-sm-11 {
      width: 91.66667%; }
    .row-full .col-sm-12 {
      width: 100%; } }
  @media only screen and (min-width: 769px) and (max-width: 1100px) {
    .row-full .col-md-first {
      clear: both;
      margin-left: 0; }
    .row-full .visible-md {
      display: block; }
    .row-full .hidden-md {
      display: none; } }
  @media only screen and (min-width: 769px) {
    .row-full .col-md-1 {
      width: 8.33333%; }
    .row-full .col-md-2 {
      width: 16.66667%; }
    .row-full .col-md-3 {
      width: 25%; }
    .row-full .col-md-4 {
      width: 33.33333%; }
    .row-full .col-md-5 {
      width: 41.66667%; }
    .row-full .col-md-6 {
      width: 50%; }
    .row-full .col-md-7 {
      width: 58.33333%; }
    .row-full .col-md-8 {
      width: 66.66667%; }
    .row-full .col-md-9 {
      width: 75%; }
    .row-full .col-md-10 {
      width: 83.33333%; }
    .row-full .col-md-11 {
      width: 91.66667%; }
    .row-full .col-md-12 {
      width: 100%; } }
  @media only screen and (min-width: 1101px) and (max-width: 12000px) {
    .row-full .col-lg-first {
      clear: both;
      margin-left: 0; }
    .row-full .visible-lg {
      display: block; }
    .row-full .hidden-lg {
      display: none; } }
  @media only screen and (min-width: 1101px) {
    .row-full .col-lg-1 {
      width: 8.33333%; }
    .row-full .col-lg-2 {
      width: 16.66667%; }
    .row-full .col-lg-3 {
      width: 25%; }
    .row-full .col-lg-4 {
      width: 33.33333%; }
    .row-full .col-lg-5 {
      width: 41.66667%; }
    .row-full .col-lg-6 {
      width: 50%; }
    .row-full .col-lg-7 {
      width: 58.33333%; }
    .row-full .col-lg-8 {
      width: 66.66667%; }
    .row-full .col-lg-9 {
      width: 75%; }
    .row-full .col-lg-10 {
      width: 83.33333%; }
    .row-full .col-lg-11 {
      width: 91.66667%; }
    .row-full .col-lg-12 {
      width: 100%; } }

.row .center {
    float:none !important;
    margin:0 auto !important;
}

[class*="col"].hide, .row [class*="col"].hide {
  display: none; }

[class*="col"].pull-right, .row [class*="col"].pull-right {
  float: right; }

/*-------------------------------------------------------------------
	BASE LAYOUT CLASSES
-------------------------------------------------------------------*/
.l-align {
  text-align: left; }

.c-align {
  text-align: center; }

.r-align {
  text-align: right; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clear {
  clear: both;
  display: block; }

.cf:before, .layout-article:before, .drawer-visible-content:before, .drawer-hidden-content:before, .nav-pagination ul:before, .preview-holder:before, .slider-holder:before, body.theme-concours-mon-carnet-votre-tablette #box-details #prize .btn-wrapper:before, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .btn-wrapper:before, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .btn-wrapper:before, body.theme-concours-pizzas-dici .box-prize .prize-presentation .btn-wrapper:before, body.theme-concours-feerie-a-table .box-prize .prize-presentation .btn-wrapper:before, body#blog .article-default .entry-content .embedded-content:before, body#fromages-slug .foodie .foodie-content:before, body#foodies-slug .content-foodie .photoshoot.row-tiles:before,
body#foodies-slug .content-foodie .verdict.row-tiles:before, body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .row-tiles:before,
body#foodies-slug .content-foodie .verdict.row-tiles .col-half .row-tiles:before,
.cf:after,
.layout-article:after,
.drawer-visible-content:after,
.drawer-hidden-content:after,
.nav-pagination ul:after,
.preview-holder:after,
.slider-holder:after,
body.theme-concours-mon-carnet-votre-tablette #box-details #prize .btn-wrapper:after,
body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .btn-wrapper:after,
body.theme-concours-printemps-en-folie .box-prize .prize-presentation .btn-wrapper:after,
body.theme-concours-pizzas-dici .box-prize .prize-presentation .btn-wrapper:after,
body.theme-concours-feerie-a-table .box-prize .prize-presentation .btn-wrapper:after,
body#blog .article-default .entry-content .embedded-content:after,
body#fromages-slug .foodie .foodie-content:after,
body#foodies-slug .content-foodie .photoshoot.row-tiles:after,
body#foodies-slug .content-foodie .verdict.row-tiles:after,
body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .row-tiles:after,
body#foodies-slug .content-foodie .verdict.row-tiles .col-half .row-tiles:after {
  content: "";
  display: table; }

.cf:after, .layout-article:after, .drawer-visible-content:after, .drawer-hidden-content:after, .nav-pagination ul:after, .preview-holder:after, .slider-holder:after, body.theme-concours-mon-carnet-votre-tablette #box-details #prize .btn-wrapper:after, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .btn-wrapper:after, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .btn-wrapper:after, body.theme-concours-pizzas-dici .box-prize .prize-presentation .btn-wrapper:after, body.theme-concours-feerie-a-table .box-prize .prize-presentation .btn-wrapper:after, body#blog .article-default .entry-content .embedded-content:after, body#fromages-slug .foodie .foodie-content:after, body#foodies-slug .content-foodie .photoshoot.row-tiles:after,
body#foodies-slug .content-foodie .verdict.row-tiles:after, body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .row-tiles:after,
body#foodies-slug .content-foodie .verdict.row-tiles .col-half .row-tiles:after {
  clear: both; }

.cf, .layout-article, .drawer-visible-content, .drawer-hidden-content, .nav-pagination ul, .preview-holder, .slider-holder, body.theme-concours-mon-carnet-votre-tablette #box-details #prize .btn-wrapper, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .btn-wrapper, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .btn-wrapper, body.theme-concours-pizzas-dici .box-prize .prize-presentation .btn-wrapper, body.theme-concours-feerie-a-table .box-prize .prize-presentation .btn-wrapper, body#blog .article-default .entry-content .embedded-content, body#fromages-slug .foodie .foodie-content, body#foodies-slug .content-foodie .photoshoot.row-tiles,
body#foodies-slug .content-foodie .verdict.row-tiles, body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .row-tiles,
body#foodies-slug .content-foodie .verdict.row-tiles .col-half .row-tiles {
  zoom: 1; }

/*-------------------------------------------------------------------
	SPECIFIC LAYOUTS
-------------------------------------------------------------------*/
.layout-article .layout-article-main-content {
  display: block;
  float: left;
  min-height: 30px;
  width: 65.83333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .layout-article .layout-article-main-content {
      float: none;
      margin: 0 0 20px;
      width: 100%; } }
.layout-article .layout-article-aside {
  float: right;
  margin-left: 2.5%;
  min-height: 30px;
  padding: 20px 0 40px;
  width: 31.66667%; }
  .layout-article .layout-article-aside .layout-article-aside-title {
    color: #808080;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .layout-article .layout-article-aside {
      float: none;
      margin: 0 0 20px;
      width: 100%; } }
  .layout-article .layout-article-aside .aside-section {
    border-top: 1px solid #c7c6be;
    padding: 20px 0 0 0; }
    .layout-article .layout-article-aside .aside-section:first-child {
      border-top: 0;
      padding-top: 0; }
    .layout-article .layout-article-aside .aside-section.aside-section-author {
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
      .layout-article .layout-article-aside .aside-section.aside-section-author a {
        color: #7cb197;
        font-size: 12px;
        font-size: 1.2rem; }
    .layout-article .layout-article-aside .aside-section a.aside-section-sublink {
      font-family: "Crimson Text", "Times New Roman", Times, serif;
      text-transform: none;
      font-size: 16px;
      font-size: 1.6rem; }

.layout-toplayer {
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 500px) {
    .layout-toplayer {
      font-size: 16px;
      font-size: 1.6rem; } }
  .layout-toplayer .layout-wrapper {
    width: 600px; }
    @media only screen and (max-width: 500px) {
      .layout-toplayer .layout-wrapper {
        padding: 0;
        width: 100%; } }
  .layout-toplayer h2 {
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 500px) {
      .layout-toplayer h2 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .layout-toplayer .toplayer-response {
    display: none; }

/*-------------------------------------------------------------------
	Standalone modules
-------------------------------------------------------------------*/
.alert {
  display: none; }
  .alert.alert-active, form .form-group.error.notice-error-email .alert.alert-error-email, form .form-group.error.notice-error-postalCode .alert.alert-error-postal {
    display: block; }
  .alert.alert-error {
    color: #e7300c;
    font-size: 16px;
    font-size: 1.6rem; }

.article {
  margin: 0 0 20px; }

.article-default {
  padding: 20px 20px 40px 0; }
  .article-default .article-default-intro {
    display: block;
    margin: 0 0 30px; }
  .article-default .article-default-title {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 0 0 30px;
    font-size: 45px;
    font-size: 4.5rem; }
    .article-default .article-default-title sup {
      font-size: 27px;
      font-size: 2.7rem; }
    @media only screen and (max-width: 500px) {
      .article-default .article-default-title {
        font-size: 26px;
        font-size: 2.6rem; }
        .article-default .article-default-title sup {
          font-size: 17px;
          font-size: 1.7rem; } }
  .article-default .article-default-subtitle {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 40px 0 30px;
    font-size: 25px;
    font-size: 2.5rem; }
  .article-default .article-default-subtitle-subtitle {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 22px 0 25px;
    font-size: 16px;
    font-size: 1.6rem; }
  .article-default .article-default-credit-title {
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem; }
  .article-default .article-default-section-title {
    color: #000000;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem; }
  .article-default .title-underlined {
    margin-bottom: 0; }
  .article-default a {
    color: #7cb197;
    text-decoration: none; }
    .article-default a:hover {
      text-decoration: underline; }
  .article-default .btn-close-fullscreen {
    display: none; }
  .article-default p {
    line-height: 150%;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 23px; }
    .article-default p.article-default-hat {
      line-height: 125%;
      font-size: 24px;
      font-size: 2.4rem; }
  .article-default h5 {
    color: #8f8e7d;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 25px 0 25px;
    font-size: 14px;
    font-size: 1.4rem; }

.article-split a {
  text-decoration: none; }
  .article-split a:hover {
    text-decoration: underline; }
.article-split .btn-close-fullscreen {
  display: none; }
.article-split .article-split-infos {
  padding: 15px 0 0 0;
  display: table-cell;
  height: 100%;
  vertical-align: middle; }
  @media only screen and (max-width: 500px) {
    .article-split .article-split-infos {
      padding: 0; } }
  .article-split .article-split-infos hr {
    margin: 20px 0 20px 12px; }
    @media only screen and (max-width: 500px) {
      .article-split .article-split-infos hr {
        margin: 20px 0 20px 0px; } }
  .article-split .article-split-infos .labels-container {
    margin: 40px 0 0 0; }
    .article-split .article-split-infos .labels-container.small-margin {
      margin: 10px 0 0 0; }
  .article-split .article-split-infos .article-split-infos-padded {
    padding: 0 12px; }
    @media only screen and (max-width: 500px) {
      .article-split .article-split-infos .article-split-infos-padded {
        padding: 0; } }
    .article-split .article-split-infos .article-split-infos-padded a {
      color: #7cb197; }
    .article-split .article-split-infos .article-split-infos-padded h1 {
      padding: 0;
      font-size: 45px;
      font-size: 4.5rem; }
      @media only screen and (max-width: 1100px) {
        .article-split .article-split-infos .article-split-infos-padded h1 {
          font-size: 50px;
          font-size: 5rem; } }
      @media only screen and (max-width: 500px) {
        .article-split .article-split-infos .article-split-infos-padded h1 {
          font-size: 40px;
          font-size: 4rem; } }
      .article-split .article-split-infos .article-split-infos-padded h1.article-split-title-medium {
        font-size: 50px;
        font-size: 5rem; }
        @media only screen and (max-width: 1100px) {
          .article-split .article-split-infos .article-split-infos-padded h1.article-split-title-medium {
            font-size: 40px;
            font-size: 4rem; } }
        @media only screen and (max-width: 500px) {
          .article-split .article-split-infos .article-split-infos-padded h1.article-split-title-medium {
            font-size: 36px;
            font-size: 3.6rem; } }
      .article-split .article-split-infos .article-split-infos-padded h1.article-split-title-large {
        font-size: 45px;
        font-size: 4.5rem; }
        @media only screen and (max-width: 1100px) {
          .article-split .article-split-infos .article-split-infos-padded h1.article-split-title-large {
            font-size: 36px;
            font-size: 3.6rem; } }
        @media only screen and (max-width: 500px) {
          .article-split .article-split-infos .article-split-infos-padded h1.article-split-title-large {
            font-size: 30px;
            font-size: 3rem; } }
      .article-split .article-split-infos .article-split-infos-padded h1 + .article-split-subtitle {
        margin: 15px 0 5px 0; }
    .article-split .article-split-infos .article-split-infos-padded .article-split-subtitle {
      padding: 0;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem; }
      .article-split .article-split-infos .article-split-infos-padded .article-split-subtitle sup {
        text-transform: lowercase; }
    .article-split .article-split-infos .article-split-infos-padded .article-split-subtitle-medium {
      color: #000000;
      margin: 0 0 5px 0;
      padding: 0;
      font-size: 20px;
      font-size: 2rem; }
      .article-split .article-split-infos .article-split-infos-padded .article-split-subtitle-medium.subtitle-medium-portions {
        color: #808080;
        font-weight: 600; }
      .article-split .article-split-infos .article-split-infos-padded .article-split-subtitle-medium.subtitle-medium-details {
        margin: 10px 0 5px 0;
        color: #808080;
        font-weight: 600; }
    .article-split .article-split-infos .article-split-infos-padded span {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem; }
      .article-split .article-split-infos .article-split-infos-padded span + span {
        margin: 0 0 0 5px; }
.article-split .article-split-main-content {
  margin-top: 45px; }
  @media only screen and (max-width: 500px) {
    .article-split .article-split-main-content {
      margin-top: 20px; } }
  .article-split .article-split-main-content .article-split-description {
    padding-right: 45px;
    font-size: 20px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .article-split .article-split-main-content .article-split-description {
        padding-right: 0; } }
    .article-split .article-split-main-content .article-split-description.padded {
      padding: 0 12px; }
      @media only screen and (max-width: 500px) {
        .article-split .article-split-main-content .article-split-description.padded {
          padding: 0; } }
    .article-split .article-split-main-content .article-split-description p {
      line-height: 120%; }
    .article-split .article-split-main-content .article-split-description h2 {
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      margin: 12px 0 0 0;
      font-size: 16px;
      font-size: 1.6rem; }
    .article-split .article-split-main-content .article-split-description a {
      color: #7cb197; }

.article-split-aside {
  margin: 20px 0 0 0; }
  .article-split-aside i, .article-split-aside div {
    float: left; }
    @media only screen and (max-width: 1000px) {
      .article-split-aside i, .article-split-aside div {
        float: none; } }
  .article-split-aside div {
    margin: 0;
    width: 84%; }
    @media only screen and (max-width: 1000px) {
      .article-split-aside div {
        margin: 8px 0 0 0;
        width: 100%; } }
    .article-split-aside div a {
      color: #7cb197;
      display: inline-block;
      margin: 0 0 5px 0;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem; }
    .article-split-aside div .last-item {
      margin: 20px 0 0 0; }
    .article-split-aside div p {
      font-size: 16px;
      font-size: 1.6rem; }

.article-pellet-holder {
  display: table;
  margin: 0 auto;
  table-layout: fixed; }

.article-pellet {
  float: left;
  padding: 0 20px 20px;
  width: 450px; }
  @media only screen and (max-width: 1100px) {
    .article-pellet {
      width: 400px; } }
  @media only screen and (max-width: 500px) {
    .article-pellet {
      width: auto; } }
  @media only screen and (max-width: 920px) {
    .article-pellet {
      float: none;
      padding: 0 0 20px; } }
  .article-pellet img {
    float: right;
    margin: 0 40px 0 40px;
    max-width: 177px; }
    @media only screen and (max-width: 1100px) {
      .article-pellet img {
        max-width: 145px; } }
    @media only screen and (max-width: 500px) {
      .article-pellet img {
        float: none;
        margin: 0 auto; } }
  .article-pellet .article-pellet-description {
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .article-pellet .article-pellet-description {
        margin-top: 15px;
        font-size: 18px;
        font-size: 1.8rem; } }
    .article-pellet .article-pellet-description p {
      max-width: 235px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .article-pellet .article-pellet-description p {
          max-width: none; } }
      .article-pellet .article-pellet-description p a {
        color: #7cb197;
        font-size: 11px;
        font-size: 1.1rem; }
    .article-pellet .article-pellet-description .logo-saq {
      bottom: 0;
      display: block;
      height: 15px;
      position: absolute;
      right: 0;
      width: 83px;
      background-image: url(/img/sprite.png?1.0);
      background-repeat: no-repeat;
      background-position: -236px -2px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
        .article-pellet .article-pellet-description .logo-saq {
          background-image: url(/img/sprite@2x.png?1.0);
          background-repeat: no-repeat;
          background-position: -236px -2px;
          background-size: 400px; } }

.banner {
  display: block;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .banner .banner-title {
    color: #FFFFFF;
    display: inline-block;
    line-height: 100%;
    padding: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
  .banner .banner-background {
    background-color: #7a7a7a;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    -ms-behavior: url(/css/behaviors/backgroundsize.min.htc); }
  .banner .btn-preview {
    margin: 20px 0 0 0; }

.banner-centered {
  display: table;
  text-align: center; }
  .banner-centered .banner-centered-content {
    display: table-cell;
    vertical-align: middle; }
  .banner-centered .banner-bottom-content {
    display: table-cell;
    vertical-align: bottom; }

.banner-header {
  height: 383px; }
  @media only screen and (max-width: 500px) {
    .banner-header {
      height: 200px; } }
  .banner-header.banner-header-about .banner-background {
    background-image: url(/img/tout-sur-les-fromages/index-main.jpg); }
  .banner-header .banner-title {
    color: #b4826f;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    text-shadow: none;
    font-size: 75px;
    font-size: 7.5rem; }
    @media only screen and (max-width: 500px) {
      .banner-header .banner-title {
        font-size: 45px;
        font-size: 4.5rem; } }
    .banner-header .banner-title span {
      display: block;
      line-height: 100%;
      font-size: 50px;
      font-size: 5rem; }
      @media only screen and (max-width: 500px) {
        .banner-header .banner-title span {
          font-size: 20px;
          font-size: 2rem; } }

.banner-cover {
  height: 440px; }
  .banner-cover.banner-cover-home h2 {
    color: #4899a5; }
  .banner-cover.banner-cover-home .banner-background {
    background-image: url(/img/accueil/banner-main.jpg); }
  .banner-cover .banner-title {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 50px;
    font-size: 5rem; }
    @media only screen and (max-width: 500px) {
      .banner-cover .banner-title {
        font-size: 36px;
        font-size: 3.6rem; } }
    .banner-cover .banner-title span {
      display: block;
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      line-height: 1;
      margin: 30px 0 5px 0;
      font-size: 30px;
      font-size: 3rem; }
      @media only screen and (max-width: 768px) {
        .banner-cover .banner-title span {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media only screen and (max-width: 500px) {
        .banner-cover .banner-title span {
          font-size: 20px;
          font-size: 2rem; } }

.banner-single {
  height: 100%;
  overflow: visible;
  padding: 15px 20px 20px;
  text-align: center; }
  @media only screen and (max-width: 1100px) {
    .banner-single {
      padding: 40px 20px 20px; } }
  .banner-single .logo-cheeses {
    background: url(/img/logo-menu-fr.png) no-repeat left top/cover;
    height: 57px;
    margin: 0 auto 12px auto;
    width: 70px; }
    .banner-single .logo-cheeses.en {
      background: url(/img/logo-menu-en.png) no-repeat left top/cover; }
    @media only screen and (max-width: 1100px) {
      .banner-single .logo-cheeses {
        display: none; } }
  .banner-single span {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px black;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
    @media only screen and (max-width: 1100px) {
      .banner-single span {
        display: none; } }
  .banner-single .banner-title {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem; }
    .banner-single .banner-title span {
      margin-top: 15px;
      font-size: 17px;
      font-size: 1.7rem; }
      @media only screen and (max-width: 1100px) {
        .banner-single .banner-title span {
          display: block;
          margin-top: 10px; } }
    .banner-single .banner-title.with-shadow {
      text-shadow: 3px 2px 5px black;
      /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
      .banner-single .banner-title.with-shadow span {
        text-shadow: 2px 2px 4px black;
        /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
      @media only screen and (max-width: 1100px) {
        .banner-single .banner-title.with-shadow {
          text-shadow: 2px 2px 4px black;
          /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ } }
    @media only screen and (max-width: 500px) {
      .banner-single .banner-title {
        font-size: 16px;
        font-size: 1.6rem; } }
  .banner-single .btn-preview-holder {
    bottom: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }

.banner-double {
  height: 100%;
  padding: 60px 20px 20px;
  text-align: center; }
  @media only screen and (max-width: 1100px) {
    .banner-double {
      padding: 40px 20px 20px; } }
  .banner-double .btn-preview-holder {
    bottom: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
  .banner-double p {
    color: #FFFFFF;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem; }

/*.banner-lg{
	height:220px;

	.banner-title{
		font-family:$museo-900;
		text-transform:uppercase;
		@include font-size(45);

		@include responsive($mobile){
			@include font-size(40);
		}
	}
}

.banner-md{
	height:220px;

	.banner-title{
		font-family:$museo-900;
		text-transform:uppercase;
		@include font-size(40);

		@include responsive($mobile){
			@include font-size(35);
		}

		span{
			display:block;
			font-family:$museo-700;
			line-height:100%;
			margin-top:5px;
			@include font-size(20);

			@include responsive($mobile){
				@include font-size(16);
			}
		}
	}
}

.banner-sm{
	height:220px;

	.banner-title{
		font-family:$museo-900;
		text-transform:uppercase;
		@include font-size(20);

		@include responsive($mobile){
			@include font-size(16);
		}
	}
}

.banner-contest{
	height:460px;
	padding-bottom:50px;

	.banner-category{
		border-bottom:1px solid $white;
		color:$white;
		display:inline-block;
		font-family:$museo-900;
		margin:0 0 $gutter_width/2;
		padding:0 0 $gutter_width/2;
		text-transform:uppercase;
		@include font-size(30);
		@include text-shadow(0, 2px, 5px, rgba($black, 0.2));

		@include responsive($mobile){
			@include font-size(25);
		}
	}

	.banner-title{
		font-family:$museo-900;
		text-transform:uppercase;
		@include font-size(55);

		@include responsive($mobile){
			@include font-size(40);
		}

		span{
			display:block;
			font-family:$museo-700;
			line-height:100%;
			margin-top:5px;
			@include font-size(30);

			@include responsive($mobile){
				@include font-size(25);
			}
		}
	}
}*/
.box {
  margin: 0 0 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .box .title-underlined:first-child {
    margin-bottom: 0; }
  .box > *:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }

.box-tips {
  background: #eef9fb;
  padding: 40px 20px;
  margin-top: 40px;
  font-size: 16px;
  font-size: 1.6rem; }
  .box-tips p, .box-tips span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 150%; }
  .box-tips .box-tips-subtitle {
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 15px;
    font-size: 1.5rem; }
  .box-tips .title-underlined {
    padding-top: 0; }
  .box-tips .list-about-cheese a {
    font-size: 20px;
    font-size: 2rem; }
  .box-tips .list-about-cheese li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 110%; }

.box-full {
  margin: 0 0 40px;
  padding: 20px 0; }
  .box-full.box-full-recipes {
    background: #182239; }
  .box-full.box-full-like {
    background: #eaf2f4; }
  .box-full.box-full-ingredients {
    background: #fffbdf;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif; }
    .box-full.box-full-ingredients ul {
      margin-bottom: 10px; }
    .box-full.box-full-ingredients li, .box-full.box-full-ingredients h3 {
      padding: 0 40px; }
    .box-full.box-full-ingredients h3 {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 20px; }
  .box-full.box-full-steps {
    line-height: 130%; }
    .box-full.box-full-steps h3 {
      font-weight: 600;
      font-size: 16px;
      font-size: 1.6rem; }
    .box-full.box-full-steps a {
      color: #7cb197; }
  .box-full.box-full-contest {
    line-height: 1.3;
    margin: 0;
    font-size: 20px;
    font-size: 2rem; }
    .box-full.box-full-contest .box-title {
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 25px;
      font-size: 2.5rem; }
    .box-full.box-full-contest .box-subtitle {
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1.6rem; }

.box-hint {
  background: #ff6c4b;
  padding: 10px;
  margin-bottom: 40px; }
  .box-hint p {
    padding: 6.66667px 0;
    color: #FFFFFF;
    font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 66px;
    text-indent: -66px; }
    .box-hint p strong {
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      font-weight: normal;
      text-transform: uppercase; }

.box-toplayer {
  padding: 0; }

.btn {
  border: 0;
  line-height: 100% !important;
  padding: 5px 13px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-transition-property: background-color;
  /* FireFox */
  -webkit-transition-property: background-color;
  /* Safari / Chrome */
  -o-transition-property: background-color;
  /* Opera */
  transition-property: background-color;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
  .btn:hover {
    text-decoration: none !important; }

.btn-circle {
  background: #000000;
  display: table;
  height: 42px;
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
  width: 42px;
  vertical-align: middle;
  -webkit-border-radius: 21px;
  /* Saf3-4, iOS 1-3.2, Android =1.6 */
  -moz-border-radius: 21px;
  /* FF1-3.6 */
  border-radius: 21px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .btn-circle .btn-circle-inner {
    display: table-cell;
    line-height: 100%;
    text-align: center;
    vertical-align: middle; }

.btn-primary {
  background: #000000;
  color: #FFFFFF !important;
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (max-width: 500px) {
    .btn-primary {
      font-size: 12px;
      font-size: 1.2rem; } }
  .btn-primary:hover {
    background: #7a7a7a;
    color: #FFFFFF; }

.btn-preview {
  background: #FFFFFF;
  color: #289894;
  line-height: 1;
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
  padding: 14px 13px 13px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem; }
  .btn-preview:hover {
    background: #289894;
    color: #FFFFFF; }
  .btn-preview.btn-preview-inverted {
    background: #289894;
    color: #FFFFFF; }
    .btn-preview.btn-preview-inverted:hover {
      background: #FFFFFF;
      color: #289894; }

.btn-md {
  padding: 17px 0;
  width: 250px; }

.btn-full {
  padding: 17px 0;
  width: 98%; }

.btn-next-page {
  display: none; }

.infinite-scroll.is-paused .btn-next-page {
  display: inline-block; }

.circle {
  display: table;
  line-height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .circle .circle-inner {
    display: table-cell;
    vertical-align: middle; }

.circle-sm {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 25px;
  /* Saf3-4, iOS 1-3.2, Android =1.6 */
  -moz-border-radius: 25px;
  /* FF1-3.6 */
  border-radius: 25px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.circle-md {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 45px;
  /* Saf3-4, iOS 1-3.2, Android =1.6 */
  -moz-border-radius: 45px;
  /* FF1-3.6 */
  border-radius: 45px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  @media only screen and (max-width: 500px) {
    .circle-md {
      height: 80px;
      width: 80px;
      -webkit-border-radius: 40px;
      /* Saf3-4, iOS 1-3.2, Android =1.6 */
      -moz-border-radius: 40px;
      /* FF1-3.6 */
      border-radius: 40px;
      /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
      /* useful if you don't want a bg color from leaking outside the border: */
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; } }

.circle-lg {
  height: 170px;
  width: 170px;
  -webkit-border-radius: 50%;
  /* Saf3-4, iOS 1-3.2, Android =1.6 */
  -moz-border-radius: 50%;
  /* FF1-3.6 */
  border-radius: 50%;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.circle-blue {
  background: #7496b5;
  color: #FFFFFF; }

.circle-white {
  background: #FFFFFF; }

.circle-vin-blanc, .circle-cidre {
  background: #fbf9e4;
  -moz-transition-property: background;
  /* FireFox */
  -webkit-transition-property: background;
  /* Safari / Chrome */
  -o-transition-property: background;
  /* Opera */
  transition-property: background;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
  .circle-vin-blanc:hover, .circle-cidre:hover {
    background: #f4efb8; }

.circle-vin-rouge, .circle-porto {
  background: #bf0009;
  -moz-transition-property: background;
  /* FireFox */
  -webkit-transition-property: background;
  /* Safari / Chrome */
  -o-transition-property: background;
  /* Opera */
  transition-property: background;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
  .circle-vin-rouge:hover, .circle-porto:hover {
    background: #f2000b; }

.circle-biere {
  background: #f7d45c;
  -moz-transition-property: background;
  /* FireFox */
  -webkit-transition-property: background;
  /* Safari / Chrome */
  -o-transition-property: background;
  /* Opera */
  transition-property: background;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
  .circle-biere:hover {
    background: #f5c72b; }

.diamond {
  display: table;
  height: 95px;
  line-height: 100%;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 95px;
  z-index: 5;
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -2px -155px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .diamond {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -2px -155px;
      background-size: 400px; } }
  .diamond .diamond-inner {
    display: table-cell;
    line-height: 100%;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem; }
    .diamond .diamond-inner span {
      color: #000000;
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }

.diamond-video .icon-play-sm, .diamond-video body#fromages-slug .foodie .foodie-content .foodie-text-wrapper .foodie-text a:before, body#fromages-slug .foodie .foodie-content .foodie-text-wrapper .foodie-text .diamond-video a:before {
  margin-bottom: 8px; }

.diamond-blog span {
  display: block;
  position: relative;
  margin-bottom: 5px; }
  .diamond-blog span:before {
    background: #000000;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 0 0 -8.5px;
    position: absolute;
    width: 20px; }

.drawer {
  border-bottom: 1px solid #c7c6be;
  margin: 0 0 40px;
  padding: 0 0 20px; }
  .drawer .drawer-opened {
    display: none; }
  .drawer .drawer-closed {
    display: block; }
  .drawer.is-opened .drawer-opened {
    display: block; }
  .drawer.is-opened .drawer-closed {
    display: none; }
  .drawer ul {
    padding: 0; }

.drawer-hidden-content {
  display: none; }

.drawer-trigger-link {
  color: #808080;
  display: block;
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
  margin: 40px 0 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem; }
  .drawer-trigger-link:hover {
    color: #000000;
    text-decoration: none !important; }
    .drawer-trigger-link:hover .icon-arrow-down-grey, .drawer-trigger-link:hover .icon-arrow-up-grey {
      display: none; }
    .drawer-trigger-link:hover .icon-arrow-down-black, .drawer-trigger-link:hover .icon-arrow-up-black {
      display: inline-block; }
  .drawer-trigger-link .icon-arrow-down-black, .drawer-trigger-link .icon-arrow-up-black {
    display: none; }

/*-------------------------------------------------------------------
	SPECIFIC DRAWERS
-------------------------------------------------------------------*/
.drawer-blog .drawer-trigger-link {
  color: #7cb197;
  margin-top: 80px; }
  .drawer-blog .drawer-trigger-link:hover {
    color: #000000; }
    .drawer-blog .drawer-trigger-link:hover .icon-arrow-down-blog, .drawer-blog .drawer-trigger-link:hover .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a .drawer-blog .drawer-trigger-link:hover i.icon-arrow-down, .drawer-blog .drawer-trigger-link:hover .icon-arrow-up-blog, .drawer-blog .drawer-trigger-link:hover .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a .drawer-blog .drawer-trigger-link:hover i.icon-arrow-up {
      display: none; }
    .drawer-blog .drawer-trigger-link:hover .icon-arrow-down-black, .drawer-blog .drawer-trigger-link:hover .icon-arrow-up-black {
      display: inline-block; }

.drawer-short .drawer-trigger-link {
  margin-top: 10px; }

/*-------------------------------------------------------------------
	Fixed ratio boxes
-------------------------------------------------------------------*/
.fixed-ratio {
  display: block;
  position: relative;
  width: 100%;
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("i")).className="after"); }
  .fixed-ratio .after, .fixed-ratio:after {
    display: block;
    content: ''; }
  .fixed-ratio .fixed-ratio-content {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden; }
    .fixed-ratio .fixed-ratio-content img {
      width: 100%;
      height: auto; }
    .fixed-ratio .fixed-ratio-content iframe {
      width: 100%;
      height: 100%; }
  .fixed-ratio.fixed-ratio-screen .after, .fixed-ratio.fixed-ratio-screen:after {
    padding-top: 75%; }
  .fixed-ratio.fixed-ratio-widescreen .after, .fixed-ratio.fixed-ratio-widescreen:after {
    padding-top: 56.25%; }
  .fixed-ratio.fixed-ratio-square .after, .fixed-ratio.fixed-ratio-square:after {
    padding-top: 100%; }
  .fixed-ratio.fixed-ratio-single .after, .fixed-ratio.fixed-ratio-single:after {
    padding-top: 78.07%; }
  .fixed-ratio.fixed-ratio-double .after, .fixed-ratio.fixed-ratio-double:after {
    padding-top: 161.3%; }
  .fixed-ratio.fixed-ratio-wide .after, .fixed-ratio.fixed-ratio-wide:after {
    padding-top: 48.305084%; }

form fieldset {
  border: 0;
  padding: 0; }
form .form-group {
  margin: 0 0 15px; }
  form .form-group input {
    margin: 0 0 5px; }
  form .form-group.form-group-checkbox label {
    margin-bottom: 10px; }
  form .form-group.form-group-checkbox input {
    float: left;
    margin: 5px 10px 10px 0; }
  form .form-group.error label {
    color: #e7300c; }
  form .form-group.error input, form .form-group.error select, form .form-group.error textarea {
    border-color: #e7300c; }

label {
  display: block;
  letter-spacing: 1px;
  margin: 0 0 5px;
  font-size: 16px;
  font-size: 1.6rem; }

input[type=text], input[type=email], input[type=password], input[type=telephone], select, textarea {
  border: 0;
  color: #8f8e7d;
  display: block;
  font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
  padding: 10px 10px 8px 10px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  /* Saf3-4, iOS 1-3.2, Android =1.6 */
  -moz-border-radius: 0;
  /* FF1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 11px;
  font-size: 1.1rem; }
  input[type=text] ::-webkit-input-placeholder, input[type=email] ::-webkit-input-placeholder, input[type=password] ::-webkit-input-placeholder, input[type=telephone] ::-webkit-input-placeholder, select ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
    color: #8f8e7d;
    font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem; }
  input[type=text] :-moz-placeholder, input[type=email] :-moz-placeholder, input[type=password] :-moz-placeholder, input[type=telephone] :-moz-placeholder, select :-moz-placeholder, textarea :-moz-placeholder {
    color: #8f8e7d;
    font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem; }
  input[type=text] ::-moz-placeholder, input[type=email] ::-moz-placeholder, input[type=password] ::-moz-placeholder, input[type=telephone] ::-moz-placeholder, select ::-moz-placeholder, textarea ::-moz-placeholder {
    color: #8f8e7d;
    font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem; }
  input[type=text] :-ms-input-placeholder, input[type=email] :-ms-input-placeholder, input[type=password] :-ms-input-placeholder, input[type=telephone] :-ms-input-placeholder, select :-ms-input-placeholder, textarea :-ms-input-placeholder {
    color: #8f8e7d;
    font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem; }

button {
  background: none;
  border: 0;
  padding: 0; }

.form-search {
  padding-top: 10px; }
  .form-search .input-search-holder {
    position: relative;
    width: 225px; }
    .form-search .input-search-holder button {
      margin: -16px 0 0 0;
      position: absolute;
      right: 10px;
      top: 50%; }
    .form-search .input-search-holder input {
      border: 1px solid #c7c6be;
      padding: 9px 40px 7px 10px;
      width: 225px; }

.input-xs {
  width: 40px; }

.input-sm {
  width: 80px; }

.input-md {
  width: 250px; }

.input-lg {
  width: 350px; }

.input-xl {
  width: 450px; }

.input-full {
  width: 98%; }

.input-hidden {
  visibility: hidden;
  position: absolute; }

@media only screen and (max-width: 500px) {
  .input-md, .input-lg, .input-xl {
    width: 100%; } }
.layout-toplayer .input-md {
  width: 250px; }
.layout-toplayer .input-lg {
  width: 350px; }
.layout-toplayer .input-xl {
  width: 450px; }
@media only screen and (max-width: 500px) {
  .layout-toplayer .input-xl {
    width: 100%; } }
@media only screen and (max-width: 400px) {
  .layout-toplayer .input-md, .layout-toplayer .input-lg {
    width: 100%; } }

.form-bordered input[type=text],
.form-bordered input[type=email],
.form-bordered input[type=password],
.form-bordered input[type=telephone],
.form-bordered textarea,
.form-bordered select {
  border: 1px solid #c7c6be; }

.icon {
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.icon-padded-right {
  margin-right: 8px; }

.icon-padded-left {
  margin-left: 8px; }

.icon-facebook {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -2px -2px;
  height: 21px;
  width: 9px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-facebook {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -2px -2px;
      background-size: 400px; } }

.icon-twitter {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -18px -2px;
  height: 21px;
  width: 26px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-twitter {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -18px -2px;
      background-size: 400px; } }

.icon-rss {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -52px -2px;
  height: 21px;
  width: 18px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-rss {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -52px -2px;
      background-size: 400px; } }

.icon-calendar {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -80px -2px;
  height: 19px;
  width: 19px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-calendar {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -80px -2px;
      background-size: 400px; } }

.icon-bloggers {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -110px -2px;
  height: 20px;
  width: 19px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-bloggers {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -110px -2px;
      background-size: 400px; } }

.icon-rss-circle {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -138px -2px;
  height: 24px;
  width: 24px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-rss-circle {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -138px -2px;
      background-size: 400px; } }

.icon-mobile-nav {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -172px -2px;
  height: 19px;
  width: 21px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-mobile-nav {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -172px -2px;
      background-size: 400px; } }

.icon-mobile-nav-opened {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -202px -2px;
  height: 19px;
  width: 21px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-mobile-nav-opened {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -202px -2px;
      background-size: 400px; } }

.icon-search {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -377px -2px;
  height: 16px;
  width: 21px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-search {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -377px -2px;
      background-size: 400px; } }

.icon-laptop {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -2px -34px;
  height: 17px;
  width: 25px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-laptop {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -2px -34px;
      background-size: 400px; } }

.icon-email {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -37px -34px;
  height: 13px;
  width: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-email {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -37px -34px;
      background-size: 400px; } }

.icon-print {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -67px -34px;
  height: 19px;
  width: 19px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-print {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -67px -34px;
      background-size: 400px; } }

.icon-favorite {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -97px -34px;
  height: 13px;
  width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-favorite {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -97px -34px;
      background-size: 400px; } }

.icon-freezer {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -121px -34px;
  height: 22px;
  width: 18px;
  vertical-align: bottom; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-freezer {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -121px -34px;
      background-size: 400px; } }

.icon-fridge {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -151px -34px;
  height: 22px;
  width: 14px;
  vertical-align: bottom; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-fridge {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -151px -34px;
      background-size: 400px; } }

.icon-preparation {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -175px -34px;
  height: 22px;
  width: 20px;
  vertical-align: bottom; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-preparation {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -175px -34px;
      background-size: 400px; } }

.icon-cooking {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -204px -34px;
  height: 22px;
  width: 20px;
  vertical-align: bottom; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-cooking {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -204px -34px;
      background-size: 400px; } }

.icon-arrow-left {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -233px -34px;
  height: 15px;
  width: 8px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-left {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -233px -34px;
      background-size: 400px; } }

.icon-arrow-right {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -252px -34px;
  height: 15px;
  width: 8px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-right {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -252px -34px;
      background-size: 400px; } }

.icon-category {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -270px -34px;
  height: 20px;
  width: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-category {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -270px -34px;
      background-size: 400px; } }

.icon-shop {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -307px -34px;
  height: 20px;
  width: 25px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-shop {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -307px -34px;
      background-size: 400px; } }

.icon-az {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -342px -34px;
  height: 20px;
  width: 18px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-az {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -342px -34px;
      background-size: 400px; } }

.icon-marker {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -372px -34px;
  height: 20px;
  width: 14px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-marker {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -372px -34px;
      background-size: 400px; } }

.icon-snowflake {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -2px -60px;
  height: 66px;
  width: 65px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-snowflake {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -2px -60px;
      background-size: 400px; } }

.icon-wine {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -78px -60px;
  height: 45px;
  width: 31px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-wine {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -78px -60px;
      background-size: 400px; } }

.icon-beer {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -122px -60px;
  height: 54px;
  width: 26px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-beer {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -122px -60px;
      background-size: 400px; } }

.icon-cider {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -162px -60px;
  height: 50px;
  width: 18px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-cider {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -162px -60px;
      background-size: 400px; } }

.icon-porto {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -195px -60px;
  height: 34px;
  width: 21px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-porto {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -195px -60px;
      background-size: 400px; } }

.icon-arrow-down-grey {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -228px -60px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-down-grey {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -228px -60px;
      background-size: 400px; } }

.icon-arrow-down {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -228px -70px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-down {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -228px -70px;
      background-size: 400px; } }

.icon-arrow-down-directory, .nav-secondary-wrapper#nav-blog .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-directory .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down, .nav-secondary-wrapper#nav-foodies .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -228px -79px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-down-directory, .nav-secondary-wrapper#nav-blog .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-directory .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down, .nav-secondary-wrapper#nav-foodies .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -228px -79px;
      background-size: 400px; } }

.icon-arrow-down-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -228px -89px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-down-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -228px -89px;
      background-size: 400px; } }

.icon-arrow-down-recipes, .nav-secondary-wrapper#nav-recipes .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -228px -99px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-down-recipes, .nav-secondary-wrapper#nav-recipes .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -228px -99px;
      background-size: 400px; } }

.icon-arrow-down-tips, .nav-secondary-wrapper#nav-tips .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -228px -109px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-down-tips, .nav-secondary-wrapper#nav-tips .nav-submenu-opener.is-opened i.icon-arrow-down, .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -228px -109px;
      background-size: 400px; } }

.icon-arrow-down-black {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -228px -118px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-down-black {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -228px -118px;
      background-size: 400px; } }

.icon-close {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -293px -60px;
  width: 13px;
  height: 12px;
  vertical-align: inherit; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-close {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -293px -60px;
      background-size: 400px; } }

.icon-shop-grey {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -244px -60px;
  height: 20px;
  width: 25px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-shop-grey {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -244px -60px;
      background-size: 400px; } }

.icon-arrow-up-grey {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -277px -60px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-up-grey {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -277px -60px;
      background-size: 400px; } }

.icon-arrow-up {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -277px -70px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-up {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -277px -70px;
      background-size: 400px; } }

.icon-arrow-up-directory, .nav-secondary-wrapper#nav-blog .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-directory .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up, .nav-secondary-wrapper#nav-foodies .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -277px -79px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-up-directory, .nav-secondary-wrapper#nav-blog .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-directory .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up, .nav-secondary-wrapper#nav-foodies .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -277px -79px;
      background-size: 400px; } }

.icon-arrow-up-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -277px -89px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-up-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -277px -89px;
      background-size: 400px; } }

.icon-arrow-up-recipes, .nav-secondary-wrapper#nav-recipes .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -277px -99px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-up-recipes, .nav-secondary-wrapper#nav-recipes .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -277px -99px;
      background-size: 400px; } }

.icon-arrow-up-tips, .nav-secondary-wrapper#nav-tips .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -277px -109px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-up-tips, .nav-secondary-wrapper#nav-tips .nav-submenu-opener.is-opened i.icon-arrow-up, .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -277px -109px;
      background-size: 400px; } }

.icon-arrow-up-black {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -277px -118px;
  height: 4px;
  width: 7px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-up-black {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -277px -118px;
      background-size: 400px; } }

.icon-category-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-category {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -2px -130px;
  height: 20px;
  width: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-category-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-category {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -2px -130px;
      background-size: 400px; } }

.icon-category-tips, .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-category {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -28px -130px;
  height: 20px;
  width: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-category-tips, .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-category {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -28px -130px;
      background-size: 400px; } }

.icon-category-recipes, .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-category {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -55px -130px;
  height: 20px;
  width: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-category-recipes, .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-category {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -55px -130px;
      background-size: 400px; } }

.icon-category-directory, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-category {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -84px -130px;
  height: 20px;
  width: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-category-directory, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-category {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -84px -130px;
      background-size: 400px; } }

.icon-calendar-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-calendar {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -112px -131px;
  height: 19px;
  width: 19px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-calendar-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-calendar {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -112px -131px;
      background-size: 400px; } }

.icon-bloggers-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-bloggers {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -142px -130px;
  height: 20px;
  width: 19px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-bloggers-blog, .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-bloggers {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -142px -130px;
      background-size: 400px; } }

.icon-shop-directory, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-shop {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -173px -130px;
  height: 20px;
  width: 25px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-shop-directory, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-shop {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -173px -130px;
      background-size: 400px; } }

.icon-az-directory, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-az {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -208px -130px;
  height: 16px;
  width: 18px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-az-directory, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-az {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -208px -130px;
      background-size: 400px; } }

.icon-marker-directory, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-marker {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -238px -130px;
  height: 20px;
  width: 14px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-marker-directory, .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-marker {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -238px -130px;
      background-size: 400px; } }

.icon-play {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -313px -60px;
  vertical-align: top;
  height: 19px;
  width: 18px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-play {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -313px -60px;
      background-size: 400px; } }

.icon-play-sm, body#fromages-slug .foodie .foodie-content .foodie-text-wrapper .foodie-text a:before {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -338px -60px;
  height: 17px;
  width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-play-sm, body#fromages-slug .foodie .foodie-content .foodie-text-wrapper .foodie-text a:before {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -338px -60px;
      background-size: 400px; } }

.icon-video, body#foodies-index .preview-contained h1:before, body#foodies-slug .content-foodie .foodies .preview-contained h1:before {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -262px -130px;
  height: 22px;
  width: 22px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-video, body#foodies-index .preview-contained h1:before, body#foodies-slug .content-foodie .foodies .preview-contained h1:before {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -262px -130px;
      background-size: 400px; } }

.icon-video-foodies, .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-video {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -293px -130px;
  height: 22px;
  width: 22px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-video-foodies, .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-video {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -293px -130px;
      background-size: 400px; } }

.icon-play-foodie {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -324px -130px;
  height: 24px;
  width: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-play-foodie {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -324px -130px;
      background-size: 400px; } }

/*-------------------------------------------------------------------
	Hors du sprite
-------------------------------------------------------------------*/
.icon-arrow-down-contest {
  height: 14px;
  width: 23px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon-arrow-down-contest {
      background-size: 23px 14px; } }

.list-floated {
  margin: 0; }
  .list-floated > li {
    float: left;
    padding: 0 0 0 20px; }
    .list-floated > li.is-float-right {
      float: right; }
    .list-floated > li:first-child, .list-floated > li.list-first {
      padding-left: 0; }

.list-floated-infinite {
  margin-left: -5px; }
  .list-floated-infinite > li {
    float: left;
    margin: 0;
    padding: 0 5px 10px 5px; }

.list-floated-infinite-wide {
  margin-left: -10px; }
  .list-floated-infinite-wide > li {
    float: left;
    margin: 0;
    padding: 0 10px 20px 10px; }

.list-stacked, body#blog .article-default .entry-content > ul {
  margin: 0 0 20px; }
  .list-stacked > li, body#blog .article-default .entry-content > ul > li {
    padding: 10px 0 0 0; }
    .list-stacked > li:first-child, body#blog .article-default .entry-content > ul > li:first-child {
      padding-top: 0; }
    .list-stacked > li a, body#blog .article-default .entry-content > ul > li a {
      display: block; }

.list-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.list-dotted, body#blog .article-default .entry-content > ul {
  padding-left: 20px; }
  .list-dotted > li, body#blog .article-default .entry-content > ul > li {
    list-style-type: disc; }

.list-extra-padding .list-box-item img {
  margin-right: 84px; }
  .list-extra-padding .list-box-item img.img-mushroom {
    margin-right: 40px; }
    @media only screen and (max-width: 500px) {
      .list-extra-padding .list-box-item img.img-mushroom {
        margin-right: 0;
        margin-left: 40px; } }
  .list-extra-padding .list-box-item img.img-bread {
    margin-right: 70px;
    margin-left: -16px; }
    @media only screen and (max-width: 500px) {
      .list-extra-padding .list-box-item img.img-bread {
        margin-right: 0;
        margin-left: 0; } }
  @media only screen and (max-width: 500px) {
    .list-extra-padding .list-box-item img {
      margin-right: 0; } }

.list-about-cheese a {
  text-transform: none;
  font-size: 20px;
  font-size: 2rem; }
.list-about-cheese li {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%; }
@media only screen and (max-width: 500px) {
  .list-about-cheese {
    text-align: left; } }

.list-box-item {
  padding: 22px 0;
  margin: 0; }
  .list-box-item:after {
    content: "";
    display: block;
    clear: both; }
  .list-box-item {
    zoom: 1; }
  @media only screen and (max-width: 500px) {
    .list-box-item {
      text-align: center; } }
  .list-box-item .list-box-item-title {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 0 0 25px;
    font-size: 16px;
    font-size: 1.6rem; }
    .list-box-item .list-box-item-title span {
      color: #808080;
      display: block;
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      line-height: 100%;
      margin-top: 3px;
      font-size: 12px;
      font-size: 1.2rem; }
    @media only screen and (max-width: 500px) {
      .list-box-item .list-box-item-title {
        text-align: center; } }
  .list-box-item img {
    float: left;
    margin: 0 40px 0 0; }
    .list-box-item img.list-box-item-img-big {
      margin: 0 40px 60px 0; }
      @media only screen and (max-width: 500px) {
        .list-box-item img.list-box-item-img-big {
          margin: 0 0 30px 0; } }
    @media only screen and (max-width: 500px) {
      .list-box-item img {
        float: none;
        margin: 0 0 15px 0; } }
  .list-box-item .list-box-item-type {
    float: left;
    line-height: 140%;
    margin-right: 10px;
    font-size: 21px;
    font-size: 2.1rem; }
    @media only screen and (max-width: 500px) {
      .list-box-item .list-box-item-type {
        float: none;
        margin-right: 0;
        line-height: 100%;
        padding-bottom: 20px; } }
  .list-box-item .list-box-item-content {
    display: table-cell; }
    @media only screen and (max-width: 500px) {
      .list-box-item .list-box-item-content {
        display: block;
        text-align: left; }
        .list-box-item .list-box-item-content.list-box-item-content-centered {
          text-align: center; } }
  .list-box-item a {
    color: #7cb197;
    display: inline-block;
    padding-bottom: 22px;
    text-decoration: none; }
    .list-box-item a:hover {
      text-decoration: underline; }
  .list-box-item p {
    line-height: 150%;
    font-size: 20px;
    font-size: 2rem; }
    .list-box-item p span {
      font-weight: 600;
      font-size: 24px;
      font-size: 2.4rem; }
    .list-box-item p.article-default-hat {
      line-height: 125%;
      font-size: 24px;
      font-size: 2.4rem; }
    .list-box-item p:last-child {
      padding-bottom: 0; }
    .list-box-item p a {
      display: inline; }
  .list-box-item ul {
    padding-bottom: 0; }
    .list-box-item ul li:last-child {
      margin-bottom: 0; }
  .list-box-item.list-box-item-centered {
    display: table; }
    @media only screen and (max-width: 500px) {
      .list-box-item.list-box-item-centered {
        display: block; } }
    .list-box-item.list-box-item-centered img {
      float: none; }
    .list-box-item.list-box-item-centered .list-box-item-content {
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 500px) {
        .list-box-item.list-box-item-centered .list-box-item-content {
          display: inline-block; } }

a.list-box-item {
  text-decoration: none; }

.list-pictures li {
  margin: 0 0 20px; }
  .list-pictures li .list-picture-wrapper {
    display: table; }
  .list-pictures li .list-picture-content {
    display: table-cell;
    vertical-align: middle; }
  .list-pictures li img, .list-pictures li .list-picture-img {
    margin-right: 40px; }
  .list-pictures li .list-picture-title {
    color: #000000;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem; }
    .list-pictures li .list-picture-title span {
      color: #808080;
      display: block;
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      line-height: 100%;
      font-size: 12px;
      font-size: 1.2rem; }
  .list-pictures li a {
    color: #000000;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem; }
    .list-pictures li a:hover {
      text-decoration: underline; }
.list-pictures.list-picture-centered .list-picture-wrapper {
  vertical-align: middle; }
  .list-pictures.list-picture-centered .list-picture-wrapper img, .list-pictures.list-picture-centered .list-picture-wrapper .list-picture-img {
    float: none;
    margin-right: 20px;
    vertical-align: middle; }
    @media only screen and (max-width: 500px) {
      .list-pictures.list-picture-centered .list-picture-wrapper img, .list-pictures.list-picture-centered .list-picture-wrapper .list-picture-img {
        margin-bottom: 15px; } }
  .list-pictures.list-picture-centered .list-picture-wrapper .list-picture-content {
    vertical-align: middle; }
    @media only screen and (max-width: 500px) {
      .list-pictures.list-picture-centered .list-picture-wrapper .list-picture-content {
        display: block; } }
@media only screen and (max-width: 768px) {
  .list-pictures.list-picture-floated li {
    float: left;
    margin-left: 2.6%;
    width: 48.7%; } }
@media only screen and (max-width: 500px) {
  .list-pictures.list-picture-floated li {
    float: none;
    margin-left: 0;
    width: 100%; } }
.list-pictures.list-picture-floated li.list-item-break {
  clear: both;
  margin-left: 0; }

.list-ingredients {
  color: #000000;
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem; }
  .list-ingredients > li {
    margin-top: 20px; }
    .list-ingredients > li:first-child {
      margin-top: 0; }
    .list-ingredients > li a {
      color: #ab8e31; }

.list-steps {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 17px;
  font-size: 1.7rem; }
  .list-steps.non-clickable > li {
    cursor: initial; }
  .list-steps > li {
    margin-top: 20px;
    cursor: pointer; }
    .list-steps > li:first-child {
      margin-top: 0; }
    .list-steps > li.step-dashed {
      text-decoration: line-through; }
    .list-steps > li a {
      color: #7cb197; }

ul.list-finalist {
  list-style: none;
  margin-left: 18px; }
  @media only screen and (max-width: 500px) {
    ul.list-finalist {
      margin-left: 0; } }
  ul.list-finalist li p.list-finalist-cheese, ul.list-finalist li p.list-finalist-cheese a {
    color: #8f8e7d;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem; }
  ul.list-finalist li p.list-finalist-shop, ul.list-finalist li p.list-finalist-shop a {
    font-size: 16px;
    font-size: 1.6rem; }
  ul.list-finalist li.finalist-winner {
    position: relative; }
    ul.list-finalist li.finalist-winner:before {
      background: url(/img/tout-sur-les-fromages/caseus-flag.png) no-repeat;
      background-size: 11px 17px;
      content: "";
      position: absolute;
      top: 4px;
      left: -18px;
      width: 11px;
      height: 17px;
      display: block; }
    ul.list-finalist li.finalist-winner.winner-special {
      padding-top: 0; }

.big-winners div h3.article-default-section-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif; }
.big-winners ul.list-finalist {
  clear: both; }
  .big-winners ul.list-finalist img.finalist-badge {
    float: left;
    margin-right: 20px; }
  .big-winners ul.list-finalist li {
    padding-top: 20px; }
    @media only screen and (max-width: 500px) {
      .big-winners ul.list-finalist li {
        padding-top: 0px; } }
    .big-winners ul.list-finalist li p.list-finalist-cheese, .big-winners ul.list-finalist li p.list-finalist-cheese a {
      font-size: 17px;
      font-size: 1.7rem; }
    .big-winners ul.list-finalist li p.list-finalist-shop, .big-winners ul.list-finalist li p.list-finalist-shop a {
      font-size: 18px;
      font-size: 1.8rem; }

.label {
  display: inline-block;
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
  line-height: 100%;
  padding: 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem; }
  .label:hover {
    text-decoration: none !important; }

.label-tags {
  background: #e9f4ef;
  color: #7cb197;
  -moz-transition-property: background-color;
  /* FireFox */
  -webkit-transition-property: background-color;
  /* Safari / Chrome */
  -o-transition-property: background-color;
  /* Opera */
  transition-property: background-color;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
  .label-tags:hover {
    background: #d2f1e3;
    color: #7cb197; }

.loading-bar {
  background: #eeeeee;
  clear: both;
  height: 5px;
  position: relative;
  margin: 0 auto;
  width: 100%; }
  .loading-bar .progress {
    background: #000000;
    height: 100%;
    width: 0px; }

.masonry-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative; }

.masonry-list {
  margin-left: -0.83333%;
  width: 101.66667%; }
  .masonry-list .masonry-item {
    float: left;
    margin: 0 0 20px;
    padding: 0 0.83333%;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .masonry-list .masonry-item > * {
      margin-bottom: 0;
      padding-bottom: 0; }

@media only screen and (max-width: 768px) {
  .masonry-list {
    margin-left: -1.30208%;
    width: 102.60417%; }
    .masonry-list .masonry-item {
      padding: 0 1.30208%;
      width: 50%; } }
@media only screen and (max-width: 568px) {
  .masonry-list {
    margin-left: -1.76056%;
    width: 103.52113%; }
    .masonry-list .masonry-item {
      padding: 0 1.76056%;
      width: 50%; } }
@media only screen and (max-width: 500px) {
  .masonry-list {
    margin-left: 0;
    width: 100%; }
    .masonry-list .masonry-item {
      padding: 0;
      width: 100%; } }
.nav {
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif; }
  .nav ul li {
    float: left; }
    .nav ul li a {
      color: #c0c0b4;
      display: block;
      text-decoration: none; }
      .nav ul li a:hover {
        text-decoration: none; }

/****************************
	NAVS
****************************/
.nav-home {
  display: none; }
  @media only screen and (max-width: 768px) {
    .nav-home {
      background: url(/img/logo-menu-fr@2x.png) left top no-repeat;
      display: block;
      height: 41px;
      padding: 0;
      margin: 10px 0 0 0;
      text-indent: -9999px;
      width: 50px;
      background-size: cover;
      -ms-behavior: url(/css/behaviors/backgroundsize.min.htc); } }

.nav-primary {
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (max-width: 875px) {
    .nav-primary {
      font-size: 12px;
      font-size: 1.2rem; } }
  .nav-primary li {
    padding: 0 0 0 20px; }
    .nav-primary li:first-child {
      padding-left: 0; }
    .nav-primary li.nav-item-logo-holder a {
      background: url(/img/logo-menu-fr@2x.png) left top no-repeat;
      height: 59px;
      padding: 0;
      text-indent: -9999px;
      width: 73px;
      background-size: cover;
      -ms-behavior: url(/css/behaviors/backgroundsize.min.htc); }
    .nav-primary li a {
      padding-top: 22px;
      text-transform: uppercase; }
      .nav-primary li a:hover.nav-item-about, .nav-primary li a.nav-active.nav-item-about {
        color: #ffd47a; }
      .nav-primary li a:hover.nav-item-blog, .nav-primary li a.nav-active.nav-item-blog {
        color: #85bec1; }
      .nav-primary li a:hover.nav-item-contest, .nav-primary li a.nav-active.nav-item-contest {
        color: #a2e2c2; }
      .nav-primary li a:hover.nav-item-directory, .nav-primary li a.nav-active.nav-item-directory {
        color: #9bc6d5; }
      .nav-primary li a:hover.nav-item-recipes, .nav-primary li a.nav-active.nav-item-recipes {
        color: #f0ba98; }
      .nav-primary li a:hover.nav-item-tips, .nav-primary li a.nav-active.nav-item-tips {
        color: #ffbb72; }

.nav-user {
  float: right;
  margin: 0 20px 0 0;
  font-size: 12px;
  font-size: 1.2rem; }
  .nav-user li {
    border-left: 1px solid #c0c0b4;
    margin-left: 6px;
    padding-left: 5px; }
    .nav-user li:first-child {
      border-left: 0;
      margin-left: 0;
      padding-left: 0; }
    .nav-user li a:hover {
      color: #000000; }

.nav-toolbar {
  float: right;
  font-size: 11px;
  font-size: 1.1rem; }
  .nav-toolbar ul li {
    color: #c0c0b4;
    padding: 0 7px 0 0px; }
    .nav-toolbar ul li.nav-item-last {
      padding-right: 0; }
    .nav-toolbar ul li .bullet {
      margin-right: 4px; }
      @media only screen and (max-width: 768px) {
        .nav-toolbar ul li .bullet {
          display: none; } }
    .nav-toolbar ul li a {
      display: inline; }
      .nav-toolbar ul li a:hover {
        color: #000000; }

.nav-secondary {
  position: relative; }
  .nav-secondary > .nav-submenu-opener {
    display: none; }
    @media only screen and (max-width: 768px) {
      .nav-secondary > .nav-submenu-opener {
        color: #FFFFFF;
        display: block;
        font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
        margin: 0 auto 20px;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 225px;
        font-size: 11px;
        font-size: 1.1rem; } }
    @media only screen and (max-width: 700px) {
      .nav-secondary > .nav-submenu-opener {
        width: 100%; } }
  .nav-secondary > .nav-submenu-closer {
    display: none; }
  .nav-secondary .nav-submenu-wrapper {
    float: left; }
    @media only screen and (min-width: 769px) {
      .nav-secondary .nav-submenu-wrapper {
        display: block !important; } }
    @media only screen and (max-width: 768px) {
      .nav-secondary .nav-submenu-wrapper {
        display: none;
        float: none; } }
    @media only screen and (max-width: 768px) {
      .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper {
        display: table;
        margin: 0 auto 20px; } }
    @media only screen and (max-width: 500px) {
      .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper {
        display: block; } }
    .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul {
      float: left;
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul {
          float: none; } }
      .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li {
        display: table;
        float: left;
        margin: 0;
        position: relative;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li {
            margin-left: 20px; }
            .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li:first-child {
              margin-left: 0; } }
        @media only screen and (max-width: 700px) {
          .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li {
            margin: 0 0 10px 0;
            width: 100%; } }
        .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.has-full-submenu {
          position: static; }
        .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a {
          color: #FFFFFF;
          cursor: pointer;
          height: 20px;
          font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
          padding: 18px 10px 12px;
          text-decoration: none;
          text-transform: uppercase;
          vertical-align: middle;
          font-size: 12px;
          font-size: 1.2rem; }
          @media only screen and (max-width: 768px) {
            .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a {
              padding: 10px 10px 8px;
              font-size: 11px;
              font-size: 1.1rem; } }
          .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a i.icon-arrow-up {
            display: none; }
          @media only screen and (max-width: 700px) {
            .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a i.icon-arrow-down, .nav-secondary .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a i.icon-arrow-up {
              float: right;
              margin-top: 8px; } }
  .nav-secondary form {
    float: right;
    margin: 0;
    padding: 10px 0 0 0; }
    @media only screen and (max-width: 768px) {
      .nav-secondary form {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 225px; } }
    @media only screen and (max-width: 700px) {
      .nav-secondary form {
        width: 100%; } }
    .nav-secondary form .input-search-holder {
      position: relative; }
      .nav-secondary form .input-search-holder button {
        margin: -11px 0 0 0;
        position: absolute;
        right: 10px;
        top: 50%; }
      .nav-secondary form .input-search-holder input {
        padding: 9px 40px 7px 10px;
        width: 225px; }
        @media only screen and (max-width: 768px) {
          .nav-secondary form .input-search-holder input {
            border: 1px solid #c7c6be; } }
        @media only screen and (max-width: 700px) {
          .nav-secondary form .input-search-holder input {
            width: 100%; } }

.nav-submenu {
  background: #FFFFFF;
  display: none;
  overflow: hidden;
  left: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  width: 200px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .nav-submenu {
      top: 38px; } }
  @media only screen and (max-width: 700px) {
    .nav-submenu {
      width: 100%; } }
  .nav-submenu.is-closing {
    z-index: 99; }
  .nav-submenu.nav-scrollable {
    height: 300px;
    overflow-y: auto; }
  .nav-submenu.nav-full {
    padding: 20px 10px 0;
    width: 100%; }
    .nav-submenu.nav-full ul {
      padding-bottom: 0; }
    .nav-submenu.nav-full li {
      float: left;
      margin: 0 0 20px;
      width: 160px; }
      .nav-submenu.nav-full li a {
        border: 0; }
  .nav-submenu ul {
    padding: 0; }
    .nav-submenu ul > li {
      float: none;
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      margin: 0;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 1.1rem; }
      .nav-submenu ul > li > a, .nav-submenu ul > li > strong {
        border-top: 1px solid #c7c6be;
        display: block;
        color: #000000;
        margin: 0;
        padding: 6px 10px; }
      .nav-submenu ul > li > a:hover {
        color: #7a7a7a; }
      .nav-submenu ul > li > strong {
        background: #7a7a7a;
        color: #FFFFFF;
        font-weight: normal;
        font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif; }
      .nav-submenu ul > li:first-child a, .nav-submenu ul > li:first-child strong {
        border-top: 0; }

.nav-credits {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  float: right;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (max-width: 704px) {
    .nav-credits {
      display: table;
      float: none;
      margin: 0 auto; } }
  @media only screen and (max-width: 500px) {
    .nav-credits {
      font-size: 12px;
      font-size: 1.2rem; } }
  .nav-credits ul li {
    border-left: 1px solid #7a7a7a;
    margin-left: 6px;
    padding-left: 5px; }
    .nav-credits ul li:first-child {
      border-left: 0;
      margin-left: 0;
      padding-left: 0; }
    .nav-credits ul li a {
      color: #7a7a7a; }
      .nav-credits ul li a:hover {
        color: #000000; }

.nav-pagination ul li {
  margin: 0 0 0 20px; }
  .nav-pagination ul li:first-child {
    margin-left: 0; }
  .nav-pagination ul li a {
    color: #7cb197; }

/****************************
	NAV WRAPPERS
****************************/
.nav-toolbar-wrapper {
  margin: 0 0 40px; }
  @media only screen and (max-width: 768px) {
    .nav-toolbar-wrapper {
      display: none; } }

.nav-primary-wrapper {
  display: table;
  margin: 0 auto 15px; }
  .nav-primary-wrapper .nav-primary-trigger {
    display: none; }
  .nav-primary-wrapper .nav-primary {
    margin-left: 63px; }
    @media only screen and (max-width: 875px) {
      .nav-primary-wrapper .nav-primary {
        margin-left: 50px; } }
  @media only screen and (max-width: 768px) {
    .nav-primary-wrapper {
      background: none;
      padding: 20px;
      position: absolute;
      right: 0;
      text-align: left;
      top: -10px;
      z-index: 500;
      -moz-transition-property: background-color;
      /* FireFox */
      -webkit-transition-property: background-color;
      /* Safari / Chrome */
      -o-transition-property: background-color;
      /* Opera */
      transition-property: background-color;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-backface-visibility: hidden; }
      .nav-primary-wrapper.nav-opened {
        background: #7a7a7a; }
        .nav-primary-wrapper.nav-opened .nav-primary-trigger .icon-mobile-nav {
          display: none; }
        .nav-primary-wrapper.nav-opened .nav-primary-trigger .icon-mobile-nav-opened {
          display: inline-block; }
        .nav-primary-wrapper.nav-opened .nav-primary {
          width: 255px; }
          .nav-primary-wrapper.nav-opened .nav-primary ul {
            display: block;
			overflow: auto;
            position: static;
            width: 255px;
            opacity: 1;
            /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
            filter: alpha(opacity=100);
            /* IE6-IE8 */ }
      .nav-primary-wrapper .nav-primary-trigger {
        display: block;
        margin: 0 0 40px; }
        .nav-primary-wrapper .nav-primary-trigger .icon-mobile-nav {
          display: inline-block; }
        .nav-primary-wrapper .nav-primary-trigger .icon-mobile-nav-opened {
          display: none; }
      .nav-primary-wrapper .nav-primary {
        margin-left: 0;
        overflow: hidden;
        width: 0;
        font-size: 16px;
        font-size: 1.6rem;
        -moz-transition-property: width;
        /* FireFox */
        -webkit-transition-property: width;
        /* Safari / Chrome */
        -o-transition-property: width;
        /* Opera */
        transition-property: width;
        /* W3C */
        -moz-transition-duration: 0.3s;
        /* FireFox */
        -webkit-transition-duration: 0.3s;
        /* Safari / Chrome */
        -o-transition-duration: 0.3s;
        /* Opera */
        transition-duration: 0.3s;
        /* W3C */
        /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
        -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-backface-visibility: hidden; }
        .nav-primary-wrapper .nav-primary ul {
		  overflow: hidden;
          padding: 0;
          position: absolute;
          right: -999px;
		  width: 0;
          opacity: 0;
          /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
          filter: alpha(opacity=0);
          /* IE6-IE8 */
          -moz-transition-property: opacity;
          /* FireFox */
          -webkit-transition-property: opacity;
          /* Safari / Chrome */
          -o-transition-property: opacity;
          /* Opera */
          transition-property: opacity;
          /* W3C */
          -moz-transition-duration: 0.3s;
          /* FireFox */
          -webkit-transition-duration: 0.3s;
          /* Safari / Chrome */
          -o-transition-duration: 0.3s;
          /* Opera */
          transition-duration: 0.3s;
          /* W3C */
          /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
          -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-backface-visibility: hidden; }
          .nav-primary-wrapper .nav-primary ul li {
            float: none;
            margin: 0 0 10px 0;
            padding: 0; }
            .nav-primary-wrapper .nav-primary ul li.nav-item-logo-holder {
              display: none; }
            .nav-primary-wrapper .nav-primary ul li a {
              color: #eeeeee;
              padding: 0; } }
  @media only screen and (max-width: 500px) {
    .nav-primary-wrapper.nav-opened .nav-primary {
      width: 170px; }
      .nav-primary-wrapper.nav-opened .nav-primary ul {
        width: 170px; }
    .nav-primary-wrapper .nav-primary {
      font-size: 12px;
      font-size: 1.2rem; } }

.nav-secondary-wrapper {
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .nav-secondary-wrapper {
      background: none !important;
      box-shadow: none !important;
      margin: 0 0 20px; } }
  .nav-secondary-wrapper .layout-wrapper {
    padding-top: 0; }
  .nav-secondary-wrapper#nav-blog {
    background: #85bec1;
    -webkit-box-shadow: inset 0px 1px 3px #4b9195;
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: inset 0px 1px 3px #4b9195;
    /* FF3.5 - 3.6 */
    box-shadow: inset 0px 1px 3px #4b9195;
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */ }
    .nav-secondary-wrapper#nav-blog .nav-submenu-opener {
      background: #85bec1; }
      .nav-secondary-wrapper#nav-blog .nav-submenu-opener i.icon-arrow-up {
        display: none; }
      .nav-secondary-wrapper#nav-blog .nav-submenu-opener.is-opened {
        background: #eaf4f5;
        color: #85bec1; }
      .nav-secondary-wrapper#nav-blog .nav-submenu-opener.is-opened i.icon-arrow-down {
        display: none; }
      .nav-secondary-wrapper#nav-blog .nav-submenu-opener.is-opened i.icon-arrow-up {
        display: inline-block; }
    @media only screen and (max-width: 768px) {
      .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a {
        background: #85bec1; } }
    .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a {
      background: #eaf4f5;
      color: #85bec1;
      -moz-transition-property: background-color;
      /* FireFox */
      -webkit-transition-property: background-color;
      /* Safari / Chrome */
      -o-transition-property: background-color;
      /* Opera */
      transition-property: background-color;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-backface-visibility: hidden; }
      @media only screen and (max-width: 768px) {
        .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
          display: none; }
        .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
          display: inline-block; } }
    .nav-secondary-wrapper#nav-blog .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > .nav-submenu {
      background: #eaf4f5; }
  .nav-secondary-wrapper#nav-directory {
    background: #9bc6d5;
    -webkit-box-shadow: inset 0px 1px 3px #539db7;
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: inset 0px 1px 3px #539db7;
    /* FF3.5 - 3.6 */
    box-shadow: inset 0px 1px 3px #539db7;
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */ }
    .nav-secondary-wrapper#nav-directory .nav-submenu-opener {
      background: #9bc6d5; }
      .nav-secondary-wrapper#nav-directory .nav-submenu-opener i.icon-arrow-up {
        display: none; }
      .nav-secondary-wrapper#nav-directory .nav-submenu-opener.is-opened {
        background: #f1f7f9;
        color: #9bc6d5; }
      .nav-secondary-wrapper#nav-directory .nav-submenu-opener.is-opened i.icon-arrow-down {
        display: none; }
      .nav-secondary-wrapper#nav-directory .nav-submenu-opener.is-opened i.icon-arrow-up {
        display: inline-block; }
    @media only screen and (max-width: 768px) {
      .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a {
        background: #9bc6d5; } }
    .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a {
      background: #f1f7f9;
      color: #9bc6d5;
      -moz-transition-property: background-color;
      /* FireFox */
      -webkit-transition-property: background-color;
      /* Safari / Chrome */
      -o-transition-property: background-color;
      /* Opera */
      transition-property: background-color;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-backface-visibility: hidden; }
      @media only screen and (max-width: 768px) {
        .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
          display: none; }
        .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
          display: inline-block; } }
    .nav-secondary-wrapper#nav-directory .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > .nav-submenu {
      background: #f1f7f9; }
  .nav-secondary-wrapper#nav-recipes {
    background: #f0ba98;
    -webkit-box-shadow: inset 0px 1px 3px #e8935e;
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: inset 0px 1px 3px #e8935e;
    /* FF3.5 - 3.6 */
    box-shadow: inset 0px 1px 3px #e8935e;
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */ }
    .nav-secondary-wrapper#nav-recipes .nav-submenu-opener {
      background: #f0ba98; }
      .nav-secondary-wrapper#nav-recipes .nav-submenu-opener i.icon-arrow-up {
        display: none; }
      .nav-secondary-wrapper#nav-recipes .nav-submenu-opener.is-opened {
        background: #fcf0e8;
        color: #f0ba98; }
      .nav-secondary-wrapper#nav-recipes .nav-submenu-opener.is-opened i.icon-arrow-down {
        display: none; }
      .nav-secondary-wrapper#nav-recipes .nav-submenu-opener.is-opened i.icon-arrow-up {
        display: inline-block; }
    @media only screen and (max-width: 768px) {
      .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a {
        background: #f0ba98; } }
    .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a {
      background: #fcf0e8;
      color: #f0ba98;
      -moz-transition-property: background-color;
      /* FireFox */
      -webkit-transition-property: background-color;
      /* Safari / Chrome */
      -o-transition-property: background-color;
      /* Opera */
      transition-property: background-color;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-backface-visibility: hidden; }
      @media only screen and (max-width: 768px) {
        .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
          display: none; }
        .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
          display: inline-block; } }
    .nav-secondary-wrapper#nav-recipes .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > .nav-submenu {
      background: #fcf0e8; }
  .nav-secondary-wrapper#nav-tips {
    background: #ffbb72;
    -webkit-box-shadow: inset 0px 1px 3px #ff9b30;
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: inset 0px 1px 3px #ff9b30;
    /* FF3.5 - 3.6 */
    box-shadow: inset 0px 1px 3px #ff9b30;
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */ }
    .nav-secondary-wrapper#nav-tips .nav-submenu-opener {
      background: #ffbb72; }
      .nav-secondary-wrapper#nav-tips .nav-submenu-opener i.icon-arrow-up {
        display: none; }
      .nav-secondary-wrapper#nav-tips .nav-submenu-opener.is-opened {
        background: #fff8f2;
        color: #ffbb72; }
      .nav-secondary-wrapper#nav-tips .nav-submenu-opener.is-opened i.icon-arrow-down {
        display: none; }
      .nav-secondary-wrapper#nav-tips .nav-submenu-opener.is-opened i.icon-arrow-up {
        display: inline-block; }
    @media only screen and (max-width: 768px) {
      .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a {
        background: #ffbb72; } }
    .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a {
      background: #fff8f2;
      color: #ffbb72;
      -moz-transition-property: background-color;
      /* FireFox */
      -webkit-transition-property: background-color;
      /* Safari / Chrome */
      -o-transition-property: background-color;
      /* Opera */
      transition-property: background-color;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-backface-visibility: hidden; }
      @media only screen and (max-width: 768px) {
        .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
          display: none; }
        .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
          display: inline-block; } }
    .nav-secondary-wrapper#nav-tips .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > .nav-submenu {
      background: #fff8f2; }
  .nav-secondary-wrapper#nav-foodies {
    background: #9bc6d5;
    -webkit-box-shadow: inset 0px 1px 3px #539db7;
    /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: inset 0px 1px 3px #539db7;
    /* FF3.5 - 3.6 */
    box-shadow: inset 0px 1px 3px #539db7;
    /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */ }
    .nav-secondary-wrapper#nav-foodies .nav-submenu-opener {
      background: #9bc6d5; }
      .nav-secondary-wrapper#nav-foodies .nav-submenu-opener i.icon-arrow-up {
        display: none; }
      .nav-secondary-wrapper#nav-foodies .nav-submenu-opener.is-opened {
        background: #f1f7f9;
        color: #9bc6d5; }
      .nav-secondary-wrapper#nav-foodies .nav-submenu-opener.is-opened i.icon-arrow-down {
        display: none; }
      .nav-secondary-wrapper#nav-foodies .nav-submenu-opener.is-opened i.icon-arrow-up {
        display: inline-block; }
    @media only screen and (max-width: 768px) {
      .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li > a {
        background: #9bc6d5; } }
    .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a {
      background: #f1f7f9;
      color: #9bc6d5;
      -moz-transition-property: background-color;
      /* FireFox */
      -webkit-transition-property: background-color;
      /* Safari / Chrome */
      -o-transition-property: background-color;
      /* Opera */
      transition-property: background-color;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-backface-visibility: hidden; }
      @media only screen and (max-width: 768px) {
        .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-down {
          display: none; }
        .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > a i.icon-arrow-up {
          display: inline-block; } }
    .nav-secondary-wrapper#nav-foodies .nav-submenu-wrapper > .nav-submenu-table-wrapper > ul > li.is-hovered > .nav-submenu {
      background: #f1f7f9; }

.nav-footer-wrapper {
  margin: 0 0 25px; }
  .nav-footer-wrapper ul li a {
    color: #7a7a7a; }
  .nav-footer-wrapper .nav-primary {
    float: left;
    font-size: 13px;
    font-size: 1.3rem; }
    .nav-footer-wrapper .nav-primary a {
      padding-top: 0; }
  .nav-footer-wrapper .nav-toolbar ul li {
    color: #7a7a7a; }
  @media only screen and (max-width: 890px) {
    .nav-footer-wrapper .nav {
      clear: both;
      float: none; } }
  @media only screen and (max-width: 768px) {
    .nav-footer-wrapper .nav-primary ul li {
      float: none;
      margin: 0 0 10px 0;
      padding: 0;
      font-size: 20px;
      font-size: 2rem; }
    .nav-footer-wrapper .nav-toolbar {
      font-size: 12px;
      font-size: 1.2rem; } }

.page-header {
  text-align: center; }
  .page-header .page-header-content {
    margin: 0 auto; }

.page-header-contest {
  margin: 0 auto;
  min-height: 560px;
  padding: 75px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 500px) {
    .page-header-contest {
      min-height: 615px; } }
  .page-header-contest h1 {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 2.5rem; }
    @media only screen and (max-width: 500px) {
      .page-header-contest h1 {
        font-size: 16px;
        font-size: 1.6rem; } }
    .page-header-contest h1 span {
      display: block;
      line-height: 1.5;
      font-size: 60px;
      font-size: 6rem; }
      @media only screen and (max-width: 768px) {
        .page-header-contest h1 span {
          font-size: 50px;
          font-size: 5rem; } }
      @media only screen and (max-width: 500px) {
        .page-header-contest h1 span {
          font-size: 30px;
          font-size: 3rem; } }
  .page-header-contest a {
    display: block;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem; }
    .page-header-contest a .circle {
      margin: 10px auto 0; }

.preview-holder.preview-holder-centered {
  display: table;
  margin: 0 auto;
  max-width: 1200px !important;
  overflow: hidden;
  position: relative;
  table-layout: fixed; }
  @media only screen and (max-width: 1200px) {
    .preview-holder.preview-holder-centered {
      width: 100% !important; } }

.preview {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .preview a {
    text-decoration: none !important; }
  .preview img {
    display: block;
    margin: 0 0 20px; }
  .preview.preview-blue {
    background-color: #abd8eb;
    background: -moz-radial-gradient(center, ellipse cover, #e4f2f5 0%, #abd8eb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e4f2f5), color-stop(100%, #abd8eb));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e4f2f5 0%, #abd8eb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e4f2f5 0%, #abd8eb 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e4f2f5 0%, #abd8eb 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e4f2f5 0%, #abd8eb 100%);
    /* W3C */ }
  .preview.preview-blue-purple {
    background-color: #a4c6ec;
    background: -moz-radial-gradient(center, ellipse cover, #e3f1f4 0%, #a4c6ec 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e3f1f4), color-stop(100%, #a4c6ec));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e3f1f4 0%, #a4c6ec 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e3f1f4 0%, #a4c6ec 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e3f1f4 0%, #a4c6ec 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e3f1f4 0%, #a4c6ec 100%);
    /* W3C */ }
  .preview.preview-grey {
    background-color: #c2c2b8;
    background: -moz-radial-gradient(center, ellipse cover, #f2f1ed 0%, #c2c2b8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f2f1ed), color-stop(100%, #c2c2b8));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #f2f1ed 0%, #c2c2b8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #f2f1ed 0%, #c2c2b8 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #f2f1ed 0%, #c2c2b8 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #f2f1ed 0%, #c2c2b8 100%);
    /* W3C */ }
  .preview.preview-yellow {
    background-color: #f0d58e;
    background: -moz-radial-gradient(center, ellipse cover, #f9e9c7 0%, #f0d58e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f9e9c7), color-stop(100%, #f0d58e));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #f9e9c7 0%, #f0d58e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #f9e9c7 0%, #f0d58e 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #f9e9c7 0%, #f0d58e 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #f9e9c7 0%, #f0d58e 100%);
    /* W3C */ }
  .preview.preview-lime {
    background-color: #c0cb65;
    background: -moz-radial-gradient(center, ellipse cover, #e9efbf 0%, #c0cb65 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e9efbf), color-stop(100%, #c0cb65));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e9efbf 0%, #c0cb65 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e9efbf 0%, #c0cb65 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e9efbf 0%, #c0cb65 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e9efbf 0%, #c0cb65 100%);
    /* W3C */ }
  .preview.preview-pink {
    background-color: #e8b8ac;
    background: -moz-radial-gradient(center, ellipse cover, #f3eaeb 0%, #e8b8ac 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f3eaeb), color-stop(100%, #e8b8ac));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #f3eaeb 0%, #e8b8ac 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #f3eaeb 0%, #e8b8ac 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #f3eaeb 0%, #e8b8ac 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #f3eaeb 0%, #e8b8ac 100%);
    /* W3C */ }
  .preview.preview-green {
    background-color: #98c2ae;
    background: -moz-radial-gradient(center, ellipse cover, #e9f4f0 0%, #98c2ae 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e9f4f0), color-stop(100%, #98c2ae));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e9f4f0 0%, #98c2ae 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e9f4f0 0%, #98c2ae 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e9f4f0 0%, #98c2ae 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e9f4f0 0%, #98c2ae 100%);
    /* W3C */ }

.preview-contained {
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .preview-contained.preview-padded .preview-padded-img {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .preview-contained .preview-contained-type {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 8px 9px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
    font-size: 16px;
    font-size: 1.6rem; }
  .preview-contained > a {
    display: block;
    position: relative;
    z-index: 20; }
    .preview-contained > a:hover .preview-hover, .preview-contained > a.is-hovered .preview-hover {
      bottom: 0; }
    .preview-contained > a:hover img + h1, .preview-contained > a.is-hovered img + h1 {
      padding: 10px 12px 20px; }
  .preview-contained img {
    display: block;
    margin: 0; }
  .preview-contained h1 {
    bottom: 0;
    color: #FFFFFF;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    left: 0;
    line-height: 1.2;
    padding: 10px 12px;
    position: absolute;
    width: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    font-size: 1.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: padding;
    /* FireFox */
    -webkit-transition-property: padding;
    /* Safari / Chrome */
    -o-transition-property: padding;
    /* Opera */
    transition-property: padding;
    /* W3C */
    -moz-transition-duration: 0.3s;
    /* FireFox */
    -webkit-transition-duration: 0.3s;
    /* Safari / Chrome */
    -o-transition-duration: 0.3s;
    /* Opera */
    transition-duration: 0.3s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden; }
  .preview-contained .preview-hover {
    bottom: -100%;
    left: 0;
    padding: 10px 12px;
    position: absolute;
    width: 100%;
    -moz-transition-property: bottom;
    /* FireFox */
    -webkit-transition-property: bottom;
    /* Safari / Chrome */
    -o-transition-property: bottom;
    /* Opera */
    transition-property: bottom;
    /* W3C */
    -moz-transition-duration: 0.3s;
    /* FireFox */
    -webkit-transition-duration: 0.3s;
    /* Safari / Chrome */
    -o-transition-duration: 0.3s;
    /* Opera */
    transition-duration: 0.3s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .preview-contained .preview-hover {
        bottom: 0; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .preview-contained .preview-hover {
        bottom: 0; } }
    .preview-contained .preview-hover h1 {
      background: none;
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      padding: 0;
      position: static;
      font-size: 12px;
      font-size: 1.2rem; }
    .preview-contained .preview-hover h1 + p {
      padding-top: 10px; }
    .preview-contained .preview-hover p {
      color: #FFFFFF;
      padding: 0 0 2px;
      font-size: 14px;
      font-size: 1.4rem; }

.preview-cheese {
  padding: 0 0 20px; }
  .preview-cheese a {
    display: block; }
  .preview-cheese img {
    margin: 0 0 20px 0; }
  .preview-cheese .preview-cheese-title {
    color: #8f8e7d;
    text-transform: uppercase; }
    .preview-cheese .preview-cheese-title + p {
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      margin: 6px 0 0 0;
      padding: 0;
      font-size: 12px;
      font-size: 1.2rem; }
      .preview-cheese .preview-cheese-title + p a {
        color: #7cb197;
        font-size: 12px;
        font-size: 1.2rem;
        font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif; }

.preview-simple h1 {
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-transition-property: color;
  /* FireFox */
  -webkit-transition-property: color;
  /* Safari / Chrome */
  -o-transition-property: color;
  /* Opera */
  transition-property: color;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
.preview-simple a:hover h1 {
  color: #808080; }

.preview-detailed {
  margin-bottom: 20px; }
  .preview-detailed.preview-double h1 {
    line-height: 130%;
    padding: 0 10px 15px;
    font-size: 25px;
    font-size: 2.5rem; }
    @media only screen and (max-width: 1065px) {
      .preview-detailed.preview-double h1 {
        font-size: 20px;
        font-size: 2rem; } }
    @media only screen and (max-width: 500px) {
      .preview-detailed.preview-double h1 {
        line-height: 150%;
        font-size: 16px;
        font-size: 1.6rem; } }
  .preview-detailed.preview-single h1 {
    line-height: 150%;
    padding: 0 10px 15px;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 1065px) {
      .preview-detailed.preview-single h1 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .preview-detailed p {
    line-height: 145%;
    font-size: 20px;
    font-size: 2rem;
    padding: 0 10px; }
  .preview-detailed .is-mobile {
    display: none; }
    @media only screen and (max-width: 500px) {
      .preview-detailed .is-mobile {
        display: block; } }
  @media only screen and (max-width: 500px) {
    .preview-detailed .is-desktop {
      display: none; } }

.preview-post a:hover h1 {
  color: #808080; }
.preview-post h1 {
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
  line-height: 140%;
  padding: 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-transition-property: color;
  /* FireFox */
  -webkit-transition-property: color;
  /* Safari / Chrome */
  -o-transition-property: color;
  /* Opera */
  transition-property: color;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
.preview-post .fixed-ratio {
  margin: 0 0 20px; }
.preview-post .preview-desc {
  font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-size: 1.1rem; }
  .preview-post .preview-desc a {
    color: #7cb197;
    display: block;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    margin: 0;
    text-transform: uppercase; }
    .preview-post .preview-desc a:hover {
      color: #7a7a7a; }

.preview-author {
  padding: 0 25px; }
  .preview-author a:hover h1 {
    color: #000000; }
  .preview-author img {
    margin: 0 0 10px;
    -webkit-border-radius: 50%;
    /* Saf3-4, iOS 1-3.2, Android =1.6 */
    -moz-border-radius: 50%;
    /* FF1-3.6 */
    border-radius: 50%;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .preview-author h1 {
    color: #7a7a7a;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    line-height: 140%;
    padding: 0 0 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    -moz-transition-property: color;
    /* FireFox */
    -webkit-transition-property: color;
    /* Safari / Chrome */
    -o-transition-property: color;
    /* Opera */
    transition-property: color;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden; }
  .preview-author .preview-desc {
    color: #7cb197;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem; }

.preview-video {
  padding: 0 20px 20px; }
  @media only screen and (max-width: 500px) {
    .preview-video {
      padding: 0; } }
  .preview-video h1 {
    color: #7cb197;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem; }

.profil-chef {
  padding: 20px 0; }
  .profil-chef:after {
    content: "";
    display: block;
    clear: both; }
  .profil-chef {
    zoom: 1; }
  .profil-chef img {
    border-radius: 109px;
    float: left;
    height: 218px;
    width: 218px;
    margin: 0 20px 20px 0; }
  .profil-chef .profil-chef-info {
    float: left; }
    .profil-chef .profil-chef-info h2 {
      font-size: 14px;
      font-size: 1.4rem;
      padding-bottom: 7px; }
    .profil-chef .profil-chef-info .profil-chef-name {
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      padding: 10px 0 0;
      text-transform: uppercase;
      color: #000000;
      font-size: 25px;
      font-size: 2.5rem; }
      .profil-chef .profil-chef-info .profil-chef-name span,
      #tout_sur_les_fromages-soiree_des_chefs .article-default-subtitle span{
        color: #808080;
        display: block;
        font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
        padding: 5px 0 40px;
        font-size: 14px;
        font-size: 1.4rem; }
    .profil-chef .profil-chef-info .article-default-hat {
      padding: 0 0 7px; }
    .profil-chef .profil-chef-info p, .profil-chef .profil-chef-info a {
      padding: 0 0 7px;
      line-height: 20px; }
    .profil-chef .profil-chef-info a {
      font-size: 20px;
      font-size: 2rem; }
      .profil-chef .profil-chef-info a.trigger-accordeon {
        line-height: 24px;
        font-size: 18px;
        font-size: 1.8rem; }
    .profil-chef .profil-chef-info + .content-accordeon {
      display: none;
      float: left;
      line-height: 24px;
      margin: 12px 0 0 0;
      font-size: 18px;
      font-size: 1.8rem; }

.showcase-container {
  display: table;
  margin: 40px auto 0;
  table-layout: fixed;
  text-align: center; }
  @media only screen and (max-width: 500px) {
    .showcase-container {
      margin-top: 0;
      width: 100%; } }

.showcase {
  margin: 0 auto;
  width: 100%; }
  .showcase .showcase-item {
    float: left;
    text-align: left; }
    @media only screen and (min-width: 501px) {
      .showcase .showcase-item {
        width: auto !important; } }
    .showcase .showcase-item:first-child {
      margin-left: 0; }
    .showcase .showcase-item a {
      color: #7cb197;
      display: block;
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      margin-left: 15px;
      padding: 0 0 55px;
      position: relative;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 1.1rem; }
      @media only screen and (max-width: 500px) {
        .showcase .showcase-item a {
          margin-left: 0;
          padding: 0 0 20px;
          text-align: center; } }
      .showcase .showcase-item a.showcase-active:before, .showcase .showcase-item a.showcase-active:after {
        bottom: -1px;
        border: solid transparent;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        pointer-events: none;
        position: absolute;
        width: 0; }
        @media only screen and (max-width: 500px) {
          .showcase .showcase-item a.showcase-active:before, .showcase .showcase-item a.showcase-active:after {
            display: none; } }
      .showcase .showcase-item a.showcase-active:after {
        border-bottom-color: #FFFFFF;
        border-width: 8px;
        margin-left: -8px; }
      .showcase .showcase-item a.showcase-active:before {
        border-bottom-color: #c7c6be;
        border-width: 10px;
        margin-left: -10px; }
      .showcase .showcase-item a + .showcase-content {
        background: #000000;
        color: #FFFFFF;
        display: none;
        margin: 0 0 20px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }

.showcase-content-container {
  margin: 0 0 20px;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 500px) {
    .showcase-content-container {
      margin: 0; } }
  .showcase-content-container.showcase-container-active {
    border-top: 1px solid #c7c6be;
    padding: 20px 0; }
    .showcase-content-container.showcase-container-active:before, .showcase-content-container.showcase-container-active:after {
      top: -10px;
      border: solid transparent;
      content: "";
      display: none;
      height: 0;
      left: 50%;
      pointer-events: none;
      position: absolute;
      width: 0; }
      @media only screen and (max-width: 500px) {
        .showcase-content-container.showcase-container-active:before, .showcase-content-container.showcase-container-active:after {
          display: block; } }
    .showcase-content-container.showcase-container-active:after {
      border-bottom-color: #FFFFFF;
      border-width: 8px;
      margin-left: -8px;
      top: -16px; }
    .showcase-content-container.showcase-container-active:before {
      border-bottom-color: #c7c6be;
      border-width: 10px;
      margin-left: -10px;
      top: -20px; }

.showcase-container-about-cheese .showcase .showcase-item {
  padding: 0 0 0 20px; }
  @media only screen and (max-width: 500px) {
    .showcase-container-about-cheese .showcase .showcase-item {
      padding: 0; } }
  .showcase-container-about-cheese .showcase .showcase-item:first-child {
    padding-left: 0; }
  .showcase-container-about-cheese .showcase .showcase-item img {
    display: block;
    margin-bottom: 20px; }
    @media only screen and (max-width: 500px) {
      .showcase-container-about-cheese .showcase .showcase-item img {
        height: auto;
        width: 100%; } }
  .showcase-container-about-cheese .showcase .showcase-item span {
    display: block;
    margin-left: 10px;
    max-width: 140px; }
    @media only screen and (max-width: 500px) {
      .showcase-container-about-cheese .showcase .showcase-item span {
        margin-left: 0;
        max-width: none; } }

.showcase-content-container-about-cheese p {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  color: #6b6a5a;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem; }
  .showcase-content-container-about-cheese p a {
    font-size: 18px;
    font-size: 1.8rem; }
.showcase-content-container-about-cheese .slide-cheese p {
  font-weight: normal; }
.showcase-content-container-about-cheese .showcase-accordion h5 {
  color: #7cb197;
  cursor: pointer;
  padding-bottom: 25px;
  text-decoration: none; }
  .showcase-content-container-about-cheese .showcase-accordion h5:hover {
    text-decoration: underline; }
.showcase-content-container-about-cheese .showcase-accordion hr {
  margin: 40px 0 0; }
.showcase-content-container-about-cheese .showcase-accordion-toggle hr {
  margin: 0; }
.showcase-content-container-about-cheese .showcase-accordion-toggle .slider-secondary-in-showcase {
  height: 0;
  overflow: hidden;
  padding: 0; }
.showcase-content-container-about-cheese .showcase-accordion-toggle p {
  display: none; }

.sharebar {
  border-bottom: 1px solid #c7c6be;
  border-top: 1px solid #c7c6be;
  margin: 25px 0 20px;
  padding: 15px; }
  .sharebar a {
    color: #808080;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem; }
  .sharebar li.sharebar-item-social {
    margin-right: 20px;
    width: 320px; }
    .sharebar li.sharebar-item-social a {
      margin-left: 5px; }
      .sharebar li.sharebar-item-social a:first-child {
        margin-left: 0; }
  @media only screen and (max-width: 768px) {
    .sharebar ul li.sharebar-item-print span, .sharebar ul li.sharebar-item-send span, .sharebar ul li.sharebar-item-fullscreen span {
      display: none; } }
  @media only screen and (max-width: 500px) {
    .sharebar ul li.sharebar-item-send {
      padding-left: 0; }
      .sharebar ul li.sharebar-item-send span {
        display: inline; }
    .sharebar ul li.sharebar-item-social, .sharebar ul li.sharebar-item-print, .sharebar ul li.sharebar-item-fullscreen {
      display: none; } }

.slider-holder {
  margin: 0 0 40px; }
  .slider-holder.slider-holder-centered {
    display: table;
    margin: 0 auto 40px;
    max-width: 1200px !important;
    overflow: hidden;
    position: relative;
    table-layout: fixed; }
    @media only screen and (max-width: 1200px) {
      .slider-holder.slider-holder-centered {
        width: 100% !important; } }

.slider {
  padding: 20px 0;
  opacity: 0;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=0);
  /* IE6-IE8 */
  -moz-transition-property: opacity;
  /* FireFox */
  -webkit-transition-property: opacity;
  /* Safari / Chrome */
  -o-transition-property: opacity;
  /* Opera */
  transition-property: opacity;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
  .slider.is-ready {
    opacity: 1;
    /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
    filter: alpha(opacity=100);
    /* IE6-IE8 */ }
  .slider .slick-prev, .slider .slick-next {
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
    font-size: 0;
    margin: -15px 0 0 0;
    position: absolute;
    top: 50%;
    width: 30px;
    -webkit-border-radius: 50%;
    /* Saf3-4, iOS 1-3.2, Android =1.6 */
    -moz-border-radius: 50%;
    /* FF1-3.6 */
    border-radius: 50%;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition-property: background;
    /* FireFox */
    -webkit-transition-property: background;
    /* Safari / Chrome */
    -o-transition-property: background;
    /* Opera */
    transition-property: background;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden; }
    .slider .slick-prev:before, .slider .slick-next:before {
      content: "";
      display: block;
      height: 15px;
      width: 8px; }
    .slider .slick-prev:hover, .slider .slick-next:hover {
      background: rgba(0, 0, 0, 0.8); }
    .slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled {
      cursor: default;
      background: rgba(0, 0, 0, 0.15); }
      .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
        background: rgba(0, 0, 0, 0.15); }
  .slider .slick-prev:before {
    margin: 0 0 0 9px;
    background-image: url(/img/sprite.png?1.0);
    background-repeat: no-repeat;
    background-position: -233px -34px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
      .slider .slick-prev:before {
        background-image: url(/img/sprite@2x.png?1.0);
        background-repeat: no-repeat;
        background-position: -233px -34px;
        background-size: 400px; } }
  .slider .slick-next:before {
    margin: 0 0 0 12px;
    background-image: url(/img/sprite.png?1.0);
    background-repeat: no-repeat;
    background-position: -252px -34px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
      .slider .slick-next:before {
        background-image: url(/img/sprite@2x.png?1.0);
        background-repeat: no-repeat;
        background-position: -252px -34px;
        background-size: 400px; } }
  .slider .slick-dots {
    bottom: 0;
    line-height: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
    .slider .slick-dots li {
      display: inline-block;
      margin: 0 0 0 4px; }
      .slider .slick-dots li button {
        background: #e0e0d7;
        height: 12px;
        font-size: 0;
        width: 12px;
        -webkit-border-radius: 50%;
        /* Saf3-4, iOS 1-3.2, Android =1.6 */
        -moz-border-radius: 50%;
        /* FF1-3.6 */
        border-radius: 50%;
        /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
        /* useful if you don't want a bg color from leaking outside the border: */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -moz-transition-property: background;
        /* FireFox */
        -webkit-transition-property: background;
        /* Safari / Chrome */
        -o-transition-property: background;
        /* Opera */
        transition-property: background;
        /* W3C */
        -moz-transition-duration: 0.5s;
        /* FireFox */
        -webkit-transition-duration: 0.5s;
        /* Safari / Chrome */
        -o-transition-duration: 0.5s;
        /* Opera */
        transition-duration: 0.5s;
        /* W3C */
        /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
        -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-backface-visibility: hidden; }
        .slider .slick-dots li button:hover {
          background: rgba(0, 0, 0, 0.8); }
      .slider .slick-dots li.slick-active button {
        background: #bfbfb8; }
        .slider .slick-dots li.slick-active button:hover {
          background: rgba(0, 0, 0, 0.8); }
      .slider .slick-dots li:first-child {
        margin: 0; }
  .slider.slider-main.slider-front-cheese.slider-blue .slide-front {
    background-color: #abd8eb;
    background: -moz-radial-gradient(center, ellipse cover, #e4f2f5 0%, #abd8eb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e4f2f5), color-stop(100%, #abd8eb));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e4f2f5 0%, #abd8eb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e4f2f5 0%, #abd8eb 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e4f2f5 0%, #abd8eb 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e4f2f5 0%, #abd8eb 100%);
    /* W3C */ }
  .slider.slider-main.slider-front-cheese.slider-blue-purple .slide-front {
    background-color: #a4c6ec;
    background: -moz-radial-gradient(center, ellipse cover, #e3f1f4 0%, #a4c6ec 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e3f1f4), color-stop(100%, #a4c6ec));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e3f1f4 0%, #a4c6ec 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e3f1f4 0%, #a4c6ec 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e3f1f4 0%, #a4c6ec 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e3f1f4 0%, #a4c6ec 100%);
    /* W3C */ }
  .slider.slider-main.slider-front-cheese.slider-grey .slide-front {
    background-color: #c2c2b8;
    background: -moz-radial-gradient(center, ellipse cover, #f2f1ed 0%, #c2c2b8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f2f1ed), color-stop(100%, #c2c2b8));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #f2f1ed 0%, #c2c2b8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #f2f1ed 0%, #c2c2b8 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #f2f1ed 0%, #c2c2b8 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #f2f1ed 0%, #c2c2b8 100%);
    /* W3C */ }
  .slider.slider-main.slider-front-cheese.slider-yellow .slide-front {
    background-color: #f0d58e;
    background: -moz-radial-gradient(center, ellipse cover, #f9e9c7 0%, #f0d58e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f9e9c7), color-stop(100%, #f0d58e));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #f9e9c7 0%, #f0d58e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #f9e9c7 0%, #f0d58e 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #f9e9c7 0%, #f0d58e 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #f9e9c7 0%, #f0d58e 100%);
    /* W3C */ }
  .slider.slider-main.slider-front-cheese.slider-lime .slide-front {
    background-color: #c0cb65;
    background: -moz-radial-gradient(center, ellipse cover, #e9efbf 0%, #c0cb65 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e9efbf), color-stop(100%, #c0cb65));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e9efbf 0%, #c0cb65 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e9efbf 0%, #c0cb65 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e9efbf 0%, #c0cb65 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e9efbf 0%, #c0cb65 100%);
    /* W3C */ }
  .slider.slider-main.slider-front-cheese.slider-pink .slide-front {
    background-color: #e8b8ac;
    background: -moz-radial-gradient(center, ellipse cover, #f3eaeb 0%, #e8b8ac 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f3eaeb), color-stop(100%, #e8b8ac));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #f3eaeb 0%, #e8b8ac 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #f3eaeb 0%, #e8b8ac 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #f3eaeb 0%, #e8b8ac 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #f3eaeb 0%, #e8b8ac 100%);
    /* W3C */ }
  .slider.slider-main.slider-front-cheese.slider-green .slide-front {
    background-color: #98c2ae;
    background: -moz-radial-gradient(center, ellipse cover, #e9f4f0 0%, #98c2ae 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e9f4f0), color-stop(100%, #98c2ae));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #e9f4f0 0%, #98c2ae 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #e9f4f0 0%, #98c2ae 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #e9f4f0 0%, #98c2ae 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #e9f4f0 0%, #98c2ae 100%);
    /* W3C */ }
  .slider.slider-main .slick-list .slick-track .slide-front img {
    margin: 0 auto; }
  .slider.slider-main .slick-prev {
    left: 22px; }
  .slider.slider-main .slick-next {
    right: 22px; }
  .slider.slider-secondary, .slider.slider-secondary-in-showcase {
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-size: 1.1rem; }
    .slider.slider-secondary .slick-list, .slider.slider-secondary-in-showcase .slick-list {
      margin: 0 auto;
      width: 85%; }
      .slider.slider-secondary .slick-list article, .slider.slider-secondary-in-showcase .slick-list article {
        margin: 0; }
    .slider.slider-secondary .slick-prev, .slider.slider-secondary-in-showcase .slick-prev {
      left: 0; }
    .slider.slider-secondary .slick-next, .slider.slider-secondary-in-showcase .slick-next {
      right: 0; }
    .slider.slider-secondary .slide-secondary-padded, .slider.slider-secondary-in-showcase .slide-secondary-padded {
      padding: 0 15px; }
      .slider.slider-secondary .slide-secondary-padded a, .slider.slider-secondary-in-showcase .slide-secondary-padded a {
        display: block; }
      .slider.slider-secondary .slide-secondary-padded img, .slider.slider-secondary-in-showcase .slide-secondary-padded img {
        margin: 0 0 20px 0; }
      .slider.slider-secondary .slide-secondary-padded .slide-secondary-title, .slider.slider-secondary-in-showcase .slide-secondary-padded .slide-secondary-title {
        color: #8f8e7d;
        text-transform: uppercase; }
        .slider.slider-secondary .slide-secondary-padded .slide-secondary-title + p, .slider.slider-secondary-in-showcase .slide-secondary-padded .slide-secondary-title + p {
          font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
          margin: 6px 0 0 0;
          padding: 0;
          font-size: 12px;
          font-size: 1.2rem; }
          .slider.slider-secondary .slide-secondary-padded .slide-secondary-title + p a, .slider.slider-secondary-in-showcase .slide-secondary-padded .slide-secondary-title + p a {
            color: #7cb197;
            font-size: 12px;
            font-size: 1.2rem;
            font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif; }
  .slider.slider-full {
    max-width: 1200px !important; }
    @media only screen and (max-width: 1200px) {
      .slider.slider-full {
        width: 100% !important; } }
    .slider.slider-full .slick-list {
      margin: 0;
      overflow: hidden;
      width: 100% !important; }
      .slider.slider-full .slick-list .slick-track > div {
        position: relative; }
        .slider.slider-full .slick-list .slick-track > div article {
          max-width: 300px;
          padding: 0 10px; }
          @media only screen and (max-width: 500px) {
            .slider.slider-full .slick-list .slick-track > div article {
              max-width: none; } }
  .slider.slider-showcase {
    padding-bottom: 0; }
    @media only screen and (min-width: 501px) {
      .slider.slider-showcase .slick-list {
        overflow: visible;
        z-index: 10; } }
    @media only screen and (min-width: 501px) {
      .slider.slider-showcase .slick-track {
        width: auto !important; } }
    @media only screen and (min-width: 501px) {
      .slider.slider-showcase .showcase-item-cloned {
        display: none; } }

.slides {
  margin: 0; }

/* Slick styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: white url(/img/slick-loader.gif) center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.spinner {
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 50px; }
  .spinner.spinner-recipe > div, .spinner.spinner-tip > div {
    background-color: #000000; }
  .spinner.spinner-blog {
    z-index: -1; }
    .spinner.spinner-blog > div {
      background-color: #000000; }
  .spinner > div {
    background-color: #ffffff;
    display: inline-block;
    height: 100%;
    width: 6px;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: stretchdelay 1.2s infinite ease-in-out;
    -o-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out; }
    .spinner > div.spinner-rect2 {
      -webkit-animation-delay: -1.1s;
      -moz-animation-delay: -1.1s;
      -o-animation-delay: -1.1s;
      animation-delay: -1.1s; }
    .spinner > div.spinner-rect3 {
      -webkit-animation-delay: -1s;
      -moz-animation-delay: -1s;
      -o-animation-delay: -1s;
      animation-delay: -1s; }
    .spinner > div.spinner-rect4 {
      -webkit-animation-delay: -0.9s;
      -moz-animation-delay: -0.9s;
      -o-animation-delay: -0.9s;
      animation-delay: -0.9s; }
    .spinner > div.spinner-rect5 {
      -webkit-animation-delay: -0.8s;
      -moz-animation-delay: -0.8s;
      -o-animation-delay: -0.8s;
      animation-delay: -0.8s; }

.text-note {
  color: #7a7a7a;
  line-height: 100%;
  font-size: 13px;
  font-size: 1.3rem; }

.title-underlined {
  font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  padding: 22px 0 40px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }
  .title-underlined:before {
    background: #000000;
    bottom: 20px;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 0 0 -12.5px;
    position: absolute;
    width: 20px; }
  .title-underlined.title-underlined-inverted {
    color: #FFFFFF; }
    .title-underlined.title-underlined-inverted:before {
      background: #FFFFFF; }
  .title-underlined.title-underlined-main {
    font-size: 25px;
    font-size: 2.5rem; }

.title-section {
  color: #808080;
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem; }
  .title-section span {
    color: #7cb197;
    display: block;
    line-height: 110%; }

.has-tipsy {
  position: relative; }

.tipsy {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem; }
  .tipsy .tipsy-inner {
    text-align: left; }
    .tipsy .tipsy-inner ul {
      padding-bottom: 0; }
    .tipsy .tipsy-inner p {
      padding: 0 0 10px; }
      .tipsy .tipsy-inner p:last-child {
        padding: 0; }
    .tipsy .tipsy-inner a {
      color: #7cb197; }

.video-holder {
  margin: 0 0 20px;
  position: relative; }
  .video-holder .video-btn {
    display: block;
    position: absolute; }
    .video-holder .video-btn.video-btn-play {
      bottom: 20px;
      display: table;
      right: 20px; }
      .video-holder .video-btn.video-btn-play .icon-play {
        margin: 0 auto; }
    .video-holder .video-btn.video-btn-stop {
      background: #000000;
      padding: 10px;
      right: 10px;
      top: 10px;
      z-index: 20;
      -webkit-border-radius: 5px;
      /* Saf3-4, iOS 1-3.2, Android =1.6 */
      -moz-border-radius: 5px;
      /* FF1-3.6 */
      border-radius: 5px;
      /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
      /* useful if you don't want a bg color from leaking outside the border: */
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }

.video-holder-swap {
  margin: 0; }
  .video-holder-swap.is-playing .video-btn-stop {
    display: inline-block; }
  .video-holder-swap .video-btn-stop {
    display: none; }
  .video-holder-swap .video-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: -10; }

/*-------------------------------------------------------------------
	Short modules
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	BASE STATE CLASSES
-------------------------------------------------------------------*/
.is-hidden {
  display: none; }

.acts-as-table {
  display: table; }
  .acts-as-table .acts-as-cell {
    display: table-cell; }

.is-overflow-visible {
  overflow: visible !important; }

/*-------------------------------------------------------------------
	Concours Si bien ├á la maison
--------------------------------------------------------------------*/
body.theme-concours-si-bien-a-la-maison {
  background: url(/img/concours/ca-goute-le-printemps/bg-header.jpg) center top no-repeat #AEEECB; }
  body.theme-concours-si-bien-a-la-maison #layout-header nav ul li {
    color: #9a9a9a; }
    body.theme-concours-si-bien-a-la-maison #layout-header nav ul li a {
      color: #808080; }
      body.theme-concours-si-bien-a-la-maison #layout-header nav ul li a:hover {
        color: #4d4d4d !important; }
      body.theme-concours-si-bien-a-la-maison #layout-header nav ul li a.nav-active {
        color: #FFFFFF !important; }
        @media only screen and (max-width: 768px) {
          body.theme-concours-si-bien-a-la-maison #layout-header nav ul li a.nav-active {
            color: #AEEECB !important; } }
  body.theme-concours-si-bien-a-la-maison .page-header-contest {
    color: #FFFFFF; }
    body.theme-concours-si-bien-a-la-maison .page-header-contest h1, body.theme-concours-si-bien-a-la-maison .page-header-contest a {
      color: #FFFFFF;
      text-shadow: 0 2px 2px rgba(27, 130, 74, 0.4);
      /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
  body.theme-concours-si-bien-a-la-maison .circle {
    background: #fff8a0;
    -webkit-box-shadow: 0 2px 2px rgba(27, 130, 74, 0.4);
    -moz-box-shadow: 0 2px 2px rgba(27, 130, 74, 0.4);
    box-shadow: 0 2px 2px rgba(27, 130, 74, 0.4); }
    body.theme-concours-si-bien-a-la-maison .circle .icon-arrow-down-contest {
      background-image: url(/img/concours/ca-goute-le-printemps/circle-arrow.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
        body.theme-concours-si-bien-a-la-maison .circle .icon-arrow-down-contest {
          background-image: url(/img/concours/ca-goute-le-printemps/circle-arrow@2x.png); } }
  body.theme-concours-si-bien-a-la-maison .btn-primary {
    background-color: #289894;
    color: #FFFFFF; }
    body.theme-concours-si-bien-a-la-maison .btn-primary:hover {
      background-color: #1d706d; }
  body.theme-concours-si-bien-a-la-maison .btn-reverse {
    background-color: #FFFFFF;
    color: #289894; }
    body.theme-concours-si-bien-a-la-maison .btn-reverse:hover {
      background-color: #289894;
      color: #FFFFFF; }

/*-------------------------------------------------------------------
	Concours Mon carnet, votre tablette (06/10/14 - 27/10/14)
--------------------------------------------------------------------*/
body.theme-concours-mon-carnet-votre-tablette .nav ul li a {
  color: #808080; }
  body.theme-concours-mon-carnet-votre-tablette .nav ul li a.nav-active {
    color: #FFFFFF; }
body.theme-concours-mon-carnet-votre-tablette.fr {
  background: url(/img/concours/mon-carnet-votre-tablette/bg-header-fr.jpg) center top no-repeat #c1c6c9; }
body.theme-concours-mon-carnet-votre-tablette.en {
  background: url(/img/concours/mon-carnet-votre-tablette/bg-header-en.jpg) center top no-repeat #c1c6c9; }
body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-fr #mon-carnet {
  background: url(/img/concours/mon-carnet-votre-tablette/mon-carnet-fr.png) no-repeat 0 0;
  width: 240px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-fr #mon-carnet {
      background-image: url(/img/concours/mon-carnet-votre-tablette/mon-carnet-fr@2x.png);
      background-size: cover; } }
body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-fr .app-store i {
  background: url(/img/concours/mon-carnet-votre-tablette/app-store-fr.png) no-repeat 0 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-fr .app-store i {
      background-image: url(/img/concours/mon-carnet-votre-tablette/app-store-fr@2x.png);
      background-size: cover; } }
body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-fr .google-play i {
  background: url(/img/concours/mon-carnet-votre-tablette/google-play-fr.png) no-repeat 0 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-fr .google-play i {
      background-image: url(/img/concours/mon-carnet-votre-tablette/google-play-fr@2x.png);
      background-size: cover; } }
body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-en #mon-carnet {
  background: url(/img/concours/mon-carnet-votre-tablette/mon-carnet-en.png) no-repeat 0 0;
  width: 291px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-en #mon-carnet {
      background-image: url(/img/concours/mon-carnet-votre-tablette/mon-carnet-en@2x.png);
      background-size: cover; } }
body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-en .app-store i {
  background: url(/img/concours/mon-carnet-votre-tablette/app-store-en.png) no-repeat 0 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-en .app-store i {
      background-image: url(/img/concours/mon-carnet-votre-tablette/app-store-en@2x.png);
      background-size: cover; } }
body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-en .google-play i {
  background: url(/img/concours/mon-carnet-votre-tablette/google-play-en.png) no-repeat 0 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    body.theme-concours-mon-carnet-votre-tablette .wrapper-contest-en .google-play i {
      background-image: url(/img/concours/mon-carnet-votre-tablette/google-play-en@2x.png);
      background-size: cover; } }
@media only screen and (max-width: 500px) {
  body.theme-concours-mon-carnet-votre-tablette .layout-wrapper {
    padding: 0 15px; } }
body.theme-concours-mon-carnet-votre-tablette.is-loading #contest-overlay {
  background: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.7;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=70);
  /* IE6-IE8 */ }
  body.theme-concours-mon-carnet-votre-tablette.is-loading #contest-overlay i {
    background: url("/img/concours/mon-carnet-votre-tablette/ajax-loader.gif") no-repeat 0 0;
    display: block;
    height: 31px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 31px; }
body.theme-concours-mon-carnet-votre-tablette .title {
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 500px) {
    body.theme-concours-mon-carnet-votre-tablette .title {
      font-size: 18px;
      font-size: 1.8rem; } }
body.theme-concours-mon-carnet-votre-tablette .btn {
  font-size: 16px;
  font-size: 1.6rem; }
  body.theme-concours-mon-carnet-votre-tablette .btn.btn-md {
    width: 300px; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-mon-carnet-votre-tablette .btn.btn-md {
        width: 290px; } }
body.theme-concours-mon-carnet-votre-tablette .page-header-content .title {
  margin: 0;
  padding-top: 0; }
  body.theme-concours-mon-carnet-votre-tablette .page-header-content .title + h2 {
    color: #FFFFFF;
    padding: 0 0 95px 0;
    font-size: 55px;
    font-size: 5.5rem; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-mon-carnet-votre-tablette .page-header-content .title + h2 {
        font-size: 45px;
        font-size: 4.5rem; } }
    @media only screen and (max-width: 400px) {
      body.theme-concours-mon-carnet-votre-tablette .page-header-content .title + h2 {
        font-size: 30px;
        font-size: 3rem; } }
body.theme-concours-mon-carnet-votre-tablette .page-header-content .circle {
  background: #ffe79f;
  -webkit-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4); }
  body.theme-concours-mon-carnet-votre-tablette .page-header-content .circle .icon-arrow-down-contest {
    background-image: url(/img/concours/mon-carnet-votre-tablette/circle-arrow.png); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
      body.theme-concours-mon-carnet-votre-tablette .page-header-content .circle .icon-arrow-down-contest {
        background-image: url(/img/concours/mon-carnet-votre-tablette/circle-arrow@2x.png); } }
body.theme-concours-mon-carnet-votre-tablette .page-header-content .details {
  /*small {
  	color: $pale-sky;
  	margin: 45px 0 0 0;
  	@include display(inline-block);
  	@include font-size(12);
  }*/ }
  body.theme-concours-mon-carnet-votre-tablette .page-header-content .details span {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
body.theme-concours-mon-carnet-votre-tablette #box-details .layout-wrapper, body.theme-concours-mon-carnet-votre-tablette #box-participate .layout-wrapper {
  max-width: 940px;
  width: 100%; }
body.theme-concours-mon-carnet-votre-tablette #box-details {
  background: #a1dae5;
  color: #FFFFFF; }
  body.theme-concours-mon-carnet-votre-tablette #box-details #prize {
    padding: 0 0 100px 0; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-mon-carnet-votre-tablette #box-details #prize {
        padding: 0 0 40px 0; } }
    body.theme-concours-mon-carnet-votre-tablette #box-details #prize .col-lg-4 {
      padding: 0 35px 0 0; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-mon-carnet-votre-tablette #box-details #prize .col-lg-4 {
          padding: 0; } }
      body.theme-concours-mon-carnet-votre-tablette #box-details #prize .col-lg-4 h3 {
        color: #FFFFFF;
        font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
        padding: 30px 0;
        font-size: 16px;
        font-size: 1.6rem; }
      body.theme-concours-mon-carnet-votre-tablette #box-details #prize .col-lg-4 p {
        margin: 0;
        padding: 30px 0 0 0; }
      body.theme-concours-mon-carnet-votre-tablette #box-details #prize .col-lg-4 small {
        display: block;
        line-height: 20px;
        margin: 20px 0 0 0;
        font-size: 14px;
        font-size: 1.4rem; }
    body.theme-concours-mon-carnet-votre-tablette #box-details #prize .img-tablet {
      height: auto;
      max-width: 100%; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-mon-carnet-votre-tablette #box-details #prize .img-tablet {
          margin: 20px 0 0 0; } }
    body.theme-concours-mon-carnet-votre-tablette #box-details #prize .btn-wrapper {
      margin: 30px 0 0 0;
      padding: 0;
      text-align: center; }
  body.theme-concours-mon-carnet-votre-tablette #box-details .border {
    border-top: 1px solid #b9e3ec;
    height: 1px; }
  body.theme-concours-mon-carnet-votre-tablette #box-details #tool {
    padding: 80px 0;
    text-align: center; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-mon-carnet-votre-tablette #box-details #tool {
        padding: 30px 0; } }
    body.theme-concours-mon-carnet-votre-tablette #box-details #tool h2 {
      color: #FFFFFF;
      font-family: "MuseoSans100Regular", Arial, Helvetica, sans-serif;
      padding: 0;
      font-size: 27px;
      font-size: 2.7rem; }
      body.theme-concours-mon-carnet-votre-tablette #box-details #tool h2 + p {
        line-height: 22px;
        margin: 20px auto 0 auto;
        max-width: 685px;
        padding: 0;
        width: 100%; }
    body.theme-concours-mon-carnet-votre-tablette #box-details #tool #mon-carnet {
      height: 149px;
      margin: 45px auto; }
    body.theme-concours-mon-carnet-votre-tablette #box-details #tool #apps a {
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      body.theme-concours-mon-carnet-votre-tablette #box-details #tool #apps a i {
        height: 50px;
        vertical-align: middle;
        display: inline-block;
        *display: inline;
        *zoom: 1; }
        @media only screen and (max-width: 500px) {
          body.theme-concours-mon-carnet-votre-tablette #box-details #tool #apps a i {
            background-size: cover;
            height: 40px; } }
      body.theme-concours-mon-carnet-votre-tablette #box-details #tool #apps a.app-store i {
        width: 169px; }
        @media only screen and (max-width: 500px) {
          body.theme-concours-mon-carnet-votre-tablette #box-details #tool #apps a.app-store i {
            width: 135px; } }
      body.theme-concours-mon-carnet-votre-tablette #box-details #tool #apps a.google-play {
        margin: 0 0 0 15px; }
        @media only screen and (max-width: 500px) {
          body.theme-concours-mon-carnet-votre-tablette #box-details #tool #apps a.google-play {
            margin: 0 0 0 8px; } }
        body.theme-concours-mon-carnet-votre-tablette #box-details #tool #apps a.google-play i {
          width: 145px; }
          @media only screen and (max-width: 500px) {
            body.theme-concours-mon-carnet-votre-tablette #box-details #tool #apps a.google-play i {
              width: 116px; } }
body.theme-concours-mon-carnet-votre-tablette #box-participate {
  background: #FFFFFF; }
  body.theme-concours-mon-carnet-votre-tablette #box-participate .layout-wrapper {
    padding: 80px 0; }
    @media only screen and (max-width: 768px) {
      body.theme-concours-mon-carnet-votre-tablette #box-participate .layout-wrapper {
        padding: 25px 0; } }
  body.theme-concours-mon-carnet-votre-tablette #box-participate #progress {
    border-bottom: 1px solid #c0c0b4;
    margin: 0 0 30px 0; }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #progress ul {
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-mon-carnet-votre-tablette #box-participate #progress ul {
          font-size: 11px;
          font-size: 1.1rem; } }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #progress ul li {
        color: #c0c0b4;
        margin: 0 0 0 20px;
        padding: 0 0 15px 0;
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1; }
        body.theme-concours-mon-carnet-votre-tablette #box-participate #progress ul li:first-child {
          margin: 0; }
        body.theme-concours-mon-carnet-votre-tablette #box-participate #progress ul li.active {
          color: #000000; }
          body.theme-concours-mon-carnet-votre-tablette #box-participate #progress ul li.active:after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #c0c0b4;
            bottom: -10px;
            content: "";
            height: 0;
            left: 50%;
            margin: 0 0 0 -10px;
            position: absolute;
            width: 0; }
  body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .msg-error {
    color: #e7300c;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 0 0 12px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
  body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .title {
    line-height: 32px;
    margin: 0 0 25px 0;
    font-size: 25px;
    font-size: 2.5rem; }
  body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet input[type=text] {
    border: 1px solid #c0c0b4;
    color: #808080;
    height: 40px;
    padding: 8px 10px 8px 25px;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem; }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet input[type=text].postal {
      float: right;
      width: 50%; }
  body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .control-group {
    position: relative; }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .control-group .placeholder {
      color: #808080;
      cursor: text;
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      left: 0;
      line-height: 40px;
      padding: 0 0 0 25px;
      position: absolute;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      z-index: 50;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 12px;
      font-size: 1.2rem; }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .control-group .placeholder.zipcode {
        left: 150px;
        width: 50%; }
        @media only screen and (max-width: 620px) {
          body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .control-group .placeholder.zipcode {
            left: 50%; } }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .control-group.error {
      color: #e7300c; }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .control-group.error .placeholder {
        color: #e7300c; }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .control-group.error input[type=text] {
        border: 1px solid #e7300c; }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet .control-group.error small {
        color: #808080; }
  body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry {
    margin: 0 auto;
    max-width: 620px;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry .col-left {
      padding: 0 10px 0 0; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry .col-left {
          padding: 0; } }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry .col-left + .col-right {
        padding: 0 0 0 10px; }
        @media only screen and (max-width: 500px) {
          body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry .col-left + .col-right {
            padding: 0; } }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry small, body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry .note {
      font-size: inherit;
      height: 40px;
      line-height: 40px; }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry .note {
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-entry .btn-next-wrapper {
      margin: 25px 0 0 0;
      text-align: center; }
  body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz {
    margin: 0 auto;
    max-width: 405px;
    width: 100%; }
    @media only screen and (max-width: 405px) {
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div {
      padding: 0 50px; }
      @media only screen and (max-width: 405px) {
        body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div {
          padding: 0; } }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div > span {
        text-align: center;
        display: block; }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div p + span {
        color: #000000;
        font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
        margin: 50px 0 10px 0;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem; }
        body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div p + span + span {
          border-bottom: 1px solid #c0c0b4;
          margin: 0 0 20px 0;
          padding: 0 0 40px 0; }
          body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div p + span + span + p {
            margin: 0 0 10px 0;
            padding: 0; }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div input[type=checkbox] {
        float: left;
        margin: 6px 8px 10px 0; }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div a {
        color: #289894;
        text-decoration: none; }
        body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div a:hover {
          text-decoration: underline; }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div .btn-submit-wrapper {
        margin: 20px 0 0 0; }
        body.theme-concours-mon-carnet-votre-tablette #box-participate #form-contest-tablet #contest-step-quiz div .btn-submit-wrapper .btn-full {
          width: 100%; }
  body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm {
    text-align: center; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm {
        padding: 0 15px; } }
    @media only screen and (max-width: 768px) {
      body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm .box-circle {
        min-height: 300px; } }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm .box-circle a {
      text-decoration: none; }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm .box-circle a div {
        height: 223px;
        margin: 0 auto;
        width: 223px;
        -webkit-border-radius: 50%;
        /* Saf3-4, iOS 1-3.2, Android =1.6 */
        -moz-border-radius: 50%;
        /* FF1-3.6 */
        border-radius: 50%;
        /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
        /* useful if you don't want a bg color from leaking outside the border: */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
        @media only screen and (min-width: 769px) and (max-width: 940px) {
          body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm .box-circle a div {
            background-size: cover;
            height: 183px;
            width: 183px; } }
      body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm .box-circle a span {
        font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
        margin: 20px 0 0 0;
        padding: 0 10px;
        text-transform: uppercase;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 12px;
        font-size: 1.2rem; }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm .box-circle.box-circle-tips div {
      background: url(/img/concours/mon-carnet-votre-tablette/img-box-tips.jpg) no-repeat 0 0; }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm .box-circle.box-circle-qc div {
      background: url(/img/concours/mon-carnet-votre-tablette/img-box-qc.jpg) no-repeat 0 0; }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm .box-circle.box-circle-recipes div {
      background: url(/img/concours/mon-carnet-votre-tablette/img-box-recipes.jpg) no-repeat 0 0; }
    body.theme-concours-mon-carnet-votre-tablette #box-participate #contest-step-confirm .box-circle.box-circle-fb div {
      background: url(/img/concours/mon-carnet-votre-tablette/img-box-fb.jpg) no-repeat 0 0; }

/*-------------------------------------------------------------------
	Concours rassemblements festifs (10/11/14 - 08/12/14)
--------------------------------------------------------------------*/
body.theme-concours-rassemblements-festifs #layout-header .nav ul li a {
  color: #FFFFFF; }
  body.theme-concours-rassemblements-festifs #layout-header .nav ul li a.nav-active {
    color: #FFFFFF;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif; }
  body.theme-concours-rassemblements-festifs #layout-header .nav ul li a:hover {
    text-decoration: underline; }
body.theme-concours-rassemblements-festifs #background-container {
  background: url(/img/concours/rassemblements-festifs/bg-header.jpg) center top no-repeat #c1c6c9;
  background-size: cover;
  height: 700px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
body.theme-concours-rassemblements-festifs .btn-primary {
  background-color: #b52527; }
  body.theme-concours-rassemblements-festifs .btn-primary:hover {
    background-color: #660000;
    color: #b52527; }
@media only screen and (max-width: 500px) {
  body.theme-concours-rassemblements-festifs .layout-wrapper {
    padding: 0 15px; } }
body.theme-concours-rassemblements-festifs.is-loading #contest-overlay {
  background: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.7;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=70);
  /* IE6-IE8 */ }
  body.theme-concours-rassemblements-festifs.is-loading #contest-overlay i {
    background: url("/img/concours/mon-carnet-votre-tablette/ajax-loader.gif") no-repeat 0 0;
    display: block;
    height: 31px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 31px; }
body.theme-concours-rassemblements-festifs .title {
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 500px) {
    body.theme-concours-rassemblements-festifs .title {
      font-size: 18px;
      font-size: 1.8rem; } }
body.theme-concours-rassemblements-festifs .btn {
  font-size: 16px;
  font-size: 1.6rem; }
  body.theme-concours-rassemblements-festifs .btn.btn-md {
    width: 300px; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-rassemblements-festifs .btn.btn-md {
        width: 290px; } }
body.theme-concours-rassemblements-festifs .page-header-content .title {
  margin: 0;
  padding-top: 0; }
  body.theme-concours-rassemblements-festifs .page-header-content .title + h2 {
    color: #FFFFFF;
    padding: 0 0 20px 0;
    font-size: 55px;
    font-size: 5.5rem; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-rassemblements-festifs .page-header-content .title + h2 {
        font-size: 45px;
        font-size: 4.5rem; } }
    @media only screen and (max-width: 400px) {
      body.theme-concours-rassemblements-festifs .page-header-content .title + h2 {
        font-size: 30px;
        font-size: 3rem; } }
body.theme-concours-rassemblements-festifs .page-header-content .intro {
  color: #FFFFFF;
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto 30px auto;
  max-width: 580px;
  padding: 0 15px;
  text-align: center;
  width: 100%; }
body.theme-concours-rassemblements-festifs .page-header-content .page-header-content {
  color: #FFFFFF; }
  body.theme-concours-rassemblements-festifs .page-header-content .page-header-content h1, body.theme-concours-rassemblements-festifs .page-header-content .page-header-content a {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(27, 130, 74, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
body.theme-concours-rassemblements-festifs .page-header-content .circle {
  background: #ffe79f;
  -webkit-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4); }
  body.theme-concours-rassemblements-festifs .page-header-content .circle .icon-arrow-down-contest {
    background-image: url(/img/concours/rassemblements-festifs/circle-arrow.png);
    height: 10px;
    width: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
      body.theme-concours-rassemblements-festifs .page-header-content .circle .icon-arrow-down-contest {
        background-image: url(/img/concours/rassemblements-festifs/circle-arrow@2x.png);
        background-size: cover;
        height: 10px;
        width: 19px; } }
body.theme-concours-rassemblements-festifs .page-header-content .details {
  /*small {
  	color: $pale-sky;
  	margin: 45px 0 0 0;
  	@include display(inline-block);
  	@include font-size(12);
  }*/ }
  body.theme-concours-rassemblements-festifs .page-header-content .details span {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
body.theme-concours-rassemblements-festifs #box-details .layout-wrapper, body.theme-concours-rassemblements-festifs #box-participate .layout-wrapper, body.theme-concours-rassemblements-festifs #box-grand-prize .layout-wrapper, body.theme-concours-rassemblements-festifs #box-secondary-prize .layout-wrapper {
  max-width: 1024px;
  width: 100%; }
body.theme-concours-rassemblements-festifs .box-prize {
  color: #FFFFFF; }
  body.theme-concours-rassemblements-festifs .box-prize .prize-presentation {
    padding: 0 0 100px 0; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-rassemblements-festifs .box-prize .prize-presentation {
        padding: 0 0 40px 0; } }
    @media only screen and (max-width: 500px) {
      body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-4, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-3 {
        padding: 0; }
        body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-4.text-container, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-3.text-container {
          text-align: center; } }
    @media only screen and (max-width: 768px) {
      body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-4.text-container, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-3.text-container {
        text-align: center; } }
    body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-4 h3, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-3 h3 {
      color: #FFFFFF;
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      padding: 30px 0;
      font-size: 16px;
      font-size: 1.6rem; }
    body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-4 small, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-3 small {
      display: block;
      line-height: 20px;
      margin: 20px 0 0 0;
      font-size: 14px;
      font-size: 1.4rem; }
    body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-4 li, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-3 li {
      font-family: "Crimson Text", "Times New Roman", Times, serif; }
      body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-4 li:before, body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-lg-3 li:before {
        content: '\2022 '; }
    body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .slider {
      opacity: 1; }
      body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .slider .slick-dots {
        text-align: left;
        margin-left: 62px; }
    body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .images-container {
      text-align: center; }
      body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .images-container img {
        max-width: 625px;
        width: 100%; }
    body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-sm-12 {
      padding: 0; }
      body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .col-sm-12 .slider .slick-dots {
        text-align: center;
        margin-left: 0; }
    body.theme-concours-rassemblements-festifs .box-prize .prize-presentation .btn-wrapper {
      margin: 30px 0 0 0;
      padding: 0;
      text-align: center; }
body.theme-concours-rassemblements-festifs #box-grand-prize {
  background-color: #B49770;
  background-image: url("/img/concours/rassemblements-festifs/bg-grand-prize.jpg");
  background-size: cover;
  color: #FFFFFF; }
  body.theme-concours-rassemblements-festifs #box-grand-prize #grand-prize .slider-container .slider img {
    width: 100%; }
  body.theme-concours-rassemblements-festifs #box-grand-prize #grand-prize .slider-container .slider .slick-dots button {
    background-color: #FFFFFF; }
  body.theme-concours-rassemblements-festifs #box-grand-prize #grand-prize .slider-container .slider .slick-dots .slick-active button {
    background-color: #6c4e27; }
  body.theme-concours-rassemblements-festifs #box-grand-prize #grand-prize .btn-wrapper a {
    color: #9c794c; }
    body.theme-concours-rassemblements-festifs #box-grand-prize #grand-prize .btn-wrapper a:hover {
      background-color: #6c4e27; }
body.theme-concours-rassemblements-festifs #box-secondary-prize {
  background-color: #b52527;
  background-image: url("/img/concours/rassemblements-festifs/bg-secondary.jpg");
  background-size: cover; }
  body.theme-concours-rassemblements-festifs #box-secondary-prize #secondary-prize .slider-container .slider img {
    width: 100%; }
  body.theme-concours-rassemblements-festifs #box-secondary-prize #secondary-prize .slider-container .slider .slick-dots button {
    background-color: #FFFFFF; }
  body.theme-concours-rassemblements-festifs #box-secondary-prize #secondary-prize .slider-container .slider .slick-dots .slick-active button {
    background-color: #660000; }
body.theme-concours-rassemblements-festifs #box-participate {
  background: #FFFFFF; }
  body.theme-concours-rassemblements-festifs #box-participate .layout-wrapper {
    padding: 80px 0; }
    @media only screen and (max-width: 768px) {
      body.theme-concours-rassemblements-festifs #box-participate .layout-wrapper {
        padding: 25px 0; } }
  body.theme-concours-rassemblements-festifs #box-participate #progress {
    border-bottom: 1px solid #c0c0b4;
    margin: 0 0 30px 0; }
    body.theme-concours-rassemblements-festifs #box-participate #progress ul {
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-rassemblements-festifs #box-participate #progress ul {
          font-size: 11px;
          font-size: 1.1rem; } }
      body.theme-concours-rassemblements-festifs #box-participate #progress ul li {
        color: #c0c0b4;
        margin: 0 0 0 20px;
        padding: 0 0 15px 0;
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1; }
        body.theme-concours-rassemblements-festifs #box-participate #progress ul li:first-child {
          margin: 0; }
        body.theme-concours-rassemblements-festifs #box-participate #progress ul li.active {
          color: #000000; }
          body.theme-concours-rassemblements-festifs #box-participate #progress ul li.active:after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #c0c0b4;
            bottom: -10px;
            content: "";
            height: 0;
            left: 50%;
            margin: 0 0 0 -10px;
            position: absolute;
            width: 0; }
  body.theme-concours-rassemblements-festifs #box-participate #form-contest .msg-error {
    color: #e7300c;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 0 0 12px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
  body.theme-concours-rassemblements-festifs #box-participate #form-contest .title {
    line-height: 32px;
    margin: 0 0 25px 0;
    font-size: 25px;
    font-size: 2.5rem; }
  body.theme-concours-rassemblements-festifs #box-participate #form-contest input[type=text] {
    border: 1px solid #c0c0b4;
    color: #808080;
    height: 40px;
    padding: 8px 10px 8px 25px;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem; }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest input[type=text].postal {
      float: right;
      width: 50%; }
  body.theme-concours-rassemblements-festifs #box-participate #form-contest .control-group {
    position: relative; }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest .control-group .placeholder {
      background-image: url("/img/blank.gif");
      color: #808080;
      cursor: text;
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      left: 0;
      line-height: 40px;
      padding: 0 0 0 25px;
      position: absolute;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      z-index: 50;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 12px;
      font-size: 1.2rem; }
      body.theme-concours-rassemblements-festifs #box-participate #form-contest .control-group .placeholder.zipcode {
        left: 150px;
        width: 50%; }
        @media only screen and (max-width: 620px) {
          body.theme-concours-rassemblements-festifs #box-participate #form-contest .control-group .placeholder.zipcode {
            left: 50%; } }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest .control-group.error {
      color: #e7300c; }
      body.theme-concours-rassemblements-festifs #box-participate #form-contest .control-group.error .placeholder {
        color: #e7300c; }
      body.theme-concours-rassemblements-festifs #box-participate #form-contest .control-group.error input[type=text] {
        border: 1px solid #e7300c; }
      body.theme-concours-rassemblements-festifs #box-participate #form-contest .control-group.error small {
        color: #808080; }
  body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry {
    margin: 0 auto;
    max-width: 620px;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry .col-left {
      padding: 0 10px 0 0; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry .col-left {
          padding: 0; } }
      body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry .col-left + .col-right {
        padding: 0 0 0 10px; }
        @media only screen and (max-width: 500px) {
          body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry .col-left + .col-right {
            padding: 0; } }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry small, body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry .note {
      font-size: inherit;
      height: 40px;
      line-height: 40px; }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry .note {
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-entry .btn-next-wrapper {
      margin: 25px 0 0 0;
      text-align: center; }
  body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div {
    padding: 0 10px; }
    @media only screen and (max-width: 405px) {
      body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div {
        padding: 0; } }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div > span, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div > span {
      text-align: center;
      display: block; }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div p + span, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div p + span {
      color: #000000;
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      margin: 50px 0 10px 0;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1.6rem; }
      body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div p + span + span, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div p + span + span {
        border-bottom: 1px solid #c0c0b4;
        margin: 0 0 20px 0;
        padding: 0 0 40px 0; }
        body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div p + span + span + p, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div p + span + span + p {
          margin: 0 0 10px 0;
          padding: 0; }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div input[type=checkbox], body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div input[type=checkbox] {
      float: left;
      margin: 6px 8px 30px 0; }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div a, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div a {
      color: #289894;
      text-decoration: none; }
      body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div a:hover, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div a:hover {
        text-decoration: underline; }
    body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div .btn-submit-wrapper, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div .btn-submit-wrapper {
      margin: 20px 0 0 0; }
      body.theme-concours-rassemblements-festifs #box-participate #form-contest #contest-step-quiz div .btn-submit-wrapper .btn-full, body.theme-concours-rassemblements-festifs #box-participate #form-contest .checkbox-container div .btn-submit-wrapper .btn-full {
        width: 100%; }
  body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm {
    text-align: center; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm {
        padding: 0 15px; } }
    @media only screen and (max-width: 768px) {
      body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm .box-circle {
        min-height: 300px; } }
    body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm .box-circle a {
      text-decoration: none; }
      body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm .box-circle a div {
        height: 223px;
        margin: 0 auto;
        width: 223px;
        -webkit-border-radius: 50%;
        /* Saf3-4, iOS 1-3.2, Android =1.6 */
        -moz-border-radius: 50%;
        /* FF1-3.6 */
        border-radius: 50%;
        /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
        /* useful if you don't want a bg color from leaking outside the border: */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
        @media only screen and (min-width: 769px) and (max-width: 940px) {
          body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm .box-circle a div {
            background-size: cover;
            height: 183px;
            width: 183px; } }
      body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm .box-circle a span {
        font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
        margin: 20px 0 0 0;
        padding: 0 10px;
        text-transform: uppercase;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 12px;
        font-size: 1.2rem; }
    body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm .box-circle.box-circle-1 div {
      background: url(/img/concours/rassemblements-festifs/img-box-1.jpg) no-repeat 0 0; }
    body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm .box-circle.box-circle-2 div {
      background: url(/img/concours/rassemblements-festifs/img-box-2.jpg) no-repeat 0 0; }
    body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm .box-circle.box-circle-3 div {
      background: url(/img/concours/rassemblements-festifs/img-box-3.jpg) no-repeat 0 0; }
    body.theme-concours-rassemblements-festifs #box-participate #contest-step-confirm .box-circle.box-circle-4 div {
      background: url(/img/concours/rassemblements-festifs/img-box-4.jpg) no-repeat 0 0; }

/*-------------------------------------------------------------------
	Concours printemps en folie (10/11/14 - 08/12/14)
--------------------------------------------------------------------*/
body.theme-concours-printemps-en-folie #layout-header .nav ul li a {
  color: #FFFFFF; }
  body.theme-concours-printemps-en-folie #layout-header .nav ul li a.nav-active {
    color: #FFFFFF;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif; }
  body.theme-concours-printemps-en-folie #layout-header .nav ul li a:hover {
    text-decoration: underline; }
body.theme-concours-printemps-en-folie #background-container {
  background: url(/img/concours/printemps-en-folie/bg-header.jpg) center top no-repeat #c1c6c9;
  background-size: cover;
  height: 700px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
body.theme-concours-printemps-en-folie .btn-primary {
  background-color: #A6AF6E; }
  body.theme-concours-printemps-en-folie .btn-primary:hover {
    background-color: #73794C; }
@media only screen and (max-width: 500px) {
  body.theme-concours-printemps-en-folie .layout-wrapper {
    padding: 0 15px; } }
body.theme-concours-printemps-en-folie.is-loading #contest-overlay {
  background: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.7;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=70);
  /* IE6-IE8 */ }
  body.theme-concours-printemps-en-folie.is-loading #contest-overlay i {
    background: url("/img/concours/mon-carnet-votre-tablette/ajax-loader.gif") no-repeat 0 0;
    display: block;
    height: 31px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 31px; }
body.theme-concours-printemps-en-folie .title {
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 500px) {
    body.theme-concours-printemps-en-folie .title {
      font-size: 18px;
      font-size: 1.8rem; } }
body.theme-concours-printemps-en-folie .btn {
  font-size: 16px;
  font-size: 1.6rem; }
  body.theme-concours-printemps-en-folie .btn.btn-md {
    width: 300px; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-printemps-en-folie .btn.btn-md {
        width: 290px; } }
body.theme-concours-printemps-en-folie .page-header-content .title {
  margin: 0;
  padding-top: 0; }
  body.theme-concours-printemps-en-folie .page-header-content .title + h2 {
    color: #FFFFFF;
    padding: 0 0 20px 0;
    font-size: 55px;
    font-size: 5.5rem; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-printemps-en-folie .page-header-content .title + h2 {
        font-size: 45px;
        font-size: 4.5rem; } }
    @media only screen and (max-width: 400px) {
      body.theme-concours-printemps-en-folie .page-header-content .title + h2 {
        font-size: 30px;
        font-size: 3rem; } }
body.theme-concours-printemps-en-folie .page-header-content .intro {
  color: #FFFFFF;
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto 30px auto;
  max-width: 580px;
  padding: 0 15px;
  text-align: center;
  width: 100%; }
body.theme-concours-printemps-en-folie .page-header-content .page-header-content {
  color: #FFFFFF; }
  body.theme-concours-printemps-en-folie .page-header-content .page-header-content h1, body.theme-concours-printemps-en-folie .page-header-content .page-header-content a {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(27, 130, 74, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
body.theme-concours-printemps-en-folie .page-header-content .circle {
  background: #DCE5A1;
  -webkit-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4); }
  body.theme-concours-printemps-en-folie .page-header-content .circle .icon-arrow-down-contest {
    background-image: url(/img/concours/printemps-en-folie/circle-arrow.png);
    height: 10px;
    width: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
      body.theme-concours-printemps-en-folie .page-header-content .circle .icon-arrow-down-contest {
        background-image: url(/img/concours/printemps-en-folie/circle-arrow@2x.png);
        background-size: cover;
        height: 10px;
        width: 19px; } }
body.theme-concours-printemps-en-folie .page-header-content .details {
  /*small {
  	color: $pale-sky;
  	margin: 45px 0 0 0;
  	@include display(inline-block);
  	@include font-size(12);
  }*/ }
  body.theme-concours-printemps-en-folie .page-header-content .details span {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
body.theme-concours-printemps-en-folie #box-details .layout-wrapper, body.theme-concours-printemps-en-folie #box-participate .layout-wrapper, body.theme-concours-printemps-en-folie #box-grand-prize .layout-wrapper, body.theme-concours-printemps-en-folie #box-secondary-prize .layout-wrapper {
  max-width: 1024px;
  width: 100%; }
body.theme-concours-printemps-en-folie .box-prize {
  color: #FFFFFF; }
  body.theme-concours-printemps-en-folie .box-prize .prize-presentation {
    padding: 0 0 100px 0; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-printemps-en-folie .box-prize .prize-presentation {
        padding: 0 0 40px 0; } }
    @media only screen and (max-width: 500px) {
      body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-4, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-3 {
        padding: 0; }
        body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-4.text-container, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-3.text-container {
          text-align: center; } }
    @media only screen and (max-width: 768px) {
      body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-4.text-container, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-3.text-container {
        text-align: center; } }
    body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-4 h3, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-3 h3 {
      color: #FFFFFF;
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      padding: 30px 0;
      font-size: 16px;
      font-size: 1.6rem; }
    body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-4 small, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-3 small {
      display: block;
      line-height: 20px;
      margin: 20px 0 0 0;
      font-size: 14px;
      font-size: 1.4rem; }
    body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-4 li, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-3 li {
      padding-left: 10px;
      text-indent: -15px;
      font-family: "Crimson Text", "Times New Roman", Times, serif; }
      body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-4 li:before, body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-lg-3 li:before {
        content: '\2022 '; }
    body.theme-concours-printemps-en-folie .box-prize .prize-presentation .slider {
      opacity: 1; }
      body.theme-concours-printemps-en-folie .box-prize .prize-presentation .slider .slick-dots {
        text-align: left;
        margin-left: 62px; }
    body.theme-concours-printemps-en-folie .box-prize .prize-presentation .images-container {
      text-align: center; }
      body.theme-concours-printemps-en-folie .box-prize .prize-presentation .images-container img {
        max-width: 625px;
        width: 100%; }
    body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-sm-12 {
      padding: 0; }
      body.theme-concours-printemps-en-folie .box-prize .prize-presentation .col-sm-12 .slider .slick-dots {
        text-align: center;
        margin-left: 0; }
    body.theme-concours-printemps-en-folie .box-prize .prize-presentation .btn-wrapper {
      margin: 30px 0 0 0;
      padding: 0;
      text-align: center; }
body.theme-concours-printemps-en-folie #box-grand-prize {
  background-color: #DCE5A1;
  background-image: none;
  background-size: cover;
  color: #3d3630; }
  body.theme-concours-printemps-en-folie #box-grand-prize .title {
    color: #3d3630; }
    body.theme-concours-printemps-en-folie #box-grand-prize .title:before {
      background: #3d3630; }
  body.theme-concours-printemps-en-folie #box-grand-prize #grand-prize .slider-container .slider img {
    width: 100%;
    margin: 0 auto; }
  body.theme-concours-printemps-en-folie #box-grand-prize #grand-prize .slider-container .slider .slick-dots button {
    background-color: #FFFFFF; }
  body.theme-concours-printemps-en-folie #box-grand-prize #grand-prize .slider-container .slider .slick-dots .slick-active button {
    background-color: #A6AF6E; }
  body.theme-concours-printemps-en-folie #box-grand-prize #grand-prize .btn-wrapper a {
    color: #73794C; }
    body.theme-concours-printemps-en-folie #box-grand-prize #grand-prize .btn-wrapper a:hover {
      background-color: #A6AF6E;
      color: #FFFFFF; }
body.theme-concours-printemps-en-folie #box-secondary-prize {
  background-color: #ecefc1;
  background-image: none;
  background-size: cover;
  color: #3d3630; }
  body.theme-concours-printemps-en-folie #box-secondary-prize .title {
    color: #3d3630; }
    body.theme-concours-printemps-en-folie #box-secondary-prize .title:before {
      background: #3d3630; }
  body.theme-concours-printemps-en-folie #box-secondary-prize #secondary-prize .slider-container .slider img {
    width: 100%;
    margin: 0 auto; }
  body.theme-concours-printemps-en-folie #box-secondary-prize #secondary-prize .slider-container .slider .slick-dots button {
    background-color: #FFFFFF; }
  body.theme-concours-printemps-en-folie #box-secondary-prize #secondary-prize .slider-container .slider .slick-dots .slick-active button {
    background-color: #660000; }
body.theme-concours-printemps-en-folie #box-participate {
  background: #FFFFFF; }
  body.theme-concours-printemps-en-folie #box-participate .layout-wrapper {
    padding: 80px 0; }
    @media only screen and (max-width: 768px) {
      body.theme-concours-printemps-en-folie #box-participate .layout-wrapper {
        padding: 25px 0; } }
  body.theme-concours-printemps-en-folie #box-participate #progress {
    border-bottom: 1px solid #C7C6BE;
    margin: 0 0 30px 0; }
    body.theme-concours-printemps-en-folie #box-participate #progress ul {
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-printemps-en-folie #box-participate #progress ul {
          font-size: 11px;
          font-size: 1.1rem; } }
      body.theme-concours-printemps-en-folie #box-participate #progress ul li {
        color: #C7C6BE;
        margin: 0 0 0 20px;
        padding: 0 0 15px 0;
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1; }
        body.theme-concours-printemps-en-folie #box-participate #progress ul li:first-child {
          margin: 0; }
        body.theme-concours-printemps-en-folie #box-participate #progress ul li.active {
          color: #000000; }
          body.theme-concours-printemps-en-folie #box-participate #progress ul li.active:after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #C7C6BE;
            bottom: -10px;
            content: "";
            height: 0;
            left: 50%;
            margin: 0 0 0 -10px;
            position: absolute;
            width: 0; }
  body.theme-concours-printemps-en-folie #box-participate #form-contest .msg-error {
    color: #e7300c;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 0 0 12px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
  body.theme-concours-printemps-en-folie #box-participate #form-contest .title {
    line-height: 32px;
    margin: 0 0 25px 0;
    font-size: 25px;
    font-size: 2.5rem; }
  body.theme-concours-printemps-en-folie #box-participate #form-contest input[type=text] {
    border: 1px solid #C7C6BE;
    color: #808080;
    height: 40px;
    padding: 8px 10px 8px 25px;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem; }
    body.theme-concours-printemps-en-folie #box-participate #form-contest input[type=text].postal {
      float: right;
      width: 50%; }
  body.theme-concours-printemps-en-folie #box-participate #form-contest .control-group {
    position: relative; }
    body.theme-concours-printemps-en-folie #box-participate #form-contest .control-group .placeholder {
      background-image: url("/img/blank.gif");
      color: #808080;
      cursor: text;
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      left: 0;
      line-height: 40px;
      padding: 0 0 0 25px;
      position: absolute;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      z-index: 50;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 12px;
      font-size: 1.2rem; }
      body.theme-concours-printemps-en-folie #box-participate #form-contest .control-group .placeholder.zipcode {
        left: 150px;
        width: 50%; }
        @media only screen and (max-width: 620px) {
          body.theme-concours-printemps-en-folie #box-participate #form-contest .control-group .placeholder.zipcode {
            left: 50%; } }
    body.theme-concours-printemps-en-folie #box-participate #form-contest .control-group.error {
      color: #e7300c; }
      body.theme-concours-printemps-en-folie #box-participate #form-contest .control-group.error .placeholder {
        color: #e7300c; }
      body.theme-concours-printemps-en-folie #box-participate #form-contest .control-group.error input[type=text] {
        border: 1px solid #e7300c; }
      body.theme-concours-printemps-en-folie #box-participate #form-contest .control-group.error small {
        color: #808080; }
  body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry {
    margin: 0 auto;
    max-width: 620px;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry .col-left {
      padding: 0 10px 0 0; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry .col-left {
          padding: 0; } }
      body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry .col-left + .col-right {
        padding: 0 0 0 10px; }
        @media only screen and (max-width: 500px) {
          body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry .col-left + .col-right {
            padding: 0; } }
    body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry small, body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry .note {
      font-size: inherit;
      height: 40px;
      line-height: 40px; }
    body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry .note {
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
    body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-entry .btn-next-wrapper {
      margin: 25px 0 0 0;
      text-align: center; }
  body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz {
    margin: 0 auto;
    max-width: 620px;
    width: 100%; }
    body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz .col-center {
      margin: 0 auto;
      float: none; }
    body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz .clue {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 30px; }
    @media only screen and (max-width: 405px) {
      body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div {
      padding: 0px; }
      @media only screen and (max-width: 405px) {
        body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div {
          padding: 0; } }
      body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div > span {
        text-align: center;
        display: block; }
      body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div p + span {
        color: #000000;
        font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
        margin: 50px 0 10px 0;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem; }
        body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div p + span + span {
          border-bottom: 1px solid #C7C6BE;
          margin: 0 0 20px 0;
          padding: 0 0 40px 0; }
          body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div p + span + span + p {
            margin: 0 0 10px 0;
            padding: 0; }
      body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div input[type=checkbox] {
        float: left;
        margin: 6px 8px 10px 0; }
      body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div a {
        color: #289894;
        text-decoration: none; }
        body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div a:hover {
          text-decoration: underline; }
      body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div .btn-submit-wrapper {
        margin: 20px 0 0 0;
        text-align: center; }
        body.theme-concours-printemps-en-folie #box-participate #form-contest #contest-step-quiz div .btn-submit-wrapper .btn-full {
          width: 100%; }
  body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm {
    text-align: center; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm {
        padding: 0 15px; } }
    @media only screen and (max-width: 768px) {
      body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm .box-circle {
        min-height: 300px; } }
    body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm .box-circle a {
      text-decoration: none; }
      body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm .box-circle a div {
        height: 223px;
        margin: 0 auto;
        width: 223px;
        -webkit-border-radius: 50%;
        /* Saf3-4, iOS 1-3.2, Android =1.6 */
        -moz-border-radius: 50%;
        /* FF1-3.6 */
        border-radius: 50%;
        /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
        /* useful if you don't want a bg color from leaking outside the border: */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
        @media only screen and (min-width: 769px) and (max-width: 940px) {
          body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm .box-circle a div {
            background-size: cover;
            height: 183px;
            width: 183px; } }
      body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm .box-circle a span {
        font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
        margin: 20px 0 0 0;
        padding: 0 10px;
        text-transform: uppercase;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 12px;
        font-size: 1.2rem; }
    body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm .box-circle.box-circle-1 div {
      background: url(/img/concours/printemps-en-folie/img-box-1.jpg) no-repeat 0 0; }
    body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm .box-circle.box-circle-2 div {
      background: url(/img/concours/printemps-en-folie/img-box-2.jpg) no-repeat 0 0; }
    body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm .box-circle.box-circle-3 div {
      background: url(/img/concours/printemps-en-folie/img-box-3.jpg) no-repeat 0 0; }
    body.theme-concours-printemps-en-folie #box-participate #contest-step-confirm .box-circle.box-circle-4 div {
      background: url(/img/concours/printemps-en-folie/img-box-4.jpg) no-repeat 0 0; }

/*-------------------------------------------------------------------
	Concours pizzas d'ici (10/11/14 - 08/12/14)
--------------------------------------------------------------------*/
body.theme-concours-pizzas-dici .icon-mobile-nav {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -202px -2px;
  height: 19px;
  width: 21px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    body.theme-concours-pizzas-dici .icon-mobile-nav {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -202px -2px;
      background-size: 400px; } }
body.theme-concours-pizzas-dici #layout-header .nav ul li a {
  color: #FFFFFF; }
  body.theme-concours-pizzas-dici #layout-header .nav ul li a.nav-active {
    color: #FFFFFF;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif; }
  body.theme-concours-pizzas-dici #layout-header .nav ul li a:hover {
    text-decoration: underline; }
body.theme-concours-pizzas-dici #background-container {
  background: url(/img/concours/pizzas-dici/bg-header.jpg) center top no-repeat #c1c6c9;
  background-size: cover;
  height: 700px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
body.theme-concours-pizzas-dici .btn-primary {
  background-color: #793312; }
  body.theme-concours-pizzas-dici .btn-primary:hover {
    background-color: #56240d; }
@media only screen and (max-width: 500px) {
  body.theme-concours-pizzas-dici .layout-wrapper {
    padding: 0 15px; } }
body.theme-concours-pizzas-dici.is-loading #contest-overlay {
  background: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.7;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=70);
  /* IE6-IE8 */ }
  body.theme-concours-pizzas-dici.is-loading #contest-overlay i {
    background: url("/img/concours/mon-carnet-votre-tablette/ajax-loader.gif") no-repeat 0 0;
    display: block;
    height: 31px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 31px; }
body.theme-concours-pizzas-dici .title {
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 500px) {
    body.theme-concours-pizzas-dici .title {
      font-size: 18px;
      font-size: 1.8rem; } }
body.theme-concours-pizzas-dici .btn {
  font-size: 16px;
  font-size: 1.6rem; }
  body.theme-concours-pizzas-dici .btn.btn-md {
    width: 300px; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-pizzas-dici .btn.btn-md {
        width: 290px; } }
body.theme-concours-pizzas-dici .page-header-content .title {
  margin: 0;
  padding-top: 0; }
  body.theme-concours-pizzas-dici .page-header-content .title + h2 {
    color: #FFFFFF;
    padding: 0 0 20px 0;
    font-size: 55px;
    font-size: 5.5rem; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-pizzas-dici .page-header-content .title + h2 {
        font-size: 45px;
        font-size: 4.5rem; } }
    @media only screen and (max-width: 400px) {
      body.theme-concours-pizzas-dici .page-header-content .title + h2 {
        font-size: 30px;
        font-size: 3rem; } }
body.theme-concours-pizzas-dici .page-header-content .intro {
  color: #FFFFFF;
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto 30px auto;
  max-width: 580px;
  padding: 0 15px;
  text-align: center;
  width: 100%; }
body.theme-concours-pizzas-dici .page-header-content .page-header-content {
  color: #FFFFFF; }
  body.theme-concours-pizzas-dici .page-header-content .page-header-content h1, body.theme-concours-pizzas-dici .page-header-content .page-header-content a {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(27, 130, 74, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
body.theme-concours-pizzas-dici .page-header-content .circle {
  background: #f2c071;
  -webkit-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4); }
  body.theme-concours-pizzas-dici .page-header-content .circle .icon-arrow-down-contest {
    background-image: url(/img/concours/pizzas-dici/circle-arrow.png);
    height: 10px;
    width: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
      body.theme-concours-pizzas-dici .page-header-content .circle .icon-arrow-down-contest {
        background-image: url(/img/concours/pizzas-dici/circle-arrow@2x.png);
        background-size: cover;
        height: 10px;
        width: 19px; } }
body.theme-concours-pizzas-dici .page-header-content .details {
  /*small {
  	color: $pale-sky;
  	margin: 45px 0 0 0;
  	@include display(inline-block);
  	@include font-size(12);
  }*/ }
  body.theme-concours-pizzas-dici .page-header-content .details span {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
body.theme-concours-pizzas-dici #box-details .layout-wrapper, body.theme-concours-pizzas-dici #box-participate .layout-wrapper, body.theme-concours-pizzas-dici #box-grand-prize .layout-wrapper, body.theme-concours-pizzas-dici #box-secondary-prize .layout-wrapper {
  max-width: 1024px;
  width: 100%; }
body.theme-concours-pizzas-dici .box-prize {
  color: #FFFFFF; }
  body.theme-concours-pizzas-dici .box-prize .prize-presentation {
    padding: 0 40px 100px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-pizzas-dici .box-prize .prize-presentation {
        padding: 0 0 40px 0; } }
    @media only screen and (max-width: 500px) {
      body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-4, body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-3 {
        padding: 0; }
        body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-4.text-container, body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-3.text-container {
          text-align: center; } }
    @media only screen and (max-width: 768px) {
      body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-4.text-container, body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-3.text-container {
        text-align: center; } }
    body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-4 h3, body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-3 h3 {
      color: #FFFFFF;
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      padding: 30px 0;
      font-size: 16px;
      font-size: 1.6rem; }
    body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-4 small, body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-3 small {
      display: block;
      line-height: 20px;
      margin: 20px 0 0 0;
      font-size: 14px;
      font-size: 1.4rem; }
    body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-4 li, body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-3 li {
      padding-left: 10px;
      text-indent: -15px;
      font-family: "Crimson Text", "Times New Roman", Times, serif; }
      body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-4 li:before, body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-lg-3 li:before {
        content: '\2022 '; }
    body.theme-concours-pizzas-dici .box-prize .prize-presentation .slider {
      opacity: 1; }
      body.theme-concours-pizzas-dici .box-prize .prize-presentation .slider .slick-dots {
        text-align: left;
        margin-left: 62px; }
    body.theme-concours-pizzas-dici .box-prize .prize-presentation .images-container {
      text-align: center; }
      body.theme-concours-pizzas-dici .box-prize .prize-presentation .images-container img {
        max-width: 625px;
        width: 100%; }
    body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-sm-12 {
      padding: 0; }
      body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-sm-12 .slider .slick-dots {
        text-align: left;
        margin-left: 10%; }
        @media only screen and (max-width: 768px) {
          body.theme-concours-pizzas-dici .box-prize .prize-presentation .col-sm-12 .slider .slick-dots {
            margin-left: 0;
            text-align: center; } }
    body.theme-concours-pizzas-dici .box-prize .prize-presentation .btn-wrapper {
      margin: 30px 0 0 0;
      padding: 0;
      text-align: center; }
body.theme-concours-pizzas-dici #box-grand-prize {
  background-color: #f2c071;
  background-image: none;
  background-size: cover;
  color: #3d3630; }
  body.theme-concours-pizzas-dici #box-grand-prize .title {
    color: #3d3630; }
    body.theme-concours-pizzas-dici #box-grand-prize .title:before {
      background: #3d3630; }
  body.theme-concours-pizzas-dici #box-grand-prize #grand-prize .slider-container .slider img {
    width: 100%;
    margin: 0 auto; }
  body.theme-concours-pizzas-dici #box-grand-prize #grand-prize .slider-container .slider .slick-dots button {
    background-color: #FFFFFF; }
  body.theme-concours-pizzas-dici #box-grand-prize #grand-prize .slider-container .slider .slick-dots .slick-active button {
    background-color: #793312; }
  body.theme-concours-pizzas-dici #box-grand-prize #grand-prize .btn-wrapper a {
    color: #3d3630; }
    body.theme-concours-pizzas-dici #box-grand-prize #grand-prize .btn-wrapper a:hover {
      background-color: #793312;
      color: #FFFFFF; }
body.theme-concours-pizzas-dici #box-secondary-prize {
  background-color: #f8dfb8;
  background-image: none;
  background-size: cover;
  color: #3d3630; }
  body.theme-concours-pizzas-dici #box-secondary-prize .title {
    color: #3d3630; }
    body.theme-concours-pizzas-dici #box-secondary-prize .title:before {
      background: #3d3630; }
  body.theme-concours-pizzas-dici #box-secondary-prize #secondary-prize .slider-container .slider img {
    width: 100%;
    margin: 0 auto; }
  body.theme-concours-pizzas-dici #box-secondary-prize #secondary-prize .slider-container .slider .slick-dots button {
    background-color: #FFFFFF; }
  body.theme-concours-pizzas-dici #box-secondary-prize #secondary-prize .slider-container .slider .slick-dots .slick-active button {
    background-color: #660000; }
body.theme-concours-pizzas-dici #box-participate {
  background: #FFFFFF; }
  body.theme-concours-pizzas-dici #box-participate .layout-wrapper {
    padding: 80px 0; }
    @media only screen and (max-width: 768px) {
      body.theme-concours-pizzas-dici #box-participate .layout-wrapper {
        padding: 25px 0; } }
  body.theme-concours-pizzas-dici #box-participate #progress {
    border-bottom: 1px solid #C7C6BE;
    margin: 0 0 30px 0; }
    body.theme-concours-pizzas-dici #box-participate #progress ul {
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-pizzas-dici #box-participate #progress ul {
          font-size: 11px;
          font-size: 1.1rem; } }
      body.theme-concours-pizzas-dici #box-participate #progress ul li {
        color: #C7C6BE;
        margin: 0 0 0 20px;
        padding: 0 0 15px 0;
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1; }
        body.theme-concours-pizzas-dici #box-participate #progress ul li:first-child {
          margin: 0; }
        body.theme-concours-pizzas-dici #box-participate #progress ul li.active {
          color: #000000; }
          body.theme-concours-pizzas-dici #box-participate #progress ul li.active:after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #C7C6BE;
            bottom: -10px;
            content: "";
            height: 0;
            left: 50%;
            margin: 0 0 0 -10px;
            position: absolute;
            width: 0; }
  body.theme-concours-pizzas-dici #box-participate #form-contest .msg-error {
    color: #e7300c;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 0 0 12px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
  body.theme-concours-pizzas-dici #box-participate #form-contest .title {
    line-height: 32px;
    margin: 0 0 25px 0;
    font-size: 25px;
    font-size: 2.5rem; }
  body.theme-concours-pizzas-dici #box-participate #form-contest input[type=text] {
    border: 1px solid #C7C6BE;
    color: #808080;
    height: 40px;
    padding: 8px 10px 8px 25px;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem; }
    body.theme-concours-pizzas-dici #box-participate #form-contest input[type=text].postal {
      float: right;
      width: 50%; }
  body.theme-concours-pizzas-dici #box-participate #form-contest .control-group {
    position: relative; }
    body.theme-concours-pizzas-dici #box-participate #form-contest .control-group .placeholder {
      background-image: url("/img/blank.gif");
      color: #808080;
      cursor: text;
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      left: 0;
      line-height: 40px;
      padding: 0 0 0 25px;
      position: absolute;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      z-index: 50;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 12px;
      font-size: 1.2rem; }
      body.theme-concours-pizzas-dici #box-participate #form-contest .control-group .placeholder.zipcode {
        left: 150px;
        width: 50%; }
        @media only screen and (max-width: 620px) {
          body.theme-concours-pizzas-dici #box-participate #form-contest .control-group .placeholder.zipcode {
            left: 50%; } }
    body.theme-concours-pizzas-dici #box-participate #form-contest .control-group.error {
      color: #e7300c; }
      body.theme-concours-pizzas-dici #box-participate #form-contest .control-group.error .placeholder {
        color: #e7300c; }
      body.theme-concours-pizzas-dici #box-participate #form-contest .control-group.error input[type=text] {
        border: 1px solid #e7300c; }
      body.theme-concours-pizzas-dici #box-participate #form-contest .control-group.error small {
        color: #808080; }
  body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry {
    margin: 0 auto;
    max-width: 620px;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry .col-left {
      padding: 0 10px 0 0; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry .col-left {
          padding: 0; } }
      body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry .col-left + .col-right {
        padding: 0 0 0 10px; }
        @media only screen and (max-width: 500px) {
          body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry .col-left + .col-right {
            padding: 0; } }
    body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry small, body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry .note {
      font-size: inherit;
      height: 40px;
      line-height: 40px; }
    body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry .note {
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
    body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-entry .btn-next-wrapper {
      margin: 25px 0 0 0;
      text-align: center; }
  body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz {
    margin: 0 auto;
    max-width: 620px;
    width: 100%; }
    body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz .col-center {
      margin: 0 auto;
      float: none; }
    body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz .clue {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 30px; }
    @media only screen and (max-width: 405px) {
      body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div {
      padding: 0px; }
      @media only screen and (max-width: 405px) {
        body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div {
          padding: 0; } }
      body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div > span {
        text-align: center;
        display: block; }
      body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div p + span {
        color: #000000;
        font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
        margin: 50px 0 10px 0;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem; }
        body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div p + span + span {
          border-bottom: 1px solid #C7C6BE;
          margin: 0 0 20px 0;
          padding: 0 0 40px 0; }
          body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div p + span + span + p {
            margin: 0 0 10px 0;
            padding: 0; }
      body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div input[type=checkbox] {
        float: left;
        margin: 6px 8px 10px 0; }
      body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div a {
        color: #289894;
        text-decoration: none; }
        body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div a:hover {
          text-decoration: underline; }
      body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div .btn-submit-wrapper {
        margin: 20px 0 0 0;
        text-align: center; }
        body.theme-concours-pizzas-dici #box-participate #form-contest #contest-step-quiz div .btn-submit-wrapper .btn-full {
          width: 100%; }
  body.theme-concours-pizzas-dici #box-participate #contest-step-confirm {
    text-align: center; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-pizzas-dici #box-participate #contest-step-confirm {
        padding: 0 15px; } }
    @media only screen and (max-width: 768px) {
      body.theme-concours-pizzas-dici #box-participate #contest-step-confirm .box-circle {
        min-height: 300px; } }
    body.theme-concours-pizzas-dici #box-participate #contest-step-confirm .box-circle a {
      text-decoration: none; }
      body.theme-concours-pizzas-dici #box-participate #contest-step-confirm .box-circle a div {
        height: 222px;
        margin: 0 auto;
        width: 222px;
        -webkit-border-radius: 50%;
        /* Saf3-4, iOS 1-3.2, Android =1.6 */
        -moz-border-radius: 50%;
        /* FF1-3.6 */
        border-radius: 50%;
        /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
        /* useful if you don't want a bg color from leaking outside the border: */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
        @media only screen and (min-width: 769px) and (max-width: 940px) {
          body.theme-concours-pizzas-dici #box-participate #contest-step-confirm .box-circle a div {
            background-size: cover;
            height: 183px;
            width: 183px; } }
      body.theme-concours-pizzas-dici #box-participate #contest-step-confirm .box-circle a span {
        font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
        margin: 20px 0 0 0;
        padding: 0 10px;
        text-transform: uppercase;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 12px;
        font-size: 1.2rem; }
    body.theme-concours-pizzas-dici #box-participate #contest-step-confirm .box-circle.box-circle-1 div {
      background: url(/img/concours/pizzas-dici/img-box-1.jpg) no-repeat 0 0; }
    body.theme-concours-pizzas-dici #box-participate #contest-step-confirm .box-circle.box-circle-2 div {
      background: url(/img/concours/pizzas-dici/img-box-2.jpg) no-repeat 0 0; }
    body.theme-concours-pizzas-dici #box-participate #contest-step-confirm .box-circle.box-circle-3 div {
      background: url(/img/concours/pizzas-dici/img-box-3.jpg) no-repeat 0 0; }
    body.theme-concours-pizzas-dici #box-participate #contest-step-confirm .box-circle.box-circle-4 div {
      background: url(/img/concours/pizzas-dici/img-box-4.jpg) no-repeat 0 0; }

/*-------------------------------------------------------------------
	Concours F├®erie d'ici (2015-11-09 - 2015-12-07)
--------------------------------------------------------------------*/
body.theme-concours-feerie-a-table .icon-mobile-nav {
  background-image: url(/img/sprite.png?1.0);
  background-repeat: no-repeat;
  background-position: -202px -2px;
  height: 19px;
  width: 21px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    body.theme-concours-feerie-a-table .icon-mobile-nav {
      background-image: url(/img/sprite@2x.png?1.0);
      background-repeat: no-repeat;
      background-position: -202px -2px;
      background-size: 400px; } }
body.theme-concours-feerie-a-table #layout-header .nav ul li a {
  color: #FFFFFF; }
  body.theme-concours-feerie-a-table #layout-header .nav ul li a.nav-active {
    color: #FFFFFF;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif; }
  body.theme-concours-feerie-a-table #layout-header .nav ul li a:hover {
    text-decoration: underline; }
body.theme-concours-feerie-a-table .page-header-contest {
  padding-top: 85px; }
  @media only screen and (max-width: 1680px) {
    body.theme-concours-feerie-a-table .page-header-contest {
      padding-top: 55px; } }
  @media only screen and (max-width: 768px) {
    body.theme-concours-feerie-a-table .page-header-contest {
      padding-top: 120px; } }
body.theme-concours-feerie-a-table #background-container {
  background: url(/img/concours/feerie-a-table/bg-header.jpg) center top no-repeat #c1c6c9;
  background-size: cover;
  height: 700px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
body.theme-concours-feerie-a-table .btn-primary {
  background-color: #880003; }
  body.theme-concours-feerie-a-table .btn-primary:hover {
    background-color: #d53743; }
@media only screen and (max-width: 500px) {
  body.theme-concours-feerie-a-table .layout-wrapper {
    padding: 0 15px; } }
body.theme-concours-feerie-a-table.is-loading #contest-overlay {
  background: #000000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  opacity: 0.7;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  filter: alpha(opacity=70);
  /* IE6-IE8 */ }
  body.theme-concours-feerie-a-table.is-loading #contest-overlay i {
    background: url("/img/concours/mon-carnet-votre-tablette/ajax-loader.gif") no-repeat 0 0;
    display: block;
    height: 31px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 31px; }
body.theme-concours-feerie-a-table .title {
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 500px) {
    body.theme-concours-feerie-a-table .title {
      font-size: 18px;
      font-size: 1.8rem; } }
body.theme-concours-feerie-a-table .btn {
  font-size: 16px;
  font-size: 1.6rem; }
  body.theme-concours-feerie-a-table .btn.btn-md {
    width: 300px; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-feerie-a-table .btn.btn-md {
        width: 290px; } }
body.theme-concours-feerie-a-table .page-header-content .title {
  margin: 0;
  padding-top: 0; }
  body.theme-concours-feerie-a-table .page-header-content .title + h2 {
    color: #FFFFFF;
    padding: 0 0 20px 0;
    font-size: 55px;
    font-size: 5.5rem; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-feerie-a-table .page-header-content .title + h2 {
        font-size: 45px;
        font-size: 4.5rem; } }
    @media only screen and (max-width: 400px) {
      body.theme-concours-feerie-a-table .page-header-content .title + h2 {
        font-size: 45px;
        font-size: 4.5rem; } }
body.theme-concours-feerie-a-table .page-header-content .intro {
  color: #FFFFFF;
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 auto 30px auto;
  max-width: 470px;
  padding: 0 15px;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 500px) {
    body.theme-concours-feerie-a-table .page-header-content .intro {
      font-size: 18px;
      font-size: 1.8rem; } }
body.theme-concours-feerie-a-table .page-header-content .page-header-content {
  color: #FFFFFF; }
  body.theme-concours-feerie-a-table .page-header-content .page-header-content h1, body.theme-concours-feerie-a-table .page-header-content .page-header-content a {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(27, 130, 74, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
body.theme-concours-feerie-a-table .page-header-content .circle {
  background: #f0c684;
  -webkit-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
  box-shadow: 0 2px 2px rgba(65, 71, 74, 0.4); }
  body.theme-concours-feerie-a-table .page-header-content .circle .icon-arrow-down-contest {
    background-image: url(/img/concours/feerie-a-table/circle-arrow.png);
    height: 10px;
    width: 19px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
      body.theme-concours-feerie-a-table .page-header-content .circle .icon-arrow-down-contest {
        background-image: url(/img/concours/feerie-a-table/circle-arrow@2x.png);
        background-size: cover;
        height: 10px;
        width: 19px; } }
body.theme-concours-feerie-a-table .page-header-content .details {
  /*small {
  	color: $pale-sky;
  	margin: 45px 0 0 0;
  	@include display(inline-block);
  	@include font-size(12);
  }*/ }
  body.theme-concours-feerie-a-table .page-header-content .details span {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(65, 71, 74, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
body.theme-concours-feerie-a-table #box-details .layout-wrapper, body.theme-concours-feerie-a-table #box-participate .layout-wrapper, body.theme-concours-feerie-a-table #box-grand-prize .layout-wrapper, body.theme-concours-feerie-a-table #box-secondary-prize .layout-wrapper {
  max-width: 1024px;
  width: 100%; }
body.theme-concours-feerie-a-table .box-prize {
  color: #FFFFFF; }
  body.theme-concours-feerie-a-table .box-prize .prize-presentation {
    padding: 0 40px 100px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-feerie-a-table .box-prize .prize-presentation {
        padding: 0 0 40px 0; } }
    @media only screen and (max-width: 500px) {
      body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-4, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-3, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-5 {
        padding: 0; }
        body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-4.text-container, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-3.text-container, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-5.text-container {
          text-align: center; } }
    @media only screen and (max-width: 768px) {
      body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-4.text-container, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-3.text-container, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-5.text-container {
        text-align: center; } }
    body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-4 h3, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-3 h3, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-5 h3 {
      color: #FFFFFF;
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      padding: 30px 0;
      font-size: 16px;
      font-size: 1.6rem; }
    body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-4 small, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-3 small, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-5 small {
      display: block;
      line-height: 20px;
      margin: 20px 0 0 0;
      font-size: 14px;
      font-size: 1.4rem; }
    body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-4 li, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-3 li, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-5 li {
      padding-left: 10px;
      text-indent: -15px;
      font-family: "Crimson Text", "Times New Roman", Times, serif; }
      body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-4 li:before, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-3 li:before, body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-lg-5 li:before {
        content: '\2022 '; }
    body.theme-concours-feerie-a-table .box-prize .prize-presentation .slider {
      opacity: 1; }
      body.theme-concours-feerie-a-table .box-prize .prize-presentation .slider .slick-dots {
        text-align: left;
        margin-left: 62px; }
    body.theme-concours-feerie-a-table .box-prize .prize-presentation .images-container {
      text-align: center; }
      body.theme-concours-feerie-a-table .box-prize .prize-presentation .images-container img {
        max-width: 625px;
        width: 100%; }
    body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-sm-12 {
      padding: 0; }
      body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-sm-12 .slider .slick-dots {
        text-align: left;
        margin-left: 10%; }
        @media only screen and (max-width: 768px) {
          body.theme-concours-feerie-a-table .box-prize .prize-presentation .col-sm-12 .slider .slick-dots {
            margin-left: 0;
            text-align: center; } }
    body.theme-concours-feerie-a-table .box-prize .prize-presentation .btn-wrapper {
      margin: 30px 0 0 0;
      padding: 0;
      text-align: center; }
body.theme-concours-feerie-a-table #box-grand-prize {
  background-color: #880003;
  background-image: none;
  background-size: cover;
  color: #FFFFFF; }
  body.theme-concours-feerie-a-table #box-grand-prize .title {
    color: #FFFFFF;
    text-transform: uppercase; }
    body.theme-concours-feerie-a-table #box-grand-prize .title:before {
      background: #FFFFFF; }
  body.theme-concours-feerie-a-table #box-grand-prize #grand-prize .subtitle {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    font-size: 16px;
    font-size: 1.6rem; }
  body.theme-concours-feerie-a-table #box-grand-prize #grand-prize .slider-container .slider img {
    width: 100%;
    margin: 0 auto; }
  body.theme-concours-feerie-a-table #box-grand-prize #grand-prize .slider-container .slider .slick-dots button {
    background-color: #FFFFFF; }
  body.theme-concours-feerie-a-table #box-grand-prize #grand-prize .slider-container .slider .slick-dots .slick-active button {
    background-color: #d53743; }
  body.theme-concours-feerie-a-table #box-grand-prize #grand-prize .btn-wrapper a {
    color: #3d3630; }
    body.theme-concours-feerie-a-table #box-grand-prize #grand-prize .btn-wrapper a:hover {
      background-color: #d53743;
      color: #FFFFFF; }
body.theme-concours-feerie-a-table .prize-value {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic; }
body.theme-concours-feerie-a-table #box-secondary-prize {
  background-color: #f0c684;
  background-image: none;
  background-size: cover;
  color: #3d3630; }
  body.theme-concours-feerie-a-table #box-secondary-prize .title {
    color: #3d3630; }
    body.theme-concours-feerie-a-table #box-secondary-prize .title:before {
      background: #3d3630; }
  body.theme-concours-feerie-a-table #box-secondary-prize #secondary-prize .text-container .subtitle {
    color: #3d3630;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem; }
  body.theme-concours-feerie-a-table #box-secondary-prize #secondary-prize .text-container ul li {
    line-height: 1.8; }
  body.theme-concours-feerie-a-table #box-secondary-prize #secondary-prize .slider-container .slider img {
    width: 100%;
    margin: 0 auto; }
  body.theme-concours-feerie-a-table #box-secondary-prize #secondary-prize .slider-container .slider .slick-dots button {
    background-color: #FFFFFF; }
  body.theme-concours-feerie-a-table #box-secondary-prize #secondary-prize .slider-container .slider .slick-dots .slick-active button {
    background-color: #660000; }
body.theme-concours-feerie-a-table #box-participate {
  background: #FFFFFF; }
  body.theme-concours-feerie-a-table #box-participate .layout-wrapper {
    padding: 80px 0; }
    @media only screen and (max-width: 768px) {
      body.theme-concours-feerie-a-table #box-participate .layout-wrapper {
        padding: 25px 0; } }
  body.theme-concours-feerie-a-table #box-participate #progress {
    border-bottom: 1px solid #C7C6BE;
    margin: 0 0 30px 0; }
    body.theme-concours-feerie-a-table #box-participate #progress ul {
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-feerie-a-table #box-participate #progress ul {
          font-size: 11px;
          font-size: 1.1rem; } }
      body.theme-concours-feerie-a-table #box-participate #progress ul li {
        color: #C7C6BE;
        margin: 0 0 0 20px;
        padding: 0 0 15px 0;
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1; }
        body.theme-concours-feerie-a-table #box-participate #progress ul li:first-child {
          margin: 0; }
        body.theme-concours-feerie-a-table #box-participate #progress ul li.active {
          color: #000000; }
          body.theme-concours-feerie-a-table #box-participate #progress ul li.active:after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #C7C6BE;
            bottom: -10px;
            content: "";
            height: 0;
            left: 50%;
            margin: 0 0 0 -10px;
            position: absolute;
            width: 0; }
  body.theme-concours-feerie-a-table #box-participate #form-contest .msg-error {
    color: #e7300c;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 0 0 12px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
  body.theme-concours-feerie-a-table #box-participate #form-contest .title {
    line-height: 32px;
    margin: 0 0 25px 0;
    font-size: 25px;
    font-size: 2.5rem; }
  body.theme-concours-feerie-a-table #box-participate #form-contest input[type=text] {
    border: 1px solid #C7C6BE;
    color: #808080;
    height: 40px;
    padding: 8px 10px 8px 25px;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem; }
    body.theme-concours-feerie-a-table #box-participate #form-contest input[type=text].postal {
      float: right;
      width: 50%; }
  body.theme-concours-feerie-a-table #box-participate #form-contest .control-group {
    position: relative; }
    body.theme-concours-feerie-a-table #box-participate #form-contest .control-group .placeholder {
      background-image: url("/img/blank.gif");
      color: #808080;
      cursor: text;
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      left: 0;
      line-height: 40px;
      padding: 0 0 0 25px;
      position: absolute;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      z-index: 50;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 12px;
      font-size: 1.2rem; }
      body.theme-concours-feerie-a-table #box-participate #form-contest .control-group .placeholder.zipcode {
        left: 150px;
        width: 50%; }
        @media only screen and (max-width: 620px) {
          body.theme-concours-feerie-a-table #box-participate #form-contest .control-group .placeholder.zipcode {
            left: 50%; } }
    body.theme-concours-feerie-a-table #box-participate #form-contest .control-group.error {
      color: #e7300c; }
      body.theme-concours-feerie-a-table #box-participate #form-contest .control-group.error .placeholder {
        color: #e7300c; }
      body.theme-concours-feerie-a-table #box-participate #form-contest .control-group.error input[type=text] {
        border: 1px solid #e7300c; }
      body.theme-concours-feerie-a-table #box-participate #form-contest .control-group.error small {
        color: #808080; }
  body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry {
    margin: 0 auto;
    max-width: 620px;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry .col-left {
      padding: 0 10px 0 0; }
      @media only screen and (max-width: 500px) {
        body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry .col-left {
          padding: 0; } }
      body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry .col-left + .col-right {
        padding: 0 0 0 10px; }
        @media only screen and (max-width: 500px) {
          body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry .col-left + .col-right {
            padding: 0; } }
    body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry small, body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry .note {
      font-size: inherit;
      height: 40px;
      line-height: 40px; }
    body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry .note {
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
    body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-entry .btn-next-wrapper {
      margin: 25px 0 0 0;
      text-align: center; }
  body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz {
    margin: 0 auto;
    max-width: 620px;
    width: 100%; }
    body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz .col-center {
      margin: 0 auto;
      float: none; }
    body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz .clue {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 30px; }
    @media only screen and (max-width: 405px) {
      body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div {
      padding: 0px; }
      @media only screen and (max-width: 405px) {
        body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div {
          padding: 0; } }
      body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div > span {
        text-align: center;
        display: block; }
      body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div p + span {
        color: #000000;
        font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
        margin: 50px 0 10px 0;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem; }
        body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div p + span + span {
          border-bottom: 1px solid #C7C6BE;
          margin: 0 0 20px 0;
          padding: 0 0 40px 0; }
          body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div p + span + span + p {
            margin: 0 0 10px 0;
            padding: 0; }
      body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div input[type=checkbox] {
        float: left;
        margin: 6px 8px 10px 0; }
      body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div a {
        color: #289894;
        text-decoration: none; }
        body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div a:hover {
          text-decoration: underline; }
      body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div .btn-submit-wrapper {
        margin: 20px 0 0 0;
        text-align: center; }
        body.theme-concours-feerie-a-table #box-participate #form-contest #contest-step-quiz div .btn-submit-wrapper .btn-full {
          width: 100%; }
  body.theme-concours-feerie-a-table #box-participate #contest-step-confirm {
    text-align: center; }
    @media only screen and (max-width: 500px) {
      body.theme-concours-feerie-a-table #box-participate #contest-step-confirm {
        padding: 0 15px; } }
    @media only screen and (max-width: 768px) {
      body.theme-concours-feerie-a-table #box-participate #contest-step-confirm .box-circle {
        min-height: 300px; } }
    body.theme-concours-feerie-a-table #box-participate #contest-step-confirm .box-circle a {
      text-decoration: none; }
      body.theme-concours-feerie-a-table #box-participate #contest-step-confirm .box-circle a div {
        height: 222px;
        margin: 0 auto;
        width: 222px;
        -webkit-border-radius: 50%;
        /* Saf3-4, iOS 1-3.2, Android =1.6 */
        -moz-border-radius: 50%;
        /* FF1-3.6 */
        border-radius: 50%;
        /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
        /* useful if you don't want a bg color from leaking outside the border: */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
        @media only screen and (min-width: 769px) and (max-width: 940px) {
          body.theme-concours-feerie-a-table #box-participate #contest-step-confirm .box-circle a div {
            background-size: cover;
            height: 183px;
            width: 183px; } }
      body.theme-concours-feerie-a-table #box-participate #contest-step-confirm .box-circle a span {
        font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
        margin: 20px 0 0 0;
        padding: 0 10px;
        text-transform: uppercase;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 12px;
        font-size: 1.2rem; }
    body.theme-concours-feerie-a-table #box-participate #contest-step-confirm .box-circle.box-circle-1 div {
      background: url(/img/concours/feerie-a-table/img-box-1.jpg) no-repeat 0 0; }
    body.theme-concours-feerie-a-table #box-participate #contest-step-confirm .box-circle.box-circle-2 div {
      background: url(/img/concours/feerie-a-table/img-box-2.jpg) no-repeat 0 0; }
    body.theme-concours-feerie-a-table #box-participate #contest-step-confirm .box-circle.box-circle-3 div {
      background: url(/img/concours/feerie-a-table/img-box-3.jpg) no-repeat 0 0; }
    body.theme-concours-feerie-a-table #box-participate #contest-step-confirm .box-circle.box-circle-4 div {
      background: url(/img/concours/feerie-a-table/img-box-4.jpg) no-repeat 0 0; }

/*-------------------------------------------------------------------
	HOMEPAGE
-------------------------------------------------------------------*/
body#accueil-index #banner-app img {
  display: block;
  height: auto;
  margin: 0 auto 20px;
  width: 65%; }
  @media only screen and (max-width: 500px) {
    body#accueil-index #banner-app img {
      width: 85%; } }
body#accueil-index #banner-app .banner-background {
  background-image: url(/img/accueil/banner-app.jpg); }
body#accueil-index #banner-foodie {
  padding: 0; }
  body#accueil-index #banner-foodie .banner-foodie-content {
    color: #FFFFFF;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 130px;
    width: 100%; }
    body#accueil-index #banner-foodie .banner-foodie-content .logo-cheeses {
      background: url(/img/logo-menu-fr.png) no-repeat left top/cover;
      height: 57px;
      margin: 0 auto 12px auto;
      width: 70px; }
    body#accueil-index #banner-foodie .banner-foodie-content span {
      display: block;
      margin: 0;
      padding: 0 0 40px 0;
      text-transform: uppercase;
      font-size: 15px;
      font-size: 1.5rem;
      text-shadow: 3px 2px 12px black;
      /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
    body#accueil-index #banner-foodie .banner-foodie-content h1 {
      color: #FFFFFF;
      line-height: 45px;
      padding: 0 35px;
      font-size: 46px;
      font-size: 4.6rem;
      text-shadow: 3px 2px 12px black;
      /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
    @media only screen and (max-width: 900px) {
      body#accueil-index #banner-foodie .banner-foodie-content {
        top: 100px; }
        body#accueil-index #banner-foodie .banner-foodie-content h1 {
          line-height: 30px;
          font-size: 28px;
          font-size: 2.8rem; } }
  body#accueil-index #banner-foodie .banner-foodie-content,
  body#accueil-index #banner-foodie .btn-preview-holder {
    z-index: 25; }
body#accueil-index #banner-tips img {
  display: block;
  height: auto;
  margin: 0 auto 20px;
  width: 65%; }
  @media only screen and (max-width: 500px) {
    body#accueil-index #banner-tips img {
      width: 85%; } }
body#accueil-index #banner-tips .banner-background {
  background-image: url(/img/accueil/banner-tips.jpg); }
body#accueil-index #banner-chefs .banner-background {
  background-image: url(/img/accueil/banner-chefs_new_after.jpg); }
body#accueil-index #banner-prize h1 {
  color: #000000;
  text-shadow: none; }
body#accueil-index #banner-prize .banner-background {
  background-image: url(/img/accueil/banner-prize.gif); }
body#accueil-index #banner-caseus h1 {
  color: #000000;
  text-shadow: none; }
body#accueil-index #banner-caseus .banner-background {
  background-image: url(/img/accueil/banner-caseus.jpg); }
body#accueil-index .preview-contained-post .preview-hover {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.9); }
  body#accueil-index .preview-contained-post .preview-hover h1 {
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem; }
body#accueil-index .preview-contained-cheese .preview-img-wrapper {
  padding: 0 65px; }
body#accueil-index .preview-contained-cheese .preview-hover {
  background: none; }
  body#accueil-index .preview-contained-cheese .preview-hover h1 {
    color: #289894;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem; }
    body#accueil-index .preview-contained-cheese .preview-hover h1 span {
      color: #000000;
      display: block;
      font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1.6rem; }

/*-------------------------------------------------------------------
	News pages
-------------------------------------------------------------------*/
body#accueil-recidive .article-default-subtitle {
  padding-top: 0; }

/*-------------------------------------------------------------------
	TOUT SUR LES FROMAGES
-------------------------------------------------------------------*/
body[id*=tout_sur_les_fromages] .preview-detailed {
  margin-bottom: 40px; }
  @media only screen and (max-width: 500px) {
    body[id*=tout_sur_les_fromages] .preview-detailed {
      margin-bottom: 40px; } }
body[id*=tout_sur_les_fromages] .article-default a {
  font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem; }
  body[id*=tout_sur_les_fromages] .article-default a:hover {
    text-decoration: underline; }
body[id*=tout_sur_les_fromages] .article-default p a {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  font-size: 2rem; }
body[id*=tout_sur_les_fromages] .article-default .showcase-content-container-about-cheese p a {
  font-size: 18px;
  font-size: 1.8rem; }
body[id*=tout_sur_les_fromages] .article-default .list-about-cheese a {
  text-transform: none;
  font-size: 20px;
  font-size: 2rem; }

body#tout_sur_les_fromages-index .list-box-item {
  width: 50%; }
  @media only screen and (max-width: 940px) {
    body#tout_sur_les_fromages-index .list-box-item {
      width: auto; } }
  body#tout_sur_les_fromages-index .list-box-item h3 {
    line-height: 150%;
    text-align: left; }

body#tout_sur_les_fromages-collectes .article-default .list-about-cheese a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }

body#tout_sur_les_fromages-soiree_des_chefs h1 {
  padding-bottom: 20px; }
body#tout_sur_les_fromages-soiree_des_chefs h2.article-default-subtitle {
  padding-top: 0; }
body#tout_sur_les_fromages-soiree_des_chefs .preview-contained .preview-hover {
  bottom: 0; }
body#tout_sur_les_fromages-soiree_des_chefs .col-center {
  margin: 0 auto;
  float: none; }
  @media only screen and (max-width: 500px) {
    body#tout_sur_les_fromages-soiree_des_chefs .col-center {
      float: left; } }
body#tout_sur_les_fromages-soiree_des_chefs .preview-contained h4 {
  font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
  padding: 40px 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem; }
  body#tout_sur_les_fromages-soiree_des_chefs .preview-contained h4 span {
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem; }

body#tout_sur_les_fromages-grand_prix .article-default-subtitle {
  padding-top: 0; }
body#tout_sur_les_fromages-grand_prix .title-underlined {
  margin-bottom: 20px; }
body#tout_sur_les_fromages-grand_prix h3 {
  height: 50px; }
body#tout_sur_les_fromages-grand_prix .preview-cheese {
  margin-bottom: 60px; }
  @media only screen and (max-width: 500px) {
    body#tout_sur_les_fromages-grand_prix .preview-cheese {
      margin-bottom: 20px; } }

body#tout_sur_les_fromages-histoire .drawer {
  margin-left: -20px; }
  @media only screen and (max-width: 500px) {
    body#tout_sur_les_fromages-histoire .drawer {
      margin-left: 0; } }

body#tout_sur_les_fromages-selection_caseus_finalistes h2.title-underlined {
  margin-bottom: 30px; }
body#tout_sur_les_fromages-selection_caseus_finalistes .article-default .article-default-section-title {
  max-width: 300px; }

/*-------------------------------------------------------------------
	BLOG
-------------------------------------------------------------------*/
body#blog h2.title-underlined {
  font-size: 24px;
  font-size: 2.4rem; }
body#blog .article-default {
  line-height: 150%;
  font-size: 20px;
  font-size: 2rem; }
  body#blog .article-default.article-resume article {
    margin: 0 0 40px; }
  body#blog .article-default.article-resume .entry-title {
    padding: 0 0 20px;
    font-size: 30px;
    font-size: 3rem; }
  body#blog .article-default.article-resume .entry-meta {
    margin: 0 0 20px; }
  body#blog .article-default .entry-title {
    font-size: 45px;
    font-size: 4.5rem; }
    @media only screen and (max-width: 500px) {
      body#blog .article-default .entry-title {
        font-size: 26px;
        font-size: 2.6rem; } }
    body#blog .article-default .entry-title a {
      color: #000000; }
      body#blog .article-default .entry-title a:hover {
        color: #808080;
        text-decoration: none; }
  body#blog .article-default .entry-meta {
    margin: 0 0 40px;
    font-size: 14px;
    font-size: 1.4rem; }
    body#blog .article-default .entry-meta a {
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 1.1rem; }
  body#blog .article-default .entry-content > ul > li a {
    display: inline; }
  body#blog .article-default .entry-content .embedded-content .btn-close-fullscreen {
    display: none; }
  body#blog .article-default .entry-content .embedded-content ul li {
    list-style: none; }
  body#blog .article-default .entry-content .embedded-content .sharebar {
    line-height: 16px; }
    body#blog .article-default .entry-content .embedded-content .sharebar .sharebar-item-social {
      display: none; }
  body#blog .article-default .entry-content .embedded-content .embedded-hidden {
    display: none; }
  body#blog .article-default .entry-content blockquote {
    float: left;
    margin: 0 20px 0 0;
    width: 36%; }
  body#blog .article-default .entry-content img {
    height: auto;
    max-width: 100%; }
  body#blog .article-default h3 {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    padding: 20px 0 40px;
    font-size: 16px;
    font-size: 1.6rem; }
  body#blog .article-default .box-full.box-full-ingredients h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 0 40px; }
  body#blog .article-default .box-full.box-full-ingredients li {
    margin-top: 20px;
    line-height: 100%;
    font-size: 11px;
    font-size: 1.1rem; }
    body#blog .article-default .box-full.box-full-ingredients li:first-child {
      margin-top: 0; }
  body#blog .article-default .box-full-ingredients h2.title-underlined, body#blog .article-default .box-full-steps h2.title-underlined {
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    padding: 22px 0 40px;
    font-size: 16px;
    font-size: 1.6rem; }
  body#blog .article-default .entry-cats {
    margin: 0 0 20px; }
    body#blog .article-default .entry-cats ul li:first-child {
      font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
      padding-top: 4px;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 1.1rem; }
body#blog aside .aside-section:first-child a {
  font-family: "MuseoSans500Regular", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem; }
body#blog aside .entry-author-info {
  margin: 0; }
  body#blog aside .entry-author-info img {
    margin: 7px 10px 10px 0;
    -webkit-border-radius: 0;
    /* Saf3-4, iOS 1-3.2, Android =1.6 */
    -moz-border-radius: 0;
    /* FF1-3.6 */
    border-radius: 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
body#blog .entry-author-info {
  line-height: 150%;
  margin: 40px 0;
  font-size: 20px;
  font-size: 2rem; }
  body#blog .entry-author-info .acts-as-cell {
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      body#blog .entry-author-info .acts-as-cell {
        display: block; } }
  body#blog .entry-author-info h1 {
    padding: 0 0 20px;
    font-size: 25px;
    font-size: 2.5rem; }
  body#blog .entry-author-info img {
    float: left;
    margin: 7px 80px 20px 0;
    -webkit-border-radius: 50%;
    /* Saf3-4, iOS 1-3.2, Android =1.6 */
    -moz-border-radius: 50%;
    /* FF1-3.6 */
    border-radius: 50%;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    @media only screen and (max-width: 1100px) {
      body#blog .entry-author-info img {
        margin-right: 135px; } }
    @media only screen and (max-width: 950px) {
      body#blog .entry-author-info img {
        margin-right: 85px; } }
    @media only screen and (max-width: 768px) {
      body#blog .entry-author-info img {
        margin-right: 45px; } }
    @media only screen and (max-width: 500px) {
      body#blog .entry-author-info img {
        float: none;
        height: auto;
        margin-right: 0;
        width: 100%; } }
  body#blog .entry-author-info a {
    color: #7cb197;
    text-decoration: none; }
    body#blog .entry-author-info a:hover {
      text-decoration: underline; }
body#blog img.alignleft {
  float: left;
  margin: 0 20px 20px 0; }
body#blog img.alignright {
  float: left;
  margin: 0 0 20px 20px; }
body#blog img.aligncenter {
  display: block;
  margin: 0 auto 20px; }
body#blog.page h1.title-underlined {
  margin: 20px 0 40px; }
body#blog #infscr-loading {
  clear: both;
  margin: 20px auto;
  text-align: center;
  width: 100px; }
body#blog .btn-primary {
  background-color: #289894; }

/*-------------------------------------------------------------------
	CHEESES SLUG
-------------------------------------------------------------------*/
body#fromages-slug .acts-as-table {
  height: 100%;
  table-layout: fixed; }
  @media only screen and (max-width: 768px) {
    body#fromages-slug .acts-as-table {
      table-layout: auto;
      display: block; } }
  body#fromages-slug .acts-as-table .acts-as-cell {
    float: none;
    padding-left: 1.66667%;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      body#fromages-slug .acts-as-table .acts-as-cell {
        display: block;
        float: left;
        padding-left: 0; } }
    body#fromages-slug .acts-as-table .acts-as-cell.first {
      padding-left: 0; }
body#fromages-slug .cheese-alcools {
  margin: 45px 0 0 0; }
  @media only screen and (max-width: 500px) {
    body#fromages-slug .cheese-alcools {
      margin-top: 0; } }
  body#fromages-slug .cheese-alcools > h3 {
    margin: 0 0 25px 0;
    padding: 0; }
  body#fromages-slug .cheese-alcools > h3, body#fromages-slug .cheese-alcools .alcool-title {
    color: #8f8e7d;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem; }
  body#fromages-slug .cheese-alcools .showcase-content-container {
    color: #6b6a5a;
    margin: 0 auto;
    max-width: 940px;
    font-size: 13px;
    font-size: 1.3rem; }
  @media only screen and (max-width: 500px) {
    body#fromages-slug .cheese-alcools .circle {
      margin: 0 auto; } }
body#fromages-slug .foodie .foodie-content {
  margin: 20px 0 0 0; }
  body#fromages-slug .foodie .foodie-content .foodie-profile {
    float: left;
    height: 140px;
    width: 140px;
    -webkit-border-radius: 50%;
    /* Saf3-4, iOS 1-3.2, Android =1.6 */
    -moz-border-radius: 50%;
    /* FF1-3.6 */
    border-radius: 50%;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    body#fromages-slug .foodie .foodie-content .foodie-profile.foodie-profile-la-popoteuse-et-nana-marmelade {
      background: #808080 url(/img/foodies/la-popoteuse-et-nana-marmelade/profile-img-cheese.jpg) no-repeat center center/cover; }
    body#fromages-slug .foodie .foodie-content .foodie-profile.foodie-profile-la-petite-casserole {
      background: #808080 url(/img/foodies/la-petite-casserole/profile-img-cheese.jpg) no-repeat center center/cover; }
    body#fromages-slug .foodie .foodie-content .foodie-profile.foodie-profile-stephane-gadbois {
      background: #808080 url(/img/foodies/stephane-gadbois/profile-img-cheese.jpg) no-repeat center center/cover; }
    body#fromages-slug .foodie .foodie-content .foodie-profile.foodie-profile-julia-de-26th-look {
      background: #808080 url(/img/foodies/julia-de-26th-look/profile-img-cheese.jpg) no-repeat center center/cover; }
    body#fromages-slug .foodie .foodie-content .foodie-profile.foodie-profile-la-folle-fourchette {
      background: #808080 url(/img/foodies/la-folle-fourchette/profile-img-cheese.jpg) no-repeat center center/cover; }
    body#fromages-slug .foodie .foodie-content .foodie-profile.foodie-profile-cath-cuisine {
      background: #808080 url(/img/foodies/cath-cuisine/profile-img-cheese.jpg) no-repeat center center/cover; }
    body#fromages-slug .foodie .foodie-content .foodie-profile.foodie-profile-on-dejeune {
      background: #808080 url(/img/foodies/on-dejeune/profile-img-cheese.jpg) no-repeat center center/cover; }
    body#fromages-slug .foodie .foodie-content .foodie-profile.foodie-profile-julie-nutritionniste-gourmande {
      background: #808080 url(/img/foodies/julie-nutritionniste-gourmande/profile-img-cheese.jpg) no-repeat center center/cover; }
  body#fromages-slug .foodie .foodie-content .foodie-text-wrapper {
    display: table;
    float: left;
    height: 140px;
    margin: 0 0 0 20px;
    max-width: 50%;
    width: 100%; }
    body#fromages-slug .foodie .foodie-content .foodie-text-wrapper .foodie-text {
      display: table-cell;
      vertical-align: middle; }
      body#fromages-slug .foodie .foodie-content .foodie-text-wrapper .foodie-text p {
        color: #808080;
        font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
        line-height: 18px;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem; }
      body#fromages-slug .foodie .foodie-content .foodie-text-wrapper .foodie-text a {
        padding: 0 0 0 25px;
        position: relative;
        font-size: 18px;
        font-size: 1.8rem; }
        body#fromages-slug .foodie .foodie-content .foodie-text-wrapper .foodie-text a:before {
          content: "";
          left: 0px;
          margin: 6px 0 0 0;
          position: absolute;
          top: 0px; }
@media only screen and (max-width: 400px) {
  body#fromages-slug .foodie .foodie-content .foodie-profile,
  body#fromages-slug .foodie .foodie-content .foodie-text-wrapper {
    float: none;
    margin: 0 auto; }
  body#fromages-slug .foodie .foodie-content .foodie-text-wrapper {
    height: auto;
    margin: 10px auto 25px auto;
    max-width: 100%; } }
@media only screen and (max-width: 768px) {
  body#fromages-slug .is-hidden-mobile {
    display: none; } }
body#fromages-slug .is-hidden-not-mobile {
  display: none; }
  @media only screen and (max-width: 768px) {
    body#fromages-slug .is-hidden-not-mobile {
      display: block; } }

/*-------------------------------------------------------------------
	FOODIES
-------------------------------------------------------------------*/
body#foodies-index .title-underlined-main {
  margin: 0; }
  body#foodies-index .title-underlined-main + p {
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem; }
body#foodies-index #nav-foodies {
  z-index: 75; }
body#foodies-index .sharebar {
  margin: 25px 0 40px 0;
  position: relative;
  z-index: 50; }
body#foodies-index .row.last {
  margin: 0 0 80px 0; }
body#foodies-index .row .preview-contained {
  margin: 0; }
body#foodies-index .preview-contained h1 {
  padding-left: 40px;
  z-index: 3; }
  body#foodies-index .preview-contained h1:before {
    content: "";
    left: 12px;
    position: absolute;
    top: 6px; }
body#foodies-index .preview-contained img {
  position: relative;
  z-index: 2; }
body#foodies-index .preview-contained video {
  height: auto;
  left: 50%;
  margin: 0 0 0 -69.902913%;
  position: absolute;
  top: -17.237569%;
  width: 139.655172%;
  z-index: 1; }
body#foodies-index .quote-wrapper {
  display: table;
  height: 100%;
  width: 100%; }
  body#foodies-index .quote-wrapper.quote-wrapper-theme-1 {
    background-color: #a8e5c4; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-top:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-top:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-bottom-color: #a8e5c4;
      top: -30px;
      right: 50%;
      margin-right: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-top:after {
      top: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-right:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-right:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-left-color: #a8e5c4;
      right: -30px;
      top: 50%;
      margin-top: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-right:after {
      right: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-bottom:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-bottom:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-top-color: #a8e5c4;
      bottom: -30px;
      right: 50%;
      margin-right: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-bottom:after {
      bottom: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-left:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-left:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-right-color: #a8e5c4;
      left: -30px;
      top: 50%;
      margin-top: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-1.arrow-left:after {
      left: -29px; }
  body#foodies-index .quote-wrapper.quote-wrapper-theme-2 {
    background-color: #a1dae5; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-top:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-top:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-bottom-color: #a1dae5;
      top: -30px;
      right: 50%;
      margin-right: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-top:after {
      top: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-right:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-right:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-left-color: #a1dae5;
      right: -30px;
      top: 50%;
      margin-top: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-right:after {
      right: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-bottom:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-bottom:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-top-color: #a1dae5;
      bottom: -30px;
      right: 50%;
      margin-right: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-bottom:after {
      bottom: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-left:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-left:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-right-color: #a1dae5;
      left: -30px;
      top: 50%;
      margin-top: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-2.arrow-left:after {
      left: -29px; }
  body#foodies-index .quote-wrapper.quote-wrapper-theme-3 {
    background-color: #d2db8d; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-top:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-top:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-bottom-color: #d2db8d;
      top: -30px;
      right: 50%;
      margin-right: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-top:after {
      top: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-right:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-right:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-left-color: #d2db8d;
      right: -30px;
      top: 50%;
      margin-top: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-right:after {
      right: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-bottom:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-bottom:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-top-color: #d2db8d;
      bottom: -30px;
      right: 50%;
      margin-right: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-bottom:after {
      bottom: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-left:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-left:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-right-color: #d2db8d;
      left: -30px;
      top: 50%;
      margin-top: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-3.arrow-left:after {
      left: -29px; }
  body#foodies-index .quote-wrapper.quote-wrapper-theme-4 {
    background-color: #eac2b8; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-top:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-top:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-bottom-color: #eac2b8;
      top: -30px;
      right: 50%;
      margin-right: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-top:after {
      top: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-right:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-right:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-left-color: #eac2b8;
      right: -30px;
      top: 50%;
      margin-top: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-right:after {
      right: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-bottom:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-bottom:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-top-color: #eac2b8;
      bottom: -30px;
      right: 50%;
      margin-right: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-bottom:after {
      bottom: -29px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-left:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-left:after {
      border-width: 15px;
      right: auto;
      left: auto;
      border-right-color: #eac2b8;
      left: -30px;
      top: 50%;
      margin-top: -15px; }
    body#foodies-index .quote-wrapper.quote-wrapper-theme-4.arrow-left:after {
      left: -29px; }
  body#foodies-index .quote-wrapper .quote-inner {
    display: table-cell;
    position: relative;
    vertical-align: middle; }
    body#foodies-index .quote-wrapper .quote-inner .quote-content {
      padding: 0 40px; }
      body#foodies-index .quote-wrapper .quote-inner .quote-content span {
        color: #FFFFFF;
        display: block;
        font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
        line-height: 30px;
        position: relative;
        font-size: 30px;
        font-size: 3rem; }
        body#foodies-index .quote-wrapper .quote-inner .quote-content span:before, body#foodies-index .quote-wrapper .quote-inner .quote-content span:after {
          background: #FFFFFF;
          content: "";
          height: 1px;
          left: 50%;
          margin: 0 0 0 -10px;
          position: absolute;
          width: 20px; }
        body#foodies-index .quote-wrapper .quote-inner .quote-content span:before {
          top: -20px; }
        body#foodies-index .quote-wrapper .quote-inner .quote-content span:after {
          bottom: -20px; }
body#foodies-index .is-for-tablet,
body#foodies-index .is-for-mobile {
  display: none; }
@media only screen and (max-width: 1240px) {
  body#foodies-index .sharebar + .layout-wrapper {
    padding: 0; }
  body#foodies-index .quote-wrapper .quote-inner .quote-content span {
    font-size: 2.419355vw;
    line-height: 2.419355vw; } }
@media only screen and (max-width: 768px) {
  body#foodies-index .is-not-for-tablet {
    display: none; }
  body#foodies-index .is-for-tablet {
    display: block; }
  body#foodies-index .quote-wrapper .quote-inner .quote-content {
    padding: 0 20px; }
    body#foodies-index .quote-wrapper .quote-inner .quote-content span {
      font-size: 3.906977vw;
      line-height: 3.906977vw; } }
@media only screen and (max-width: 500px) {
  body#foodies-index .is-for-tablet {
    display: none; }
  body#foodies-index .is-for-mobile {
    display: block; }
  body#foodies-index .quote-wrapper .quote-inner .quote-content span {
    font-size: 6vw;
    line-height: 6vw; } }

body#foodies-slug #layout-header .nav ul li a {
  color: #FFFFFF; }
  body#foodies-slug #layout-header .nav ul li a.nav-active {
    color: #FFFFFF;
    font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif; }
  body#foodies-slug #layout-header .nav ul li a:hover {
    text-decoration: underline; }
body#foodies-slug .bg-header {
  height: 700px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1; }
  body#foodies-slug .bg-header.bg-header-la-popoteuse-et-nana-marmelade {
    background: #a8e5c4 url(/img/foodies/la-popoteuse-et-nana-marmelade/bg-header.jpg) no-repeat center top/cover; }
  body#foodies-slug .bg-header.bg-header-stephane-gadbois {
    background: #a8e5c4 url(/img/foodies/stephane-gadbois/bg-header.jpg) no-repeat center top/cover; }
  body#foodies-slug .bg-header.bg-header-la-petite-casserole {
    background: #a8e5c4 url(/img/foodies/la-petite-casserole/bg-header.jpg) no-repeat center top/cover; }
  body#foodies-slug .bg-header.bg-header-on-dejeune {
    background: #a8e5c4 url(/img/foodies/on-dejeune/bg-header.jpg) no-repeat center top/cover; }
  body#foodies-slug .bg-header.bg-header-julie-nutritionniste-gourmande {
    background: #a8e5c4 url(/img/foodies/julie-nutritionniste-gourmande/bg-header.jpg) no-repeat center top/cover; }
  body#foodies-slug .bg-header.bg-header-julia-de-26th-look {
    background: #a8e5c4 url(/img/foodies/julia-de-26th-look/bg-header.jpg) no-repeat center top/cover; }
  body#foodies-slug .bg-header.bg-header-cath-cuisine {
    background: #a8e5c4 url(/img/foodies/cath-cuisine/bg-header.jpg) no-repeat center top/cover; }
  body#foodies-slug .bg-header.bg-header-la-folle-fourchette {
    background: #a8e5c4 url(/img/foodies/la-folle-fourchette/bg-header.jpg) no-repeat center top/cover; }
  body#foodies-slug .bg-header + .layout-wrapper {
    padding-top: 15px !important; }
body#foodies-slug .header-foodie {
  margin: 25px auto 15px auto;
  max-width: 525px;
  min-height: 505px;
  text-align: center;
  width: 100%; }
  body#foodies-slug .header-foodie .title-underlined {
    display: block;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    text-shadow: 3px 2px 12px black;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
    body#foodies-slug .header-foodie .title-underlined:before {
      bottom: 0px; }
  body#foodies-slug .header-foodie h1 {
    color: #FFFFFF;
    line-height: 60px;
    margin: 0 0 115px 0;
    padding: 0;
    font-size: 55px;
    font-size: 5.5rem;
    text-shadow: 3px 2px 12px black;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
  body#foodies-slug .header-foodie .scroll-to {
    text-decoration: none; }
    body#foodies-slug .header-foodie .scroll-to span {
      color: #FFFFFF;
      display: block;
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      margin: 0 0 12px 0;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1.6rem;
      text-shadow: 3px 2px 12px black;
      /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */ }
    body#foodies-slug .header-foodie .scroll-to .circle {
      background-color: #8bd8d9;
      margin: 0 auto;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4); }
      body#foodies-slug .header-foodie .scroll-to .circle .icon-play-foodie {
        margin: 0 0 0 4px; }
body#foodies-slug .content-foodie .embed-video {
  padding: 15px 0 0 0; }
body#foodies-slug .content-foodie .sharebar {
  margin: 40px 0 20px 0; }
body#foodies-slug .content-foodie .photoshoot .is-for-mobile,
body#foodies-slug .content-foodie .verdict .is-for-mobile {
  display: none; }
body#foodies-slug .content-foodie .photoshoot.row-tiles,
body#foodies-slug .content-foodie .verdict.row-tiles {
  margin: 0 0 3.448275% 0; }
  body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half,
  body#foodies-slug .content-foodie .verdict.row-tiles .col-half {
    float: left;
    margin: 0 0.833333% 0 0;
    width: 49.166667%; }
    body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half + .col-half,
    body#foodies-slug .content-foodie .verdict.row-tiles .col-half + .col-half {
      margin: 0 0 0 0.833333%; }
    body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .row-tiles .col-half,
    body#foodies-slug .content-foodie .verdict.row-tiles .col-half .row-tiles .col-half {
      margin: 0 1.7% 0 0;
      width: 48.29%; }
      body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .row-tiles .col-half + .col-half,
      body#foodies-slug .content-foodie .verdict.row-tiles .col-half .row-tiles .col-half + .col-half {
        margin: 0 0 0 1.7%; }
    body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .fixed-ratio-wide,
    body#foodies-slug .content-foodie .verdict.row-tiles .col-half .fixed-ratio-wide {
      margin: 0 0 3.448275% 0; }
body#foodies-slug .content-foodie .photoshoot .quote-wrapper,
body#foodies-slug .content-foodie .verdict .quote-wrapper {
  background: #a1dae5;
  display: table;
  height: 100%;
  position: relative;
  width: 100%; }
  body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner,
  body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner {
    display: table-cell;
    vertical-align: middle; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content {
      padding: 15px 25px 15px 40px; }
      body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content p,
      body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content p {
        color: #FFFFFF;
        font-family: "MuseoSans900Regular", Arial, Helvetica, sans-serif;
        line-height: 30px;
        padding: 0;
        position: relative;
        font-size: 30px;
        font-size: 3rem; }
        body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content p:before,
        body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content p:before {
          content: "\00AB";
          left: -25px;
          position: absolute;
          top: -2px; }
      body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-la-petite-casserole p, body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-la-folle-fourchette p,
      body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-la-petite-casserole p,
      body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-la-folle-fourchette p {
        line-height: 26px;
        font-size: 26px;
        font-size: 2.6rem; }
      body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-julia-de-26th-look p, body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-julie-nutritionniste-gourmande p,
      body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-julia-de-26th-look p,
      body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-julie-nutritionniste-gourmande p {
        line-height: 24px;
        font-size: 24px;
        font-size: 2.4rem; }
  body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-author,
  body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-author {
    bottom: 30px;
    color: #FFFFFF;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 100%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-author span,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-author span {
      display: block;
      font-family: "MuseoSans100Regular", Arial, Helvetica, sans-serif;
      position: relative;
      font-size: 16px;
      font-size: 1.6rem; }
      body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-author span:before,
      body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-author span:before {
        background: #FFFFFF;
        bottom: 30px;
        content: "";
        height: 1px;
        left: 50%;
        margin: 0 0 0 -10px;
        position: absolute;
        width: 20px; }
body#foodies-slug .content-foodie .profile {
  border-top: 1px solid #c7c6be;
  margin: 60px 0 75px 0; }
  body#foodies-slug .content-foodie .profile h3 {
    color: #808080;
    font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
    padding: 25px 0;
    font-size: 16px;
    font-size: 1.6rem; }
    body#foodies-slug .content-foodie .profile h3 + p {
      padding: 0 0 45px 0;
      width: 50%; }
    body#foodies-slug .content-foodie .profile h3 + .row {
      margin: 20px 0 0 0; }
  body#foodies-slug .content-foodie .profile p {
    font-size: 14px;
    font-size: 1.4rem; }
  body#foodies-slug .content-foodie .profile img {
    max-height: 140px;
    max-width: 140px;
    -webkit-border-radius: 50%;
    /* Saf3-4, iOS 1-3.2, Android =1.6 */
    -moz-border-radius: 50%;
    /* FF1-3.6 */
    border-radius: 50%;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  body#foodies-slug .content-foodie .profile .profile-bio {
    padding: 0 0 0 20px; }
    body#foodies-slug .content-foodie .profile .profile-bio h4 {
      border-bottom: 1px solid #c7c6be;
      color: #808080;
      font-family: "MuseoSans700Regular", Arial, Helvetica, sans-serif;
      margin: 0 0 15px 0;
      padding: 0 0 15px 0;
      font-size: 14px;
      font-size: 1.4rem; }
    body#foodies-slug .content-foodie .profile .profile-bio p {
      padding: 0; }
      body#foodies-slug .content-foodie .profile .profile-bio p a {
        color: #7cb197;
        text-decoration: none; }
        body#foodies-slug .content-foodie .profile .profile-bio p a:hover {
          text-decoration: underline; }
      body#foodies-slug .content-foodie .profile .profile-bio p + p {
        padding: 15px 0 0 0; }
body#foodies-slug .content-foodie .foodies .preview-contained h1 {
  padding-left: 40px; }
  body#foodies-slug .content-foodie .foodies .preview-contained h1:before {
    content: "";
    left: 12px;
    position: absolute;
    top: 6px; }
@media only screen and (max-width: 1240px) {
  body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content,
  body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content {
    padding: 15px 8.928571% 15px 14.285714%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content p {
      font-size: 2.419355vw;
      line-height: 2.419355vw; }
      body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content p:before,
      body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content p:before {
        left: -11%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-la-petite-casserole p, body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-la-folle-fourchette p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-la-petite-casserole p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-la-folle-fourchette p {
      font-size: 2.096774vw;
      line-height: 2.096774vw; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-julia-de-26th-look p, body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-julie-nutritionniste-gourmande p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-julia-de-26th-look p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-julie-nutritionniste-gourmande p {
      font-size: 1.935484vw;
      line-height: 1.935484vw; }
  body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-author,
  body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-author {
    bottom: 10.530421%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-author span,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-author span {
      font-size: 1.290323vw; } }
@media only screen and (max-width: 768px) {
  body#foodies-slug .bg-header {
    height: 100%;
    max-height: 700px;
    max-width: 1600px; }
  body#foodies-slug .header-foodie {
    margin: 85px auto 15px auto;
    min-height: 524px; }
    body#foodies-slug .header-foodie .title-underlined {
      font-size: 17px;
      font-size: 1.7rem; }
    body#foodies-slug .header-foodie h1 {
      line-height: 45px;
      margin: 0 0 85px 0;
      font-size: 35px;
      font-size: 3.5rem; }
  body#foodies-slug .content-foodie .embed-video {
    padding: 0; }
  body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half,
  body#foodies-slug .content-foodie .verdict.row-tiles .col-half {
    width: 100%;
    margin: 0 0 20px 0; }
    body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half + .col-half,
    body#foodies-slug .content-foodie .verdict.row-tiles .col-half + .col-half {
      width: 100%;
      margin: 0; }
  body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content,
  body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content {
    padding: 15px 4.142857% 15px 11.538462%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content p {
      font-size: 3.907563vw;
      line-height: 3.907563vw; }
      body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content p:before,
      body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content p:before {
        left: -9%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-la-petite-casserole p, body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-la-folle-fourchette p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-la-petite-casserole p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-la-folle-fourchette p {
      font-size: 3.387622vw;
      line-height: 3.387622vw; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-julia-de-26th-look p, body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-julie-nutritionniste-gourmande p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-julia-de-26th-look p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-julie-nutritionniste-gourmande p {
      font-size: 3.127036vw;
      line-height: 3.127036vw; }
  body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-author,
  body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-author {
    bottom: 8.536194%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-author span,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-author span {
      font-size: 2.084691vw; }
  body#foodies-slug .content-foodie .profile h3 + p {
    width: 100%; }
  body#foodies-slug .content-foodie .profile .profile-bio {
    padding: 0; }
  body#foodies-slug .content-foodie .profile .col-sm-first {
    margin-top: 20px; } }
@media only screen and (max-width: 575px) {
  body#foodies-slug #layout-header {
    margin: 0 0 10px 0; }
  body#foodies-slug .bg-header {
    max-height: 284px;
    max-width: 650px; }
    body#foodies-slug .bg-header + .layout-wrapper {
      padding-top: 0 !important; }
  body#foodies-slug .header-foodie {
    margin: 0 auto 15px auto;
    min-height: 208px; }
    body#foodies-slug .header-foodie .title-underlined {
      font-size: 14px;
      font-size: 1.4rem; }
    body#foodies-slug .header-foodie h1 {
      line-height: 30px;
      margin: 0 0 15px 0;
      font-size: 25px;
      font-size: 2.5rem; }
    body#foodies-slug .header-foodie .scroll-to {
      display: inline-block; }
      body#foodies-slug .header-foodie .scroll-to span {
        float: left;
        padding: 18px 15px 0 0;
        font-size: 14px;
        font-size: 1.4rem; }
      body#foodies-slug .header-foodie .scroll-to .circle {
        float: left; } }
@media only screen and (max-width: 500px) {
  body#foodies-slug .content-foodie .verdict.row-tiles .fixed-ratio-wide .after, body#foodies-slug .content-foodie .verdict.row-tiles .fixed-ratio-wide:after {
    padding-top: 100%; }
  body#foodies-slug .content-foodie .photoshoot .is-not-for-mobile,
  body#foodies-slug .content-foodie .verdict .is-not-for-mobile {
    display: none; }
  body#foodies-slug .content-foodie .photoshoot .is-for-mobile,
  body#foodies-slug .content-foodie .verdict .is-for-mobile {
    display: block; }
  body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .row-tiles .col-half,
  body#foodies-slug .content-foodie .verdict.row-tiles .col-half .row-tiles .col-half {
    width: 100%; }
    body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .row-tiles .col-half + .col-half,
    body#foodies-slug .content-foodie .verdict.row-tiles .col-half .row-tiles .col-half + .col-half {
      margin: 0;
      width: 100%; }
      body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .row-tiles .col-half + .col-half .fixed-ratio-square,
      body#foodies-slug .content-foodie .verdict.row-tiles .col-half .row-tiles .col-half + .col-half .fixed-ratio-square {
        margin: 20px 0 0 0; }
  body#foodies-slug .content-foodie .photoshoot.row-tiles .col-half .fixed-ratio-wide,
  body#foodies-slug .content-foodie .verdict.row-tiles .col-half .fixed-ratio-wide {
    margin: 0 0 20px 0; }
  body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content,
  body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content {
    padding: 15px 5.681818% 15px 9.230769%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content p {
      font-size: 6vw;
      line-height: 6vw; }
      body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content p:before,
      body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content p:before {
        left: -7%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-la-petite-casserole p, body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-la-folle-fourchette p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-la-petite-casserole p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-la-folle-fourchette p {
      font-size: 5.2vw;
      line-height: 5.2vw; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-julia-de-26th-look p, body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-inner .quote-content.quote-content-julie-nutritionniste-gourmande p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-julia-de-26th-look p,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-inner .quote-content.quote-content-julie-nutritionniste-gourmande p {
      font-size: 4.8vw;
      line-height: 4.8vw; }
  body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-author,
  body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-author {
    bottom: 6.818181%; }
    body#foodies-slug .content-foodie .photoshoot .quote-wrapper .quote-author span,
    body#foodies-slug .content-foodie .verdict .quote-wrapper .quote-author span {
      font-size: 3.2vw; }
  body#foodies-slug .content-foodie .cheeses .preview-contained,
  body#foodies-slug .content-foodie .foodies .preview-contained {
    margin: 0; }
  body#foodies-slug .content-foodie .profile .col-sm-first {
    margin-top: 0; } }
body#foodies-slug .box-full {
  margin: 0; }
  body#foodies-slug .box-full .btn-preview-holder {
    margin: 0 0 50px 0;
    text-align: center; }
    body#foodies-slug .box-full .btn-preview-holder .btn-preview {
      background: #a1dae5;
      color: #666666;
      padding: 14px 50px; }
      body#foodies-slug .box-full .btn-preview-holder .btn-preview:hover {
        background: #FFFFFF; }

/*-------------------------------------------------------------------
	CONTEST

	*** Pour les concours voir le fichier Themes
-------------------------------------------------------------------*/
body[id*=concours] #layout-header {
  margin-bottom: 0; }
  body[id*=concours] #layout-header .nav-primary-wrapper {
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      body[id*=concours] #layout-header .nav-primary-wrapper nav ul li {
        color: #eeeeee; }
        body[id*=concours] #layout-header .nav-primary-wrapper nav ul li a {
          color: #eeeeee; } }
body[id*=concours] .box-full {
  background: #FFFFFF; }

/*-------------------------------------------------------------------
	IE 9 styles first, inherited by ie8 and ie7
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	IE 8 styles first, inherited by ie7
-------------------------------------------------------------------*/
html.ie8 {
  overflow-x: auto; }
  html.ie8 body {
    overflow-x: auto;
    min-width: 960px; }
  html.ie8 body.layout-toplayer {
    overflow-x: auto;
    min-width: 0; }
    html.ie8 body.layout-toplayer .layout-wrapper {
      width: auto; }
  html.ie8 hr.dotted {
    border-top: 1px dotted #a5a5a3; }
  html.ie8 .slider-holder.slider-holder-centered {
    max-width: 940px !important; }
  html.ie8 .slider.slider-full {
    max-width: 940px !important; }
  html.ie8 .layout-wrapper {
    width: 940px; }
  html.ie8 .article-pellet img {
    max-height: 99px; }
  html.ie8 .slider .slick-dots li button {
    background-color: transparent;
    background: url("/img/fallbacks/circle-slide.png") no-repeat 0 0; }
  html.ie8 .slider .slick-dots li button:hover {
    background-color: transparent;
    background: url("/img/fallbacks/circle-slide-hover.png") no-repeat 0 0; }
  html.ie8 .slider .slick-dots li.slick-active button {
    background-color: transparent;
    background: url("/img/fallbacks/circle-slide-selected.png") no-repeat 0 0; }
  html.ie8 .slider .slick-prev, html.ie8 .slider .slick-next {
    background-color: transparent;
    background: url("/img/fallbacks/circle-prev-next.png") no-repeat 0 0; }
  html.ie8 .slider .slick-prev:hover, html.ie8 .slider .slick-next:hover {
    background-color: transparent;
    background: url("/img/fallbacks/circle-prev-next-hover.png") no-repeat 0 0; }
  html.ie8 .slider .slick-prev.slick-disabled, html.ie8 .slider .slick-next.slick-disabled {
    background-color: transparent;
    background: url("/img/fallbacks/circle-prev-next-disable.png") no-repeat 0 0; }
  html.ie8 .slider .slick-prev.slick-disabled:hover, html.ie8 .slider .slick-next.slick-disabled:hover {
    background-color: transparent;
    background: url("/img/fallbacks/circle-prev-next-disable.png") no-repeat 0 0; }
  html.ie8 .row {
    position: relative;
    width: 100%;
    padding-bottom: 2.12766%; }
    html.ie8 .row:after {
      clear: both; }
    html.ie8 .row:before, html.ie8 .row:after {
      content: "";
      display: table;
      line-height: 0; }
    html.ie8 .row [class*="col"] {
      display: block;
      float: left;
      min-height: 30px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    html.ie8 .row [class*="col"]:first-child {
      margin-left: 0; }
    html.ie8 .row [class*="col"] {
      margin-left: 2.12766%; }
    html.ie8 .row .col-md-first {
      clear: both;
      margin-left: 0; }
    html.ie8 .row .visible-md {
      display: block; }
    html.ie8 .row .hidden-md {
      display: none; }
    html.ie8 .row .col-md-1 {
      width: 6.38298%; }
    html.ie8 .row .col-md-2 {
      width: 14.89362%; }
    html.ie8 .row .col-md-3 {
      width: 23.40426%; }
    html.ie8 .row .col-md-4 {
      width: 31.91489%; }
    html.ie8 .row .col-md-5 {
      width: 40.42553%; }
    html.ie8 .row .col-md-6 {
      width: 48.93617%; }
    html.ie8 .row .col-md-7 {
      width: 57.44681%; }
    html.ie8 .row .col-md-8 {
      width: 65.95745%; }
    html.ie8 .row .col-md-9 {
      width: 74.46809%; }
    html.ie8 .row .col-md-10 {
      width: 82.97872%; }
    html.ie8 .row .col-md-11 {
      width: 91.48936%; }
    html.ie8 .row .col-md-12 {
      width: 100%; }
  html.ie8 .row-full {
    width: 100%;
    padding-bottom: 0%; }
    html.ie8 .row-full:after {
      clear: both; }
    html.ie8 .row-full:before, html.ie8 .row-full:after {
      content: "";
      display: table;
      line-height: 0; }
    html.ie8 .row-full [class*="col"] {
      display: block;
      float: left;
      min-height: 30px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    html.ie8 .row-full [class*="col"]:first-child {
      margin-left: 0; }
    html.ie8 .row-full [class*="col"] {
      margin-left: 0%; }
    html.ie8 .row-full .col-md-first {
      clear: both;
      margin-left: 0; }
    html.ie8 .row-full .visible-md {
      display: block; }
    html.ie8 .row-full .hidden-md {
      display: none; }
    html.ie8 .row-full .col-md-1 {
      width: 8.33333%; }
    html.ie8 .row-full .col-md-2 {
      width: 16.66667%; }
    html.ie8 .row-full .col-md-3 {
      width: 25%; }
    html.ie8 .row-full .col-md-4 {
      width: 33.33333%; }
    html.ie8 .row-full .col-md-5 {
      width: 41.66667%; }
    html.ie8 .row-full .col-md-6 {
      width: 50%; }
    html.ie8 .row-full .col-md-7 {
      width: 58.33333%; }
    html.ie8 .row-full .col-md-8 {
      width: 66.66667%; }
    html.ie8 .row-full .col-md-9 {
      width: 75%; }
    html.ie8 .row-full .col-md-10 {
      width: 83.33333%; }
    html.ie8 .row-full .col-md-11 {
      width: 91.66667%; }
    html.ie8 .row-full .col-md-12 {
      width: 100%; }
  html.ie8 .fluidable-wrapper {
    max-width: 900px;
    margin: 0 auto; }
    html.ie8 .fluidable-wrapper .col-md-1 {
      width: 8.33333%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-2 {
      width: 16.66667%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-3 {
      width: 25%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-4 {
      width: 33.33333%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-5 {
      width: 41.66667%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-6 {
      width: 50%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-7 {
      width: 58.33333%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-8 {
      width: 66.66667%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-9 {
      width: 75%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-10 {
      width: 83.33333%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-11 {
      width: 91.66667%;
      float: left; }
    html.ie8 .fluidable-wrapper .col-md-offset-0 {
      margin-left: 0%; }
    html.ie8 .fluidable-wrapper .col-md-offset-1 {
      margin-left: 8.33333%; }
    html.ie8 .fluidable-wrapper .col-md-offset-2 {
      margin-left: 16.66667%; }
    html.ie8 .fluidable-wrapper .col-md-offset-3 {
      margin-left: 25%; }
    html.ie8 .fluidable-wrapper .col-md-offset-4 {
      margin-left: 33.33333%; }
    html.ie8 .fluidable-wrapper .col-md-offset-5 {
      margin-left: 41.66667%; }
    html.ie8 .fluidable-wrapper .col-md-offset-6 {
      margin-left: 50%; }
    html.ie8 .fluidable-wrapper .col-md-offset-7 {
      margin-left: 58.33333%; }
    html.ie8 .fluidable-wrapper .col-md-offset-8 {
      margin-left: 66.66667%; }
    html.ie8 .fluidable-wrapper .col-md-offset-9 {
      margin-left: 75%; }
    html.ie8 .fluidable-wrapper .col-md-offset-10 {
      margin-left: 83.33333%; }
    html.ie8 .fluidable-wrapper .col-md-offset-11 {
      margin-left: 91.66667%; }
    html.ie8 .fluidable-wrapper .col-md-pull-0 {
      right: 0%; }
    html.ie8 .fluidable-wrapper .col-md-pull-1 {
      right: 8.33333%; }
    html.ie8 .fluidable-wrapper .col-md-pull-2 {
      right: 16.66667%; }
    html.ie8 .fluidable-wrapper .col-md-pull-3 {
      right: 25%; }
    html.ie8 .fluidable-wrapper .col-md-pull-4 {
      right: 33.33333%; }
    html.ie8 .fluidable-wrapper .col-md-pull-5 {
      right: 41.66667%; }
    html.ie8 .fluidable-wrapper .col-md-pull-6 {
      right: 50%; }
    html.ie8 .fluidable-wrapper .col-md-pull-7 {
      right: 58.33333%; }
    html.ie8 .fluidable-wrapper .col-md-pull-8 {
      right: 66.66667%; }
    html.ie8 .fluidable-wrapper .col-md-pull-9 {
      right: 75%; }
    html.ie8 .fluidable-wrapper .col-md-pull-10 {
      right: 83.33333%; }
    html.ie8 .fluidable-wrapper .col-md-pull-11 {
      right: 91.66667%; }
    html.ie8 .fluidable-wrapper .col-md-pull-0 {
      left: 0%; }
    html.ie8 .fluidable-wrapper .col-md-pull-1 {
      left: 8.33333%; }
    html.ie8 .fluidable-wrapper .col-md-pull-2 {
      left: 16.66667%; }
    html.ie8 .fluidable-wrapper .col-md-pull-3 {
      left: 25%; }
    html.ie8 .fluidable-wrapper .col-md-pull-4 {
      left: 33.33333%; }
    html.ie8 .fluidable-wrapper .col-md-pull-5 {
      left: 41.66667%; }
    html.ie8 .fluidable-wrapper .col-md-pull-6 {
      left: 50%; }
    html.ie8 .fluidable-wrapper .col-md-pull-7 {
      left: 58.33333%; }
    html.ie8 .fluidable-wrapper .col-md-pull-8 {
      left: 66.66667%; }
    html.ie8 .fluidable-wrapper .col-md-pull-9 {
      left: 75%; }
    html.ie8 .fluidable-wrapper .col-md-pull-10 {
      left: 83.33333%; }
    html.ie8 .fluidable-wrapper .col-md-pull-11 {
      left: 91.66667%; }
  html.ie8 .circle.circle-sm.circle-white {
    background: url("/img/fallbacks/circle-sm-white.png") no-repeat 0 0 transparent; }
  html.ie8 .cheese-alcools .circle-vin-blanc, html.ie8 .cheese-alcools .circle-cidre {
    background: url("/img/fallbacks/circle-vin-blanc.png") no-repeat 0 0 transparent; }
    html.ie8 .cheese-alcools .circle-vin-blanc:hover, html.ie8 .cheese-alcools .circle-cidre:hover {
      background: url("/img/fallbacks/circle-vin-blanc-hover.png") no-repeat 0 0 transparent; }
  html.ie8 .cheese-alcools .circle-vin-rouge, html.ie8 .cheese-alcools .circle-porto {
    background: url("/img/fallbacks/circle-vin-rouge.png") no-repeat 0 0 transparent; }
    html.ie8 .cheese-alcools .circle-vin-rouge:hover, html.ie8 .cheese-alcools .circle-porto:hover {
      background: url("/img/fallbacks/circle-vin-rouge-hover.png") no-repeat 0 0 transparent; }
  html.ie8 .cheese-alcools .circle-biere {
    background: url("/img/fallbacks/circle-biere.png") no-repeat 0 0 transparent; }
    html.ie8 .cheese-alcools .circle-biere:hover {
      background: url("/img/fallbacks/circle-biere-hover.png") no-repeat 0 0 transparent; }
  html.ie8 #layout-footer .btn-circle {
    background: url("/img/fallbacks/circle-footer.png") no-repeat 0 0 transparent; }
    html.ie8 #layout-footer .btn-circle:hover {
      background: url("/img/fallbacks/circle-footer-hover.png") no-repeat 0 0 transparent; }
  html.ie8 #fromages-slug .acts-as-table .acts-as-cell {
    float: left; }
  html.ie8 .masonry-list .masonry-item {
    width: 33%; }

/*-------------------------------------------------------------------
	IE 7 and lower styles only
-------------------------------------------------------------------*/
body.is-fullscreen {
  background: #eeeeee; }
  body.is-fullscreen #layout-header {
    margin: 0; }
    body.is-fullscreen #layout-header * {
      display: none; }
    body.is-fullscreen #layout-header .print-show {
      display: block; }
  body.is-fullscreen #layout-footer, body.is-fullscreen .nav-secondary-wrapper {
    display: none; }
  body.is-fullscreen #layout-content {
    margin-bottom: 0; }
    body.is-fullscreen #layout-content .sharebar, body.is-fullscreen #layout-content #disqus_thread, body.is-fullscreen #layout-content .layout-article-aside {
      display: none; }
    body.is-fullscreen #layout-content .box-full-ingredients, body.is-fullscreen #layout-content .box-full-steps {
      margin-bottom: 20px; }
    body.is-fullscreen #layout-content .article-split > * {
      display: none; }
    body.is-fullscreen #layout-content .article-split .fullscreen-content {
      background: #FFFFFF;
      display: block;
      margin: 30px auto 0;
      max-width: 1100px;
      padding: 0;
      position: relative;
      width: 90%; }
      @media only screen and (max-width: 768px) {
        body.is-fullscreen #layout-content .article-split .fullscreen-content {
          width: 100%; } }
      body.is-fullscreen #layout-content .article-split .fullscreen-content .btn-close-fullscreen {
        display: block;
        position: absolute;
        right: 0;
        top: -30px; }
      body.is-fullscreen #layout-content .article-split .fullscreen-content .article-split-main-content {
        margin-top: 0;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    body.is-fullscreen #layout-content .article-default.layout-article-main-content {
      background: #FFFFFF;
      display: block;
      margin: 30px auto 0;
      max-width: 1100px;
      padding: 0;
      position: relative;
      width: 90%; }
      @media only screen and (max-width: 768px) {
        body.is-fullscreen #layout-content .article-default.layout-article-main-content {
          width: 100%; } }
      body.is-fullscreen #layout-content .article-default.layout-article-main-content .post .entry-title, body.is-fullscreen #layout-content .article-default.layout-article-main-content .post .entry-meta {
        display: none; }
      body.is-fullscreen #layout-content .article-default.layout-article-main-content .post .entry-content > * {
        display: none; }
      body.is-fullscreen #layout-content .article-default.layout-article-main-content .post .entry-content .fullscreen-content {
        display: block; }
      body.is-fullscreen #layout-content .article-default.layout-article-main-content .fullscreen-content {
        display: block;
        position: relative; }
        body.is-fullscreen #layout-content .article-default.layout-article-main-content .fullscreen-content > div, body.is-fullscreen #layout-content .article-default.layout-article-main-content .fullscreen-content > h1, body.is-fullscreen #layout-content .article-default.layout-article-main-content .fullscreen-content > p {
          padding-left: 20px;
          padding-right: 20px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        body.is-fullscreen #layout-content .article-default.layout-article-main-content .fullscreen-content .video-holder {
          padding-left: 0;
          padding-right: 0; }
        body.is-fullscreen #layout-content .article-default.layout-article-main-content .fullscreen-content .btn-close-fullscreen {
          display: block;
          position: absolute;
          right: 0;
          top: -30px; }
      body.is-fullscreen #layout-content .article-default.layout-article-main-content .entry-cats {
        padding-left: 20px; }

@media only screen and (min-width: 769px) {
  body.en .nav-primary-wrapper .nav-primary {
    margin-left: 0;
    margin-right: 17px; }
    body.en .nav-primary-wrapper .nav-primary .nav-item-logo-holder a {
      background-image: url(/img/logo-menu-en@2x.png);
      width: 74px; } }
@media only screen and (max-width: 768px) {
  body.en .nav-home {
    background-image: url(/img/logo-menu-en@2x.png);
    width: 52px; } }

body.ios9 .slider button::before{
	margin-top: 8px;
}

body{
	overflow-x: hidden;
}

/*# sourceMappingURL=global.css.map */
