@font-face {
  font-family: "Oswald";
  src: url(../font/Oswald-Light.eot);
  src: url(../font/Oswald-Light.eot?#iefix) format("embedded-opentype"), url(../font/Oswald-Light.woff) format("woff"), url(../font/Oswald-Light.ttf) format("truetype"), url(../font/Oswald-Light.svg#Oswald) format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Oswald";
  src: url(../font/Oswald-Regular.eot);
  src: url(../font/Oswald-Regular.eot?#iefix) format("embedded-opentype"), url(../font/Oswald-Regular.woff) format("woff"), url(../font/Oswald-Regular.ttf) format("truetype"), url(../font/Oswald-Regular.svg#Oswald) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Oswald";
  src: url(../font/Oswald-Bold.eot);
  src: url(../font/Oswald-Bold.eot?#iefix) format("embedded-opentype"), url(../font/Oswald-Bold.woff) format("woff"), url(../font/Oswald-Bold.ttf) format("truetype"), url(../font/Oswald-Bold.svg#Oswald) format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.inliner {
  height: 100%; }

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

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    zoom: 1; }
  .clearfix:after {
    clear: both; }

* {
  position: relative; }

html, body {
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background: #1a6b99;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #1a6b99 0%, #005180 99%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #1a6b99), color-stop(99%, #005180));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #1a6b99 0%, #005180 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #1a6b99 0%, #005180 99%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #1a6b99 0%, #005180 99%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #1a6b99 0%, #005180 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a6b99', endColorstr='#005180',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

body {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0; }

div#bg {
  background: #000;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10000; }

.bg-visuel {
  background-size: cover;
  height: 100%;
  opacity: 0.2;
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }
  .sw .bg-visuel {
    background-image: url("../img/bg/bg_sw.jpg"); }
  .reco .bg-visuel {
    background-image: url("../img/bg/bg_reco.jpg"); }
  .capitales .bg-visuel {
    background-image: url("../img/bg/bg_capitales.jpg"); }

#content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  #content #body {
    position: relative;
    width: 84%;
    height: 92%;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 147px; }
    #content #body > div {
      position: relative;
      width: 100%;
      height: 100%; }
    .where #content #body {
      width: 100%;
      height: 100%;
      padding-top: 0; }

#header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 147px;
  background-color: transparent;
  color: white;
  font-family: "Oswald", sans-serif;
  z-index: 1; }
  #header > div {
    padding: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #header div > * {
    display: inline-block;
    text-align: left; }
  #header div {
    position: relative;
    height: 68px;
    width: 84%;
    text-align: left;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #header img {
    left: 0;
    position: absolute; }
  #header .time {
    line-height: 32px;
    font-weight: 300;
    vertical-align: top;
    float: right;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    opacity: O; }
    #header .time .hour {
      float: left;
      display: block;
      font-size: 64px;
      font-weight: 300;
      margin-right: 26px;
      line-height: 64px;
      border-right: 3px solid white;
      padding-right: 30px;
      vertical-align: top; }
    #header .time .date {
      float: left;
      display: block;
      font-size: 24px; }
      #header .time .date .day {
        color: #e3f9ff; }
      #header .time .date .month {
        display: block; }

