@charset "UTF-8";
/*
Theme Name: Besight 2024
Theme URI:
Author: Besight 2024
Description: Besight 2024
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  height: 13px; /* 3 */
  width: 13px; /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #000000;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
body {
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.1px;
  /* 130% */
  color: var(--color-foreground);
}
@media (min-width: 581px) and (max-width: 1304px) {
  body {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.5px;
    /* 128.125% */
  }
}
@media (max-width: 580px) {
  body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
}

strong,
b,
.body-bold {
  font-weight: 600;
}

p {
  margin-bottom: 20px;
}

a {
  outline: none;
}

.body2-medium,
.body2-medium a {
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.2px;
  /* 130% */
}
@media (min-width: 581px) and (max-width: 1304px) {
  .body2-medium,
  .body2-medium a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    /* 130% */
  }
}
@media (max-width: 580px) {
  .body2-medium,
  .body2-medium a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
  }
}

.body2-regular {
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  /* 130% */
}
@media (min-width: 581px) and (max-width: 1304px) {
  .body2-regular {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    /* 130% */
  }
}
@media (max-width: 580px) {
  .body2-regular {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
  }
}

/* Titres — alignés sur sobery-theme/assets/css/global.css (Larken display + échelle responsive) */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.font-display {
  font-family: var(--font-display);
  font-weight: 700;
}

h1, .h1, .sobery-h1 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-foreground);
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  h1, .h1, .sobery-h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h1, .h1, .sobery-h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1280px) {
  h1, .h1, .sobery-h1 {
    font-size: 4.5rem;
  }
}

h2, .h2, .sobery-h2 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--color-foreground);
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  h2, .h2, .sobery-h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  h2, .h2, .sobery-h2 {
    font-size: 2.75rem;
  }
}

h3, .h3, .sobery-h3 {
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1.375;
  color: var(--color-foreground);
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  h3, .h3, .sobery-h3 {
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-foreground);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-foreground);
  font-size: 1rem;
  margin-bottom: 0.75rem;
  text-transform: lowercase;
  letter-spacing: -0.01em;
}

h6, .h6 {
  font-family: var(--font-body);
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-neutral-grey);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.subtitle {
  color: var(--color-primary-100);
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px;
  /* 150% */
  text-transform: uppercase;
}
@media (min-width: 581px) and (max-width: 1304px) {
  .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    /* 130% */
  }
}
@media (max-width: 580px) {
  .subtitle {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    /* 129.524% */
  }
}

.text17 {
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.1px;
  /* 130% */
}
@media (max-width: 580px) {
  .text17 {
    font-size: 16px;
    line-height: 1.6;
  }
}

.text14 {
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  /* 130% */
}

@media (max-width: 580px) {
  .text21mobile,
  .text21mobile p {
    font-family: var(--font-body, "Maven Pro", sans-serif);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
  }
}

