/* Here is simple purposal for change/hack default value from tachyons. */

/* stylelint-disable-next-line css-modules/no-global-scoped-selector */

._hy {
  /* GRAY GRADIENT */
  --color-0: #000;
  --gray-900: #333;
  --gray-800: #4d4d4d;
  --gray-700: #686868;
  --gray-600: #828282;
  --gray-500: #9c9c9c;
  --gray-400: #b6b6b6;
  --gray-300: #d1d1d1;
  --gray-200: #ebebeb;
  --gray-100: #f7f7f7;
  --white: #fff;

  /* RED GRADIENT */
  --red-1000: #590000;
  --red-900: #8c0000;
  --red-800: #bf0000;
  --red-700: #d80000;
  --red-600: #ec0606;
  --red-500: #f53a3a;
  --red-400: #f76b6b;
  --red-300: #fb9a9a;
  --red-200: #ffd3d3;
  --red-100: #fff0f0;

  /* ORANGE GRADIENT */
  --orange-1000: #5c3800;
  --orange-900: #7b4b00;
  --orange-800: #995e00;
  --orange-700: #b87100;
  --orange-600: #db8600;
  --orange-500: #f59600;
  --orange-400: #ffb238;
  --orange-300: #ffc870;
  --orange-200: #ffdba3;
  --orange-100: #fef3eb;

  /* YELLOW GRADIENT */
  --yellow-1000: #4d3d00;
  --yellow-900: #705a00;
  --yellow-800: #947600;
  --yellow-700: #b89300;
  --yellow-600: #dbaf00;
  --yellow-500: #fc0;
  --yellow-400: #ffd633;
  --yellow-300: #ffe066;
  --yellow-200: #ffeb99;
  --yellow-100: #fff5cc;

  /* GREEN GRADIENT */
  --green-1000: #003900;
  --green-900: #005300;
  --green-800: #006c00;
  --green-700: #007d00;
  --green-600: #339539;
  --green-500: #59ab62;
  --green-400: #7EBE87;
  --green-300: #A3CEAA;
  --green-200: #C7DECB;
  --green-100: #EDF8EE;

  /* LIGHT BLUE GRADIENT */
  --light-blue-1000: #00334d;
  --light-blue-900: #004e76;
  --light-blue-800: #006a9e;
  --light-blue-700: #0085c7;
  --light-blue-600: #00a0f0;
  --light-blue-500: #1fb4ff;
  --light-blue-400: #4dc4ff;
  --light-blue-300: #7bd3ff;
  --light-blue-200: #aee4ff;
  --light-blue-100: #ebf7fe;

  /* BLUE GRADIENT */
  --blue-1000: #001d6d;
  --blue-900: #002896;
  --blue-800: #053ace;
  --blue-700: #134ff3;
  --blue-600: #3a6dfa;
  --blue-500: #6c92fb;
  --blue-400: #82a3ff;
  --blue-300: #a0b9ff;
  --blue-200: #c9d7ff;
  --blue-100: #e8eeff;

  /* PURPLE GRADIENT */
  --purple-1000: #4b0071;
  --purple-900: #65009a;
  --purple-800: #7d00be;
  --purple-700: #9b00ec;
  --purple-600: #b62aff;
  --purple-500: #c962ff;
  --purple-400: #d78bff;
  --purple-300: #e7b9ff;
  --purple-200: #f1d7ff;
  --purple-100: #f7e7ff;

  /* PINK GRADIENT */
  --pink-1000: #5a003c;
  --pink-900: #830056;
  --pink-800: #a2006a;
  --pink-700: #cb0085;
  --pink-600: #ef0aa1;
  --pink-500: #ff41be;
  --pink-400: #ff79d1;
  --pink-300: #fface3;
  --pink-200: #ffdaf2;
  --pink-100: #ffe9f8;
  --silver-dark: #646464;
  --silver-middle: #838383;
  --silver-light: #c9c9c9;
  --silver-lightest: #e6e6e6;
  --gold-dark: #99740e;
  --gold-middle: #c3a124;
  --gold-light: #f0d23c;
  --gold-lightest: #ffeba6;
  --platinum-dark: #004baa;
  --platinum-middle: #317fbc;
  --platinum-light: #7db6dd;
  --platinum-lightest: #caeeff;
}

