/**
 * COLORS
 */
/* Menu-Footer Background-color  */
/* Fall Winter Background-color */
/* Essence de parfum Classique */
/* Essence de parfum Male */
/**
 * FONTS
 */
/**
 * LAYOUT
 */
/**
 * Flexbox Mixins
 */
@font-face {
  font-family: "ITC Roswell W01 Four";
  src: url("../fonts/gaultierdisplay-blackxs_2-webfont.woff2") format("woff2"), url("../fonts/gaultierdisplay-blackxs_2-webfont.woff") format("woff"), url("../fonts/gaultierdisplay-blackxs_2-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ConduitITC';
  src: url("../fonts/gaultiermono-book-webfont.woff2") format("woff2"), url("../fonts/gaultiermono-book-webfont.woff") format("woff"), url("../fonts/gaultiermono-book-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/**
 * Flexbox Mixins
 */
/**
 * Font-Size Mixin
 * @param  {[type]} $size [description]
 * @return {[type]}       [description]
 */
/**
 * Calc Mixin
 * @param  {[type]} $property   [description]
 * @param  {[type]} $expression [description]
 * @return {[type]}             [description]
 */
/**
 * Center text vertically ( https://css-tricks.com/centering-in-the-unknown/ )
 * @return {[type]} [description]
 */
/**
 * Rotate Font-icon Mixin
 * @param  {[type]} $degrees [description]
 * @return {[type]}          [description]
 */
/**
 * Dotted Border Mixin
 * @param  {[type]} $dot-size    :             1      [description]
 * @param  {[type]} $spacing     :             4      [description]
 * @param  {[type]} $square-size :             1      [description]
 * @param  {[type]} $color       :             $black [description]
 * @return {[type]}              [description]
 */
/*----------  Font smoothing mixin  ----------*/
/*----------  Clearfix  ----------*/
/*----------  Force GPU  ----------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
  font-weight: normal; }

/* 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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; }

/**
 * 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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

.grid-debug {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  z-index: -1; }
  .grid-debug .row {
    width: calc(98.5vw / 6);
    height: 500vw;
    border-right: 1px solid red;
    border-left: 1px solid red;
    margin: 0.1vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .grid-debug .row:first-child, .grid-debug .row:last-child {
      width: calc((98.5vw / 6) / 2); }

.g-body {
  font-family: "ConduitITC", "Trebuchet MS", sans-serif;
  color: #121212; }

.g-content-area {
  overflow: hidden; }

.g-text-primary {
  font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif;
  text-transform: uppercase;
  color: #081733; }

.g-bloc {
  width: calc(90vw / 6 * 5);
  margin: 0 auto;
  padding: 0 0.2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .g-bloc.small {
    width: calc(90vw / 6 * 3); }
    @media screen and (max-width: 700px) {
      .g-bloc.small {
        width: 100vw;
        padding: 18vw 13vw; } }
  @media screen and (max-width: 700px) {
    .g-bloc {
      width: 100vw;
      padding: 8vw 7vw; } }
  .g-bloc .g-bloc-title {
    font-size: 8vw;
    margin-left:0vw; }
    @media screen and (max-width: 700px) {
      .g-bloc .g-bloc-title {
        font-size: 16vw; line-height:26vw;
        margin: 0; } }
  .g-bloc .g-bloc-subtitle {
    font-size: 3vw; }
    @media screen and (max-width: 700px) {
      .g-bloc .g-bloc-subtitle {
        font-size: 6vw;
        margin: 0; } }
  .g-bloc .g-bloc-subsubtitle {
    font-size: 2.8vw; }
    @media screen and (max-width: 700px) {
      .g-bloc .g-bloc-subsubtitle {
        font-size: 5.5vw; } }
  .g-bloc .g-bloc-infos {
    position: absolute;
    letter-spacing: 1px;
    font-size: 12px;
    line-height:16px;
    width: calc(90vw / 3.5);
    right: 2vw;
    top: 1vw; }
    @media screen and (max-width: 700px) {
      .g-bloc .g-bloc-infos {
        position: initial;
        width: 100%;
        margin-bottom: 6vw;
            font-size: 3vw;
    line-height: 4vw; } }

.g-tooltip {
  font-size: 12px; 
  }
  @media screen and (max-width: 700px) {
    .g-tooltip {
      font-size: 12px; } }

.g-slider {
  position: relative;
  margin-left: -0.2vw;
  width: calc(90vw / 6 * 5); }
  @media screen and (max-width: 700px) {
    .g-slider {
      width: 100%; margin-left: 6vw; 
    } 
    .g-slider.episodes-slider { margin-left:0 }   
      
   }
  .g-slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #222665;
    width: calc(100vw/6);
    height: 5vw;
    text-align: right;
    z-index: 1; }
    .g-slider .owl-nav .owl-prev, .g-slider .owl-nav .owl-next {
      font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif !important;
      font-size: 2.2vw !important;
      text-transform: uppercase;
      color: #fff !important;
      display: block; }
      @media screen and (max-width: 700px) {
        .g-slider .owl-nav .owl-prev, .g-slider .owl-nav .owl-next {
          font-size: 7vw !important; } }
      .g-slider .owl-nav .owl-prev.disabled, .g-slider .owl-nav .owl-next.disabled {
        opacity: .5; }
    .g-slider .owl-nav .owl-next {
      display: inline-block; }
      @media screen and (max-width: 700px) {
        .g-slider .owl-nav .owl-next {
          bottom: 9.8vw; } }
    .g-slider .owl-nav .owl-prev {
      position: relative;
      top: 3vw;
      display: inline-block; }
      @media screen and (max-width: 700px) {
        .g-slider .owl-nav .owl-prev {
          left: -6.8vw; } }
  .g-slider .g-slider-item {
    overflow: hidden; }
    .g-slider .g-slider-item img {
      margin-bottom: 1vw; }
    .g-slider .g-slider-item .g-name {
      color: #fff;
      font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif;
      font-size: 2.5vw;
      text-transform: uppercase;
      margin-bottom: 0.5vw;
      opacity: 0;
      margin-left: -50%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media screen and (max-width: 700px) {
        .g-slider .g-slider-item .g-name {
          font-size: 9vw; line-height:10vw; margin-top: 10px; } }
    .g-slider .g-slider-item .g-cta {
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      letter-spacing: 0;
      font-size:12px;
      opacity: 0;
      margin-left: -70%;
      display: inline-block;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .g-slider .g-slider-item .g-cta:hover {
        text-decoration: underline; }
  .g-slider .show .g-name, .g-slider .show .g-cta {
    opacity: 1;
    margin-left: 0px; }

      @media screen and (max-width: 700px) {
      
           .g-slider .g-slider-item .g-cta.to-open-video {
              font-size: 3vw;
              }
      }
.g-popin-close {
  position: absolute;
  font-size: 2.5vw;
  text-decoration: none;
  top: 3vw;
  right: 3vw;
  color: #fff;
  z-index: 1000;
  font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 700px) {
    .g-popin-close {
      font-size: 10vw;
      top: 5vw;
      right: 5vw; } }

@media screen and (max-width: 700px) {
  .g-nomobile {
    display: none !important; } }

.nodescktop {
  display: none !important; }
  @media screen and (max-width: 700px) {
    .nodescktop {
      display: block !important; } }

.fa, .fab, .fas {
  text-rendering: optimizeLegibility; }

.g-buy-button {
  cursor: pointer;
  text-align: center;
  padding: 0.8vw;
  text-decoration: underline;
  font-family: "ConduitITC", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  font-size: 4vw;
  line-height: 1;
  display: inline-block;
  font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif; }
  .g-buy-button.classique {
    background: #f8d9c5; }
  .g-buy-button.mal {
    background: #7bb5c1; }

.local-ja-jp .g-bloc .g-bloc-title {
  font-size: 5.5vw; }

.local-ja-jp .g-bloc .g-bloc-subtitle {
  font-size: 4.5vw; }

.local-ja-jp .g-bloc .g-bloc-infos {
  top: 0; }

.bloc-jeanpod .jeanpod-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: stretch;
  position: relative;
  line-height: 1; }
  .bloc-jeanpod .jeanpod-content .jeanpod-title {
    font-size: 11vw;
    margin-left: 7vw;
    margin-top: 8vw; }
    @media screen and (max-width: 700px) {
      .bloc-jeanpod .jeanpod-content .jeanpod-title {
        font-size: 22vw; } }
  .bloc-jeanpod .jeanpod-content .jeanpod-subtitle {
    font-size: 2vw; white-space: nowrap; }
    @media screen and (max-width: 700px) {
      .bloc-jeanpod .jeanpod-content .jeanpod-subtitle {
        font-size: 3.4vw; } }

.bloc-jeanpod .jeanpod-allume-toi {
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 38vw; }
  @media screen and (max-width: 700px) {
    .bloc-jeanpod .jeanpod-allume-toi {
      height: auto; } }
  .bloc-jeanpod .jeanpod-allume-toi .jeanpod-image {
    width: calc(90vw / 3);
    height: auto;
    position: absolute;
    top: -4vw;
    left: 7.2vw; }
    @media screen and (max-width: 700px) {
      .bloc-jeanpod .jeanpod-allume-toi .jeanpod-image {
        width: calc(87vw);
        position: initial;
        top: auto;
        left: auto;
        margin-left: -7vw;
        margin-top: -7vw; } }
  .bloc-jeanpod .jeanpod-allume-toi .jeanpod-action {
    color: #3373e4;
    text-transform: uppercase;
    position: relative;
    font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif;
    font-size: 2.8vw;
    text-decoration: none;
    /* position: absolute; */
    top: 1vw;
    /* width: 13vw; */
    /* left: 17.2vw; */ }
    .bloc-jeanpod .jeanpod-allume-toi .jeanpod-action:after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      bottom: -5px;
      height: 5px;
      background: #3373e4; }
    @media screen and (max-width: 700px) {
      .bloc-jeanpod .jeanpod-allume-toi .jeanpod-action {
        font-size: 11.5vw;
        top: -85vw; } }

.bloc-jeanpod .jeanpod-tooltip {
  text-align: center;
  position: absolute;
  top: 45vw;
  width: 100%; }
  @media screen and (max-width: 700px) {
    .bloc-jeanpod .jeanpod-tooltip {
      width: 80%;
top: 130vw;
left: 11vw;
padding-bottom: 4vw; } }
  .bloc-jeanpod .jeanpod-tooltip .fas {
    position: absolute;
    bottom: -3vw;
    right: 0;
    left: 0; }

.bloc-bonjour {
  padding-bottom: 5vw; }
  @media screen and (max-width: 700px) {
    .bloc-bonjour .close-bonjour-popin {
      top: 23vw; } }
  .bloc-bonjour .bonjour-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    height: 31.6vw; }
    @media screen and (max-width: 700px) {
      .bloc-bonjour .bonjour-content {
        height: auto;
        display: block; } }
    .bloc-bonjour .bonjour-content .bonjour-title {
      line-height: 10vw;
      width: calc(90vw / 2); }
      @media screen and (max-width: 700px) {
        .bloc-bonjour .bonjour-content .bonjour-title {
          line-height: initial;
          width: 100vw; } }
    .bloc-bonjour .bonjour-content .bonjour-subtitle {
      margin-left: 1.4vw;
      line-height: 4.1vw;
      width: calc(90vw / 4);
      margin-top: 1vw; }
      @media screen and (max-width: 700px) {
        .bloc-bonjour .bonjour-content .bonjour-subtitle {
          margin: 0;
          line-height: initial;
          width: 100vw; } }
    .bloc-bonjour .bonjour-content .bonjour-image {
      width: calc(90vw / 3);
      height: auto;
      position: absolute;
      left: 22.3vw;
      z-index: -1; }
      @media screen and (max-width: 700px) {
        .bloc-bonjour .bonjour-content .bonjour-image {
          width: 100vw;
          height: auto;
          margin-left: -7vw;
          margin-top: 14vw;
          position: initial;
          left: auto; } }
  @media screen and (max-width: 700px) {
    .bloc-bonjour .popin-photo-close {
      right: 6.5vw;
      top: 23vw; } }
  .bloc-bonjour .bonjour-actions {
    text-align: center; }
    @media screen and (max-width: 700px) {
      .bloc-bonjour .bonjour-actions {
        margin-top: -10vw;
        position: relative;
        z-index: 10; } }
    .bloc-bonjour .bonjour-actions .bonjour-list-action {
      cursor: pointer;
      width: calc(100vw / 6 * 3);
      margin: 2.3vw auto;
      position: relative; }
      @media screen and (max-width: 700px) {
        .bloc-bonjour .bonjour-actions .bonjour-list-action {
          width: 100%;
          margin: 5vw auto; } }
      .bloc-bonjour .bonjour-actions .bonjour-list-action .bonjour-list-action-inner {
        border: 1px solid #121212;
        margin: 0 0.2vw;
        padding: 1vw; }
        @media screen and (max-width: 700px) {
          .bloc-bonjour .bonjour-actions .bonjour-list-action .bonjour-list-action-inner {
            padding: 6vw;
            padding-right: 15vw; } }
        .bloc-bonjour .bonjour-actions .bonjour-list-action .bonjour-list-action-inner .bonjour-list-action-item {
          color: #3373e4;
          font-size: 2.8vw;
          font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif;
          text-transform: uppercase;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
          @media screen and (max-width: 700px) {
            .bloc-bonjour .bonjour-actions .bonjour-list-action .bonjour-list-action-inner .bonjour-list-action-item {
              font-size: 11vw; } }
      .bloc-bonjour .bonjour-actions .bonjour-list-action .fas {
        position: absolute;
        right: 2vw;
        top: 2vw;
        font-size: 2vw;
        color: #3373e4; }
        @media screen and (max-width: 700px) {
          .bloc-bonjour .bonjour-actions .bonjour-list-action .fas {
            right: 6.5vw;
            top: 9.3vw;
            font-size: 7vw; } }
    .bloc-bonjour .bonjour-actions .bonjour-video {
      display: none;
      z-index: 99100;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #081733; }
      .bloc-bonjour .bonjour-actions .bonjour-video iframe {
        width: 100vw;
        height: 100vh; }
        @media screen and (max-width: 700px) {
          .bloc-bonjour .bonjour-actions .bonjour-video iframe {
            height: auto;
            width: 100vw; } }
      .bloc-bonjour .bonjour-actions .bonjour-video .bonjour-video-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 100%; }
      @media screen and (max-width: 700px) {
        .bloc-bonjour .bonjour-actions .bonjour-video {
          height: auto; } }
    .bloc-bonjour .bonjour-actions .bonjour-list {
      margin: 0;
      padding: 0; }
      .bloc-bonjour .bonjour-actions .bonjour-list .bonjour-list-item {
        cursor: pointer;
        margin: 0;
        padding: 0;
        color: #3373e4;
        font-size: 5vh;
        font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif;
        text-transform: uppercase;
        list-style: none;
        margin-bottom: 2vh;
        position: relative;
        display: inline-block; }
        .bloc-bonjour .bonjour-actions .bonjour-list .bonjour-list-item:hover:before {
          opacity: 1;
          width: 100%; }
        .bloc-bonjour .bonjour-actions .bonjour-list .bonjour-list-item:hover:after {
          opacity: 1;
          width: 100%; }
        .bloc-bonjour .bonjour-actions .bonjour-list .bonjour-list-item:before, .bloc-bonjour .bonjour-actions .bonjour-list .bonjour-list-item:after {
          content: "";
          position: absolute;
          right: 0;
          width: 0;
          bottom: -10px;
          height: 3px;
          background: #3373e4;
          opacity: 0; }
        .bloc-bonjour .bonjour-actions .bonjour-list .bonjour-list-item:before {
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          background: #081733; }
        .bloc-bonjour .bonjour-actions .bonjour-list .bonjour-list-item:after {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        @media screen and (max-width: 700px) {
          .bloc-bonjour .bonjour-actions .bonjour-list .bonjour-list-item {
            font-size: 5vw; } }

.bloc-amis {
  background: #222665;
  padding-top: 6vw;
  padding-bottom: 5vw;
  padding-top: 1vw;
  padding-bottom: 3vw; }
  @media screen and (max-width: 700px) {
  .bloc-amis {
    padding-bottom: 15vw;
  }
    .bloc-amis .amis-wrap {
      width: 100vw;
      margin-left: 0; padding: 0; } }
  .bloc-amis .amis-wrap .amis-content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
    position: relative; }
    @media screen and (max-width: 700px) {
      .bloc-amis .amis-wrap .amis-content {
        display: initial; padding:0 7vw; } }
    .bloc-amis .amis-wrap .amis-content .amis-title, .bloc-amis .amis-wrap .amis-content .amis-subtitle {
      color: #fff; }
    @media screen and (max-width: 700px) {
      .bloc-amis .amis-wrap .amis-content .amis-title {
        display: inline-block; } }
    .bloc-amis .amis-wrap .amis-content .amis-subtitle {
      margin-left: 1.5vw; }
      @media screen and (max-width: 700px) {
        .bloc-amis .amis-wrap .amis-content .amis-subtitle {
          display: inline-block;
          margin-left: 1vw; } }
    .bloc-amis .amis-wrap .amis-content .amis-infos {
      position: absolute;
      color: #fff;
      letter-spacing: 1px;
      font-size: 12px;
      line-height:16px;
      width: calc(90vw / 3.5);
      right: 0;
      top: 1vw; }
      @media screen and (max-width: 700px) {
        .bloc-amis .amis-wrap .amis-content .amis-infos {
          position: initial;
          width: 100%;
          margin-bottom: 6vw;
          font-size: 3vw;
          line-height: 4vw; padding:0 6vw; } }
  .bloc-amis .amis-wrap .amis-slider .owl-item {
    opacity: .5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .bloc-amis .amis-wrap .amis-slider .owl-item.show {
      opacity: 1; }
  .bloc-amis .amis-wrap .amis-slider .owl-nav {
    right: 0vw; }

  @media screen and (max-width: 700px) {
    .bloc-amis .amis-wrap .amis-slider .owl-nav {
      right: 15vw;
    }
  }
.local-ja-jp .bloc-amis .amis-wrap .amis-content .amis-infos {
  top: 1vw; }

.bloc-episodes {
  padding-top: 9vw;
  padding-bottom: 3vw; }
  @media screen and (max-width: 700px) {
    .bloc-episodes {
      width: 100vw;
      margin-left: 0; } }
  .bloc-episodes .episodes-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative; }
    @media screen and (max-width: 700px) {
      .bloc-episodes .episodes-content {
        display: block; } }
  .bloc-episodes .episodes-slider .episodes-slider-item {
    width: 100%;
    position: relative; }
    .bloc-episodes .episodes-slider .episodes-slider-item .episodes-slider-item-action {
      position: absolute;
      right: 0;
      bottom: 0vw;
      left: 23vw;
      text-align: center; }
      @media screen and (max-width: 700px) {
        .bloc-episodes .episodes-slider .episodes-slider-item .episodes-slider-item-action {
          position: initial;
          text-align: left; } }
      .bloc-episodes .episodes-slider .episodes-slider-item .episodes-slider-item-action .g-buy-button {
        font-size: 2.8vw; }
        @media screen and (max-width: 700px) {
          .bloc-episodes .episodes-slider .episodes-slider-item .episodes-slider-item-action .g-buy-button {
            font-size: 7.8vw;
            margin-top: 2vw; } }
    .bloc-episodes .episodes-slider .episodes-slider-item .g-name {
      color: #081733; }
    .bloc-episodes .episodes-slider .episodes-slider-item .g-cta {
      color: #081733;
      font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif;
      font-size: 2vw;
      line-height: 0vw;
      text-decoration: none; }
      @media screen and (max-width: 700px) {
        .bloc-episodes .episodes-slider .episodes-slider-item .g-cta {
          font-size: 7vw; } }
  .bloc-episodes .episodes-slider .owl-nav {
    background: transparent;
    right: 0vw;
    bottom: -1.5vw; }
    @media screen and (max-width: 700px) {
      .bloc-episodes .episodes-slider .owl-nav {
        bottom: 19vw; } }
    .bloc-episodes .episodes-slider .owl-nav .owl-prev, .bloc-episodes .episodes-slider .owl-nav .owl-next {
      color: #081733 !important; }
  .bloc-episodes .episodes-slider iframe {
    width: 100%; }

.bloc-prev-session {
  display:none;
  padding-top: 3vw; }
  .bloc-prev-session .prev-session-wrap {
    padding-top: 3vw;
    padding-bottom: 3.5vw;
    border-top: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee; }
    @media screen and (max-width: 700px) {
      .bloc-prev-session .prev-session-wrap {
        padding-top: 7vw;
        padding-bottom: 7.5vw; } }
  .bloc-prev-session .prev-session-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    align-items: baseline; }
    @media screen and (max-width: 700px) {
      .bloc-prev-session .prev-session-content {
        display: block; } }
    .bloc-prev-session .prev-session-content .prev-session-subtitle {
      line-height: 6.5vw; }
      @media screen and (max-width: 700px) {
        .bloc-prev-session .prev-session-content .prev-session-subtitle {
          line-height: 12vw; } }
    .bloc-prev-session .prev-session-content .prev-session-action {
      color: #3373e4;
      text-transform: uppercase;
      position: relative;
      font-family: "ITC Roswell W01 Four", "Impact", "Charcoal", sans-serif;
      font-size: 3.5vw;
      text-decoration: none;
      position: absolute;
      right: 0;
      bottom: 1.2vw; }
      .bloc-prev-session .prev-session-content .prev-session-action:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: -5px;
        height: 5px;
        background: #3373e4; }
      @media screen and (max-width: 700px) {
        .bloc-prev-session .prev-session-content .prev-session-action {
          font-size: 11.5vw;
          position: relative;
          display: inline-block;
          margin-top: 5vw; } }

.local-ja-jp .g-bloc .g-bloc-subtitle {
  font-size: 3.5vw; }

.bloc-photos {
  padding-top: 6vw;
  padding-bottom: 5vw; }
  .bloc-photos .photos-gallery-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: center; }
    .bloc-photos .photos-gallery-row .photos-gallery-photo {
      width: calc(98.5vw / 5);
      height: calc(98.5vw / 5);
      margin: 0.3vw;
      cursor: pointer; }
      .bloc-photos .photos-gallery-row .photos-gallery-photo:first-child {
        margin-left: 0; }
      .bloc-photos .photos-gallery-row .photos-gallery-photo img {
        width: 100%;
        height: 100%; }

.bloc-parfum {
  padding-top: 6vw;
  padding-bottom: 5vw; }
  .bloc-parfum .parfum-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../images/parfum.png) center bottom no-repeat;
    background-size: 63vw;
    height: 51vw;
    line-height: 1; }
    @media screen and (max-width: 700px) {
      .bloc-parfum .parfum-content {
        background-size: 100vw;
        height: 100vw; } }
    .bloc-parfum .parfum-content .g-buy-button {
      margin-top: 3vw; }
      @media screen and (max-width: 700px) {
        .bloc-parfum .parfum-content .g-buy-button {
          margin-top: 1px;
          font-size: 9vw; } }

.popin-bonjour {
  position: fixed;
  right: 0;
  left: 0;
  height: 100vh;
  top: -200vh;
  background: #fff;
  z-index: 99100;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .popin-bonjour.open {
    top: 0; }
  .popin-bonjour .close-popin-bonjour {
    position: absolute;
    right: 7vw;
    top: 7vw;
    font-size: 3vw;
    line-height: 0;
    color: #3373e4; }
    @media screen and (max-width: 700px) {
      .popin-bonjour .close-popin-bonjour {
        right: 4vw;
        top: 19.3vw;
        font-size: 9vw; } }
  .popin-bonjour .popin-content {
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 100%; }

.popin-photo {
  position: fixed;
  right: 0;
  left: 0;
  height: 100vh;
  top: -100vh;
  background: #081733;
  z-index: 99100;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .popin-photo.open {
    top: 0; }
  .popin-photo .popin-photo-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 100%; }
    .popin-photo .popin-photo-content img {
      max-height: 100%;
      width: auto; }
      @media screen and (max-width: 700px) {
        .popin-photo .popin-photo-content img {
          width: 100%;
          height: auto; } }
    .popin-photo .popin-photo-content iframe {
      width: 100vw;
      height: 100vh; }
      @media screen and (max-width: 700px) {
        .popin-photo .popin-photo-content iframe {
          width: 100%;
          height: auto; } }

.jpgslug_pt-br .bloc-bonjour .bonjour-content .bonjour-title { margin-left: 6vw; }
.jpgslug_pt-br .bloc-bonjour .bonjour-content .bonjour-subtitle { margin-left: 6.4vw; }

.jpgslug_en-gb .bloc-bonjour .bonjour-content .bonjour-title { margin-left: 5vw; }
.jpgslug_en-gb .bloc-bonjour .bonjour-content .bonjour-subtitle { margin-left: 5.4vw; }

.jpgslug_it-it .bloc-bonjour .bonjour-content .bonjour-title { margin-left: -5vw; }
@media screen and (max-width: 700px) {
  .jpgslug_it-it .bloc-bonjour .bonjour-content .bonjour-title { margin-left: 5vw; }
}
.jpgslug_it-it .bloc-bonjour .bonjour-content .bonjour-subtitle { margin-left: 5.4vw; width: calc(90vw / 3); }