@charset "UTF-8";
/* BASE */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Hanken Grotesk", -apple-system, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, Menlo, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
  --header-height: 86px;
  --miki-editbar-height: 34px;
  --container: 1320px;
  --gutter: 48px;
  --ease-platex: cubic-bezier(.2, .7, .2, 1);
}
@media (max-width: 1024px) {
  :root {
    --header-height: 68px;
    --gutter: 24px;
  }
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/hanken/hanken-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/hanken/hanken-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/schibsted/schibsted-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/schibsted/schibsted-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/schibsted/schibsted-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/schibsted/schibsted-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
* {
  box-sizing: border-box;
}
html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
#swup{
  height: 100%;
}
body{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: "Hanken Grotesk", -apple-system, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.on-dark::-moz-selection, .on-dark ::-moz-selection, .banner::-moz-selection, .banner ::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.on-dark::selection,
.on-dark ::selection,
.banner::selection,
.banner ::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
a{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
a:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.on-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.on-dark, .banner{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4, .on-dark h5, .on-dark h6, .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.on-dark p, .on-dark .p-style, .banner p, .banner .p-style{
  color: rgb(255 255 255 / 0.8);
}
.on-dark .label, .banner .label{
  --tw-text-opacity: 1;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1));
}
.on-dark a:not(.btn), .banner a:not(.btn){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.on-dark a:not(.btn):hover, .banner a:not(.btn):hover{
  --tw-text-opacity: 1;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1));
}
.on-dark .textblock ul > li::before, .banner .textblock ul > li::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.on-dark .textblock ol > li::before, .banner .textblock ol > li::before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.paddings{
  padding: 2.5rem;
}
@media (min-width: 1280px){
  .paddings{
    padding: 7rem;
  }
}
.paddings__x{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 1280px){
  .paddings__x{
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.paddings__y{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px){
  .paddings__y{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1280px){
  .paddings__y{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.paddings__t{
  padding-top: 5rem;
}
@media (min-width: 1024px){
  .paddings__t{
    padding-top: 8rem;
  }
}
@media (min-width: 1280px){
  .paddings__t{
    padding-top: 10rem;
  }
}
.paddings__b{
  padding-bottom: 5rem;
}
@media (min-width: 1024px){
  .paddings__b{
    padding-bottom: 8rem;
  }
}
@media (min-width: 1280px){
  .paddings__b{
    padding-bottom: 10rem;
  }
}
.margins{
  margin: 2.5rem;
}
@media (min-width: 1280px){
  .margins{
    margin: 7rem;
  }
}
.margins__x{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media (min-width: 1280px){
  .margins__x{
    margin-left: 7rem;
    margin-right: 7rem;
  }
}
.margins__y{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px){
  .margins__y{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 1280px){
  .margins__y{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.margins__t{
  margin-top: 5rem;
}
@media (min-width: 1024px){
  .margins__t{
    margin-top: 8rem;
  }
}
@media (min-width: 1280px){
  .margins__t{
    margin-top: 10rem;
  }
}
.margins__b{
  margin-bottom: 5rem;
}
@media (min-width: 1024px){
  .margins__b{
    margin-bottom: 8rem;
  }
}
@media (min-width: 1280px){
  .margins__b{
    margin-bottom: 10rem;
  }
}
.animIn{
  visibility: hidden;
}
.anim-ready .apropos__bandMedia img,
.anim-ready .apropos__bandOverlay,
.anim-ready .contact__bandMedia img,
.anim-ready .contact__bandOverlay,
.anim-ready .image-gallery__list img,
.anim-ready .produit-related__grid img {
  clip-path: inset(0% 100% 0% 0%);
}
.anim-ready .produit-gallery__image{
  visibility: hidden;
}
/* COMPOSANTS */
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 2000px){
  .\!container{
    max-width: 2000px !important;
  }
  .container{
    max-width: 2000px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/* layouts */
main{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main footer{
  margin-top: auto;
}
.page-content{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.page-content > section{
  flex-grow: 1;
}
.mycontainer {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1416px) {
  .mycontainer {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
.container-text{
  width: 100%;
}
@media (min-width: 1024px){
  .container-text{
    max-width: 650px;
  }
}
@media (min-width: 1536px){
  .container-text{
    max-width: 750px;
  }
}
/*general spacings*/
.center-absolute{
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.center-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.col{
  display: grid;
  row-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.col--2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col--3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.col--4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.col--5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.col > .drag-container,
.col > .miki_edit{
  display: flex;
  flex-direction: column;
}
.col > .drag-container > .info-block,
.col > .drag-container > .card,
.col > .drag-container > .cta__card,
.col > .miki_edit > .info-block,
.col > .miki_edit > .card,
.col > .miki_edit > .cta__card{
  flex-grow: 1;
}
.col--fluid{
  display: block;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.col--fluid.col--2{
  max-width: 1560px;
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 768px){
  .col--fluid.col--2{
    -moz-columns: 2;
         columns: 2;
  }
}
.col--fluid.col--3{
  max-width: 2340px;
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 768px){
  .col--fluid.col--3{
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 1280px){
  .col--fluid.col--3{
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}
@media (min-width: 2000px){
  .col--fluid p.bigger{
    -moz-column-break-after: column;
         break-after: column;
  }
}
.col .animIn{
  height: 100%;
}
#custom .col--2{
  grid-template-columns: 40% 60%;
}
@media screen and (max-width: 1024px) {
  .col--3, .col--4, .col--5{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 780px) {
  .col--2, .col--3, .col--4, .col--5{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.banner{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}
.banner__bg{
  position: absolute;
  inset: 0px;
  z-index: 0;
  margin: 0px;
}
.banner__bg img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__bg::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(8, 8, 8, var(--banner-overlay, 0.6));
}
.banner .mycontainer{
  position: relative;
  z-index: 10;
}
.banner__inner{
  max-width: 820px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px){
  .banner__inner{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.banner__inner{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.banner__inner > *:not(.banner__btn){
  width: 100%;
  max-width: none;
}
.banner__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgb(255 255 255 / 0.7);
}
.banner__eyebrow::before, .banner__eyebrow::after {
  content: "";
  display: block;
  height: 1px;
  width: 42px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(228 75 68 / var(--tw-bg-opacity, 1));
}
.banner__title{
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media (min-width: 1024px){
  .banner__title{
    font-size: 62px;
  }
}
.banner__title em{
  font-weight: 800;
  font-style: italic;
}
.banner__text{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(255 255 255 / 0.8);
}
.banner__text > *{
  margin-bottom: 0px;
  max-width: 520px;
}
.banner__btn{
  margin-top: 1rem;
}
.banner.banner--center .banner__inner{
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: center;
}
:where(.text-left,.banner.banner--center .banner__inner, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.banner.banner--center .banner__inner .banner__text > *{
  margin-left: auto;
  margin-right: auto;
}
.banner.banner--center .banner__inner .banner__eyebrow{
  justify-content: center;
}
.banner.banner--right .banner__inner{
  margin-left: auto;
  justify-content: flex-end;
  text-align: right;
}
:where(.text-left, .text-center,.banner.banner--right .banner__inner, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.banner.banner--right .banner__inner .banner__text > *{
  margin-left: auto;
}
.banner.banner--right .banner__inner .banner__eyebrow{
  justify-content: flex-end;
}
.miki-editor-active .banner__bg {
  pointer-events: none;
}
.media-text{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1280px){
  .media-text{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
.media-text__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1280px){
  .media-text__grid{
    gap: 72px;
    grid-template-columns: 1fr 1.1fr;
  }
  .media-text--reversed .media-text__media{
    order: -9999;
  }
  .media-text--reversed .media-text__grid{
    grid-template-columns: 1.1fr 1fr;
  }
}
.media-text__content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.media-text__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.media-text__eyebrow::before {
  content: "";
  display: block;
  height: 1px;
  width: 42px;
  flex-shrink: 0;
  background-color: currentColor;
}
.media-text.on-dark .media-text__eyebrow, .on-dark .media-text__eyebrow{
  --tw-text-opacity: 1;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1));
}
.media-text__title{
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .media-text__title{
    font-size: 52px;
  }
}
.media-text__title em{
  font-weight: 800;
  font-style: italic;
}
.media-text__text{
  max-width: 460px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.media-text__text p{
  margin-bottom: 0px;
  max-width: none;
}
.media-text__btn{
  margin-top: 0.5rem;
}
.media-text__media{
  margin: 0px;
  aspect-ratio: 7/6;
  overflow: hidden;
}
.media-text__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1100ms;
  transition-timing-function: cubic-bezier(.2,.7,.2,1);
}
.media-text__media:hover img{
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.media-text--slider .media-text__media{
  aspect-ratio: auto;
  min-width: 0px;
  overflow: visible;
}
.media-text--slider .media-text__media .miki-carousel{
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  min-width: 0px;
}
.media-text--slider .media-text__media:hover img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
html{
  line-height: 1;
  font-size: 15px;
}
@media only screen and (min-width: 780px) {
  html {
    font-size: calc(15px + (17 - 15) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  html {
    font-size: 17px;
  }
}
h1, h2, h3, h4, h5, h6{
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  line-height: 1;
  letter-spacing: -0.025em;
  text-wrap: pretty;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
  font-weight: 800;
  font-style: italic;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
  font-weight: 800;
}
h1 {
  font-size: 36px;
}
@media only screen and (min-width: 780px) {
  h1 {
    font-size: calc(36px + (58 - 36) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  h1 {
    font-size: 58px;
  }
}
h1{
  font-weight: 300;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 30px;
}
@media only screen and (min-width: 780px) {
  h2 {
    font-size: calc(30px + (52 - 30) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  h2 {
    font-size: 52px;
  }
}
h2{
  font-weight: 300;
  margin-bottom: 1.25rem;
}
h3 {
  font-size: 22px;
}
@media only screen and (min-width: 780px) {
  h3 {
    font-size: calc(22px + (30 - 22) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  h3 {
    font-size: 30px;
  }
}
h3{
  margin-bottom: 1rem;
  line-height: 1.05;
}
h4 {
  font-size: 18px;
}
@media only screen and (min-width: 780px) {
  h4 {
    font-size: calc(18px + (22 - 18) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  h4 {
    font-size: 22px;
  }
}
h4{
  margin-bottom: 0.75rem;
  line-height: 1.15;
}
h5, h6{
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.375;
}
.label{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
  line-height: 1;
}
.label--rule{
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.label--rule::before {
  content: "";
  display: block;
  height: 1px;
  width: 46px;
  flex-shrink: 0;
  background-color: currentColor;
}
.label--rules{
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.label--rules::before, .label--rules::after {
  content: "";
  display: block;
  height: 1px;
  width: 42px;
  flex-shrink: 0;
  background-color: currentColor;
}
p,
.p-style{
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  max-width: 750px;
}
p.bigger,
.p-style.bigger{
  font-size: 1.15rem;
  line-height: 1.55;
}
:where(p, .p-style),
:where(.drag-container, .full-editable, ul.list, ol.list) :where(li) {
  text-align: justify;
  hyphens: auto;
}
:where(.text-left, .text-center, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.collections__text,
.miki-accordion__item,
.content-menu__item,
.dim-list__col p,
.dim-list__model p,
.dim-list__dim p,
.swiper-slide__job {
  text-align: inherit;
  hyphens: manual;
}
.textblock--display p,
blockquote p {
  hyphens: manual;
}
b,
strong{
  font-weight: 700;
}
.page-content p a,
ul.list li a,
ol.list li a{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.page-content p a:hover,
ul.list li a:hover,
ol.list li a:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
blockquote{
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
}
blockquote p{
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  blockquote p{
    font-size: 34px;
  }
}
blockquote p {
  max-width: none;
  text-wrap: pretty;
}
.menu__list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 38px;
  padding: 0px;
}
.menu__item{
  position: relative;
}
.menu__link{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration-line: none;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  border-color: transparent;
  padding-bottom: 3px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu__link:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.menu__item.active > .menu__link, .menu__link[aria-current=page]{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  opacity: 1;
}
.menu__caret{
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1280px) {
  .myHeader__nav .submenu-1{
    position: absolute;
    top: 100%;
    left: -8px;
    z-index: 70;
    margin-top: 14px;
    min-width: 220px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 50px -30px rgba(0, 0, 0, 0.45);
    visibility: hidden;
    --tw-translate-y: -6px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .myHeader__nav .submenu-1__list{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
  }
  .myHeader__nav .submenu-1__link{
    display: block;
    white-space: nowrap;
    text-decoration-line: none;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-family: ui-monospace, Menlo, monospace;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .myHeader__nav .submenu-1__link:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 239 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(220 15 6 / var(--tw-text-opacity, 1));
  }
  .myHeader__nav .submenu-1__item.active > .submenu-1__link{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 239 / var(--tw-bg-opacity, 1));
  }
  .myHeader__nav .submenu-1__item--parent{
    display: none;
  }
  .myHeader__nav .menu__item--parent:hover .submenu-1,
  .myHeader__nav .menu__item--parent:focus-within .submenu-1{
    visibility: visible;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
  .myHeader__nav .menu__item--parent:hover .menu__caret,
  .myHeader__nav .menu__item--parent:focus-within .menu__caret{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.menu-lang{
  display: flex;
  align-items: center;
  gap: 14px;
}
.menu-lang__item{
  text-decoration-line: none;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  border-color: transparent;
  padding-bottom: 3px;
  opacity: 0.45;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-lang__item:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.menu-lang__item.active{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  font-weight: 600;
  opacity: 1;
}
.menu-mobile{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 40;
}
@media (min-width: 1280px){
  .menu-mobile{
    display: none;
  }
}
.menu-mobile{
  height: 100dvh;
  width: 100%;
  max-width: 420px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(.2,.7,.2,1);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.menu-mobile__innerwrap{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: calc(var(--header-height) + 40px) var(--gutter) 40px;
}
.menu-mobile .menu__list{
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.menu-mobile .menu__link{
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: -0.02em;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.menu-mobile .menu__caret{
  font-size: 12px;
}
.menu-mobile .submenu-1{
  max-height: 0px;
  overflow: hidden;
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(.2,.7,.2,1);
}
.menu-mobile .submenu-1__list{
  margin: 0px;
  list-style-type: none;
}
.menu-mobile .submenu-1__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.menu-mobile .submenu-1__list{
  padding-top: 0.75rem;
  padding-left: 1rem;
}
.menu-mobile .submenu-1__link{
  display: block;
  text-decoration-line: none;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.menu-mobile .submenu-1__link:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.menu-mobile .menu__item.is-open .submenu-1{
  max-height: 400px;
}
.menu-mobile .menu__item.is-open .menu__caret{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-mobile__footer{
  margin-top: auto;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
}
.menu-is-open .menu-mobile{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-overlay{
  position: fixed;
  inset: 0px;
  z-index: 30;
  height: 100%;
  width: 100%;
}
@media (min-width: 1280px){
  .menu-overlay{
    display: none;
  }
}
.menu-overlay{
  pointer-events: none;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-is-open .menu-overlay{
  pointer-events: auto;
  --tw-bg-opacity: 0.5;
}
body.menu-is-open{
  overflow: hidden;
}
.breadcrumbs{
  margin: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 10px;
  padding: 0px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.breadcrumbs a{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.breadcrumbs a:hover{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.breadcrumbs li:last-child{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
a.btn,
button.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-transform: uppercase;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 38px;
  padding-right: 38px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a.btn:hover,
button.btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 15 6 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.on-dark a.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret),
.on-dark button.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret), .banner a.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret),
.banner button.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.on-dark a.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret):hover,
.on-dark button.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret):hover, .banner a.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret):hover,
.banner button.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret):hover{
  --tw-border-opacity: 1;
  border-color: rgb(228 75 68 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1));
}
a.btn.btn--secondary,
button.btn.btn--secondary,
a.btn.btn--ghost,
button.btn.btn--ghost{
  border-color: rgb(17 17 17 / 0.4);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
a.btn.btn--secondary:hover,
button.btn.btn--secondary:hover,
a.btn.btn--ghost:hover,
button.btn.btn--ghost:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 15 6 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.on-dark a.btn.btn--secondary,
.on-dark button.btn.btn--secondary,
.on-dark a.btn.btn--ghost,
.on-dark button.btn.btn--ghost, .banner a.btn.btn--secondary,
.banner button.btn.btn--secondary,
.banner a.btn.btn--ghost,
.banner button.btn.btn--ghost{
  border-color: rgb(255 255 255 / 0.6);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.on-dark a.btn.btn--secondary:hover,
.on-dark button.btn.btn--secondary:hover,
.on-dark a.btn.btn--ghost:hover,
.on-dark button.btn.btn--ghost:hover, .banner a.btn.btn--secondary:hover,
.banner button.btn.btn--secondary:hover,
.banner a.btn.btn--ghost:hover,
.banner button.btn.btn--ghost:hover{
  --tw-border-opacity: 1;
  border-color: rgb(228 75 68 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1));
}
a.btn.btn--dark,
button.btn.btn--dark,
.on-dark a.btn.btn--dark,
.on-dark button.btn.btn--dark,
.banner a.btn.btn--dark,
.banner button.btn.btn--dark{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
a.btn.btn--dark:hover,
button.btn.btn--dark:hover,
.on-dark a.btn.btn--dark:hover,
.on-dark button.btn.btn--dark:hover,
.banner a.btn.btn--dark:hover,
.banner button.btn.btn--dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 15 6 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.on-dark a.btn.btn--dark:hover,
.on-dark button.btn.btn--dark:hover, .banner a.btn.btn--dark:hover,
.banner button.btn.btn--dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(228 75 68 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1));
}
.btn.btn--icone{
  width: -moz-fit-content;
  width: fit-content;
  transition-property: gap,background-color,color,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(.2,.7,.2,1);
}
.btn.btn--icone:hover {
  gap: 20px;
}
.btn.btn--icone.btn--icone-right{
  flex-direction: row-reverse;
}
.btn.btn--icone > i,
.btn.btn--icone > svg.miki-icon,
.btn.btn--icone > img.miki-icon{
  flex-shrink: 0;
  font-size: 1.1em;
}
.btn.btn--icone > svg.miki-icon.svg-icone--onlyStroke {
  stroke: currentColor;
}
.btn.btn--icone > svg.miki-icon.svg-icone--onlyFill {
  fill: currentColor;
}
.btn.btn--icone > svg.miki-icon:not([fill]):not([class*=svg-icone]) {
  fill: currentColor;
}
.btn.btn--icone.btn--icone-discret{
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.btn.btn--icone.btn--icone-discret:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 15 6 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
  gap: 20px;
}
.on-dark .btn.btn--icone.btn--icone-discret, .banner .btn.btn--icone.btn--icone-discret{
  border-color: rgb(255 255 255 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.on-dark .btn.btn--icone.btn--icone-discret:hover, .banner .btn.btn--icone.btn--icone-discret:hover{
  --tw-border-opacity: 1;
  border-color: rgb(228 75 68 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1));
}
.text-container .cky-category-des p{
  visibility: visible;
  margin-bottom: 1rem;
}
.page-politique-cookies .text-container h3{
  visibility: visible;
}
.page-politique-cookies .cookie-policy-h1{
  display: none;
}
.cky-banner-element {
  margin-right: 4px;
}
.page-politique-cookies .text-container h2,
.page-politique-confidentialite .textblock h2 {
  font-size: 22px;
}
@media only screen and (min-width: 780px) {
  .page-politique-cookies .text-container h2,
  .page-politique-confidentialite .textblock h2 {
    font-size: calc(22px + (30 - 22) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .page-politique-cookies .text-container h2,
  .page-politique-confidentialite .textblock h2 {
    font-size: 30px;
  }
}
.page-politique-cookies .text-container h2,
.page-politique-confidentialite .textblock h2{
  margin-bottom: 1rem;
  line-height: 1.05;
}
.cky-btn,
.cky-btn-revisit-wrapper{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.cky-btn:hover,
.cky-btn-revisit-wrapper:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 75 68 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1)) !important;
}
.cky-btn.cky-btn-customize{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cky-show-desc-btn{
  --tw-text-opacity: 1 !important;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1)) !important;
}
.cky-show-desc-btn:hover{
  text-decoration-line: underline !important;
}
input[aria-label="Désactiver Fonctionnelle"],
input[aria-label="Désactiver Analytique"],
input[aria-label="Désactiver Non classé"]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
.form{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;
}
.form__item, .form .nice-select{
  margin-bottom: 1.5rem;
  width: 100%;
}
.form__group{
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px){
  .form__group{
    flex-direction: row;
  }
  .form__group .form__item{
    margin-right: 1.5rem;
  }
}
.form__group .form__item:last-child{
  margin-right: 0px;
}
.form label{
  display: block;
  width: 100%;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.form input, .form textarea, .form .nice-select{
  width: 100%;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.form input:valid, .form textarea:valid, .form .nice-select:valid{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.form input:empty, .form textarea:empty, .form .nice-select:empty{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.form input:focus, .form input:active, .form textarea:focus, .form textarea:active, .form .nice-select:focus, .form .nice-select:active{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form input, .form textarea{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.form .nice-select{
  height: 60px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 60px;
}
.form span.required{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.badge{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.badge--danger {
  color: tomato;
}
.form__item--captcha {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.form__item--captcha .cf-turnstile {
  line-height: 0;
}
.form__item--captcha .cf-turnstile iframe {
  max-width: 100%;
}
.form--contact .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.multi-step-form{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 42rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.multi-step-form__container{
  position: relative;
}
.multi-step-form__form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.multi-step-form__step{
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
}
.multi-step-form__step.is-active{
  position: relative;
  display: block;
}
.multi-step-form__buttons{
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.multi-step-form__button{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.multi-step-form__button--next{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.multi-step-form__button--next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.multi-step-form__button--previous{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.multi-step-form__button--previous:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.multi-step-form__button--submit{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.multi-step-form__button--submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.iosotope-album{
  width: 100%;
}
.iosotope-album__guter{
  width: 10px;
}
.iosotope-album__element, .iosotope-album__sizer{
  width: calc(50% - 5px);
}
@media (min-width: 1280px){
  .iosotope-album__element, .iosotope-album__sizer{
    width: calc(25% - 7.5px);
  }
}
.iosotope-album__element, .iosotope-album__sizer{
  margin-bottom: 10px;
}
svg * {
  transform-box: fill-box;
}
.svg-icone--onlyStroke{
  fill: transparent;
  stroke: #000;
  stroke-width: 3;
}
.svg-icone--onlyStroke:hover{
  stroke: #555555;
}
.svg-icone--onlyFill{
  fill: #000;
  stroke: transparent;
  stroke-width: 0;
}
.svg-icone--onlyFill:hover{
  fill: #555555;
}
.image{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.image img{
  display: block;
  height: auto;
  width: 100%;
}
.image__link{
  display: block;
}
.image--w-sm img, .image--w-sm .image__link, .image--w-sm .image__caption{
  max-width: 320px;
}
.image--w-md img, .image--w-md .image__link, .image--w-md .image__caption{
  max-width: 480px;
}
.image--w-lg img, .image--w-lg .image__link, .image--w-lg .image__caption{
  max-width: 720px;
}
.image--center img, .image--center .image__link, .image--center .image__caption{
  margin-left: auto;
  margin-right: auto;
}
.image--right img, .image--right .image__link, .image--right .image__caption{
  margin-left: auto;
}
.image--ratio-16x9 img{
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.image--ratio-4x3 img{
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.image--ratio-1x1 img{
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.image--ratio-3x4 img{
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.image__caption{
  margin-top: 0.5rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity, 1));
}
.image--caption .image__caption{
  display: block;
}
.image-editable{
  pointer-events: none;
}
.image-editable > p{
  margin: 0px;
  height: 100%;
}
.image--parallax{
  overflow: hidden;
}
.image--parallax img{
  visibility: hidden;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-gallery {
  --gallery-gap: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.image-gallery__list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px){
  .image-gallery__list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.image-gallery__list {
  gap: var(--gallery-gap);
}
.image-gallery--cols-2 .image-gallery__list{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px){
  .image-gallery--cols-2 .image-gallery__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.image-gallery--cols-4 .image-gallery__list{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px){
  .image-gallery--cols-4 .image-gallery__list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .image-gallery--cols-4 .image-gallery__list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.image-gallery__item{
  margin: 0px;
  overflow: hidden;
}
.image-gallery__item .wrap-content{
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%;
}
.image-gallery__item a{
  position: absolute;
  inset: 0px;
  display: block;
}
.image-gallery__item img{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.image-gallery__item:hover img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.image-gallery__item--span-2{
  grid-column: span 2 / span 2;
}
.image-gallery__item--span-2 .wrap-content {
  padding-top: calc((100% - var(--gallery-gap)) / 2);
}
.image-gallery__item--span-3{
  grid-column: span 2 / span 2;
}
@media (min-width: 768px){
  .image-gallery__item--span-3{
    grid-column: span 3 / span 3;
  }
}
.image-gallery__item--span-3 .wrap-content {
  padding-top: calc((100% - var(--gallery-gap)) / 2);
}
@media (min-width: 768px) {
  .image-gallery__item--span-3 .wrap-content {
    padding-top: calc((100% - 2 * var(--gallery-gap)) / 3);
  }
}
.image-gallery--cols-2 .image-gallery__item--span-3{
  grid-column: span 2 / span 2;
}
@media (min-width: 768px){
  .image-gallery--cols-2 .image-gallery__item--span-3{
    grid-column: span 2 / span 2;
  }
}
.image-gallery--cols-2 .image-gallery__item--span-3 .wrap-content {
  padding-top: calc((100% - var(--gallery-gap)) / 2);
}
@media (min-width: 768px) {
  .image-gallery--cols-2 .image-gallery__item--span-3 .wrap-content {
    padding-top: calc((100% - var(--gallery-gap)) / 2);
  }
}
/* Section — conteneur de mise en page réglable via la poignée d'édition :
   padding vertical, largeur du contenu (contenu / plein) et fond (couleur ou
   image, posés en style inline). Le padding « M » est la valeur par défaut. */
.section-block{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1280px){
  .section-block{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-block {
  /* Padding vertical */
}
.section-block--py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1280px){
  .section-block--py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.section-block--py-sm{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1280px){
  .section-block--py-sm{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.section-block--py-lg{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1280px){
  .section-block--py-lg{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
.section-block {
  /* Contenu pleine largeur : le conteneur interne perd sa largeur max */
}
.section-block--full .mycontainer{
  max-width: none;
}
.video-editable{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .video-editable{
    max-width: 70%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1536px){
  .video-editable{
    max-width: 1080px;
  }
}
.video-wrapper {
  /* Ratio 16:9 -> 9/16 = 0.5625 -> 56.25% */
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 56.25%;
  max-width: 1320px;
}
.video-wrapper iframe, .video-wrapper video, .video-wrapper object{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.video-interne video{
  cursor: pointer;
}
.video-interne .controls{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  background-color: rgb(0 0 0 / 0.4);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  pointer-events: none;
  opacity: 0;
}
.video-interne .controls__playPause, .video-interne .controls__fullScreen, .video-interne .controls__mute{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.video-interne .controls__playPause:hover, .video-interne .controls__fullScreen:hover, .video-interne .controls__mute:hover{
  background-color: rgb(17 17 17 / 0.2);
}
.video-interne .controls__progress{
  position: relative;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
}
.video-interne .controls__progress .progress-bar{
  height: 5px;
  width: 100%;
  cursor: pointer;
  background-color: rgb(255 255 255 / 0.1);
}
.video-interne .controls__progress .progress-bar .progress-fill{
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.video-interne--fullScreen, .video-interne--fullScreen .video-wrapper, .video-interne--fullScreen video{
  height: 100%;
  width: 100%;
  max-width: none;
}
.video-interne--fullScreen .controls__fullScreen{
  background-color: rgb(17 17 17 / 0.2);
}
.video-interne.show-controls .controls{
  pointer-events: auto;
  opacity: 1;
}
.video-interne{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.video-interne.is-fullwidth .video-wrapper{
  max-width: none;
}
.video-embed{
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 48rem;
}
.video-embed.is-fullwidth{
  max-width: none;
}
.video-embed__frame{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.video-embed__frame iframe{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  border: 0;
}
.miki-editor-active .video-embed__frame iframe,
.miki-editor-active .video-interne > .video-wrapper,
.miki-editor-active .video-interne > .controls {
  pointer-events: none;
}
.miki-editor-active .video-interne .controls {
  opacity: 1;
}
.swiper--snippet{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.swiper--snippet .swiper-slide, .swiper--snippet img{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper--egalHeights .swiper-wrapper{
  height: auto;
}
.swiper--egalHeights .swiper-slide{
  height: 100% !important;
}
.swiper-pagination .swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}
.swiper-pagination .swiper-pagination-bullet:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.swiper-pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.miki-carousel{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  --swiper-navigation-color: #fff;
}
.miki-carousel .swiper-button-prev::after,
.miki-carousel .swiper-button-next::after {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
.miki-carousel .swiper-button-prev,
.miki-carousel .swiper-button-next{
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(.2,.7,.2,1);
}
.miki-carousel:hover .swiper-button-prev, .miki-carousel:hover .swiper-button-next,
.miki-carousel .swiper-button-prev:focus-visible,
.miki-carousel .swiper-button-next:focus-visible{
  opacity: 1;
}
.miki-carousel--no-nav .swiper-button-prev,
.miki-carousel--no-nav .swiper-button-next{
  display: none;
}
.miki-carousel .miki-carousel__slide {
  height: var(--miki-carousel-h, 500px);
}
.miki-carousel .miki-carousel__slide .wrap-content,
.miki-carousel .miki-carousel__slide .wrap-content a{
  display: block;
  height: 100%;
  width: 100%;
}
.miki-carousel .miki-carousel__slide img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: auto;
}
.miki-carousel--contain .miki-carousel__slide img{
  -o-object-fit: contain;
     object-fit: contain;
}
.container-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}
.container-flex--start{
  justify-content: flex-start;
}
.container-flex--center{
  justify-content: center;
}
.container-flex--end{
  justify-content: flex-end;
}
.container-flex--between{
  justify-content: space-between;
}
.container-flex--evenly{
  justify-content: space-evenly;
}
.no-mobile{
  display: none;
}
@media (min-width: 1024px){
  .no-mobile{
    display: block;
  }
}
.no-tablet{
  display: block;
}
@media (min-width: 1280px){
  .no-tablet{
    display: none;
  }
}
.no-desktop{
  display: block;
}
@media (min-width: 1536px){
  .no-desktop{
    display: none;
  }
}
.no-large{
  display: block;
}
@media (min-width: 2000px){
  .no-large{
    display: none;
  }
}
.only-mobile{
  display: block;
}
@media (min-width: 1024px){
  .only-mobile{
    display: none;
  }
}
.only-tablet{
  display: none;
}
@media (min-width: 1024px){
  .only-tablet{
    display: block;
  }
}
@media (min-width: 1280px){
  .only-tablet{
    display: none;
  }
}
.only-desktop{
  display: none;
}
@media (min-width: 1280px){
  .only-desktop{
    display: block;
  }
}
.only-large{
  display: none;
}
@media (min-width: 2000px){
  .only-large{
    display: block;
  }
}
@media (max-width: 779.98px) {
  body:not(.miki_editing) .hide-xs {
    display: none !important;
  }
}
@media (min-width: 780px) and (max-width: 1023.98px) {
  body:not(.miki_editing) .hide-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  body:not(.miki_editing) .hide-md {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1535.98px) {
  body:not(.miki_editing) .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1536px) and (max-width: 1999.98px) {
  body:not(.miki_editing) .hide-xl {
    display: none !important;
  }
}
@media (min-width: 2000px) {
  body:not(.miki_editing) .hide-2xl {
    display: none !important;
  }
}
body.miki_editing .hide-xs, body.miki_editing .hide-sm, body.miki_editing .hide-md, body.miki_editing .hide-lg, body.miki_editing .hide-xl, body.miki_editing .hide-2xl {
  outline: 2px dashed #ff1f3d;
  outline-offset: 3px;
  background: rgba(255, 31, 61, 0.05);
}
p.bigger{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.textblock--display p{
  margin-bottom: 1.5rem;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  font-size: 24px;
}
@media only screen and (min-width: 780px) {
  .textblock--display p {
    font-size: calc(24px + (34 - 24) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .textblock--display p {
    font-size: 34px;
  }
}
.textblock--display p{
  line-height: 1.3;
  letter-spacing: -0.015em;
  max-width: none;
  text-wrap: pretty;
}
.textblock--display p:last-child{
  margin-bottom: 0px;
}
.textblock--display p em{
  font-weight: 700;
  font-style: italic;
}
ul.list{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: none;
}
ul.list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
ul.list{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
ul.list li{
  position: relative;
  display: block;
  padding-left: 2rem;
}
ul.list--base li::before {
  content: ">";
  position: absolute;
  left: 0px;
  top: -2px;
}
ul.list--disc li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: .49rem;
  height: 7px;
  width: 7px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
ul.list--circle {
  list-style-type: circle;
}
ul.list--num{
  list-style-type: none;
  counter-increment: item;
}
ul.list--num::before {
  content: counter(item);
  position: absolute;
  left: 0px;
  top: -1px;
  display: inline-block;
  padding: 0px;
  font-size: 1.50rem;
  font-weight: 700;
}
ul.list--vu ul.list-vu{
  margin-bottom: 1.5rem;
}
ul.list--vu ul.list-vu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
ul.list--vu ul.list-vu {
  list-style-type: none;
}
ul.list--vu ul.list-vu li{
  display: flex;
}
ul.list--vu ul.list-vu li::before {
  content: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.967 5.47327L8.1717 14.2686L4.17383 10.2707" stroke="black" stroke-width="1.59915" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: block;
  padding-right: 0.5rem;
}
.textblock ul, .textblock ol{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.textblock ul > :not([hidden]) ~ :not([hidden]), .textblock ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.textblock ul, .textblock ol{
  padding-left: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.textblock ul li, .textblock ol li{
  position: relative;
  display: block;
  padding-left: 2rem;
}
.textblock ul li > p, .textblock ol li > p{
  margin: 0px;
  max-width: none;
}
.textblock ul > li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: .55rem;
  height: 7px;
  width: 7px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.textblock ol {
  counter-reset: item;
}
.textblock ol > li {
  counter-increment: item;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding-left: 0px;
}
.textblock ol > li::before {
  content: counter(item) ".";
  width: 1.5rem;
  flex-shrink: 0;
  text-align: right;
  font-size: 0.8em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
:where(.text-left, .text-center,.textblock ol > li, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style)::before {
  text-align: inherit;
  hyphens: manual;
}
.content-menu{
  margin-bottom: 1rem;
}
@media (min-width: 1024px){
  .content-menu{
    margin-bottom: 1.5rem;
  }
}
.content-menu__list{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.content-menu__link{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.content-menu__link:hover{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.content-menu__link[aria-current=page]{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.content-menu__link .content-menu__icon{
  display: none;
  flex-shrink: 0;
}
.content-menu--icons .content-menu__link .content-menu__icon{
  display: inline-block;
}
.content-menu--inline .content-menu__list{
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
}
.content-menu--center .content-menu__list{
  align-items: center;
  justify-content: center;
  text-align: center;
}
:where(.text-left,.content-menu--center .content-menu__list, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.content-menu--right .content-menu__list{
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
:where(.text-left, .text-center,.content-menu--right .content-menu__list, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.content-menu--between .content-menu__list{
  justify-content: space-between;
}
.space-xs{
  height: 1.5rem;
}
.space-sm {
  height: clamp(30px, 3vw, 60px);
}
.space {
  height: clamp(40px, 3.5vw, 80px);
}
.space-lg {
  height: clamp(50px, 5vw, 100px);
}
.space-xl {
  height: clamp(80px, 9vw, 200px);
}
.space-2xl {
  height: clamp(150px, 20vw, 500px);
}
.separator {
  display: flow-root;
}
.separator__line{
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(26, 29, 36, 0.12);
  margin: clamp(24px, 2.5vw, 40px) 0;
}
.separator--m-xs .separator__line {
  margin: 8px 0;
}
.separator--m-sm .separator__line {
  margin: 16px 0;
}
.separator--m-md .separator__line {
  margin: clamp(24px, 2.5vw, 40px) 0;
}
.separator--m-lg .separator__line {
  margin: clamp(40px, 4vw, 64px) 0;
}
.separator--m-xl .separator__line {
  margin: clamp(56px, 6vw, 96px) 0;
}
table{
  line-height: 1.33rem;
  border-collapse: collapse;
}
table tr{
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
table tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
table th, table td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
}
:where(table th, .text-center, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style),:where( table td, .text-center, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
table:has(> colgroup){
  width: 100%;
  table-layout: fixed;
}
.table-responsive{
  position: relative;
}
.table-responsive::before, .table-responsive::after {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 2.5rem;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.table-responsive::before{
  left: 0px;
  background: linear-gradient(to right, rgba(26, 29, 36, 0.08), rgba(26, 29, 36, 0));
}
.table-responsive::after{
  right: 0px;
  background: linear-gradient(to left, rgba(26, 29, 36, 0.08), rgba(26, 29, 36, 0));
}
.table-responsive.shadow-left::before{
  opacity: 1;
}
.table-responsive.shadow-right::after{
  opacity: 1;
}
.table-responsive__wrap{
  overflow-x: auto;
}
@supports not selector(::-webkit-scrollbar) {
  .table-responsive__wrap {
    scrollbar-width: thin;
    scrollbar-color: rgba(26, 29, 36, 0.13) transparent;
  }
}
.table-responsive__wrap::-webkit-scrollbar {
  height: 6px;
}
.table-responsive__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.table-responsive__wrap::-webkit-scrollbar-thumb {
  background: rgba(26, 29, 36, 0.13);
  border-radius: 999px;
}
.table-responsive__wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(26, 29, 36, 0.28);
}
.table-responsive__wrap::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.table-responsive__wrap::-webkit-scrollbar-button:start:decrement, .table-responsive__wrap::-webkit-scrollbar-button:end:increment, .table-responsive__wrap::-webkit-scrollbar-button:start:increment, .table-responsive__wrap::-webkit-scrollbar-button:end:decrement {
  display: none;
  width: 0;
  height: 0;
}
.table-responsive.is-scrollable .table-responsive__wrap {
  cursor: grab;
}
.table-responsive.is-dragging .table-responsive__wrap {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.miki-accordion{
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.miki-accordion__menu, .miki-accordion__content-wrap{
  padding: 1rem;
}
@media (min-width: 1280px){
  .miki-accordion__menu, .miki-accordion__content-wrap{
    padding: 1.25rem;
  }
}
.miki-accordion__menu{
  display: flex;
  cursor: pointer;
  align-items: center;
}
.miki-accordion__menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.miki-accordion__menu, .miki-accordion__menu > *{
  display: flex;
  align-items: center;
}
.miki-accordion__menu > :not([hidden]) ~ :not([hidden]), .miki-accordion__menu > * > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.miki-accordion__menu, .miki-accordion__menu > *{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.miki-accordion__menu h3{
  margin-bottom: 0px;
  font-size: 1.05rem;
  line-height: 1.33;
}
@media (min-width: 1024px){
  .miki-accordion__menu h3{
    font-size: 1.25rem;
  }
}
.miki-accordion__content{
  height: 0px;
  overflow: hidden;
  padding-bottom: 0px;
}
.miki-accordion__content *:last-child{
  margin-bottom: 0px;
}
.miki-accordion__item{
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.miki-accordion__item:last-child{
  margin-bottom: 0px;
}
.miki-accordion__item--active > .miki-accordion__menu, .miki-accordion__item:hover > .miki-accordion__menu{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.miki-accordion__item--active > .miki-accordion__menu h3, .miki-accordion__item:hover > .miki-accordion__menu h3{
  text-decoration-line: none;
}
.miki-accordion--icon-chevron .miki-accordion__menu::after,
.miki-accordion--icon-plus .miki-accordion__menu::after {
  margin-left: auto;
  flex: none;
  transition: transform 0.3s ease;
}
.miki-accordion--icon-chevron .miki-accordion__menu::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-0.15rem);
}
.miki-accordion--icon-chevron .miki-accordion__item--active > .miki-accordion__menu::after {
  transform: rotate(-135deg) translateY(-0.15rem);
}
.miki-accordion--icon-plus .miki-accordion__menu::after {
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
}
.miki-accordion--icon-plus .miki-accordion__item--active > .miki-accordion__menu::after {
  content: "−";
}
.spec-list{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.spec-list__item{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.spec-list__key{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(192 192 187 / var(--tw-text-opacity, 1));
}
.spec-list__value{
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.dim-list{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.dim-list__head, .dim-list__row{
  display: grid;
  align-items: baseline;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}
.dim-list__head{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.dim-list__col{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.dim-list__row{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
  padding-top: 9px;
  padding-bottom: 9px;
}
.dim-list__model{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.dim-list__dim{
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.dim-list__col p, .dim-list__model p, .dim-list__dim p{
  margin: 0px;
  max-width: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.icon-block{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.miki-icon{
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: -0.125em;
}
svg.miki-icon:not([fill]) {
  fill: currentColor;
}
.hero{
  position: relative;
  height: 400px;
  overflow: hidden;
}
.hero__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hero__image{
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Tooltip container */
.tooltip{
  position: relative;
  display: inline-block;
}
.tooltip__text{
  visibility: hidden;
  display: block;
  min-width: 70px;
  max-width: 300px;
  --tw-translate-y: -0px;
  overflow-wrap: break-word;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  /* Position */
  position: absolute;
  bottom: 90%;
  left: 50%;
  z-index: 10;
  margin-top: 0.5rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tooltip__text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 0;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: inherit;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.tooltip:hover .tooltip__text{
  visibility: visible;
  bottom: 100%;
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 1;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.tooltip:hover .tooltip__text::after{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.myHeader{
  z-index: 50;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.9);
  backdrop-filter: saturate(180%) blur(14px);
}
.myHeader--sticky{
  position: sticky;
  top: 0px;
}
.myHeader--fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
.myHeader__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: var(--header-height);
  transition: height 400ms var(--ease-platex);
}
@media screen and (min-width: 1280px) {
  .myHeader__inner{
    display: grid;
    align-items: center;
    gap: 2rem;
    grid-template-columns: 1fr auto 1fr;
  }
}
.myHeader__logo{
  flex-shrink: 0;
}
.myHeader__logo .logo,
.myHeader__logo a{
  display: flex;
  align-items: center;
}
.myHeader__logo .logo-img,
.myHeader__logo .logo-svg{
  display: block;
  width: auto;
  height: 44px;
}
@media (min-width: 1280px){
  .myHeader__logo .logo-img,
.myHeader__logo .logo-svg{
    height: 64px;
  }
}
.myHeader__logo .logo-img,
.myHeader__logo .logo-svg {
  transition: height 400ms var(--ease-platex);
}
.myHeader__nav{
  display: none;
}
@media (min-width: 1280px){
  .myHeader__nav{
    display: block;
  }
}
.myHeader__nav{
  justify-self: center;
}
.myHeader__lang{
  display: none;
  flex-shrink: 0;
}
@media (min-width: 1280px){
  .myHeader__lang{
    display: block;
  }
}
.myHeader__lang{
  justify-self: end;
}
.myHeader .hamburger{
  position: relative;
  z-index: 50;
  margin-left: auto;
}
@media (min-width: 1280px){
  .myHeader .hamburger{
    display: none;
  }
}
.myHeader .hamburger{
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.myHeader .hamburger .hamburger-inner, .myHeader .hamburger .hamburger-inner::after, .myHeader .hamburger .hamburger-inner::before{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
body.scrolling-down:not(.scroll-is-top) .myHeader__inner,
body.page-product_details .myHeader__inner {
  height: 52px;
}
body.scrolling-down:not(.scroll-is-top) .myHeader__logo .logo-img,
body.scrolling-down:not(.scroll-is-top) .myHeader__logo .logo-svg,
body.page-product_details .myHeader__logo .logo-img,
body.page-product_details .myHeader__logo .logo-svg{
  height: 32px;
}
@media screen and (min-width: 1024px) {
  body.scrolling-down:not(.scroll-is-top) .myHeader__inner,
  body.page-product_details .myHeader__inner {
    height: 60px;
  }
  body.scrolling-down:not(.scroll-is-top) .myHeader__logo .logo-img,
  body.scrolling-down:not(.scroll-is-top) .myHeader__logo .logo-svg,
  body.page-product_details .myHeader__logo .logo-img,
  body.page-product_details .myHeader__logo .logo-svg{
    height: 42px;
  }
}
body.page-product_details {
  --header-height: 60px;
}
@media screen and (max-width: 1024px) {
  body.page-product_details {
    --header-height: 52px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .myHeader__inner,
  .myHeader__logo .logo-img,
  .myHeader__logo .logo-svg {
    transition: none;
  }
}
/* SECTIONS */
.hero{
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-end;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  height: 100vh;
  height: 100svh;
  min-height: min(600px, 100svh);
}
@media screen and (min-width: 1280px) {
  .hero {
    min-height: min(700px, 100svh);
  }
}
.hero__media{
  position: absolute;
  inset: 0px;
  z-index: 0;
}
.hero__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__media--slider img{
  position: absolute;
  inset: 0px;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 2600ms cubic-bezier(0.4, 0, 0.2, 1), transform 9600ms linear;
}
.hero__media--slider img.is-active{
  opacity: 1;
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .hero__media--slider img,
  .hero__media--slider img.is-active {
    transform: none;
    transition: opacity 1200ms ease;
  }
}
.hero__overlay{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.04) 38%, rgba(0, 0, 0, 0.8) 100%);
}
.hero__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 6rem;
}
@media (min-width: 1280px){
  .hero__inner{
    padding-bottom: 100px;
  }
}
.hero__kicker{
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1));
}
.hero__kicker::before {
  content: "";
  display: block;
  height: 1px;
  width: 46px;
  flex-shrink: 0;
  background-color: currentColor;
}
.hero__title{
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: 0px;
  max-width: 1180px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-size: 34px;
}
@media only screen and (min-width: 780px) {
  .hero__title {
    font-size: calc(34px + (58 - 34) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .hero__title {
    font-size: 58px;
  }
}
.hero__title em{
  font-weight: 800;
  font-style: normal;
}
.hero__bottom{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 1280px){
  .hero__bottom{
    gap: 2.5rem;
  }
}
.hero__bottom{
  margin-top: 2rem;
}
@media (min-width: 1280px){
  .hero__bottom{
    margin-top: 2.5rem;
  }
}
.hero__lead{
  margin-bottom: 0px;
  max-width: 460px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(255 255 255 / 0.8);
}
.hero__actions > *{
  margin-bottom: 0px;
}
.hero__scroll{
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  z-index: 2;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (min-width: 1280px){
  .hero__scroll{
    display: flex;
  }
}
.hero__scrollLine{
  display: block;
  height: 34px;
  width: 1px;
  background-color: rgb(255 255 255 / 0.6);
  animation: scrollcue 1.6s ease-in-out infinite;
}
.hero__scrollLabel{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  color: rgb(255 255 255 / 0.7);
}
@keyframes scrollcue {
  0% {
    transform: translateY(0);
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
  }
  60% {
    background-color: #E44B44;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
    background-color: #E44B44;
  }
}
.collections{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity, 1));
}
.collections__intro{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
}
:where(.text-left,.collections__intro, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.collections__intro{
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media (min-width: 1280px){
  .collections__intro{
    padding-top: 140px;
    padding-bottom: 6rem;
  }
}
.collections__intro {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.collections__intro .label{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.collections__intro .collections__introTitle{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.collections__introTitle{
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 960px;
  font-size: 32px;
}
@media only screen and (min-width: 780px) {
  .collections__introTitle {
    font-size: calc(32px + (62 - 32) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .collections__introTitle {
    font-size: 62px;
  }
}
.collections__introTitle em{
  font-weight: 800;
  font-style: italic;
}
.collections__list{
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1280px){
  .collections__list{
    flex-direction: row;
    height: 80vh;
    min-height: 600px;
  }
}
.collections__panel{
  display: block;
  text-decoration-line: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  min-height: 340px;
}
@media (min-width: 1280px){
  .collections__panel{
    height: 100%;
    min-height: 0px;
    min-width: 0px;
    flex: 1 1 0;
  }
}
.collections__panel{
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / .14);
}
@media (min-width: 1280px){
  .collections__panel{
    border-bottom-width: 0px;
    border-right-width: 1px;
  }
  .collections__panel:last-child{
    border-right-width: 0px;
  }
}
.collections__panel {
  transition: flex-grow 0.65s var(--ease-platex);
}
.collections__panel:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.collections__panel:focus-visible .collections__overlay {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.9);
}
.collections__bg{
  position: absolute;
  inset: 0px;
  z-index: 0;
}
.collections__bg img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.2s var(--ease-platex);
}
.collections__overlay{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 1;
  transition-property: background;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.collections__num{
  position: absolute;
  top: 2rem;
  left: 34px;
  z-index: 2;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1;
  color: rgb(255 255 255 / 0.7);
}
.collections__content{
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
}
.collections__title{
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: font-size 0.55s var(--ease-platex);
}
.collections__titleLead{
  font-weight: 400;
}
.collections__reveal{
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.5s ease 0.05s, transform 0.6s ease;
}
.collections__text{
  margin-top: 1.25rem;
  margin-bottom: 0px;
  max-width: 480px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.28;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media screen and (min-width: 1280px) {
  .collections--page .collections__list {
    height: calc(100vh - var(--header-height));
    height: calc(100svh - var(--header-height));
    min-height: min(600px, 100svh - var(--header-height));
  }
  .collections__panel{
    flex-grow: 1;
  }
  .collections__panel .collections__bg img{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .collections__panel .collections__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.66) 100%);
  }
  .collections__panel .collections__title{
    font-size: 20px;
  }
  .collections__panel .collections__reveal{
    max-height: 0px;
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
  }
  .collections__panel:first-child {
    flex-grow: 3.4;
  }
  .collections__panel:first-child .collections__bg img{
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .collections__panel:first-child .collections__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.82) 100%);
  }
  .collections__panel:first-child .collections__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 780px) {
  .collections__panel:first-child .collections__title {
    font-size: calc(30px + (46 - 30) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1536px) {
  .collections__panel:first-child .collections__title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1280px) {
  .collections__panel:first-child .collections__reveal{
    max-height: 280px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
  .collections__list:hover .collections__panel{
    flex-grow: 1;
  }
  .collections__list:hover .collections__panel .collections__bg img{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .collections__list:hover .collections__panel .collections__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.66) 100%);
  }
  .collections__list:hover .collections__panel .collections__title{
    font-size: 20px;
  }
  .collections__list:hover .collections__panel .collections__reveal{
    max-height: 0px;
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
  }
  .collections__list .collections__panel:hover,
  .collections__list .collections__panel:focus-visible {
    flex-grow: 3.4;
  }
  .collections__list .collections__panel:hover .collections__bg img,
  .collections__list .collections__panel:focus-visible .collections__bg img{
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .collections__list .collections__panel:hover .collections__overlay,
  .collections__list .collections__panel:focus-visible .collections__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.82) 100%);
  }
  .collections__list .collections__panel:hover .collections__title,
  .collections__list .collections__panel:focus-visible .collections__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 780px) {
  .collections__list .collections__panel:hover .collections__title,
  .collections__list .collections__panel:focus-visible .collections__title {
    font-size: calc(30px + (46 - 30) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1536px) {
  .collections__list .collections__panel:hover .collections__title,
  .collections__list .collections__panel:focus-visible .collections__title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1280px) {
  .collections__list .collections__panel:hover .collections__reveal,
  .collections__list .collections__panel:focus-visible .collections__reveal{
    max-height: 280px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
  .collections__list.has-js .collections__panel{
    flex-grow: 1;
  }
  .collections__list.has-js .collections__panel .collections__bg img{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .collections__list.has-js .collections__panel .collections__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.66) 100%);
  }
  .collections__list.has-js .collections__panel .collections__title{
    font-size: 20px;
  }
  .collections__list.has-js .collections__panel .collections__reveal{
    max-height: 0px;
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
  }
  .collections__list.has-js .collections__panel.is-active,
  .collections__list.has-js .collections__panel:focus-visible {
    flex-grow: 3.4;
  }
  .collections__list.has-js .collections__panel.is-active .collections__bg img,
  .collections__list.has-js .collections__panel:focus-visible .collections__bg img{
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .collections__list.has-js .collections__panel.is-active .collections__overlay,
  .collections__list.has-js .collections__panel:focus-visible .collections__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.82) 100%);
  }
  .collections__list.has-js .collections__panel.is-active .collections__title,
  .collections__list.has-js .collections__panel:focus-visible .collections__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 780px) {
  .collections__list.has-js .collections__panel.is-active .collections__title,
  .collections__list.has-js .collections__panel:focus-visible .collections__title {
    font-size: calc(30px + (46 - 30) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1536px) {
  .collections__list.has-js .collections__panel.is-active .collections__title,
  .collections__list.has-js .collections__panel:focus-visible .collections__title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1280px) {
  .collections__list.has-js .collections__panel.is-active .collections__reveal,
  .collections__list.has-js .collections__panel:focus-visible .collections__reveal{
    max-height: 280px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {
  .collections__panel .collections__bg img{
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .collections__panel .collections__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.82) 100%);
  }
  .collections__panel .collections__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 780px) {
  .collections__panel .collections__title {
    font-size: calc(30px + (46 - 30) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (max-width: 1279px) and (min-width: 1536px) {
  .collections__panel .collections__title {
    font-size: 46px;
  }
}
@media screen and (max-width: 1279px) {
  .collections__panel .collections__reveal{
    max-height: 280px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
  .collections__panel .collections__title{
    font-size: 26px;
  }
}
.savoirfaire{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  min-height: 90vh;
}
.savoirfaire__bg{
  position: absolute;
  inset: 0px;
  z-index: 0;
}
.savoirfaire__bg img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.savoirfaire__overlay{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background: rgba(8, 8, 8, 0.6);
}
.savoirfaire__inner{
  position: relative;
  z-index: 2;
  text-align: center;
}
:where(.text-left,.savoirfaire__inner, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.savoirfaire__inner{
  max-width: 940px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1280px){
  .savoirfaire__inner{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.savoirfaire__title{
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-top: 1.75rem;
  margin-bottom: 0px;
  font-size: 34px;
}
@media only screen and (min-width: 780px) {
  .savoirfaire__title {
    font-size: calc(34px + (64 - 34) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .savoirfaire__title {
    font-size: 64px;
  }
}
.savoirfaire__title em{
  font-weight: 800;
  font-style: italic;
}
.savoirfaire__lead{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 0px;
  max-width: 620px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(255 255 255 / 0.8);
}
.savoirfaire__stats{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1280px){
  .savoirfaire__stats{
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 72px;
  }
}
.savoirfaire__stats{
  margin-top: 3.5rem;
}
.savoirfaire__stat{
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  text-align: center;
}
:where(.text-left,.savoirfaire__stat, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.savoirfaire__statNum{
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 50px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.savoirfaire__statLabel{
  margin-top: 10px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgb(255 255 255 / 0.55);
  line-height: 1.4;
}
.savoirfaire__action{
  margin-top: 3rem;
}
.savoirfaire__action > *{
  margin-bottom: 0px;
}
.lookbook{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media (min-width: 1280px){
  .lookbook{
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.lookbook__head{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 1.5rem;
}
@media (min-width: 1280px){
  .lookbook__head{
    margin-bottom: 3.5rem;
    gap: 2.5rem;
  }
}
.lookbook__title{
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-size: 32px;
}
@media only screen and (min-width: 780px) {
  .lookbook__title {
    font-size: calc(32px + (56 - 32) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .lookbook__title {
    font-size: 56px;
  }
}
.lookbook__title em{
  font-weight: 800;
  font-style: italic;
}
.lookbook__grid .image-gallery{
  margin-top: 0px;
  margin-bottom: 0px;
}
.myFooter{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  padding-top: 72px;
  padding-bottom: 2.5rem;
}
.myFooter__inner{
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .myFooter__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .myFooter__inner {
    grid-template-columns: 1.6fr repeat(3, minmax(0, 1fr));
  }
}
.myFooter__brand .logo,
.myFooter__brand .logo a{
  display: inline-flex;
  align-items: center;
}
.myFooter__brand .logo-img,
.myFooter__brand .logo-svg{
  display: block;
  height: 48px;
  width: auto;
}
@media (min-width: 1280px){
  .myFooter__brand .logo-img,
.myFooter__brand .logo-svg{
    height: 64px;
  }
}
.myFooter__baseline{
  margin-top: 1.5rem;
  margin-bottom: 0px;
  max-width: 280px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.myFooter__colTitle{
  margin-bottom: 22px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.myFooter__list{
  margin: 0px;
  list-style-type: none;
}
.myFooter__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13px * var(--tw-space-y-reverse));
}
.myFooter__list{
  padding: 0px;
}
.myFooter__box p, .myFooter__box li, .myFooter__box a, .myFooter__box span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
}
.myFooter__box p{
  margin-bottom: 13px;
  max-width: none;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.myFooter__box p:last-child{
  margin-bottom: 0px;
}
.myFooter__box ul, .myFooter__box ol{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.myFooter__box ul li, .myFooter__box ol li{
  margin-bottom: 13px;
}
.myFooter__box ul li:last-child, .myFooter__box ol li:last-child{
  margin-bottom: 0px;
}
.myFooter__box a{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.myFooter__box a:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.myFooter__box .content-menu{
  margin-bottom: 0px;
}
.myFooter__box .content-menu__list {
  gap: 13px;
}
.myFooter__box .content-menu__list li{
  margin-bottom: 0px;
}
.myFooter__box .content-menu--inline .content-menu__list {
  row-gap: 13px;
}
.myFooter__box .content-menu__link{
  display: flex;
  align-items: center;
}
.myFooter__box > .miki_edit{
  margin: 0px;
}
.myFooter__link{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.myFooter__link:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.myFooter__legal{
  margin-top: 60px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 12.5px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.myFooter__legalLink{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.myFooter__legalLink:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.myFooter__legalMenu .content-menu{
  margin-bottom: 0px;
}
.myFooter__legalMenu .content-menu__list{
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.25rem;
  justify-content: flex-start;
}
@media (min-width: 768px){
  .myFooter__legalMenu .content-menu__list{
    justify-content: flex-end;
  }
}
.myFooter__legalMenu .content-menu__link{
  font-size: 12.5px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.myFooter__legalMenu .content-menu__link:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
@media screen and (max-width: 767px) {
  .myFooter__inner{
    text-align: center;
  }
:where(.text-left,.myFooter__inner, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
  .myFooter__baseline{
    margin-left: auto;
    margin-right: auto;
  }
  .myFooter__box .content-menu__link{
    justify-content: center;
  }
  .myFooter__legal{
    justify-content: center;
    text-align: center;
  }
:where(.text-left,.myFooter__legal, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
  .myFooter__legalMenu .content-menu__list{
    justify-content: center;
  }
}
/* PAGES INTÉRIEURES */
.crumbs{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.crumbs__link{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.crumbs__link:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.crumbs__link--current{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.crumbs__sep{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact{
  padding-bottom: 5rem;
}
@media (min-width: 1280px){
  .contact{
    padding-bottom: 120px;
  }
}
.contact__intro{
  padding-top: 3.5rem;
}
.contact__introHead{
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 1280px){
  .contact__introHead{
    gap: 3rem;
  }
}
.contact__title{
  margin-bottom: 0px;
  min-width: 280px;
  flex: 1 1 0%;
  font-size: 34px;
}
@media only screen and (min-width: 780px) {
  .contact__title {
    font-size: calc(34px + (54 - 34) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .contact__title {
    font-size: 54px;
  }
}
.contact__lead{
  margin-bottom: 0px;
  max-width: 380px;
}
@media (min-width: 1280px){
  .contact__lead{
    margin-bottom: 6px;
  }
}
.contact__lead{
  font-size: 15px;
  line-height: 1.55;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.contact__bandWrap{
  margin-top: 2.5rem;
}
.contact__band{
  position: relative;
  overflow: hidden;
  height: 220px;
}
@media (min-width: 1024px){
  .contact__band{
    height: 300px;
  }
}
.contact__bandMedia{
  position: absolute;
  inset: 0px;
}
.contact__bandMedia img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__bandOverlay{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
}
.contact__bandCaption{
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
}
@media (min-width: 1024px){
  .contact__bandCaption{
    left: 2rem;
  }
}
.contact__bandCaption{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contact__panelWrap{
  margin-top: 3.5rem;
}
.contact__panel{
  display: grid;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .contact__panel {
    grid-template-columns: 1.35fr 1fr;
  }
}
.contact__form{
  padding: 2rem;
}
@media (min-width: 1024px){
  .contact__form{
    padding: 3rem;
  }
}
@media (min-width: 1280px){
  .contact__form{
    padding: 60px;
  }
}
.contact__form{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
@media screen and (min-width: 1024px) {
  .contact__form{
    border-bottom-width: 0px;
    border-right-width: 1px;
  }
}
.contact__formTitle{
  margin-bottom: 0.5rem;
  font-size: 26px;
}
@media only screen and (min-width: 780px) {
  .contact__formTitle {
    font-size: calc(26px + (36 - 26) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .contact__formTitle {
    font-size: 36px;
  }
}
.contact__formLead{
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.contact__sent{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}
.contact__sentMark{
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 52px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.contact__sentTitle{
  margin-bottom: 0px;
  font-size: 24px;
}
@media only screen and (min-width: 780px) {
  .contact__sentTitle {
    font-size: calc(24px + (30 - 24) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .contact__sentTitle {
    font-size: 30px;
  }
}
.contact__sentText{
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.contact__info{
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media (min-width: 1024px){
  .contact__info{
    padding: 3rem;
  }
}
@media (min-width: 1280px){
  .contact__info{
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.contact__infoTitle{
  margin-bottom: 2.25rem;
  font-size: 26px;
}
@media only screen and (min-width: 780px) {
  .contact__infoTitle {
    font-size: calc(26px + (32 - 26) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .contact__infoTitle {
    font-size: 32px;
  }
}
.contact__infoList{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact__infoLabel{
  margin-bottom: 11px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}
.contact__infoValue{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contact__infoValue a{
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__infoValue a:hover{
  --tw-text-opacity: 1;
  color: rgb(228 75 68 / var(--tw-text-opacity, 1));
}
.contact__person{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 42 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
}
.contact__personPhoto{
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.contact__personPhoto img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__personText{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact__personLabel{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}
.contact__personName{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contact__personRole{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  color: rgb(255 255 255 / 0.6);
}
.contact__map{
  margin-top: auto;
  padding-top: 2.5rem;
}
.contact__mapMedia{
  height: 180px;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 42 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.contact__mapMedia img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__mapCaption{
  margin-top: 14px;
  display: block;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}
.form--contact{
  max-width: none;
}
.form--contact .form__group{
  margin-bottom: 0px;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .form--contact .form__group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.form--contact .form__group .form__item{
  margin-right: 0px;
}
.form--contact .form__item{
  margin-bottom: 26px;
}
.form--contact label{
  padding-bottom: 11px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.form--contact input,
.form--contact textarea,
.form--contact .nice-select{
  width: 100%;
  border-radius: 0px;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form--contact input:valid,
.form--contact textarea:valid,
.form--contact .nice-select:valid{
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}
.form--contact input:hover,
.form--contact textarea:hover,
.form--contact .nice-select:hover{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}
.form--contact input:focus, .form--contact input:active,
.form--contact textarea:focus,
.form--contact textarea:active,
.form--contact .nice-select:focus,
.form--contact .nice-select:active{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.form--contact input{
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 0px;
}
.form--contact .nice-select{
  float: none;
  display: block;
  height: auto;
  cursor: pointer;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 1.5rem;
  text-align: left;
  line-height: 1.5;
}
:where(.form--contact .nice-select, .text-center, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.form--contact .nice-select::after{
  right: 3px;
  height: 6px;
  width: 6px;
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.form--contact .nice-select.open{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.form--contact .nice-select .list{
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 20px 50px -30px rgba(0, 0, 0, 0.45);
}
.form--contact .nice-select .option{
  min-height: 42px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
}
.form--contact .nice-select .option:hover, .form--contact .nice-select .option.focus, .form--contact .nice-select .option.selected.focus{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 239 / var(--tw-bg-opacity, 1));
}
.form--contact .nice-select .option.selected{
  font-weight: 500;
}
.form--contact textarea{
  resize: vertical;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
  padding: 14px;
  line-height: 1.6;
  min-height: 130px;
}
.form--contact ::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.form--contact ::placeholder{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.form--contact button[type=submit]{
  margin-top: 1rem;
  align-self: flex-start;
}
.apropos__intro{
  padding-top: 3.5rem;
}
.apropos__introHead{
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 1280px){
  .apropos__introHead{
    gap: 3.5rem;
  }
}
.apropos__title{
  margin-bottom: 0px;
  min-width: 280px;
  flex: 1 1 0%;
  font-size: 38px;
}
@media only screen and (min-width: 780px) {
  .apropos__title {
    font-size: calc(38px + (66 - 38) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .apropos__title {
    font-size: 66px;
  }
}
.apropos__title{
  line-height: 0.98;
  letter-spacing: -0.03em;
}
.apropos__lead{
  margin-bottom: 0px;
  max-width: 420px;
}
@media (min-width: 1280px){
  .apropos__lead{
    margin-bottom: 8px;
  }
}
.apropos__lead{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.apropos__bandWrap{
  margin-top: 3rem;
}
.apropos__band{
  position: relative;
  overflow: hidden;
  height: 240px;
}
@media (min-width: 1024px){
  .apropos__band{
    height: 340px;
  }
}
@media (min-width: 1280px){
  .apropos__band{
    height: 440px;
  }
}
.apropos__bandMedia{
  position: absolute;
  inset: 0px;
}
.apropos__bandMedia img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apropos__bandOverlay{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
}
.apropos__bandCaption{
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
}
@media (min-width: 1024px){
  .apropos__bandCaption{
    left: 2rem;
  }
}
.apropos__bandCaption{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.apropos__manifesto{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1280px){
  .apropos__manifesto{
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.apropos__manifesto {
  max-width: 1040px;
}
.apropos__manifestoText{
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  font-size: 24px;
}
@media only screen and (min-width: 780px) {
  .apropos__manifestoText {
    font-size: calc(24px + (34 - 24) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .apropos__manifestoText {
    font-size: 34px;
  }
}
.apropos__manifestoText{
  line-height: 1.3;
  letter-spacing: -0.015em;
  max-width: none;
  text-wrap: pretty;
}
.apropos__manifestoText em{
  font-weight: 700;
  font-style: italic;
}
.apropos__free > .miki_edit{
  margin: 0px;
}
.apropos-values{
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 245 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1280px){
  .apropos-values{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.apropos-values__head{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 1280px){
  .apropos-values__head{
    gap: 2.5rem;
  }
}
.apropos-values__head{
  margin-bottom: 3.5rem;
}
@media (min-width: 1280px){
  .apropos-values__head{
    margin-bottom: 4rem;
  }
}
.apropos-values__title{
  margin-bottom: 0px;
  font-size: 30px;
}
@media only screen and (min-width: 780px) {
  .apropos-values__title {
    font-size: calc(30px + (48 - 30) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .apropos-values__title {
    font-size: 48px;
  }
}
.apropos-values__list{
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1280px){
  .apropos-values__list{
    gap: 3.5rem;
  }
}
.apropos-values__list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .apropos-values__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .apropos-values__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.apropos-values__item{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  padding-top: 1.75rem;
}
.apropos-values__num{
  display: block;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(201 201 196 / var(--tw-text-opacity, 1));
}
.apropos-values__itemTitle{
  margin-top: 0.75rem;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
}
@media only screen and (min-width: 780px) {
  .apropos-values__itemTitle {
    font-size: calc(22px + (26 - 22) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .apropos-values__itemTitle {
    font-size: 26px;
  }
}
.apropos-values__itemTitle{
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.apropos-values__itemText{
  margin-top: 1rem;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  max-width: none;
}
.collection__head{
  padding-top: 2.75rem;
}
.collection__headGrid{
  margin-top: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-bottom: 2.75rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-end;
  gap: 2rem;
}
@media (min-width: 1280px){
  .collection__headGrid{
    grid-template-columns: 1.15fr 1fr;
    gap: 4rem;
  }
}
.collection__kicker{
  display: block;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
  font-size: 17px;
}
@media only screen and (min-width: 780px) {
  .collection__kicker {
    font-size: calc(17px + (20 - 17) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .collection__kicker {
    font-size: 20px;
  }
}
.collection__title{
  margin-top: 0.875rem;
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: 34px;
}
@media only screen and (min-width: 780px) {
  .collection__title {
    font-size: calc(34px + (60 - 34) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .collection__title {
    font-size: 60px;
  }
}
.collection__titleName{
  font-weight: 700;
}
.collection__lead{
  max-width: 420px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.collection__lead p{
  margin-bottom: 0px;
  max-width: none;
}
.collection__lead p + p{
  margin-top: 1rem;
}
.collection__intro > .miki_edit{
  margin: 0px;
}
.collection__intro > .miki_edit > :last-child{
  padding-bottom: 0px;
}
.collection__products{
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}
.collection__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 768px){
  .collection__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .collection__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 52px;
  }
}
.collection__outro > .miki_edit{
  margin: 0px;
}
.collection__outro > .miki_edit > :last-child{
  padding-bottom: 0px;
}
.collection-card{
  display: flex;
  flex-direction: column;
}
.collection-card__media{
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration-line: none;
  aspect-ratio: 4/3;
}
.collection-card__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s var(--ease-platex);
}
.collection-card__media:hover img{
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.collection-card__title{
  margin-top: 1.25rem;
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-size: 22px;
}
@media only screen and (min-width: 780px) {
  .collection-card__title {
    font-size: calc(22px + (27 - 22) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .collection-card__title {
    font-size: 27px;
  }
}
.collection-card__text{
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.collection-card__gamme{
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.collection-card__swatches{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.collection-card__swatch{
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(17 17 17 / .16);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.35);
  position: relative;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(.2,.7,.2,1);
}
.collection-card__swatch:hover{
  z-index: 2;
  --tw-scale-x: 1.6;
  --tw-scale-y: 1.6;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.35), 0 3px 8px -3px rgba(0, 0, 0, 0.25);
}
.collection-card__swatch img{
  display: block;
  height: 100%;
  width: 100%;
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
}
.collection-card__foot{
  margin-top: 22px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
  padding-top: 18px;
}
.collection-others{
  margin-top: 5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media screen and (min-width: 1280px) {
  .collection-others {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #111111 50%, #111111 100%);
  }
}
.collection-others__head{
  padding-bottom: 3rem;
  text-align: center;
}
:where(.text-left,.collection-others__head, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.collection-others__title{
  margin-top: 1rem;
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-size: 30px;
}
@media only screen and (min-width: 780px) {
  .collection-others__title {
    font-size: calc(30px + (44 - 30) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .collection-others__title {
    font-size: 44px;
  }
}
.collection-others__title em{
  font-weight: 800;
  font-style: italic;
}
.collection-others__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
  .collection-others__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.collection-others__grid {
  gap: 0.75rem;
}
@media screen and (min-width: 1280px) {
  .collection-others__grid--2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .collection-others__grid--3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .collection-others__grid--4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.collection-others__card{
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.5);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(.2,.7,.2,1);
}
.collection-others__card .btn::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 1;
}
.collection-others__media{
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.collection-others__media img{
  display: block;
  height: 100%;
  width: 100%;
  --tw-scale-x: 1.06;
  --tw-scale-y: 1.06;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2.4s var(--ease-platex);
}
.collection-others__card:hover{
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.collection-others__card:hover .collection-others__media img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.collection-others__card:hover .btn--dark{
  --tw-border-opacity: 1;
  border-color: rgb(220 15 6 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.collection-others__card:hover .collection-others__num{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.collection-others__body{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1.75rem;
}
@media (min-width: 1280px){
  .collection-others__body{
    padding: 2rem;
  }
}
.collection-others__num{
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1;
  color: rgb(153 153 153 / 0.5);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 450ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.collection-others__name{
  margin-top: 0.5rem;
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  font-size: 24px;
}
@media only screen and (min-width: 780px) {
  .collection-others__name {
    font-size: calc(24px + (30 - 24) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .collection-others__name {
    font-size: 30px;
  }
}
.collection-others__nameLead{
  font-weight: 400;
}
.collection-others__text{
  margin-top: 1rem;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.collection-others__text p{
  margin-bottom: 0px;
  max-width: none;
}
.collection-others__text p + p{
  margin-top: 0.75rem;
}
.collection-others__foot{
  margin-top: auto;
  padding-top: 1.75rem;
}
.collection-cta{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1280px){
  .collection-cta{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.collection-cta__inner{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 3rem;
}
@media (min-width: 1280px){
  .collection-cta__inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
  }
}
.collection-cta__title{
  margin-top: 1.75rem;
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-size: 30px;
}
@media only screen and (min-width: 780px) {
  .collection-cta__title {
    font-size: calc(30px + (44 - 30) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .collection-cta__title {
    font-size: 44px;
  }
}
.collection-cta__title em{
  font-weight: 800;
  font-style: italic;
}
.collection-cta__text{
  margin-top: 1.5rem;
  margin-bottom: 0px;
  max-width: 440px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}
.collection-cta__actions{
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.collection-cta__actions > *{
  margin-bottom: 0px;
}
.collection-cta__media{
  aspect-ratio: 7/5;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 42 42 / var(--tw-border-opacity, 1));
}
.collection-cta__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.produit__head{
  padding-top: 2.75rem;
}
.produit__main{
  padding-top: 2.25rem;
}
.produit__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 2.5rem;
}
@media (min-width: 1280px){
  .produit__grid{
    grid-template-columns: 1.15fr 1fr;
    gap: 72px;
  }
  .produit__infos{
    position: sticky;
  }
}
.produit__infos {
  top: calc(var(--header-height) + 24px);
}
.produit__kicker{
  display: block;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 17px;
}
@media only screen and (min-width: 780px) {
  .produit__kicker {
    font-size: calc(17px + (20 - 17) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .produit__kicker {
    font-size: 20px;
  }
}
.produit__kicker:hover{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.produit__title{
  margin-top: 0.75rem;
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: 34px;
}
@media only screen and (min-width: 780px) {
  .produit__title {
    font-size: calc(34px + (52 - 34) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .produit__title {
    font-size: 52px;
  }
}
.produit__titleLead{
  font-weight: 300;
}
.produit__titleAccent{
  font-weight: 700;
}
.produit__meta{
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
}
.produit__ref{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.produit__lead{
  margin-top: 1.75rem;
  margin-bottom: 0px;
  max-width: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.produit__features{
  margin-top: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.produit__actions{
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1rem;
}
.produit__doc{
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.375rem;
  text-decoration-line: none;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.produit__doc:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 15 6 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.produit__free{
  margin-top: 5rem;
}
@media (min-width: 1280px){
  .produit-gallery{
    position: sticky;
  }
}
.produit-gallery {
  top: calc(var(--header-height) + 24px);
  min-width: 0px;
}
.produit-gallery__stage{
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  aspect-ratio: 11/10;
  padding: 1rem;
}
.produit-gallery__image{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.produit-gallery__caption{
  margin-top: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.produit-gallery__caption:empty{
  display: none;
}
.produit-gallery__thumbs{
  margin-top: 0.875rem;
}
.produit-gallery__thumbs .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}
.produit-gallery__thumbs .swiper-button-prev,
.produit-gallery__thumbs .swiper-button-next{
  display: none;
}
.produit-gallery__thumbs.swiper-initialized .swiper-wrapper{
  display: flex;
  gap: 0px;
}
.produit-gallery__thumbs.swiper-initialized[data-rows="2"] {
  aspect-ratio: 8/3;
}
.produit-gallery__thumbs.swiper-initialized .swiper-button-prev,
.produit-gallery__thumbs.swiper-initialized .swiper-button-next {
  --swiper-navigation-size: 20px;
  --swiper-navigation-sides-offset: 6px;
  margin-top: -1rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.produit-gallery__thumbs.swiper-initialized .swiper-button-prev:hover,
.produit-gallery__thumbs.swiper-initialized .swiper-button-next:hover{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.produit-gallery__thumbs.swiper-initialized .swiper-button-prev.swiper-button-lock,
.produit-gallery__thumbs.swiper-initialized .swiper-button-next.swiper-button-lock{
  display: none;
}
.produit-gallery__thumb{
  margin: 0px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  aspect-ratio: 4/3;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  opacity: 0.6;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.produit-gallery__thumb img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.produit-gallery__thumb:hover{
  opacity: 1;
}
.produit-gallery__thumb.is-active{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  opacity: 1;
}
.produit-feature{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
}
.produit-feature__head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.produit-feature__name{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.produit-feature__count{
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.produit-feature__swatches{
  margin-top: 1rem;
  margin-bottom: 0px;
  list-style-type: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.produit-feature__swatch{
  position: relative;
  display: block;
  height: 42px;
  width: 42px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(17 17 17 / .16);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.35);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(.2,.7,.2,1);
}
.produit-feature__swatch:hover{
  z-index: 2;
  --tw-scale-x: 1.35;
  --tw-scale-y: 1.35;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.35), 0 3px 8px -3px rgba(0, 0, 0, 0.25);
}
.produit-feature__swatch img{
  display: block;
  height: 100%;
  width: 100%;
  --tw-scale-x: 1.45;
  --tw-scale-y: 1.45;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
}
.produit-fiche{
  padding-top: 6rem;
}
@media (min-width: 1280px){
  .produit-fiche{
    padding-top: 110px;
  }
}
.produit-fiche__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 3rem;
}
@media (min-width: 1280px){
  .produit-fiche__grid{
    grid-template-columns: 1fr 1.4fr;
    gap: 72px;
  }
}
.produit-fiche__title{
  margin-top: 1rem;
  margin-bottom: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-size: 28px;
}
@media only screen and (min-width: 780px) {
  .produit-fiche__title {
    font-size: calc(28px + (36 - 28) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .produit-fiche__title {
    font-size: 36px;
  }
}
.produit-fiche__title em{
  font-weight: 800;
  font-style: italic;
}
.produit-fiche__text{
  margin-top: 1.75rem;
}
.produit-fiche__text p{
  margin-bottom: 0.75rem;
  max-width: none;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.produit-fiche__text p:last-child{
  margin-bottom: 0px;
}
.produit-fiche__box{
  margin-top: 1.75rem;
}
.produit-fiche__box > *{
  margin-bottom: 0px;
}
.produit-fiche__text ul, .produit-fiche__box ul{
  margin: 0px;
  list-style-type: none;
}
.produit-fiche__text ul > :not([hidden]) ~ :not([hidden]), .produit-fiche__box ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.produit-fiche__text ul, .produit-fiche__box ul{
  padding: 0px;
}
.produit-fiche__text ul li, .produit-fiche__box ul li{
  position: relative;
  margin: 0px;
  display: block;
  padding-left: 22px;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.produit-fiche__text ul li::before, .produit-fiche__box ul li::before {
  content: "—";
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: transparent;
  height: auto;
  width: auto;
  border-radius: 0px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.produit-fiche__text ul li > p, .produit-fiche__box ul li > p{
  margin: 0px;
  max-width: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.produit-fiche__box table{
  width: 100%;
}
.produit-fiche__box table tr{
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.produit-fiche__box table thead tr,
.produit-fiche__box table tr:has(> th){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.produit-fiche__box table th{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-right: 1rem;
  text-align: left;
  vertical-align: baseline;
}
:where(.produit-fiche__box table th, .text-center, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.produit-fiche__box table th{
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.produit-fiche__box table td{
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  padding-right: 1rem;
  text-align: left;
  vertical-align: baseline;
}
:where(.produit-fiche__box table td, .text-center, .text-right, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.produit-fiche__box table td{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.produit-fiche__box table td:first-child{
  font-size: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.produit-fiche__box table th p, .produit-fiche__box table td p{
  margin: 0px;
  max-width: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}
.produit-nav{
  margin-top: 5rem;
}
@media (min-width: 1280px){
  .produit-nav{
    margin-top: 6rem;
  }
}
.produit-nav__inner{
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 1.75rem;
}
.produit-nav__link{
  display: inline-flex;
  max-width: 46%;
  flex-direction: column;
  gap: 0.375rem;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.produit-nav__link:hover .produit-nav__name{
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
.produit-nav__link--next{
  margin-left: auto;
  text-align: right;
}
:where(.text-left, .text-center,.produit-nav__link--next, [style*=text-align],
th, td,
.banner--center .banner__inner,
.banner--right .banner__inner,
.content-menu--center .content-menu__list,
.content-menu--right .content-menu__list,
.collections__intro,
.savoirfaire__inner, .savoirfaire__stat,
.collection-others__head,
.produit-nav__link--next,
.myFooter__inner, .myFooter__legal) :where(p, li, .p-style) {
  text-align: inherit;
  hyphens: manual;
}
.produit-nav__link--next .produit-nav__label{
  justify-content: flex-end;
}
.produit-nav__label{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.produit-nav__name{
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  line-height: 1.15;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 15px;
}
@media only screen and (min-width: 780px) {
  .produit-nav__name {
    font-size: calc(15px + (17 - 15) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .produit-nav__name {
    font-size: 17px;
  }
}
.produit-nav__name {
  text-wrap: balance;
}
.produit-cta{
  margin-top: 5rem;
}
@media (min-width: 1280px){
  .produit-cta{
    margin-top: 6rem;
  }
}
.produit-cta__inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 245 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 1280px){
  .produit-cta__inner{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.produit-cta__text{
  margin: 0px;
  max-width: none;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-size: 22px;
}
@media only screen and (min-width: 780px) {
  .produit-cta__text {
    font-size: calc(22px + (28 - 22) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .produit-cta__text {
    font-size: 28px;
  }
}
.produit-cta__text em{
  font-weight: 800;
  font-style: italic;
}
.produit-related{
  padding-top: 6rem;
}
@media (min-width: 1280px){
  .produit-related{
    padding-top: 110px;
  }
}
.produit-related__head{
  margin-bottom: 2.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 1.25rem;
}
.produit-related__tools{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}
.produit-related__nav{
  display: none;
  align-items: center;
  gap: 0.625rem;
}
.produit-related.is-slider .produit-related__nav{
  display: flex;
}
.produit-related__arrow{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.produit-related__arrow:hover{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.produit-related__arrow.swiper-button-disabled{
  pointer-events: none;
  opacity: 0.3;
}
.produit-related__arrow.swiper-button-lock{
  display: none;
}
.produit-related__slider .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 768px){
  .produit-related__slider .swiper-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .produit-related__slider .swiper-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 52px;
  }
}
.produit-related__slider.swiper-initialized .swiper-wrapper{
  display: flex;
  gap: 0px;
}
.produit-related__slider.swiper-initialized .swiper-slide{
  height: auto;
}
.produit-related__title{
  margin: 0px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-size: 30px;
}
@media only screen and (min-width: 780px) {
  .produit-related__title {
    font-size: calc(30px + (40 - 30) * (100vw - 780px) / (1536 - 780));
  }
}
@media only screen and (min-width: 1536px) {
  .produit-related__title {
    font-size: 40px;
  }
}
.produit-related__title em{
  font-weight: 800;
  font-style: italic;
}
.produit-related__all{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.375rem;
  text-decoration-line: none;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.produit-related__all:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 15 6 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(220 15 6 / var(--tw-text-opacity, 1));
}
/* UTILITÉS */
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-top-28{
  top: -7rem;
}
.left-1\/2{
  left: 50%;
}
.left-12{
  left: 3rem;
}
.left-2\/3{
  left: 66.666667%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-40{
  top: 10rem;
}
.z-0{
  z-index: 0;
}
.z-30{
  z-index: 30;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-start-2{
  grid-column-start: 2;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-ml-px{
  margin-left: -1px;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-5{
  height: 1.25rem;
}
.h-full{
  height: 100%;
}
.min-h-full{
  min-height: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-5{
  width: 1.25rem;
}
.w-60{
  width: 15rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-full{
  min-width: 100%;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-lg{
  max-width: 1280px;
}
.flex-1{
  flex: 1 1 0%;
}
.border-collapse{
  border-collapse: collapse;
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-3{
  gap: 0.75rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4{
  padding: 1rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-40{
  padding-right: 10rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-28{
  padding-top: 7rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-display{
  font-family: "Schibsted Grotesk", sans-serif;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Variables CSS lues À L'EXÉCUTION par l'éditeur :
   - components/tiptap/useTextColor.js fait l'appariement hex → classe. Choisir
     une couleur du groupe « Thème » dans le sélecteur pose alors la CLASSE
     (.txt-accent…) et non une couleur inline, si bien qu'un changement de charte
     se répercute sur le contenu déjà saisi. Si ces variables manquent, l'éditeur
     ne casse pas : il retombe simplement sur de l'inline.
   - scss/_handle.scss et scss/_blocks.scss teintent poignée et survol de bloc
     avec --miki-accent / --miki-accent-rgb (repli #2784c6 s'ils sont absents). */
:root {
  --miki-primary: #dc0f06;
  --miki-accent: #111111;
  --miki-accent-rgb: 17, 17, 17;
  --miki-ink: #777777;
  --miki-success: #1f7a4d;
  --miki-danger: #b91c1c;
}
/* Classes de couleur de texte posées dans le contenu. Elles sont chargées deux
   fois — par le thème pour le site, par le bundle de l'éditeur pour l'aperçu —
   depuis ce même fichier, pour que l'aperçu ne puisse pas diverger du rendu. */
.txt-brand {
  color: #dc0f06;
}
.txt-accent {
  color: #111111;
}
.txt-muted {
  color: #777777;
}
.txt-success {
  color: #1f7a4d;
}
.txt-danger {
  color: #b91c1c;
}
/**
 * Le CSS pour les effets d'affichage Miki
 */
/* MODE EDIT MIKI --------------------------------- */
/* Tout ce qui doit descendre sous la barre d'administration.
   La hauteur vient de --miki-editbar-height (base/_variables.scss) et doit
   valoir celle de la barre réelle (miki_edit_menu.css) : top-7 (28px) était
   calé sur l'ancienne barre de 25px, et depuis son passage à 34px le header
   remontait dessous et s'y glissait sur 6px.
   Le header ET le tiroir mobile sont concernés : les deux sont collés en haut
   de la fenêtre, donc les deux passeraient sous la barre. */
.miki_editing_ready header,
.miki_editing_ready .menu-mobile {
  top: var(--miki-editbar-height);
}
.miki_editing .drag-container {
  z-index: 9998;
}
.miki_editing .menu-overlay {
  z-index: 9999;
}
.miki_editing .menu-mobile {
  z-index: 10000;
}
.miki_editing header {
  z-index: 10001;
}
.miki_editing .image-editable{
  pointer-events: auto;
}
.miki_editing .image-editable img:hover{
  cursor: pointer;
}
.miki_editing a.btn{
  cursor: auto;
}
.miki_editing .on-dark a.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret),
.miki_editing .on-dark button.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret),
.miki_editing .on-dark a.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret):hover,
.miki_editing .on-dark button.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret):hover, .miki_editing .banner a.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret),
.miki_editing .banner button.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret),
.miki_editing .banner a.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret):hover,
.miki_editing .banner button.btn:not(.btn--ghost):not(.btn--secondary):not(.btn--dark):not(.btn--icone-discret):hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.miki_editing a.btn.btn--secondary:hover,
.miki_editing button.btn.btn--secondary:hover,
.miki_editing a.btn.btn--ghost:hover,
.miki_editing button.btn.btn--ghost:hover{
  border-color: rgb(17 17 17 / 0.4);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.miki_editing .on-dark a.btn.btn--secondary:hover,
.miki_editing .on-dark button.btn.btn--secondary:hover,
.miki_editing .on-dark a.btn.btn--ghost:hover,
.miki_editing .on-dark button.btn.btn--ghost:hover, .miki_editing .banner a.btn.btn--secondary:hover,
.miki_editing .banner button.btn.btn--secondary:hover,
.miki_editing .banner a.btn.btn--ghost:hover,
.miki_editing .banner button.btn.btn--ghost:hover{
  border-color: rgb(255 255 255 / 0.6);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.miki_editing a.btn.btn--dark:hover,
.miki_editing button.btn.btn--dark:hover,
.miki_editing .on-dark a.btn.btn--dark:hover,
.miki_editing .on-dark button.btn.btn--dark:hover,
.miki_editing .banner a.btn.btn--dark:hover,
.miki_editing .banner button.btn.btn--dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.miki_editing .animIn{
  visibility: visible;
}
.miki_editing .drag__handle:after{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.miki_editing .col-fluid{
  -moz-columns: 1 !important;
       columns: 1 !important;
}
.miki_editing .drag-copy > .ui-sortable-handle{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.miki_editing .drag-copy > .ui-sortable-handle .fa-copy::after {
  content: "Dupliquer pour ajouter";
  position: absolute;
  right: 1.5rem;
  top: 0px;
  width: 10rem;
  font-family: "Hanken Grotesk", -apple-system, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
}
.miki_editing .swiper--snippet{
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: visible;
}
.miki_editing .swiper--snippet .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  overflow: visible;
}
@media (min-width: 768px){
  .miki_editing .swiper--snippet .swiper-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .miki_editing .swiper--snippet .swiper-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  .miki_editing .swiper--snippet .swiper-wrapper{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.miki_editing .swiper--snippet .swiper-wrapper .swiper-slide{
  margin: 0px !important;
  height: auto !important;
  padding: 0px !important;
}
.miki_editing .swiper--snippet .swiper-wrapper .swiper-slide .drag__handle{
  z-index: 30;
  --tw-bg-opacity: 0.8;
}
.miki_editing .swiper--snippet .swiper-wrapper > .add_miki_element{
  display: none;
}
.miki_editing .spec-list__key .ProseMirror > p,
.miki_editing .spec-list__value .ProseMirror > p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0px;
  max-width: none;
}
.miki_editing .miki-carousel .swiper-button-prev,
.miki_editing .miki-carousel .swiper-button-next{
  display: none;
}
@media (min-width: 768px){
  .miki_editing .media-text--slider .swiper--snippet .swiper-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .miki_editing .media-text--slider .swiper--snippet .swiper-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1536px){
  .miki_editing .media-text--slider .swiper--snippet .swiper-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.miki_editing .miki-accordion > .drag__handle{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.miki_editing .miki-accordion__item{
  cursor: auto;
}
.miki_editing .miki-accordion__item > .ui-sortable-handle{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.miki_editing .miki-accordion__item > .ui-sortable-handle .fa-copy::after {
  content: "Dupliquer pour ajouter";
  position: absolute;
  right: 2rem;
  width: 10rem;
  font-family: "Hanken Grotesk", -apple-system, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.miki_editing .miki-accordion__menu{
  display: block;
  width: 100%;
  cursor: auto;
  border-width: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.miki_editing .miki-accordion__menu .add_miki_element{
  display: none;
}
.miki_editing .miki-accordion__content{
  height: auto;
  border-left-width: 4px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
}
.miki_editing .space-xs .drag__handle.ui-sortable-handle, .miki_editing .space-sm .drag__handle.ui-sortable-handle, .miki_editing .space .drag__handle.ui-sortable-handle, .miki_editing .space-lg .drag__handle.ui-sortable-handle, .miki_editing .space-xl .drag__handle.ui-sortable-handle{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.miki_editing .drag[data-snippetname=Groupe] > .ui-sortable-handle{
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.miki_editing .drag[data-snippetname=Groupe] .ui-sortable{
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
}
.miki_editing .drag[data-snippetname=Groupe] .ui-sortable > .add_miki_element i{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:p-8{
    padding: 2rem;
  }
}
@media (min-width: 1024px){
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px){
  .lg\:mr-24{
    margin-right: 6rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1536px){
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