/* inspired from http://www.456bereastreet.com/archive/201012/font-face_tip_define_font-weight_and_font-style_to_keep_your_css_simple/ */

@font-face {
  font-family: RakutenSansUi;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_Bd-f0ec50fba19d3a08bfb451a39deda762.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_Bd-7f934539cec06bde0ade3633724d43fc.woff) format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: RakutenSansUi;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_BdIt-fa04da7c82060e27d74299209ddaa111.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_BdIt-b169cabf7dcf49870613d2af20ad303b.woff) format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: RakutenSansUiBlack;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_Blk-e0f3234f2607b05bc172417dad39e0f9.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_Blk-1a12f768d1191e7ddedbe19314056401.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RakutenSansUiBlack;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_BlkIt-8e960fd18069dd1e05f38b0e4ae90e2d.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_BlkIt-a4550a84b586a3c2414f36fb02931061.woff) format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: RakutenSansUi;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_It-a77dbe1fab49c6608048a1358cf472c7.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_It-f7cf66afa6c96d1f130adf4a41d6b6b7.woff) format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: RakutenSansUiLight;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_Lt-747b081186fb50c9c3c206862b1142e7.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_Lt-ae55832fff0a40263797c2841cb0c1d6.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RakutenSansUiLight;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_LtIt-bd06bbed6fe2390294efe26fcc970ab5.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_LtIt-155a56652ea23d2e4c26b0ee04f94c4f.woff) format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: RakutenSansUi;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_Rg-16e85cf15be08e1609b6de35a55a111f.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_Rg-6dd2a6effa9524fd8943d930d641b7ff.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RakutenSansUiSemiBold;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_SBd-c256f426177b968a7b24af1b33fd4b7f.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_SBd-75ff2c1c87ad1be259cf070a56266b1b.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RakutenSansUiSemiBold;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_SBdIt-4ccb0fe49d1106546c99c7a534a2827d.woff2) format('woff2'),
    url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSansUI_W_SBdIt-ed4642ffe0e1d37e80f006289c6c87c4.woff) format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: RakutenSerif;
  src: url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSerif_W_Rg-a83ce1eb57cb9fef0a7784d0c9c10700.woff2) format('woff2'), url(/vstatic/0/hypernova-common/javascripts/../fonts/RakutenSerif_W_Rg-f404c4f474184d38267204a5ccdcd605.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

/* stylelint-disable-next-line css-modules/no-global-scoped-selector */

._hy img {
  max-width: 100%;
}

/* stylelint-disable css-modules/no-global-scoped-selector */

._hy {
  background: #ddd;
  font-size: 62.5%;
  font-family: RakutenSansUi, Arial, Helvetica, sans-serif;
}

._hy input[type='text']::-ms-clear {
  display: none;
}

._hy p, ._hy {
  margin: 0;
}

/* Titles */

._hy header {
  padding-top: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

._hy {
  line-height: 1.15; /* 1 */
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -ms-text-size-adjust: 100%; /* 2 */
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

._hy {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

._hy article, ._hy aside, ._hy footer, ._hy header, ._hy nav, ._hy section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

._hy figcaption, ._hy figure, ._hy main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

._hy figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

._hy hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

._hy pre {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

._hy a {
  background-color: transparent; /* 1 */
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

._hy abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

._hy b, ._hy strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/* stylelint-disable-next-line no-duplicate-selectors */

._hy b, ._hy strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

._hy code, ._hy kbd, ._hy samp {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

._hy dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

._hy mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

._hy small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

._hy sub {
  bottom: -0.25em;
}

._hy sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

._hy audio, ._hy video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

._hy img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

._hy button, ._hy input, ._hy optgroup, ._hy select, ._hy textarea {
  font-family: RakutenSansUi, sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

._hy button, ._hy input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

._hy button, ._hy select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

._hy button, ._hy [type="button"], ._hy [type="reset"], ._hy [type="submit"] {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

._hy button::-moz-focus-inner, ._hy [type='button']::-moz-focus-inner, ._hy [type='reset']::-moz-focus-inner, ._hy [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

._hy button:-moz-focusring, ._hy [type='button']:-moz-focusring, ._hy [type='reset']:-moz-focusring, ._hy [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

._hy fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

._hy legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

._hy progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

._hy textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

._hy [type='checkbox'], ._hy [type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

._hy [type='number']::-webkit-inner-spin-button, ._hy [type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

._hy [type='search'] {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

._hy [type='search']::-webkit-search-cancel-button, ._hy [type='search']::-webkit-search-decoration {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

._hy ::-webkit-file-upload-button {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

._hy details, ._hy menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

._hy summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

._hy canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

._hy template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

._hy [hidden] {
  display: none;
}

/* stylelint-disable-next-line css-modules/no-global-scoped-selector */

._hy {
  --phone: 320px;
  --landscape: 576px;
  --tablet: 768px;
  --desktop: 992px;
  --wide: 1200px;
  --max: 1492px;
}

/* inside scope */

/* from breakpoint value, included */

/* >= 320px */

/* >= 576px */

/* >= 768px */

/* >= 992px */

/* >= 1200px */

/* >= 1492px */

/*  inside scope strict */

/* from breakpoint value, excluded */

/* > 768px */

/* Overriding  Tachyons  */

/*

   IMAGES
   Docs: http://tachyons.io/docs/elements/images/

*/

/* Responsive images! */

._hy img { max-width: 100%; }

/*
 ==================================
    to detect current breakpoint with JS in Breakpoint Component in @rakutenfrance/breakpoint
 ================================== */

/*
     ORDER is important !
*/

body::before {
  content: 'max';
  display: none;
}

@media screen and (max-width: 1491px) {
  body::before {
    content: 'wide';
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  body::before {
    content: 'desktop';
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body::before {
    content: 'tablet';
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body::before {
    content: 'landscape';
    display: none;
  }
}

@media screen and (max-width: 575px) {
  body::before {
    content: 'phone';
    display: none;
  }
}

/*

  BOX SIZING

*/

._hy, ._hy, ._hy article, ._hy aside, ._hy section, ._hy main, ._hy nav, ._hy footer, ._hy header, ._hy form, ._hy fieldset, ._hy legend, ._hy pre, ._hy code, ._hy a, ._hy h1, ._hy h2, ._hy h3, ._hy h4, ._hy h5, ._hy h6, ._hy ul, ._hy ol, ._hy li, ._hy dl, ._hy dt, ._hy dd, ._hy blockquote, ._hy figcaption, ._hy figure, ._hy textarea, ._hy table, ._hy th, ._hy tr, ._hy input[type='email'], ._hy input[type='number'], ._hy input[type='password'], ._hy input[type='tel'], ._hy input[type='text'], ._hy input[type='url'], ._hy div, ._hy p {
  box-sizing: border-box;
}
/* reset css to overwrite default element style in monolith
 Will be scoped in hypernovaWrapperClassName -> ._hyp class by postcss build
*/
._hy a:hover {
    text-decoration: inherit;
}
/*reset for global style in https://cdn8.rakqa.fr/rakuten-static-deliver/common-superboutique/3.0.3/0/fr/fixed_css/css/pmcsmain.css */
._hy p, ._hy ul, ._hy ol, ._hy address, ._hy code, ._hy code, ._hy pre, ._hy dl, ._hy q, ._hy img, ._hy h1, ._hy h2, ._hy h3, ._hy h4, ._hy h5, ._hy h6, ._hy table, ._hy form, ._hy textarea, ._hy legend {
    margin-bottom: 0;
}


/*# sourceMappingURL=wrapper-global.e0c7e8ab3eb3cf8af2df.css.map*/