@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.17 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
::-moz-selection { /* Code for Firefox */
  color: black;
  background: #bfce30;
}
::selection {
  color: black;
  background: #bfce30;
}
* {
  box-sizing: border-box;
}
html body {
  overflow-x: hidden;
  background-color: #1A1A1A;
}
.grecaptcha-badge {
  display: none;
}
/* COMPOSANTS */
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
/*  FONTS - SILKA ----------------------------------------------
-   Regular - 400 */
@font-face {
  font-family: "silka";
  src: url("../fonts/silka-regular.eot");
  src: local("☺"), url("../fonts/silka-regular.woff") format("woff"), url("../fonts/silka-regular.ttf") format("truetype"), url("../fonts/silka-regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* Medium - 500 */
@font-face {
  font-family: "silka";
  src: url("../fonts/silka-medium.eot");
  src: local("☺"), url("../fonts/silka-medium.woff") format("woff"), url("../fonts/silka-medium.ttf") format("truetype"), url("../fonts/silka-medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* SemiBold - 600 */
@font-face {
  font-family: "silka";
  src: url("../fonts/silka-semibold.eot");
  src: local("☺"), url("../fonts/silka-semibold.woff") format("woff"), url("../fonts/silka-semibold.ttf") format("truetype"), url("../fonts/silka-semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* Bold - 700 */
@font-face {
  font-family: "silka";
  src: url("../fonts/silka-bold.eot");
  src: local("☺"), url("../fonts/silka-bold.woff") format("woff"), url("../fonts/silka-bold.ttf") format("truetype"), url("../fonts/silka-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
html{
  font-family: silka;
  line-height: 1;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  line-height: 0.9;
}
h1{
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 640px){
  h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 640px){
  h2{
    font-size: 3rem;
    line-height: 1;
  }
}
h3{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 640px){
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h4{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
}
h1, h2{
  margin-bottom: 1.25rem;
}
h3, h4{
  margin-bottom: 1rem;
}
p,
.p-style,
.cat-icones__list__item__title{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px){
  p,
.p-style,
.cat-icones__list__item__title{
    line-height: 1.5rem;
  }
}
p,
.p-style,
.cat-icones__list__item__title {
  max-width: 75vw;
}
ul{
  margin-bottom: 1.5rem;
}
ul li{
  padding-bottom: 0.25rem;
  line-height: 1.25rem;
}
@media (min-width: 640px){
  ul li{
    line-height: 1.5rem;
  }
}
ul li {
  max-width: 75vw;
}
a.btn{
  font-weight: 600;
}
footer{
  font-size: 0.75rem;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  h1, h2 {
    font-size: clamp(3rem, 5.5vw, 6rem);
    margin-bottom: 1.5vw;
  }
  .page-accueil h1, .page-accueil h2, #home-hero h1, #home-hero h2, #section-1.section-full h1, #section-1.section-full h2 {
    font-size: clamp(4rem, 7vw, 6rem);
    margin-bottom: 2vw;
  }
  h3, h4 {
    font-size: clamp(2rem, 5vw, 5.5rem);
    line-height: 1;
  }
  #menu-full .nav-item a {
    font-size: clamp(2rem, 4vw, 10.5rem);
  }
  p, .p-style, ul li, .cat-icones__list__item__title {
    font-size: clamp(0.9rem, 1.3vw, 1.2rem);
    max-width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  p, .p-style, ul li, .cat-icones__list__item__title {
    max-width: 100%;
  }
}
@media (min-width: 1024px){
  a.btn,
button.btn{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
a.btn,
button.btn{
  display: inline-block;
  --tw-skew-x: -12deg;
  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));
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(191 206 48 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
a.btn > span:first-child,
button.btn > span:first-child{
  display: inline-block;
  --tw-skew-x: 12deg;
  --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));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
a.btn:after,
button.btn:after {
  content: url(../images/icones/arrow.svg);
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -0.5rem;
  --tw-skew-x: 12deg;
  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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
a.btn:hover,
button.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(153 165 38 / var(--tw-bg-opacity, 1));
  padding-right: 2.5rem;
}
a.btn:hover:after,
button.btn:hover:after{
  position: absolute;
  right: 0.75rem;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: 0px;
  --tw-skew-x: 12deg;
  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;
  transition-delay: 75ms;
}
a.btn-cart,
button.btn-cart{
  display: inline-block;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
a.btn-cart > div,
button.btn-cart > div{
  display: inline-block;
  transform-origin: left;
  --tw-skew-x: 12deg;
  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-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
a.btn-cart > div > span,
button.btn-cart > div > span{
  display: inline-block;
  transform-origin: left;
  --tw-skew-x: -12deg;
  --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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
a.btn-cart div:first-child,
button.btn-cart div:first-child{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
a.btn-cart div:last-child,
button.btn-cart div:last-child{
  --tw-bg-opacity: 1;
  background-color: rgb(191 206 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
a.btn-cart:hover div:last-child,
button.btn-cart:hover div:last-child{
  --tw-bg-opacity: 1;
  background-color: rgb(217 226 131 / var(--tw-bg-opacity, 1));
}
header #btn-cart:hover svg, header #btn-cart:hover #btn-cart__number {
  color: #bfce30 !important;
}
.magnet-container {
  display: flex;
  position: relative;
  height: 66px;
  width: 100px;
  justify-content: center;
  align-items: center;
}
.form__group{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.form__group label{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.form__group input, .form__group textarea{
  margin-bottom: 1rem;
  width: 100%;
  border-width: 1px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form__group input:focus, .form__group textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(191 206 48 / var(--tw-border-opacity, 1));
}
.form__group select, .form__group .nice-select{
  margin-bottom: 1rem;
  border-radius: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form__group select ul, .form__group .nice-select ul {
  max-height: 200px;
  overflow-y: scroll;
}
.dropdown-check-list{
  position: relative;
  display: inline-block;
}
.dropdown-check-list .anchor{
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}
.dropdown-check-list .anchor:after{
  position: absolute;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-left-width: 2px;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  content: "";
  padding: 4px;
  right: 15px;
  top: 30%;
  transform: rotate(-135deg);
}
.dropdown-check-list ul.items {
  bottom: 2px;
  position: absolute;
  left: 0px;
  --tw-translate-y: 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));
  margin: 0px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.dropdown-check-list ul.items li{
  list-style-type: none;
  white-space: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}
.dropdown-check-list.show .anchor{
  --tw-text-opacity: 1;
  color: rgb(191 206 48 / var(--tw-text-opacity, 1));
}
.dropdown-check-list.show .anchor:after{
  --tw-border-opacity: 1;
  border-color: rgb(191 206 48 / var(--tw-border-opacity, 1));
  transition-duration: 300ms;
  top: 45%;
  transform: rotate(-315deg);
}
.dropdown-check-list.show ul.items{
  pointer-events: auto;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.checkbox-item{
  position: relative;
  display: block;
  padding: 5px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-item label{
  cursor: pointer;
  font-weight: 400;
}
.checkbox-item input{
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.checkbox-item input,
.checkbox-item .checkmark{
  position: absolute;
  left: 0px;
  top: 0.25rem;
  height: 1rem;
  width: 1rem;
}
.checkbox-item .checkmark{
  pointer-events: none;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-item .checkmark::after {
  content: "";
  background-color: transparent;
  width: 80%;
  height: 80%;
}
.checkbox-item:hover .checkmark:after{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.checkbox-item input:checked ~ .checkmark::after{
  --tw-bg-opacity: 1;
  background-color: rgb(191 206 48 / var(--tw-bg-opacity, 1));
}
.gallery-masonry .grid {
  margin: 0 auto;
  /* clear fix */
  /* fluid 3 columns */
}
.gallery-masonry .grid .grid:after {
  content: "";
  display: block;
  clear: both;
}
.gallery-masonry .grid .grid-sizer,
.gallery-masonry .grid .grid-item {
  width: 50%;
}
.gallery-masonry .grid .grid-item--width2 {
  width: 66.66%;
}
.gallery-masonry .grid .grid-item--width3 {
  width: 100%;
}
.gallery-masonry .grid .grid-item {
  aspect-ratio: 1/1;
  float: left;
  overflow: hidden;
}
.gallery-masonry .grid .grid-item img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* MD */
@media (min-width: 768px) {
  .gallery-masonry .grid {
    max-width: 2000px;
  }
  .gallery-masonry .grid .grid-sizer,
  .gallery-masonry .grid .grid-item {
    width: 33.33%;
  }
  .gallery-masonry .grid .grid-item--width2 {
    width: 66.66%;
  }
  .gallery-masonry .grid .grid-item--width3 {
    width: 100%;
  }
}
/* LG */
@media (min-width: 1280px) {
  .gallery-masonry .grid .grid-sizer,
  .gallery-masonry .grid .grid-item {
    width: 20%;
  }
  .gallery-masonry .grid .grid-item--width2 {
    width: 40%;
  }
  .gallery-masonry .grid .grid-item--width3 {
    width: 60%;
  }
}
/* Filtre Catégories Icones Cheminées*/
.cat-icones{
  position: relative;
  overflow: hidden;
  padding: 0 45px;
}
.cat-icones__list{
  margin-bottom: 0px;
  height: 100%;
}
.cat-icones__list__item__wrap{
  --tw-skew-x: -12deg;
  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: clamp(15px, 1vw, 30px) clamp(23px, 2.4vw, 50px);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  max-width: none;
}
.cat-icones__list__item__link{
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  --tw-skew-x: 12deg;
  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));
}
.cat-icones__list__item__icone{
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
}
.cat-icones__list__item__icone svg{
  height: auto;
  width: 100%;
}
.cat-icones__list__item__icone svg path {
  fill: #1A1A1A;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cat-icones__list__item__title{
  margin-bottom: 0px;
  padding-top: 0.5rem;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px){
  .cat-icones__list__item__title{
    padding-top: 1rem;
  }
}
.cat-icones__list__item__title{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cat-icones__list__item:hover .cat-icones__list__item__icone svg path {
  fill: #D6D6D6;
}
.cat-icones__list__item:hover .cat-icones__list__item__title {
  color: #D6D6D6;
}
.cat-icones__list .swiper-slide{
  height: auto;
  background-color: transparent;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cat-icones__list .album_now .cat-icones__list__item__wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(191 206 48 / var(--tw-bg-opacity, 1));
  padding: clamp(15px, 1vw, 30px) clamp(28px, 2.8vw, 55px);
}
.cat-icones__list .album_now .cat-icones__list__item__icone svg path {
  fill: white;
}
.cat-icones__list .album_now .cat-icones__list__item__title {
  color: white;
}
.cat-icones .swiper-button-next,
.cat-icones .swiper-button-prev{
  z-index: 20;
  --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));
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #1A1A1A;
}
.cat-icones:hover .swiper-button-next,
.cat-icones:hover .swiper-button-prev {
  opacity: 1;
}
.cat-icones:hover .swiper-button-next:hover,
.cat-icones:hover .swiper-button-prev:hover{
  --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));
  --tw-text-opacity: 1;
  color: rgb(191 206 48 / var(--tw-text-opacity, 1));
}
.cat-icones .swiper-gradient-left,
.cat-icones .swiper-gradient-right{
  pointer-events: none;
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 10%;
  height: 100%;
}
.cat-icones .swiper-gradient-left{
  left: 0px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #F3F4F6 100%);
}
.cat-icones .swiper-gradient-right{
  right: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F3F4F6 100%);
}
.swiper-container{
  margin-bottom: 1.5rem;
  display: flex;
  height: auto;
  flex-direction: row;
}
@media (min-width: 1024px){
  .swiper-container{
    flex-direction: column;
  }
}
.swiper{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
}
.swiper-slide{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* view */
.swiper-produit{
  overflow: hidden;
  height: 350px;
}
/* nav */
.swiper-produit-nav {
  height: 100px;
}
.swiper-produit-nav .swiper-slide{
  cursor: pointer;
}
.swiper-produit-nav .swiper-slide-thumb-active{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
@media (max-width: 1024px) {
  .swiper-container{
    width: 100%;
    height: 350px;
  }
  .swiper-container .swiper-produit{
    width: 75%;
  }
  .swiper-container .swiper-produit-nav{
    margin-left: 0.75rem;
    height: 100%;
    width: 25%;
  }
}
/* PAGE CONTENT SNIPPETS ================================== */
#content-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  /* IMAGES ------------------------- */
  /* sections ------------------------ */
}
#content-page .snippet-image img,
#content-page .snippet-image i{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#content-page .snippet-image-left img{
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: auto;
}
#content-page .snippet-image-right img{
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: auto;
}
#content-page section.drag, #content-page .py-sct{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px){
  #content-page section.drag, #content-page .py-sct{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px){
  #content-page section.drag, #content-page .py-sct{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px){
  #content-page section.drag, #content-page .py-sct{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
#content-page .sct-blanche{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 640px){
  #content-page .sct-blanche{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px){
  #content-page .sct-blanche{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#content-page .sct-intro{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 640px){
  #content-page .sct-intro{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
#content-page .sct-intro__content{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 640px){
  #content-page .sct-intro__content{
    flex-direction: row;
  }
}
#content-page .sct-intro__content {
  min-height: 550px;
}
#content-page .sct-intro__content__text{
  align-self: flex-end;
  padding-right: 1.5rem;
}
#content-page .sct-intro__content__img{
  margin-left: auto;
  width: 66.666667%;
  align-self: flex-start;
}
@media (min-width: 640px){
  #content-page .sct-intro__content__img{
    margin-left: 0px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #content-page .sct-intro__content__text{
    align-self: flex-start;
  }
}
#content-page .sct-produit__list {
  margin-bottom: 0;
}
#content-page .sct-produit__item{
  max-width: 100%;
  list-style-type: none;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 640px){
  #content-page .sct-produit__item{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 768px){
  #content-page .sct-produit__item{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
#content-page .sct-produit__item > div{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#content-page .sct-produit__item__col-img{
  position: relative;
  top: 2rem;
  width: 60%;
}
#content-page .sct-produit__item__col-img img {
  width: 100%;
}
#content-page .sct-produit__item__col-txt{
  position: relative;
  top: -2rem;
  width: 35%;
}
#content-page .sct-produit__item:nth-child(even) > div{
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  #content-page .sct-produit__item > div{
    flex-direction: column;
  }
  #content-page .sct-produit__item__col-img, #content-page .sct-produit__item__col-txt{
    top: 0px;
    width: 100%;
  }
  #content-page .sct-produit__item h3{
    padding-top: 1rem;
  }
  #content-page .sct-produit__item:nth-child(even) > div{
    flex-direction: column;
  }
}
#content-page .sct-partenaires{
  display: flex;
  height: 100vh;
  align-items: center;
}
#content-page .sct-partenaires__content{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}
#content-page .sct-partenaires__content img{
  position: relative;
  right: -3.5rem;
}
@media (min-width: 768px){
  #content-page .sct-partenaires__content img{
    right: -7rem;
  }
}
#content-page .fiche-technique {
  max-width: 730px;
}
#content-page .fiche-technique__draws{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: -1rem;
}
#content-page .fiche-technique__draws::after {
  /* trick to align last row to left */
  content: "";
  flex: auto;
}
#content-page .fiche-technique__draws .snippet-image{
  width: 25%;
  padding-right: 1rem;
  padding-top: 1rem;
  height: 200px;
}
#content-page .fiche-technique__draws .snippet-image img{
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  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));
  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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  filter: brightness(0.98);
}
#content-page .fiche-technique__draws .snippet-image:hover img{
  --tw-brightness: brightness(1.05);
  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: brightness(1.05);
}
.template-defaut #content-page .fiche-technique{
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
}
.mycontainer, .mycontainer-2000{
  margin-left: auto;
  margin-right: auto;
}
.mycontainer {
  padding: 0 8vw;
}
.mycontainer-2000 {
  max-width: 2000px;
}
.mycontainer-marge {
  margin: 0 8vw;
}
@media screen and (max-width: 767px) {
  .mycontainer {
    padding: 0 20px;
  }
  .mycontainer-marge {
    margin: 0 20px;
  }
}
#menu-ancre {
  padding-right: 8vw;
}
#menu-ancre .menu-line{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  width: 30px;
}
#menu-ancre .menu-line svg{
  --tw-skew-x: -25deg;
  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));
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#menu-ancre .menu-line.active svg, #menu-ancre .menu-line:hover svg {
  width: 30px;
  --tw-text-opacity: 1;
  color: rgb(191 206 48 / var(--tw-text-opacity, 1));
}
/* pour les badges*/
.badge.badge--success{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.badge.badge--notice{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.badge.badge--danger{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.badge.badge--danger ul{
  padding-bottom: 0px;
}
.badge.badge--danger ul li{
  position: relative;
  margin-left: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.badge.badge--danger ul li::before {
  content: "•";
  position: absolute;
  left: -1rem;
}
.badge.badge--danger ul li:last-child{
  padding-bottom: 0px;
}
.swal-button:not([disabled]):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 206 48 / var(--tw-bg-opacity, 1));
}
.swal-button{
  --tw-bg-opacity: 1;
  background-color: rgb(191 206 48 / var(--tw-bg-opacity, 1));
}
.swal-button--cancel {
  color: #555;
  background-color: #efefef;
}
.fancybox__container {
  z-index: 999999;
}
.section-full{
  position: relative;
  height: 100vh;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  /* content textes */
  /* image background et ses filtres */
}
.section-full__content{
  position: absolute;
  left: 0px;
  z-index: 30;
  height: 100%;
  width: 100%;
  top: 27vh;
}
.section-full__filter{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.6;
  mix-blend-mode: darken;
}
.section-full__gradient{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #282828 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 40 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.section-full img{
  position: absolute;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
  width: 130%;
  height: 130%;
}
/* HERO */
#section-1.section-full .section-full__content #price-hero{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(191 206 48 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  #section-1.section-full .section-full__content #price-hero{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px){
  #section-1.section-full .section-full__content #price-hero{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
#section-1.section-full img {
  position: fixed;
  z-index: -50;
  width: 130%;
  height: 130%;
}
@media screen and (max-width: 768px) {
  #home-hero.section-full .section-full__content {
    max-width: none;
    top: 15vh;
  }
}
.smoke .smoke-words, .smoke span{
  display: inline-block;
  white-space: nowrap;
}
.smoke span{
  white-space: nowrap;
}
/* SHOP LISTE */
.shop-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.shop-list::after {
  /* trick to align last row to left */
  content: "";
  flex: auto;
}
.shop-list__card {
  max-width: 500px;
  width: 100%;
}
@media (min-width: 768px){
  .shop-list__card{
    width: 50%;
  }
}
@media (min-width: 1280px){
  .shop-list__card{
    width: 33.333333%;
  }
}
.shop-list__card{
  padding: 0.5rem;
}
@media (min-width: 768px){
  .shop-list__card{
    padding: 1.25rem;
  }
}
@media (min-width: 1280px){
  .shop-list__card{
    padding: 2.5rem;
  }
}
.shop-list__card{
  padding-bottom: 0px;
}
@media (min-width: 640px){
  .shop-list__card{
    padding-bottom: 0px;
  }
}
@media (min-width: 768px){
  .shop-list__card{
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px){
  .shop-list__card{
    padding-bottom: 0px;
  }
}
.shop-list__card__link {
  display: inline-block;
}
.shop-list__card__img{
  display: flex;
  align-items: center;
  justify-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .shop-list__card__img{
    margin-bottom: 1.5rem;
  }
}
.shop-list__card__img 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  width: 100%;
}
.shop-list__card__txt h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px){
  .shop-list__card__txt h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){
  .shop-list__card__txt h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.shop-list__card__txt h2{
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .shop-list__card__txt h2{
    margin-bottom: 1rem;
  }
}
.shop-list__card__txt h2{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.shop-list__card:hover h2{
  --tw-text-opacity: 1;
  color: rgb(191 206 48 / var(--tw-text-opacity, 1));
}
.shop-list__card:hover img{
  --tw-translate-y: -1rem;
  --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));
}
#shop-highlight > a h2{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#shop-highlight > a 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
#shop-highlight > a:hover h2{
  --tw-text-opacity: 1;
  color: rgb(191 206 48 / var(--tw-text-opacity, 1));
}
#shop-highlight > a: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));
}
/* SHOP Produit */
.breadcrumbs li:last-child{
  font-weight: 400;
}
/* Contact sct-adresse */
#content-page .sct-adresse{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-top: 8rem;
  padding-bottom: 8rem;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 640px){
  #content-page .sct-adresse{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px){
  #content-page .sct-adresse{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#content-page .sct-adresse__content{
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#content-page .sct-adresse__content__text{
  padding-left: 4rem;
  padding-top: 4rem;
}
@media (min-width: 768px){
  #content-page .sct-adresse__content__text{
    padding-left: 6rem;
    padding-top: 6rem;
  }
}
#content-page .sct-adresse__content__text {
  min-width: 160px;
}
#content-page .sct-adresse__content__img {
  margin-left: 350px;
  margin-left: 6rem;
}
@media (min-width: 768px){
  #content-page .sct-adresse__content__img{
    margin-left: 11rem;
  }
}
@media (min-width: 1280px){
  #content-page .sct-adresse__content__img{
    margin-left: 21.875rem;
  }
}
#content-page .sct-adresse__content__img .snippet-image img{
  margin: 0px;
  width: 100%;
}
#content-page .sct-adresse__black-square{
  z-index: 0;
  height: 100%;
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  min-width: 350px;
}
@media (min-width: 1280px) {
  .sct-adresse__content__img {
    margin-left: 0px;
  }
}
header .cesar-logo img {
  width: 220px;
}
header #burger-menu:hover #burger-line1 {
  transform: translateX(3px);
}
header #btn-cart svg {
  width: 35px;
  cursor: pointer;
}
header.stickyHead #btn-contact{
  top: 0px;
  opacity: 1;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