.container {
  display: block;
  width: 100%;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1305px) {
  .container {
    max-width: 1272px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.col-100 {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 1304px) {
  .col-100 {
    width: 100%;
  }
}

.col-66 {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 1304px) {
  .col-66 {
    width: 66.666%;
  }
}

.col-60 {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 1304px) {
  .col-60 {
    width: 60%;
  }
}

.col-50 {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 1304px) {
  .col-50 {
    width: 50%;
  }
}

.col-40 {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 1304px) {
  .col-40 {
    width: 40%;
  }
}

.col-33 {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 1304px) {
  .col-33 {
    width: 33.333%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.f-a-center {
  align-items: center;
}

.f-j-center {
  justify-content: center;
}

.f-j-spacebetween {
  justify-content: space-between;
}

@media (max-width: 580px) {
  .bs-hide-mobile {
    display: none !important;
  }
}
.bs-mobile-only {
  display: none !important;
}

@media (max-width: 580px) {
  .bs-mobile-only {
    display: block !important;
  }
}
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
.text-center {
  text-align: center;
}

@media (max-width: 580px) {
  .text-center-mobile {
    text-align: center;
  }
}
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
.btnBlack {
  display: inline-flex;
  padding: 0.875rem 2rem;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  appearance: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 580px) {
  .btnBlack {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.btnBlack {
  background: var(--color-neutral-black);
  color: var(--color-neutral-whiteGrey);
}
@media (max-width: 580px) {
  .btnBlack {
    padding: 0.25rem 2rem;
  }
}
.btnBlack:hover {
  background-color: var(--color-primary-100);
  transform: translateY(-1px);
}
.btnBlack:active {
  transform: translateY(0);
}

.btnWhite {
  display: inline-flex;
  padding: 0.875rem 2rem;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  appearance: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 580px) {
  .btnWhite {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.btnWhite {
  background: var(--color-neutral-white, #FFFFFF);
  color: var(--color-primary-100);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.btnWhite:hover {
  background-color: var(--color-bg-main);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.btnWhite:active {
  transform: translateY(0);
}

.btnTransparent {
  display: inline-flex;
  padding: 0.875rem 2rem;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  appearance: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 580px) {
  .btnTransparent {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.btnTransparent {
  background: transparent;
  border: 2px solid var(--color-bg-main);
  color: var(--color-bg-main);
}
.btnTransparent:hover {
  background-color: var(--color-bg-main);
  color: var(--color-primary-100);
  transform: translateY(-1px);
}
.btnTransparent:active {
  transform: translateY(0);
}

.btnTransparentBlack, .btn-secondary {
  display: inline-flex;
  padding: 0.875rem 2rem;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  appearance: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 580px) {
  .btnTransparentBlack, .btn-secondary {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.btnTransparentBlack, .btn-secondary {
  background: transparent;
  border: 2px solid var(--color-primary-100);
  color: var(--color-primary-100);
}
.btnTransparentBlack:hover, .btn-secondary:hover {
  background-color: var(--color-primary-100);
  color: var(--color-neutral-white, #FFFFFF);
  transform: translateY(-1px);
}
.btnTransparentBlack:active, .btn-secondary:active {
  transform: translateY(0);
}

.btnPrimary100, .btn-primary {
  display: inline-flex;
  padding: 0.875rem 2rem;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-body, "Maven Pro", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  appearance: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 580px) {
  .btnPrimary100, .btn-primary {
    min-height: 44px;
    min-width: 44px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.btnPrimary100, .btn-primary {
  background: var(--color-primary-100);
  color: var(--color-neutral-white, #FFFFFF) !important;
  box-shadow: 0 4px 6px -1px rgba(217, 133, 99, 0.2);
}
.btnPrimary100:hover, .btn-primary:hover {
  background-color: #C07050;
  box-shadow: 0 10px 15px -3px rgba(217, 133, 99, 0.3);
  transform: translateY(-1px);
}
.btnPrimary100:active, .btn-primary:active {
  transform: translateY(0);
}

/* Alias Sobery (HTML futur ou cohabitation) */
.bg-secondary-first-20 .btnBlack:hover {
  background-color: var(--color-secondary-first-100);
  color: var(--color-foreground);
}

.btnGreenHover:hover {
  background-color: var(--color-secondary-first-100);
  color: var(--color-foreground);
}

/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
body {
  padding-top: 64px;
}

html.admin-bar {
  margin-top: 0 !important;
}

body.admin-bar {
  padding-top: 96px;
}
body.admin-bar #header {
  top: 32px;
}
body.admin-bar .menu-mobile-show {
  top: 96px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 110px;
  }
  body.admin-bar #header {
    top: 46px;
  }
  body.admin-bar .menu-mobile-show {
    top: 110px;
  }
}

#header {
  padding: 14px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 3001;
  height: 36px;
}
#header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header p {
  margin-bottom: 0;
}

a {
  outline: none !important;
}

.header-logo {
  display: inline-block;
}
.header-logo a {
  font-family: "larken", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.66px;
  color: black;
  text-decoration: none;
}

.header-desktop {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
}

.menu-desktop-container {
  margin-right: auto;
}

.menu-desktop {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-desktop li {
  display: inline-block;
  padding: 0 30px;
}
.menu-desktop li:first-child {
  padding-left: 60px;
}
.menu-desktop li a {
  text-decoration: none;
  color: var(--color-neutral-black);
  font-weight: 400;
}

.header-infos p {
  font-weight: 400;
}

.menu-mobile {
  display: none;
}
.menu-mobile ul {
  text-align: center;
}
.menu-mobile ul li {
  padding: 8px 0;
  margin-bottom: 15px;
}
.menu-mobile ul li a {
  color: #000;
  text-decoration: none;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  /* 120% */
}
.menu-mobile ul li.current-menu-item a {
  font-weight: 500;
}
.menu-mobile-show {
  display: block;
  position: fixed;
  left: 0;
  top: 64px;
  z-index: 30001;
  background-color: #FFF;
  padding: 76px 16px 150px 16px;
  width: calc(100% - 32px);
}
.menu-mobile-show p {
  margin-bottom: 20px;
}
.menu-mobile-show p:last-child {
  margin-bottom: 0;
}

.hamburger-menu {
  width: 36px;
  height: 23px;
  cursor: pointer;
}

.hamburger-menu rect {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform-origin: center;
}

.hamburger-menu.active .bar1 {
  transform: translate(-5px, 8px) rotate(30deg);
}

.hamburger-menu.active .bar2 {
  opacity: 0;
}

.hamburger-menu.active .bar3 {
  transform: translate(-5px, -8px) rotate(-30deg);
}

.catalogue-header-menus {
  display: flex;
  align-items: center;
}

#header.header-woocommerce {
  /*
  .menu-desktop li:first-child{
    padding-left: 40px;
  }
  .menu-desktop li{
    padding: 20px;
  }
    */
}
#header.header-woocommerce .catalogue-header-search {
  margin-right: 30px;
  position: relative;
}
#header.header-woocommerce .catalogue-header-search .btn-submit {
  padding: 0;
  margin: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  appearance: none;
  background: none;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
#header.header-woocommerce .catalogue-header-search-input {
  border-radius: 50px;
  border: 1px solid #000;
  padding: 8px 12px 8px 42px;
  color: #85827D;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 105px;
  background: transparent;
}
#header.header-woocommerce .catalogue-header-cart {
  margin-right: 15px;
}
#header.header-woocommerce .catalogue-header-account {
  margin-right: 50px;
}
#header.header-woocommerce .catalogue-header-cart a, #header.header-woocommerce .catalogue-header-account a {
  display: block;
  line-height: 1;
}

#footer {
  display: none !important;
}

:root {
  --color-neutral-black: #000000;
  --color-neutral-grey: #85827D;
  --color-neutral-greyHalf: #C1C1BD;
  --color-neutral-whiteGrey: #FDFFFE;
  --color-neutral-whiteGrey30: #F5E5DD;
  --color-primary-100: #D98563;
  --color-primary-30: #F2DACF;
  --color-primary-15: #F2DACF;
  --color-primary-rgb: 217, 133, 99;
  --color-secondary-first-100: #91BDAD;
  --color-secondary-first-60: #B9D9CF;
  --color-secondary-first-30: #CDE6DD;
  --color-secondary-first-26: #EAF5F2;
  --color-secondary-first-20: #E9F4F0;
  --color-secondary-rgb: 145, 189, 173;
  --color-secondary-second-100: #E5D9D1;
  --color-secondary-second-40: #F3F0EC;
  --color-secondary-second-30: #F6F4F0;
  --color-secondary-second-20: #F8F7F5;
  /* Alias sémantiques Sobery (rétrocompat legacy ci-dessus) */
  --color-primary: var(--color-primary-100);
  --color-primary-light: var(--color-primary-30);
  --color-secondary: var(--color-secondary-first-100);
  --color-foreground: #1A1A1A;
  --color-bg-main: var(--color-neutral-whiteGrey);
  --color-bg-alt: var(--color-secondary-second-30);
  --color-beige: var(--color-secondary-second-100);
  --color-mint-light: var(--color-secondary-first-20);
  --font-display: 'Larken', serif;
  --font-body: 'Maven Pro', sans-serif;
}

.bg-secondary-first-20 {
  background-color: var(--color-secondary-first-20);
}

.color-neutral-grey, .color-neutral-grey p {
  color: var(--color-neutral-grey);
}

/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
.swiper-pagination-bullet {
  background-color: #85827D !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 0.2 !important;
}
.swiper-pagination-bullet:hover {
  background: #D98563 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #D98563 !important;
  opacity: 1 !important;
}

.bs-swiper-container {
  padding: 0 60px;
  position: relative;
  width: calc(100% - 120px);
  overflow: hidden;
}
.bs-swiper-container .swiper-button-prev {
  left: -10px;
}
.bs-swiper-container .swiper-button-next {
  right: -10px;
}
.bs-swiper-container .swiper {
  opacity: 0;
}
.bs-swiper-container .swiper.swiper-initialized {
  opacity: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 9px !important;
  height: 14px !important;
}

.swiper-catalogue .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.swiper-catalogue .swiper-slide > * {
  flex-shrink: 0;
}

.swiper-catalogue .swiper-slide > *:last-child {
  flex-grow: 1;
}

.swiper-catalogue .swiper-wrapper-hold {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.swiper-catalogue .swiper-slide,
.swiper-catalogue .swiper-slide-hold {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.swiper-catalogue .product-img-container,
.swiper-catalogue .bs-product-container {
  width: 100%;
  max-width: 100%;
}

.swiper-catalogue .product-image-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 580px) {
  .bs-swiper-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
/*
.swiper-catalogue{
  .product-img-container{
    height: 214px!important;
  }
}
  */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
.bs-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #FFF;
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  height: 31px;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  /* 130% */
}
.bs-label svg {
  margin-right: 10px;
  max-height: 25px;
  width: auto;
}
.bs-label .bs-label-info {
  display: none;
}
.bs-label .bs-label-info a {
  color: #000;
  text-decoration: underline;
}
.bs-label.has-info:hover .bs-label-value {
  display: none;
}
.bs-label.has-info:hover .bs-label-info {
  width: auto;
  display: block;
  font-size: 14px;
  line-height: 15px;
}

.bs-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.bs-labels .bs-label {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .bs-labels {
    gap: 10px;
  }
}

.bs-label-icon-carbone {
  width: 17px;
  height: 17px;
  background-image: url(assets/icons/co2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.bs-label-icon-origine {
  width: 13px;
  height: 15px;
  background-image: url(assets/icons/origine.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

body.besight-blur-label-value-guest .bs-label.has-info:hover .bs-label-value {
  display: inline;
}
body.besight-blur-label-value-guest .bs-label.has-info:hover .bs-label-info {
  display: none !important;
}
body.besight-blur-label-value-guest .bs-label-value {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  cursor: help;
  user-select: none;
}
body.besight-blur-label-value-guest .bs-label[data-besight-tooltip],
body.besight-blur-label-value-guest .bs-label-value[data-besight-tooltip] {
  position: relative;
}
body.besight-blur-label-value-guest {
  /* Infobulle injectée par blur-label-value-guest.js (évite attr() / Unicode en CSS) */
}
body.besight-blur-label-value-guest .besight-blur-tooltip-popup {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 6px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
  white-space: normal;
  max-width: min(280px, 85vw);
  width: max-content;
  text-align: center;
  border-radius: 4px;
  z-index: 10050;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
.product-img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-img-container .product-image-thumbnail {
  background: #F6F4F0;
}
.product-img-container .product-image-thumbnail img {
  width: 100%;
  display: block;
  height: auto;
  max-width: 100%;
}
.product-img-container:hover {
  cursor: pointer;
}
.product-img-container .product-img-content {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product-img-container .bs-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.product-img-container .bs-labels .bs-label {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 2px 10px;
}
@media (max-width: 580px) {
  .product-img-container .bs-labels {
    gap: 10px;
  }
}

.bs-product-infos {
  padding: 0 20px;
}

.bs-product-title {
  margin-top: 20px;
  text-align: center;
}
.bs-product-title a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 580px) {
  .bs-product-title {
    font-size: 24.027px;
  }
}

.bs-product-price {
  margin-top: 12px;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 580px) {
  .bs-product-price {
    font-size: 20.423px;
  }
}

.bs-product-container {
  display: block;
  width: 100%;
}
@media (max-width: 580px) {
  .bs-product-container {
    margin-bottom: 50px;
  }
}

/*
.product-img-container-thumbnail {
  img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
}
*/
.list-idea ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}
.list-idea li {
  padding-left: 30px;
  background-image: url("assets/icons/list-idea.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  margin-bottom: 14px;
}
.list-idea li:last-child {
  margin-bottom: 0;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-cover-gradient-white {
  position: relative;
}
.bg-cover-gradient-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}
.bg-cover-gradient-white > .container {
  position: relative;
  z-index: 2;
}

/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
/**
 * Ajustements mobile globaux — alignés design system Sobery.
 * Breakpoint mobile Besight : max-width 580px.
 */
@media (max-width: 580px) {
  #footer {
    margin: 3rem auto 2rem;
  }
  #footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .col-100.flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-col {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .footer-socials {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .footer-socials a {
    margin-right: 0;
  }
  .container {
    max-width: calc(100% - 24px);
    padding-left: 12px;
    padding-right: 12px;
  }
  .bs-titre-page {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
  .bs-titre-page h1, .bs-titre-page .h1 {
    line-height: 1.1 !important;
  }
  .bs-titre-page .bs-content,
  .bs-titre-page .bs-content-mobile {
    width: 100%;
  }
  p {
    margin-bottom: 1rem;
  }
  .col-50,
  .col-40,
  .col-33,
  .col-60,
  .col-66 {
    width: 100%;
    max-width: 100%;
  }
}
body {
  overflow-x: hidden;
}

.grecaptcha-badge {
  display: none !important;
}

.img-fluid {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