.reco .item {
  background-color: transparent; }
  .reco .item .visuel {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("../img/reco/default.jpg"); }
    .reco .item .visuel[src=""] {
      display: none; }
  .reco .item .infos {
    width: 100%;
    height: 80%;
    height: 65%;
    padding-top: 15%; }
    .reco .item .infos:empty {
      display: none; }
    .reco .item .infos .wrapper-info {
      width: 90%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      padding-left: 0;
      padding-right: 10%; }
      .reco .item .infos .wrapper-info:empty {
        display: none; }
      .reco .item .infos .wrapper-info h1 {
        color: #2b2e31;
        font-weight: 700;
        display: inline-block;
        margin: 0;
        vertical-align: top;
        padding: 5px 0 5px;
        display: block; }
        .reco .item .infos .wrapper-info h1:empty {
          display: none; }
      .reco .item .infos .wrapper-info .txt-wrapper {
        position: relative;
        overflow: hidden;
        height: 350px; }
        .reco .item .infos .wrapper-info .txt-wrapper .txt {
          display: inline-block;
          margin: 0;
          font-weight: normal;
          font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", Helvetica, Arial, "Lucida Grande", sans-serif;
          color: #0075b8;
          padding: 5px 0 5px;
          word-break: break-word; }
          .reco .item .infos .wrapper-info .txt-wrapper .txt:before {
            content: '"';
            color: #d03e83;
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: top; }
          .reco .item .infos .wrapper-info .txt-wrapper .txt:after {
            content: '"';
            color: #d03e83;
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: top; }
          .reco .item .infos .wrapper-info .txt-wrapper .txt:empty {
            display: none; }
    .reco .item .infos .wrapper-info h1 {
      font-size: 38px; }
    .reco .item .infos .wrapper-info .note {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-weight: 700;
      font-size: 36px;
      color: #d03e83; }
      .reco .item .infos .wrapper-info .note:before {
        content: "";
        background: url("../img/reco/star_on.png") no-repeat 0 0;
        width: 24px;
        height: 24px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        top: 9px;
        position: relative;
        margin-right: 12px; }
    .reco .item .infos .wrapper-info .avis {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-weight: 300;
      font-size: 36px;
      color: #d03e83;
      margin-left: 5px; }
    .reco .item .infos .wrapper-info .txt {
      font-size: 35px;
      line-height: 55px;
      padding-top: 20px; }
  .reco .item .top {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 105px;
    z-index: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    display: block;
    border-bottom: 2px solid #e9e9e9; }
    .reco .item .top .plane {
      background: white url("../img/reco/plane.jpg") no-repeat;
      background-position: 96% bottom;
      background-size: auto 100%;
      position: absolute;
      display: block;
      height: 100%;
      width: 100%; }
    .reco .item .top > * {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
    .reco .item .top .top_txt {
      position: absolute;
      text-overflow: ellipsis;
      width: 95%;
      padding-left: 5%;
      float: left;
      text-transform: uppercase;
      color: #2b2e31;
      font-size: 32px; }
      .reco .item .top .top_txt .pink {
        color: #d03e83; }
      .reco .item .top .top_txt .separator {
        color: #2378b8;
        margin-right: 10px;
        margin-left: 10px; }
  .reco .item .bottom {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    z-index: 1;
    background-color: white;
    height: 17%; }
    .reco .item .bottom > * {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
    .reco .item .bottom .bottom_logo {
      width: 20%;
      float: left;
      text-align: center; }
      .reco .item .bottom .bottom_logo span.sexe {
        background: white url("../img/reco/sprite_sexe.png") repeat 0 0;
        width: 66px;
        height: 69px;
        background-size: 100%;
        text-align: center;
        display: block;
        /*margin: 0 auto;*/
        float: right; }
        .reco .item .bottom .bottom_logo span.sexe.femme {
          background-position: 0 0; }
    .reco .item .bottom .bottom_txt {
      text-overflow: ellipsis;
      width: 77%;
      padding-left: 3%;
      float: left; }
      .reco .item .bottom .bottom_txt:empty {
        display: none; }
      .reco .item .bottom .bottom_txt .l1 {
        font-weight: bold;
        color: #323232;
        text-transform: uppercase; }
      .reco .item .bottom .bottom_txt .l2 {
        text-transform: uppercase;
        color: #7a7a7a;
        letter-spacing: 0.03em;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .reco .item .bottom .bottom_txt .l2:empty {
          display: none; }
    .reco .item .bottom:after {
      content: "";
      background: white url("../img/social_wall/gradient_bottom_encart.png") repeat-x 0 0;
      right: 0;
      height: 3px;
      display: block; }
    .reco .item .bottom .bottom_logo {
      width: 15%; }
      .reco .item .bottom .bottom_logo span.sexe.femme {
        background-position: 0 0; }
    .reco .item .bottom .bottom_txt {
      width: 46%;
      padding-left: 3%; }
      .reco .item .bottom .bottom_txt .l1 {
        text-transform: inherit; }
      .reco .item .bottom .bottom_txt .l2:before {
        content: "";
        background: url("../img/pictos_sprite.png") repeat-x -86px -17px;
        width: 14px;
        height: 16px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: 10px; }
    .reco .item .bottom .notation {
      color: #d03e83;
      font-weight: 700;
      width: 32%;
      padding-right: 3%;
      float: left; }
    .reco .item .bottom .bottom_txt .l1 {
      font-size: 34px;
      display: block;
      margin-bottom: 7px;
      text-transform: lowercase; }
      .reco .item .bottom .bottom_txt .l1:first-letter {
        text-transform: capitalize; }
    .reco .item .bottom .bottom_txt .l2 {
      font-size: 18px; }
    .reco .item .bottom .notation {
      font-size: 46px; }
      .reco .item .bottom .notation .stars .star {
        background: url("../img/reco/star_off.png") no-repeat 0 0;
        width: 24px;
        height: 24px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        margin-right: 4px;
        margin-left: 4px;
        top: 15px; }
        .reco .item .bottom .notation .stars .star.on {
          background: url("../img/reco/star_on.png") no-repeat 0 0; }
  .reco .item .content-left {
    float: left;
    width: 49%;
    height: 100%;
    opacity: 0; }
    .reco .item .content-left .wrapper-content {
      height: 100%;
      width: 100%; }
      .reco .item .content-left .wrapper-content .bg-content {
        background-color: white;
        height: 100%;
        padding-left: 40px;
        padding-right: 40px; }
  .reco .item .content-right {
    float: left;
    width: 49%;
    height: 100%;
    padding-left: 2%;
    opacity: 0; }
    .reco .item .content-right .wrapper-content {
      height: 100%;
      width: 100%; }
      .reco .item .content-right .wrapper-content .bg-content {
        background-color: white;
        height: 100%;
        padding-left: 40px;
        padding-right: 40px; }

.capitales .item {
  background-color: transparent; }
  .capitales .item .visuels {
    width: 100%;
    height: 100%;
    background-image: url("../img/default.jpg"); }
    .capitales .item .visuels .visuel {
      position: absolute;
      top: 0;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      opacity: 0;
      background-image: url("../img/default.jpg"); }
      .capitales .item .visuels .visuel[src=""] {
        display: none; }
  .capitales .item .top {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 105px;
    z-index: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    display: block;
    border-bottom: 2px solid #e9e9e9;
    height: 14%;
    position: relative;
    display: block;
    border-bottom: 2px solid #e9e9e9; }
    .capitales .item .top .plane {
      background: white url("../img/reco/plane.jpg") no-repeat;
      background-position: 96% bottom;
      background-size: auto 100%;
      position: absolute;
      display: block;
      height: 100%;
      width: 100%; }
    .capitales .item .top > * {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
    .capitales .item .top .top_txt {
      position: absolute;
      text-overflow: ellipsis;
      width: 95%;
      padding-left: 5%;
      float: left;
      text-transform: uppercase;
      color: #2b2e31;
      font-size: 32px; }
      .capitales .item .top .top_txt .pink {
        color: #d03e83; }
      .capitales .item .top .top_txt .separator {
        color: #2378b8;
        margin-right: 10px;
        margin-left: 10px; }
    .capitales .item .top .plane {
      background: white url("../img/reco/plane.jpg") no-repeat;
      background-position: 96% bottom;
      background-size: auto 100%;
      position: absolute;
      display: block;
      height: 100%;
      width: 100%; }
  .capitales .item .cities {
    height: 86%; }
    .capitales .item .cities ul {
      padding: 0;
      margin: 0;
      height: 100%;
      list-style: none; }
      .capitales .item .cities ul .city {
        height: 20%;
        overflow: hidden; }
        .capitales .item .cities ul .city .bg-bar {
          position: absolute;
          background-color: #f5f5f5;
          height: 100%;
          width: 18%;
          -webkit-transform: skewX(15deg);
          -moz-transform: skewX(15deg);
          -ms-transform: skewX(15deg);
          -o-transform: skewX(15deg);
          transform: skewX(15deg);
          margin-left: -19px; }
          .capitales .item .cities ul .city .bg-bar.on {
            width: 80%;
            background-color: #d03e83; }
        .capitales .item .cities ul .city .order {
          font-size: 38px;
          color: #2378b8;
          font-weight: 700;
          width: 20%;
          height: 100%;
          text-align: center;
          float: left;
          border-bottom: 2px solid #e9e9e9;
          box-sizing: border-box; }
        .capitales .item .cities ul .city .location {
          width: 80%;
          height: 100%;
          float: left;
          border-bottom: 2px solid #e9e9e9;
          box-sizing: border-box;
          color: #3c3c3c;
          text-transform: uppercase;
          font-family: "Oswald", sans-serif;
          line-height: 37px; }
          .capitales .item .cities ul .city .location .country {
            font-size: 22px;
            display: block;
            font-weight: 300; }
          .capitales .item .cities ul .city .location .capitale {
            font-size: 38px;
            display: block;
            font-weight: 400; }
  .capitales .item .content-left {
    float: left;
    width: 49%;
    height: 100%;
    margin-right: 2%; }
    .capitales .item .content-left .wrapper-content {
      height: 100%;
      width: 100%; }
      .capitales .item .content-left .wrapper-content .bg-content {
        background-color: white;
        height: 100%;
        overflow: hidden; }
  .capitales .item .content-right {
    float: left;
    width: 49%;
    height: 100%; }
    .capitales .item .content-right .wrapper-content {
      height: 100%;
      width: 100%; }
      .capitales .item .content-right .wrapper-content .bg-content {
        background-color: black;
        height: 100%; }

.stats .item {
  text-align: center; }
.stats.croisiere .bg-visuel {
  background-image: url("../img/bg/bg_croisiere.jpg"); }
.stats.croisiere .persons .bigger {
  display: block; }
.stats.croisiere .persons small {
  display: block;
  font-weight: 300; }
.stats.website .bg-visuel {
  background-image: url("../img/bg/bg_site.jpg"); }
.stats.website .persons .bigger {
  display: block; }
.stats.website .persons small {
  display: block;
  font-weight: 300;
  text-transform: lowercase; }
.stats.destination .bg-visuel {
  background-image: url("../img/bg/bg_voyage.jpg"); }
.stats.destination .persons .city {
  background-color: #46283b;
  padding: 0 4px; }
.stats.destination .persons .bigger {
  display: block; }
.stats.destination .persons small {
  font-weight: 300;
  display: block; }
.stats .counter {
  font-family: "Oswald", sans-serif;
  text-align: center;
  height: 100%;
  width: 100%;
  opacity: 0; }
  .stats .counter .now {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
    color: #ccecff; }
  .stats .counter .number {
    font-size: 172px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #1e3a4a;
    line-height: 194px; }
    .stats .counter .number span {
      background: url("../img/croisiere/bg_counter_big.png") no-repeat 0 0;
      width: 171px;
      height: 223px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-left: 0;
      margin-right: 0; }
      .stats .counter .number span.space {
        margin-right: 20px; }
      .stats .counter .number span:after {
        content: "";
        background: url("../img/croisiere/counter_deco_big.png") no-repeat 0 0;
        width: 160px;
        height: 4px;
        display: block;
        position: absolute;
        top: 50%;
        left: 6px; }
  .stats .counter .persons {
    font-size: 56px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .04em;
    display: block;
    margin-top: 40px; }

.where .visuels {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .where .visuels .visuel {
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0; }
    .where .visuels .visuel[src=""] {
      display: none; }
.where .left_bloc {
  position: absolute;
  width: 650px;
  height: 100%;
  float: right;
  right: 0;
  font-family: "Oswald", sans-serif; }
  .where .left_bloc .top {
    background-color: white;
    text-transform: uppercase;
    width: 100%;
    height: 11%;
    padding: 11px 60px;
    box-sizing: border-box;
    line-height: 44px; }
    .where .left_bloc .top .idea {
      font-size: 24px;
      color: #0075b8;
      font-weight: 300;
      display: block; }
    .where .left_bloc .top .month {
      font-size: 38px;
      color: #d03e83;
      font-weight: 400;
      display: block;
      white-space: nowrap;
      /*.val {
      	@include inline-block;
      }*/ }
  .where .left_bloc .destinations {
    background-color: #136ea2;
    color: white;
    width: 100%;
    height: 19%;
    padding: 11px 60px;
    box-sizing: border-box; }
    .where .left_bloc .destinations .destination {
      width: 100%;
      height: 100%;
      opacity: 0;
      position: absolute;
      top: 0; }
      .where .left_bloc .destinations .destination .city {
        font-size: 62px;
        line-height: 62px;
        text-transform: uppercase;
        font-weight: 700; }
      .where .left_bloc .destinations .destination .country {
        font-size: 41px;
        line-height: 41px;
        display: block; }
  .where .left_bloc .map {
    height: 39%;
    background-image: url("../img/where/map.jpg");
    background-color: #136ea2;
    background-position: center;
    display: block; }
  .where .left_bloc .map-pin {
    background-image: url("../img/where/map_pin.png");
    width: 66px;
    height: 66px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-top: -33px;
    margin-left: -33px; }
  .where .left_bloc .climates {
    height: 16%;
    background-color: rgba(2, 74, 117, 0.95);
    color: white;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
    .where .left_bloc .climates .min-max {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
      .where .left_bloc .climates .min-max .climate {
        width: 50%;
        height: 100%;
        display: inline-block;
        *display: inline;
        zoom: 1;
        text-align: center; }
        .where .left_bloc .climates .min-max .climate:first-child {
          border-right: 2px solid #135b86;
          box-sizing: border-box; }
        .where .left_bloc .climates .min-max .climate .temperature {
          font-size: 24px;
          font-weight: 300;
          color: #a7d1e9;
          text-transform: uppercase;
          display: block; }
        .where .left_bloc .climates .min-max .climate .value {
          font-size: 74px;
          color: white;
          display: block; }
  .where .left_bloc .sunshines {
    height: 15%;
    background-color: rgba(0, 100, 155, 0.95);
    color: white;
    width: 100%;
    padding: 11px 40px;
    box-sizing: border-box; }
    .where .left_bloc .sunshines .sunshine {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
      .where .left_bloc .sunshines .sunshine .picto {
        background-image: url("../img/where/sunshine_timer.png");
        width: 66px;
        height: 76px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: 27px; }
      .where .left_bloc .sunshines .sunshine .infos {
        display: inline-block;
        *display: inline;
        zoom: 1; }
        .where .left_bloc .sunshines .sunshine .infos .title {
          font-size: 24px;
          line-height: 24px;
          font-weight: 300;
          color: #a7d1e9;
          text-transform: uppercase;
          display: block;
          margin-bottom: 8px; }
        .where .left_bloc .sunshines .sunshine .infos .hours {
          color: white;
          display: block;
          font-weight: 400;
          font-size: 38px;
          line-height: 38px; }

.promo .item {
  text-align: center; }
.promo .bg-visuel {
  opacity: 1; }
.promo .city {
  background-color: #d03e83;
  padding: 0 20px;
  display: inline-block;
  vertical-align: bottom;
  color: white;
  font-size: 86px;
  text-transform: uppercase;
  top: -11px;
  margin-right: 16px; }
.promo .info {
  display: inline-block;
  vertical-align: bottom;
  color: white;
  font-size: 86px;
  text-transform: uppercase;
  top: -11px;
  margin-right: 16px; }
.promo .less {
  font-family: "Oswald", sans-serif;
  text-align: center;
  height: 100%;
  width: 100%;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  .promo .less .now {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
    color: #ccecff; }
  .promo .less .offer {
    overflow: hidden;
    height: 235px; }
  .promo .less .wrapper-price {
    display: inline-block;
    vertical-align: bottom; }
    .promo .less .wrapper-price:after {
      content: "";
      background-image: url("../img/promo/price_illu.png");
      height: 21px;
      width: 236px;
      display: block;
      background-repeat: no-repeat;
      position: absolute;
      top: 94%; }
    .promo .less .wrapper-price .price {
      font-size: 126px;
      margin-bottom: 10px;
      font-weight: 400;
      color: white;
      line-height: 126px; }
      .promo .less .wrapper-price .price span {
        width: 63px;
        height: 126px;
        display: inline-block;
        margin-left: 0;
        margin-right: 0; }
        .promo .less .wrapper-price .price span.space {
          margin-right: 20px; }
    .promo .less .wrapper-price .currency {
      font-size: 126px;
      font-weight: 300; }
    .promo .less .wrapper-price .departure {
      bottom: -50px;
      position: absolute;
      right: 0;
      text-transform: uppercase;
      font-family: 'Oswald', Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 300; }
.promo .jours {
  position: absolute;
  top: 50%;
  color: #fff;
  margin-top: 210px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 44px; }
.promo .services {
  position: absolute;
  top: 50%;
  color: #fff;
  margin-top: 270px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 26px;
  font-weight: 300; }
.promo .conditions {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: auto;
  font-size: 12px;
  color: #cccace;
  line-height: 16px;
  padding: 45px 0; }
  .promo .conditions .content-wrapper {
    padding: 0 60px; }

.wrapper_grid .current-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.wrapper_grid .next-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.wrapper_grid .item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #000;
  z-index: 1;
  color: #fff; }
  .wrapper_grid .item.notAnimated {
    z-index: 0; }
  .wrapper_grid .item > * {
    position: absolute; }
  .wrapper_grid .item .content-bloc {
    width: 100%;
    height: 100%;
    right: 0; }
    .wrapper_grid .item .content-bloc > * {
      position: absolute; }
  .wrapper_grid .item .bottom {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    z-index: 1;
    height: 20%;
    overflow: hidden;
    text-overflow: ellipsis; }
    .wrapper_grid .item .bottom > * {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
    .wrapper_grid .item .bottom .bottom_logo {
      width: 20%;
      float: left;
      text-align: center; }
      .wrapper_grid .item .bottom .bottom_logo span.sexe {
        background: white url("../img/reco/sprite_sexe.png") repeat 0 0;
        width: 66px;
        height: 69px;
        background-size: 100%;
        text-align: center;
        display: block;
        /*margin: 0 auto;*/
        float: right; }
        .wrapper_grid .item .bottom .bottom_logo span.sexe.femme {
          background-position: 0 0; }
    .wrapper_grid .item .bottom .bottom_txt {
      text-overflow: ellipsis;
      width: 77%;
      padding-left: 3%;
      float: left; }
      .wrapper_grid .item .bottom .bottom_txt:empty {
        display: none; }
      .wrapper_grid .item .bottom .bottom_txt .l1 {
        font-weight: bold;
        color: #323232;
        text-transform: uppercase; }
      .wrapper_grid .item .bottom .bottom_txt .l2 {
        text-transform: uppercase;
        color: #7a7a7a;
        letter-spacing: 0.03em;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .wrapper_grid .item .bottom .bottom_txt .l2:empty {
          display: none; }
    .wrapper_grid .item .bottom .bottom_txt .l1 {
      display: block;
      font-size: 20px;
      max-height: 80px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .wrapper_grid .item .bottom .bottom_txt .l2 {
      display: block;
      font-size: 12px;
      max-height: 80px;
      overflow: hidden;
      text-overflow: ellipsis; }
  .wrapper_grid .item .visuel-default {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; }
    .wrapper_grid .item .visuel-default[src=""] {
      display: none; }
  .wrapper_grid .item .visuel {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; }
    .wrapper_grid .item .visuel[src=""] {
      display: none; }
  .wrapper_grid .item .infos {
    width: 100%;
    height: 80%; }
    .wrapper_grid .item .infos:empty {
      display: none; }
    .wrapper_grid .item .infos .wrapper-info {
      width: 90%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      padding-left: 0;
      padding-right: 10%; }
      .wrapper_grid .item .infos .wrapper-info:empty {
        display: none; }
      .wrapper_grid .item .infos .wrapper-info h1 {
        color: #2b2e31;
        font-weight: 700;
        display: inline-block;
        margin: 0;
        vertical-align: top;
        padding: 5px 0 5px;
        display: block; }
        .wrapper_grid .item .infos .wrapper-info h1:empty {
          display: none; }
      .wrapper_grid .item .infos .wrapper-info .txt-wrapper {
        position: relative;
        overflow: hidden;
        height: 350px; }
        .wrapper_grid .item .infos .wrapper-info .txt-wrapper .txt {
          display: inline-block;
          margin: 0;
          font-weight: normal;
          font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", Helvetica, Arial, "Lucida Grande", sans-serif;
          color: #0075b8;
          padding: 5px 0 5px;
          word-break: break-word; }
          .wrapper_grid .item .infos .wrapper-info .txt-wrapper .txt:before {
            content: '"';
            color: #d03e83;
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: top; }
          .wrapper_grid .item .infos .wrapper-info .txt-wrapper .txt:after {
            content: '"';
            color: #d03e83;
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: top; }
          .wrapper_grid .item .infos .wrapper-info .txt-wrapper .txt:empty {
            display: none; }
    .wrapper_grid .item .infos .wrapper-info h1 {
      font-size: 24px; }
    .wrapper_grid .item .infos .wrapper-info .txt-wrapper {
      height: 210px; }
    .wrapper_grid .item .infos .wrapper-info .txt {
      font-size: 28px;
      line-height: 40px; }
  .wrapper_grid .item .flag {
    top: 4.5%;
    right: 0;
    -webkit-box-shadow: #535353 0px 2px 3px;
    -moz-box-shadow: #535353 0px 2px 3px;
    box-shadow: #535353 0px 2px 3px; }
  .wrapper_grid .item[data-category="stats"] {
    background: #19445e;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #19445e 0%, #002b44 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #19445e), color-stop(100%, #002b44));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #19445e 0%, #002b44 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #19445e 0%, #002b44 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #19445e 0%, #002b44 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #19445e 0%, #002b44 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19445e', endColorstr='#002b44',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .wrapper_grid .item[data-category="stats"].croisiere .visuel {
      background-image: url("../img/bg/small_bg_croisiere.jpg"); }
    .wrapper_grid .item[data-category="stats"].croisiere .persons small {
      display: block;
      font-weight: 300; }
    .wrapper_grid .item[data-category="stats"].website .visuel {
      background-image: url("../img/bg/small_bg_site.jpg"); }
    .wrapper_grid .item[data-category="stats"].website .persons small {
      display: block;
      font-weight: 300; }
    .wrapper_grid .item[data-category="stats"].destination .persons .city {
      background-color: #46283b;
      padding: 0 4px; }
    .wrapper_grid .item[data-category="stats"].destination .persons small {
      font-weight: 300;
      display: block; }
    .wrapper_grid .item[data-category="stats"] .visuel {
      opacity: 0.1;
      -ms-filter: alpha(opacity=10);
      filter: alpha(opacity=10); }
    .wrapper_grid .item[data-category="stats"] .counter {
      font-family: "Oswald", sans-serif;
      text-align: center;
      height: 100%;
      width: 100%; }
      .wrapper_grid .item[data-category="stats"] .counter .now {
        font-size: 20px;
        font-weight: 300;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
        color: #ccecff; }
      .wrapper_grid .item[data-category="stats"] .counter .number {
        font-size: 53px;
        margin-bottom: 10px;
        font-weight: 300;
        color: #1e3a4a;
        line-height: 66px; }
        .wrapper_grid .item[data-category="stats"] .counter .number span {
          background: url("../img/social_wall/bg_counter.png") no-repeat 0 0;
          width: 50px;
          height: 66px;
          display: inline-block;
          *display: inline;
          zoom: 1;
          margin-left: 2px;
          margin-right: 2px; }
          .wrapper_grid .item[data-category="stats"] .counter .number span.space {
            margin-right: 8px; }
          .wrapper_grid .item[data-category="stats"] .counter .number span:after {
            content: "";
            background: url("../img/counter_deco.png") no-repeat 0 0;
            width: 49px;
            height: 2px;
            display: block;
            position: absolute;
            top: 50%;
            left: 1px; }
      .wrapper_grid .item[data-category="stats"] .counter .persons {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: .04em;
        display: block;
        margin-top: 22px; }
  .wrapper_grid .item[data-category="weather"] .visuel {
    opacity: 0.4;
    -ms-filter: alpha(opacity=40);
    filter: alpha(opacity=40); }
  .wrapper_grid .item[data-category="weather"] .visuel-default {
    background-image: url("../img/social_wall/default_weather.jpg"); }
  .wrapper_grid .item[data-category="weather"] .weather {
    font-family: "Oswald", sans-serif;
    text-align: center;
    height: 100%;
    width: 100%; }
    .wrapper_grid .item[data-category="weather"] .weather .city {
      font-size: 44px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      font-weight: 700;
      letter-spacing: .06em; }
      .wrapper_grid .item[data-category="weather"] .weather .city:after {
        content: "";
        width: 24px;
        height: 2px;
        display: block;
        margin: 0 auto;
        background-color: #009cb9;
        border-radius: 2px;
        margin-top: 17px; }
    .wrapper_grid .item[data-category="weather"] .weather .degree {
      font-size: 94px;
      margin-bottom: 10px;
      font-weight: 300; }
      .wrapper_grid .item[data-category="weather"] .weather .degree sup {
        position: absolute;
        top: 49px;
        right: -25px; }
    .wrapper_grid .item[data-category="weather"] .weather .picto {
      background: url("../img/weather.png") no-repeat 0 0;
      width: 57px;
      height: 57px;
      display: block;
      margin: 0 auto; }
  .wrapper_grid .item[data-category="reco"] .bottom {
    background-color: white; }
    .wrapper_grid .item[data-category="reco"] .bottom:after {
      content: "";
      background: white url("../img/social_wall/gradient_bottom_encart.png") repeat-x 0 0;
      right: 0;
      height: 3px;
      display: block; }
    .wrapper_grid .item[data-category="reco"] .bottom .bottom_logo {
      width: 15%; }
      .wrapper_grid .item[data-category="reco"] .bottom .bottom_logo span.sexe.femme {
        background-position: 0 0; }
    .wrapper_grid .item[data-category="reco"] .bottom .bottom_txt {
      width: 46%;
      padding-left: 3%; }
      .wrapper_grid .item[data-category="reco"] .bottom .bottom_txt .l1 {
        text-transform: inherit; }
      .wrapper_grid .item[data-category="reco"] .bottom .bottom_txt .l2:before {
        content: "";
        background: url("../img/pictos_sprite.png") repeat-x -86px -17px;
        width: 14px;
        height: 16px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: 10px; }
    .wrapper_grid .item[data-category="reco"] .bottom .notation {
      color: #d03e83;
      font-weight: 700;
      width: 32%;
      padding-right: 3%;
      float: left; }
    .wrapper_grid .item[data-category="reco"] .bottom:after {
      margin-left: -30px; }
    .wrapper_grid .item[data-category="reco"] .bottom .bottom_logo span.sexe {
      width: 40px;
      height: 40px; }
      .wrapper_grid .item[data-category="reco"] .bottom .bottom_logo span.sexe.femme {
        background-position: 0 0; }
    .wrapper_grid .item[data-category="reco"] .bottom .bottom_txt {
      width: 63%; }
    .wrapper_grid .item[data-category="reco"] .bottom .notation {
      width: 16%;
      font-size: 36px; }
  .wrapper_grid .item[data-category="social_fb"] .flag {
    background-color: #3b5997;
    width: 50px;
    height: 50px;
    text-align: center; }
    .wrapper_grid .item[data-category="social_fb"] .flag .picto {
      background: #3b5997 url("../img/sprite_social.png") no-repeat -13px -12px;
      width: 12px;
      height: 26px;
      margin: 0 auto; }
  .wrapper_grid .item[data-category="social_fb"] .visuel-default {
    background-image: url("../img/social_wall/default_social.jpg"); }
  .wrapper_grid .item[data-category="social_fb"] .bottom {
    background-color: white; }
    .wrapper_grid .item[data-category="social_fb"] .bottom .l1:before {
      content: "";
      background: url("../img/pictos_sprite.png") no-repeat -50px -15px;
      width: 20px;
      height: 18px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-right: 10px;
      margin-bottom: 5px; }
    .wrapper_grid .item[data-category="social_fb"] .bottom .l1:after {
      content: "j'aime";
      color: #7a7a7a;
      font-weight: normal;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-left: 10px;
      margin-bottom: 5px;
      text-transform: lowercase; }
  .wrapper_grid .item[data-category="social_pinterest"] .flag {
    background-color: #ce1e20;
    width: 50px;
    height: 50px;
    text-align: center; }
    .wrapper_grid .item[data-category="social_pinterest"] .flag .picto {
      background: #ce1e20 url("../img/sprite_social.png") no-repeat -40px -12px;
      width: 20px;
      height: 27px;
      margin: 0 auto; }
  .wrapper_grid .item[data-category="social_pinterest"] .visuel-default {
    background-image: url("../img/social_wall/default_social.jpg"); }
  .wrapper_grid .item[data-category="social_pinterest"] .bottom {
    background-color: white; }
    .wrapper_grid .item[data-category="social_pinterest"] .bottom .l2:before {
      content: "";
      background: url("../img/pictos_sprite.png") no-repeat -18px -17px;
      width: 14px;
      height: 16px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-right: 10px; }
  .wrapper_grid .item.c .bottom {
    height: 20%; }
  .wrapper_grid .item.r {
    background-color: white; }
    .wrapper_grid .item.r .visuel {
      left: 0;
      top: 0; }
  .wrapper_grid .item.f[data-category="weather"] .visuel {
    opacity: 0.4;
    -ms-filter: alpha(opacity=40);
    filter: alpha(opacity=40); }
  .wrapper_grid .item.f[data-category="weather"] .weather .city {
    font-size: 59px; }
    .wrapper_grid .item.f[data-category="weather"] .weather .city:after {
      width: 30px; }
  .wrapper_grid .item.f[data-category="weather"] .weather .degree {
    font-size: 132px; }
    .wrapper_grid .item.f[data-category="weather"] .weather .degree sup {
      top: 59px; }
  .wrapper_grid .item.f[data-category="weather"] .weather .picto {
    margin: 70px auto 0; }
  .wrapper_grid .item.f[data-category="social_fb"] .bottom {
    height: 15%; }
    .wrapper_grid .item.f[data-category="social_fb"] .bottom .bottom_txt {
      width: 82%;
      padding-left: 3%; }
      .wrapper_grid .item.f[data-category="social_fb"] .bottom .bottom_txt .l1 {
        font-size: 27px; }
      .wrapper_grid .item.f[data-category="social_fb"] .bottom .bottom_txt .l2 {
        font-size: 16px; }
    .wrapper_grid .item.f[data-category="social_fb"] .bottom .bottom_logo {
      width: 15%; }
  .wrapper_grid .item.f[data-category="social_pinterest"] .flag {
    background-color: #ce1e20;
    width: 50px;
    height: 50px;
    text-align: center; }
    .wrapper_grid .item.f[data-category="social_pinterest"] .flag .picto {
      background: #ce1e20 url("../img/sprite_social.png") no-repeat -40px -12px;
      width: 20px;
      height: 27px;
      margin: 0 auto; }
  .wrapper_grid .item.f[data-category="social_pinterest"] .bottom {
    background-color: white; }
    .wrapper_grid .item.f[data-category="social_pinterest"] .bottom .l2:before {
      content: "";
      background: url("../img/pictos_sprite.png") no-repeat -18px -17px;
      width: 14px;
      height: 16px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-right: 10px; }
  .wrapper_grid .item[data-txt-color="black"] {
    color: #000; }
  .wrapper_grid .item[data-txt-color="white"] {
    color: #fff; }