header #menu-full{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: #1A1A1A;
}
header #menu-full.show{
  pointer-events: auto;
}
header #menu-full nav ul {
  padding: 10vh 0;
}
header #menu-full nav .nav-item {
  line-height: 6rem;
}
header #menu-full nav .nav-item .smoke {
  white-space: nowrap;
}
header #menu-full nav .nav-item a span, header #menu-full nav .nav-item.active a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header #menu-full nav .nav-item:hover a span, header #menu-full nav .nav-item.active a{
  --tw-text-opacity: 1;
  color: rgb(191 206 48 / var(--tw-text-opacity, 1));
}
header #menu-full #cross-close {
  width: 25px;
  height: 25px;
}
.bg-header {
  background: #1A1A1A;
  height: 4rem;
}
@media (min-width: 768px){
  .bg-header{
    height: 5rem;
  }
}
@media (min-width: 1536px){
  .bg-header{
    height: 7rem;
  }
}
.template-produit-du-shop header.stickyHead #btn-cart svg, .template-produit-du-shop header.stickyHead #btn-cart #btn-cart__number,
.template-blank header.stickyHead #btn-cart svg,
.template-blank header.stickyHead #btn-cart #btn-cart__number{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media screen and (min-width: 768px) {
  header .cesar-logo img {
    width: clamp(220px, 20vw, 350px);
  }
  header #btn-cart svg,
  header #menu-full #cross-close,
  header #burger-menu svg {
    width: clamp(40px, 2.5vw, 42px);
    height: clamp(40px, 2.5vw, 42px);
  }
  header #burger-menu{
    margin-left: 1.75rem;
  }
  header, #menu-full, .bg-header {
    padding-top: 1vw;
  }
}
footer {
  line-height: 1.2;
}
footer a:hover {
  color: #bfce30 !important;
}
footer.bottomFooter .slidetoggle{
  display: block;
}
footer .footer-gradient{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 80%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 130%;
}
footer .footer-gradient.white-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 80%, rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 1vw;
  }
}
/* contents */
#content-page{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  /*spacing*/
}
#content-page .btn{
  margin-bottom: 1rem;
}
/* =====================================
    Template Customs 
*/
.template-produit-cheminee #price-hero, .template-produit-cheminee #button-hero{
  display: block;
}
.template-produit-du-shop #btn-contact {
  display: none;
}
.template-produit-du-shop #content-page section.drag, .template-produit-du-shop #content-page .py-sct{
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 640px){
  .template-produit-du-shop #content-page section.drag, .template-produit-du-shop #content-page .py-sct{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px){
  .template-produit-du-shop #content-page section.drag, .template-produit-du-shop #content-page .py-sct{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px){
  .template-produit-du-shop #content-page section.drag, .template-produit-du-shop #content-page .py-sct{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.template-produit-du-shop footer, .template-produit-du-shop footer a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* =====================================
    Pages Customs 
*/
.page-accueil .p-style{
  padding-left: 0.25rem;
}
.page-contact #btn-contact{
  display: none;
}
.page-shop #section-1 {
  height: 75vh;
  max-height: 750px;
  min-height: 400px;
}
.page-shop #content-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.page-shop #menu-ancre{
  display: none;
}
.page-product_details .fiche-technique ul{
  list-style-position: inside;
  list-style-type: disc;
}
.page-partenaires .mycontainer {
  max-width: 2000px;
  margin: 0 auto;
}
.page-partenaires .py-sct {
  padding-top: 4rem;
}
.page-partenaires h3 {
  font-size: clamp(2rem, 3vw, 5.5rem);
}
.page-partenaires .gallery-masonry{
  padding-bottom: 5rem;
}
.page-partenaires .gallery-masonry .grid .grid-item{
  padding: 0.5rem;
}
.page-partenaires .gallery-masonry .grid .grid-item > div{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.page-partenaires .gallery-masonry .grid .grid-item a{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --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));
  --tw-brightness: brightness(1);
  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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.page-partenaires .gallery-masonry .grid .grid-item a:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-brightness: brightness(1.1);
  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);
  transition-duration: 300ms;
}
.page-partenaires .gallery-masonry .grid .grid-item img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 250px;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-nos-realisations #content-page{
  padding-bottom: 2.5rem;
}
@media (min-width: 640px){
  .page-nos-realisations #content-page{
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px){
  .page-nos-realisations #content-page{
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px){
  .page-nos-realisations #content-page{
    padding-bottom: 8rem;
  }
}
.smoke, .fade-in, .shift-in, .hero-fade-in {
  visibility: hidden;
}
.my-transition {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.page-panier .todo{
  --tw-bg-opacity: 1;
  background-color: rgb(191 206 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  position: relative;
  padding: 20px;
  font-weight: bold;
  margin-left: 20px;
  z-index: 999;
}
.page-panier .todo:after, .page-panier .todo:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.page-panier .todo:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #BFCE2F;
  border-width: 15px;
  margin-top: -15px;
}
.page-panier .todo span {
  font-size: 3em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
.page-panier .transporter ul {
  /* @apply flex justify-center mt-4;*/
}
.page-panier .transporter ul li{
  margin: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0px;
}
.page-panier .transporter ul li:before {
  display: none;
}
/* 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;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-top-28{
  top: -7rem;
}
.-top-5{
  top: -1.25rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-12{
  left: 3rem;
}
.left-2\/3{
  left: 66.666667%;
}
.left-24{
  left: 6rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-40{
  top: 10rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-start-2{
  grid-column-start: 2;
}
.m-2{
  margin: 0.5rem;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.-ml-px{
  margin-left: -1px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-8{
  margin-left: 2rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.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-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-full{
  min-height: 100%;
}
.w-1\/12{
  width: 8.333333%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-2\/12{
  width: 16.666667%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-24{
  width: 6rem;
}
.w-3\/12{
  width: 25%;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-6\/12{
  width: 50%;
}
.w-60{
  width: 15rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-full{
  min-width: 100%;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-60{
  max-width: 15rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.flex-1{
  flex: 1 1 0%;
}
.table-auto{
  table-layout: auto;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-y-1\/2{
  --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));
}
.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;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-cart{
  grid-template-columns: 3fr 50px 1fr 50px;
}
.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-evenly{
  justify-content: space-evenly;
}
.justify-items-end{
  justify-items: end;
}
.justify-items-center{
  justify-items: center;
}
.gap-16{
  gap: 4rem;
}
.gap-4{
  gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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)));
}
.space-y-3 > :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));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.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{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-dashed{
  border-style: dashed;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.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-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-40{
  padding-right: 10rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.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-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.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-primary-500{
  --tw-text-opacity: 1;
  color: rgb(191 206 48 / 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;
}
.opacity-0{
  opacity: 0;
}
.opacity-80{
  opacity: 0.8;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.brightness-0{
  --tw-brightness: brightness(0);
  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);
}
.invert{
  --tw-invert: invert(100%);
  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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/**
 * Le CSS pour les effets d'affichage Miki
 */
/* MODE EDIT MIKI --------------------------------- */
.miki_editing_ready header{
  top: 1.75rem;
}
.miki_editing .drag-container {
  z-index: 9998;
}
.miki_editing #content-page .fiche-technique__draws{
  margin-top: 0px;
}
.miki_editing #content-page .snippet-image {
  overflow: hidden;
}
.miki_editing .sct-produit__col-img{
  top: 0px;
}
.miki_editing .sct-produit__col-txt{
  top: 0px;
}
.miki_editing footer {
  display: none;
}
.hover\:scale-125:hover{
  --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));
}
.hover\:border:hover{
  border-width: 1px;
}
.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-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));
}
.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(191 206 48 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(115 124 29 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:brightness-110:hover{
  --tw-brightness: brightness(1.1);
  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);
}
.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: 640px){
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-2\/3{
    width: 66.666667%;
  }
  .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;
  }
  .sm\:pl-8{
    padding-left: 2rem;
  }
  .sm\:pr-2{
    padding-right: 0.5rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
}
@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mr-24{
    margin-right: 6rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:flex-grow{
    flex-grow: 1;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
}
@media (min-width: 1280px){
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:pt-20{
    padding-top: 5rem;
  }
}
