@charset "UTF-8";
@font-face {
  font-family: "DM Sans 700";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/DM_Sans/static/DMSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans 600";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/DM_Sans/static/DMSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans 500";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/DM_Sans/static/DMSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/DM_Sans/static/DMSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "F37 Bobby";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/F37-Bobby.ttf") format("truetype");
}
/*!
* KNACSS Reborn: Just keep it simple!
* @author: Alsacreations
* v8.2 2022/01
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Reset (base)                */
/* ----------------------------- */
/*
 * 1. Switch to border-box model for all elements
 * 2. Avoid min-width: auto on flex and grid items
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  /* 1 */
  min-width: 0;
  /* 2 */
}

/*
 * 1. Remove the grey highlight on links in iOS 
 * 2. Prevent orientation font changes in iOS
 * 3. Breaks words to prevent overflow in all browsers
 */
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

figure {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  background-color: #ffffff;
  color: #34495e;
}

/*
 * Headings
 */
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
  color: #b1afff;
}

/*
 * Links
 */
a {
  color: #34495e;
  text-decoration: underline;
}

a:focus,
a:hover,
a:active {
  color: #34495e;
  text-decoration: underline;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/*
 * Vertical rythm
 */
h1,
.h1-like,
h2,
.h2-like {
  margin-top: 0;
  margin-bottom: 1rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like,
dt,
dd {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

blockquote {
  border-left: 4px solid #b1afff;
  color: #b1afff;
  margin-left: 0;
  padding-left: 20px;
  margin: 30px 0;
}

/*
 * Nested elements
 */
ol ol,
ol ul,
ul ol,
ul ul,
li ul,
li ol,
nav ul,
nav ol,
li p,
li .p-like {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Lists
 */
ul,
ol {
  padding-left: 1rem;
}

nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

/*
 * Embed content
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
table,
td,
blockquote,
pre,
code,
input,
textarea,
select,
video,
svg,
iframe {
  max-width: 100%;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
}

img {
  border-style: none;
}

/**
 * Remove the border on iframes in all browsers
 */
iframe {
  border-style: none;
}

/*
 * Fill color matching to text color
 */
svg:not([fill]) {
  fill: currentColor;
}

/*
 * Hide the overflow in IE
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * Tables
 */
table {
  border-collapse: collapse;
}

/*
 * Rulers
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 1rem 0;
  clear: both;
  color: inherit;
}

/*
 * table styles
 */
table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 1rem;
}

/* 
 * Hidden but not for an assistive technology like a screen reader, Yahoo! method 
 */
.visually-hidden,
.sr-only {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

/*
 * Disable animations styles when reduced motion is enabled
 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition: none !important;
  }
}
/*
 * Change the cursor on busy elements in all browsers.
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers.
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers.
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers.
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ----------------------------- */
/* ==Reset (forms)               */
/* ----------------------------- */
/*
 * Remove the tapping delay on clickable elements in all browsers .
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

/*
 * 1. Change the inconsistent appearance in all browsers.
 * 2. Add typography inheritance in all browsers.
 */
button,
input,
select,
textarea {
  margin: 0;
  background-color: transparent; /* 1 */
  color: inherit; /* 1 */
  font-family: inherit; /* 2 */
  font-size: inherit; /* 2 */
  line-height: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  vertical-align: middle;
}

/*
 * Basic User Interface reset
 */
button,
input:not([type=radio]):not([type=checkbox]),
select,
textarea {
  border: 0;
}

/*
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

pre {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  white-space: pre-wrap;
  line-height: normal;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/*
 * Show overflow in IE/Edge
 */
button,
input {
  overflow: visible;
}

/* 
 * Remove the inheritance of text transform in Firefox
 */
button,
select {
  text-transform: none;
}

/*
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

form,
fieldset {
  border: none;
}

fieldset {
  margin: 0;
  padding: 1rem;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0 0.25rem;
  border: 0;
  color: inherit;
  white-space: normal;
}

label {
  display: inline-block;
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  white-space: pre-wrap;
}

progress {
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

/* ----------------------------- */
/* Form oddities                 */
/* ----------------------------- */
/*
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/*
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
.p-like,
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like,
blockquote,
label,
ul,
ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
.p-like,
blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
ul,
ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------  */
/* ==Layout classes              */
/* ----------------------------- */
/* Global container */
.layout-maxed {
  display: grid;
}
@media (min-width: 576px) {
  .layout-maxed {
    grid-template-columns: minmax(0.75rem, 1fr) minmax(auto, 576px) minmax(0.75rem, 1fr);
  }
}
@media (min-width: 992px) {
  .layout-maxed {
    grid-template-columns: minmax(0.75rem, 1fr) minmax(auto, 992px) minmax(0.75rem, 1fr);
  }
}
@media (min-width: 1400px) {
  .layout-maxed {
    grid-template-columns: minmax(0.75rem, 1fr) minmax(auto, 1400px) minmax(0.75rem, 1fr);
  }
}

/* Center all children */
.layout-maxed > * {
  grid-column: 2;
}

/* Hero box  */
.layout-hero {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: inherit;
}

.layout-hero > * {
  grid-column: 2;
}

/* Hero image */
.layout-hero-img {
  grid-column: 1/-1;
  justify-self: center;
  max-width: 100%;
}

/* 
 * Global utility classes 
 */
.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

.flex-no-wrap {
  flex-wrap: nowrap;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-smaller {
  font-size: smaller;
}

.text-larger {
  font-size: larger;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-wrap {
  overflow-wrap: break-word;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.align-start {
  align-content: start;
}

.align-end {
  align-content: end;
}

.align-center {
  align-content: center;
}

.align-between {
  align-content: space-between;
}

.align-around {
  align-content: space-around;
}

.align-evenly {
  align-content: space-evenly;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.place-center {
  place-content: center;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-stretch {
  align-self: stretch;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.item-first {
  order: -100;
}

.item-last {
  order: 100;
}

@media (min-width: 576px) {
  .sm\:hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1400px) {
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 576px) {
  .sm\:block {
    display: block;
  }
}
@media (min-width: 992px) {
  .md\:block {
    display: block;
  }
}
@media (min-width: 1400px) {
  .lg\:block {
    display: block;
  }
}
@media (min-width: 576px) {
  .sm\:inline {
    display: inline;
  }
}
@media (min-width: 992px) {
  .md\:inline {
    display: inline;
  }
}
@media (min-width: 1400px) {
  .lg\:inline {
    display: inline;
  }
}
@media (min-width: 576px) {
  .sm\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .lg\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .sm\:flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .md\:flex {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .lg\:flex {
    display: flex;
  }
}
@media (min-width: 576px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .sm\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) {
  .sm\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 992px) {
  .md\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-shrink {
    flex-shrink: 1;
  }
}
@media (min-width: 576px) {
  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .md\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }
}
@media (min-width: 576px) {
  .sm\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .md\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-grow {
    flex-grow: 1;
  }
}
@media (min-width: 576px) {
  .sm\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .md\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 1400px) {
  .lg\:flex-no-grow {
    flex-grow: 0;
  }
}
@media (min-width: 576px) {
  .sm\:float-left {
    float: left;
  }
}
@media (min-width: 992px) {
  .md\:float-left {
    float: left;
  }
}
@media (min-width: 1400px) {
  .lg\:float-left {
    float: left;
  }
}
@media (min-width: 576px) {
  .sm\:float-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .md\:float-right {
    float: right;
  }
}
@media (min-width: 1400px) {
  .lg\:float-right {
    float: right;
  }
}
@media (min-width: 576px) {
  .sm\:float-none {
    float: none;
  }
}
@media (min-width: 992px) {
  .md\:float-none {
    float: none;
  }
}
@media (min-width: 1400px) {
  .lg\:float-none {
    float: none;
  }
}
@media (min-width: 576px) {
  .sm\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .md\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 1400px) {
  .lg\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 576px) {
  .sm\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 992px) {
  .md\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 1400px) {
  .lg\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 576px) {
  .sm\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .md\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1400px) {
  .lg\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 576px) {
  .sm\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 992px) {
  .md\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1400px) {
  .lg\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 576px) {
  .sm\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 992px) {
  .md\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 1400px) {
  .lg\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 576px) {
  .sm\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 992px) {
  .md\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 1400px) {
  .lg\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 576px) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .sm\:text-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .md\:text-center {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .lg\:text-center {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .lg\:text-right {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .md\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1400px) {
  .lg\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 576px) {
  .sm\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 992px) {
  .md\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1400px) {
  .lg\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 576px) {
  .sm\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .sm\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .sm\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .md\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width: 576px) {
  .sm\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 992px) {
  .md\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 576px) {
  .sm\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 992px) {
  .md\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 576px) {
  .sm\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 992px) {
  .md\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 576px) {
  .sm\:align-start {
    align-content: start;
  }
}
@media (min-width: 992px) {
  .md\:align-start {
    align-content: start;
  }
}
@media (min-width: 1400px) {
  .lg\:align-start {
    align-content: start;
  }
}
@media (min-width: 576px) {
  .sm\:align-end {
    align-content: end;
  }
}
@media (min-width: 992px) {
  .md\:align-end {
    align-content: end;
  }
}
@media (min-width: 1400px) {
  .lg\:align-end {
    align-content: end;
  }
}
@media (min-width: 576px) {
  .sm\:align-center {
    align-content: center;
  }
}
@media (min-width: 992px) {
  .md\:align-center {
    align-content: center;
  }
}
@media (min-width: 1400px) {
  .lg\:align-center {
    align-content: center;
  }
}
@media (min-width: 576px) {
  .sm\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 992px) {
  .md\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 1400px) {
  .lg\:align-between {
    align-content: space-between;
  }
}
@media (min-width: 576px) {
  .sm\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 992px) {
  .md\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 1400px) {
  .lg\:align-around {
    align-content: space-around;
  }
}
@media (min-width: 576px) {
  .sm\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .md\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .lg\:align-evenly {
    align-content: space-evenly;
  }
}
@media (min-width: 576px) {
  .sm\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .md\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .lg\:align-items-start {
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .sm\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .md\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .lg\:align-items-end {
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .sm\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .md\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .lg\:align-items-center {
    align-items: center;
  }
}
@media (min-width: 576px) {
  .sm\:place-center {
    place-content: center;
  }
}
@media (min-width: 992px) {
  .md\:place-center {
    place-content: center;
  }
}
@media (min-width: 1400px) {
  .lg\:place-center {
    place-content: center;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-auto {
    justify-self: auto;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-start {
    justify-self: start;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-end {
    justify-self: end;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-center {
    justify-self: center;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 1400px) {
  .lg\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 992px) {
  .md\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-auto {
    align-self: auto;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 992px) {
  .md\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-start {
    align-self: flex-start;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .md\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-end {
    align-self: flex-end;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 992px) {
  .md\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-center {
    align-self: center;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .md\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1400px) {
  .lg\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width: 576px) {
  .sm\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .md\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1400px) {
  .lg\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 576px) {
  .sm\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .md\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1400px) {
  .lg\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 576px) {
  .sm\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .md\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1400px) {
  .lg\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 576px) {
  .sm\:item-first {
    order: -100;
  }
}
@media (min-width: 992px) {
  .md\:item-first {
    order: -100;
  }
}
@media (min-width: 1400px) {
  .lg\:item-first {
    order: -100;
  }
}
@media (min-width: 576px) {
  .sm\:item-last {
    order: 100;
  }
}
@media (min-width: 992px) {
  .md\:item-last {
    order: 100;
  }
}
@media (min-width: 1400px) {
  .lg\:item-last {
    order: 100;
  }
}
.is-unstyled {
  list-style: none;
  padding-left: 0;
}

.is-disabled,
[disabled] {
  opacity: 0.6;
  cursor: not-allowed !important;
  filter: grayscale(1);
}

.text-normal {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

@media (min-width: 576px) {
  .sm\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .sm\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .sm\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }
  .sm\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 992px) {
  .md\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .md\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .md\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }
  .md\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 1400px) {
  .lg\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .lg\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .lg\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }
  .lg\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
/* Font sizes utility classes */
.text-10 {
  font-size: 0.625rem;
}

.text-11 {
  font-size: 0.6875rem;
}

.text-12 {
  font-size: 0.75rem;
}

.text-13 {
  font-size: 0.813rem;
}

.text-14 {
  font-size: 0.875rem;
}

.text-15 {
  font-size: 0.938rem;
}

.text-16 {
  font-size: 1rem;
}

.text-17 {
  font-size: 1.063rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-22 {
  font-size: 1.375rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-26 {
  font-size: 1.625rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-30 {
  font-size: 1.875rem;
}

.text-32 {
  font-size: 2rem;
}

.text-34 {
  font-size: 2.125rem;
}

.text-36 {
  font-size: 2.25rem;
}

.text-38 {
  font-size: 2.375rem;
}

.text-42 {
  font-size: 2.625rem;
}

.text-60 {
  font-size: 3.75rem;
}

.text-base {
  font-size: 1rem;
}

.text-inherit {
  font-size: inherit;
}

@media (min-width: 576px) {
  .sm\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 992px) {
  .md\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 992px) {
  .md\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .md\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-13 {
    font-size: 0.813rem;
  }
}
@media (min-width: 992px) {
  .md\:text-13 {
    font-size: 0.813rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-13 {
    font-size: 0.813rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .md\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-15 {
    font-size: 0.938rem;
  }
}
@media (min-width: 992px) {
  .md\:text-15 {
    font-size: 0.938rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-15 {
    font-size: 0.938rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .md\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-17 {
    font-size: 1.063rem;
  }
}
@media (min-width: 992px) {
  .md\:text-17 {
    font-size: 1.063rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-17 {
    font-size: 1.063rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .md\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .md\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .md\:text-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-22 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .md\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-26 {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .md\:text-26 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-26 {
    font-size: 1.625rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .md\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-28 {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .md\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-32 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .md\:text-32 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-32 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .md\:text-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-34 {
    font-size: 2.125rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .md\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 992px) {
  .md\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-38 {
    font-size: 2.375rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 992px) {
  .md\:text-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-42 {
    font-size: 2.625rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .md\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .md\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .lg\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .md\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 1400px) {
  .lg\:text-inherit {
    font-size: inherit;
  }
}
/* Spacers utility classes */
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pr-0 {
    padding-right: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pl-0 {
    padding-left: 0;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .md\:p-0 {
    padding: 0;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-1 {
  padding: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.m-1 {
  margin: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

@media (min-width: 576px) {
  .sm\:p-1 {
    padding: 1px;
  }
  .sm\:pt-1 {
    padding-top: 1px;
  }
  .sm\:pr-1 {
    padding-right: 1px;
  }
  .sm\:pb-1 {
    padding-bottom: 1px;
  }
  .sm\:pl-1 {
    padding-left: 1px;
  }
  .sm\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .sm\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .sm\:m-1 {
    margin: 1px;
  }
  .sm\:mt-1 {
    margin-top: 1px;
  }
  .sm\:mr-1 {
    margin-right: 1px;
  }
  .sm\:mb-1 {
    margin-bottom: 1px;
  }
  .sm\:ml-1 {
    margin-left: 1px;
  }
  .sm\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .sm\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 992px) {
  .md\:p-1 {
    padding: 1px;
  }
  .md\:pt-1 {
    padding-top: 1px;
  }
  .md\:pr-1 {
    padding-right: 1px;
  }
  .md\:pb-1 {
    padding-bottom: 1px;
  }
  .md\:pl-1 {
    padding-left: 1px;
  }
  .md\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .md\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .md\:m-1 {
    margin: 1px;
  }
  .md\:mt-1 {
    margin-top: 1px;
  }
  .md\:mr-1 {
    margin-right: 1px;
  }
  .md\:mb-1 {
    margin-bottom: 1px;
  }
  .md\:ml-1 {
    margin-left: 1px;
  }
  .md\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .md\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1400px) {
  .lg\:p-1 {
    padding: 1px;
  }
  .lg\:pt-1 {
    padding-top: 1px;
  }
  .lg\:pr-1 {
    padding-right: 1px;
  }
  .lg\:pb-1 {
    padding-bottom: 1px;
  }
  .lg\:pl-1 {
    padding-left: 1px;
  }
  .lg\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .lg\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .lg\:m-1 {
    margin: 1px;
  }
  .lg\:mt-1 {
    margin-top: 1px;
  }
  .lg\:mr-1 {
    margin-right: 1px;
  }
  .lg\:mb-1 {
    margin-bottom: 1px;
  }
  .lg\:ml-1 {
    margin-left: 1px;
  }
  .lg\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .lg\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
.p-2 {
  padding: 0.125rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pr-2 {
  padding-right: 0.125rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.pl-2 {
  padding-left: 0.125rem;
}

.px-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.m-2 {
  margin: 0.125rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.mr-2 {
  margin-right: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.ml-2 {
  margin-left: 0.125rem;
}

.mx-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

@media (min-width: 576px) {
  .sm\:p-2 {
    padding: 0.125rem;
  }
  .sm\:pt-2 {
    padding-top: 0.125rem;
  }
  .sm\:pr-2 {
    padding-right: 0.125rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .sm\:pl-2 {
    padding-left: 0.125rem;
  }
  .sm\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .sm\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .sm\:m-2 {
    margin: 0.125rem;
  }
  .sm\:mt-2 {
    margin-top: 0.125rem;
  }
  .sm\:mr-2 {
    margin-right: 0.125rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .sm\:ml-2 {
    margin-left: 0.125rem;
  }
  .sm\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .sm\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 992px) {
  .md\:p-2 {
    padding: 0.125rem;
  }
  .md\:pt-2 {
    padding-top: 0.125rem;
  }
  .md\:pr-2 {
    padding-right: 0.125rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .md\:pl-2 {
    padding-left: 0.125rem;
  }
  .md\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .md\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .md\:m-2 {
    margin: 0.125rem;
  }
  .md\:mt-2 {
    margin-top: 0.125rem;
  }
  .md\:mr-2 {
    margin-right: 0.125rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .md\:ml-2 {
    margin-left: 0.125rem;
  }
  .md\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .md\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-2 {
    padding: 0.125rem;
  }
  .lg\:pt-2 {
    padding-top: 0.125rem;
  }
  .lg\:pr-2 {
    padding-right: 0.125rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .lg\:pl-2 {
    padding-left: 0.125rem;
  }
  .lg\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .lg\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .lg\:m-2 {
    margin: 0.125rem;
  }
  .lg\:mt-2 {
    margin-top: 0.125rem;
  }
  .lg\:mr-2 {
    margin-right: 0.125rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .lg\:ml-2 {
    margin-left: 0.125rem;
  }
  .lg\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .lg\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
.p-4 {
  padding: 0.25rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-4 {
  margin: 0.25rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.ml-4 {
  margin-left: 0.25rem;
}

.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .sm\:p-4 {
    padding: 0.25rem;
  }
  .sm\:pt-4 {
    padding-top: 0.25rem;
  }
  .sm\:pr-4 {
    padding-right: 0.25rem;
  }
  .sm\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .sm\:pl-4 {
    padding-left: 0.25rem;
  }
  .sm\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:m-4 {
    margin: 0.25rem;
  }
  .sm\:mt-4 {
    margin-top: 0.25rem;
  }
  .sm\:mr-4 {
    margin-right: 0.25rem;
  }
  .sm\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .sm\:ml-4 {
    margin-left: 0.25rem;
  }
  .sm\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 992px) {
  .md\:p-4 {
    padding: 0.25rem;
  }
  .md\:pt-4 {
    padding-top: 0.25rem;
  }
  .md\:pr-4 {
    padding-right: 0.25rem;
  }
  .md\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .md\:pl-4 {
    padding-left: 0.25rem;
  }
  .md\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:m-4 {
    margin: 0.25rem;
  }
  .md\:mt-4 {
    margin-top: 0.25rem;
  }
  .md\:mr-4 {
    margin-right: 0.25rem;
  }
  .md\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .md\:ml-4 {
    margin-left: 0.25rem;
  }
  .md\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .md\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-4 {
    padding: 0.25rem;
  }
  .lg\:pt-4 {
    padding-top: 0.25rem;
  }
  .lg\:pr-4 {
    padding-right: 0.25rem;
  }
  .lg\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .lg\:pl-4 {
    padding-left: 0.25rem;
  }
  .lg\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lg\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:m-4 {
    margin: 0.25rem;
  }
  .lg\:mt-4 {
    margin-top: 0.25rem;
  }
  .lg\:mr-4 {
    margin-right: 0.25rem;
  }
  .lg\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .lg\:ml-4 {
    margin-left: 0.25rem;
  }
  .lg\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.p-8 {
  padding: 0.5rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-8 {
  margin: 0.5rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .sm\:p-8 {
    padding: 0.5rem;
  }
  .sm\:pt-8 {
    padding-top: 0.5rem;
  }
  .sm\:pr-8 {
    padding-right: 0.5rem;
  }
  .sm\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .sm\:pl-8 {
    padding-left: 0.5rem;
  }
  .sm\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:m-8 {
    margin: 0.5rem;
  }
  .sm\:mt-8 {
    margin-top: 0.5rem;
  }
  .sm\:mr-8 {
    margin-right: 0.5rem;
  }
  .sm\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-8 {
    margin-left: 0.5rem;
  }
  .sm\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-8 {
    padding: 0.5rem;
  }
  .md\:pt-8 {
    padding-top: 0.5rem;
  }
  .md\:pr-8 {
    padding-right: 0.5rem;
  }
  .md\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .md\:pl-8 {
    padding-left: 0.5rem;
  }
  .md\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:m-8 {
    margin: 0.5rem;
  }
  .md\:mt-8 {
    margin-top: 0.5rem;
  }
  .md\:mr-8 {
    margin-right: 0.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .md\:ml-8 {
    margin-left: 0.5rem;
  }
  .md\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-8 {
    padding: 0.5rem;
  }
  .lg\:pt-8 {
    padding-top: 0.5rem;
  }
  .lg\:pr-8 {
    padding-right: 0.5rem;
  }
  .lg\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .lg\:pl-8 {
    padding-left: 0.5rem;
  }
  .lg\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:m-8 {
    margin: 0.5rem;
  }
  .lg\:mt-8 {
    margin-top: 0.5rem;
  }
  .lg\:mr-8 {
    margin-right: 0.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .lg\:ml-8 {
    margin-left: 0.5rem;
  }
  .lg\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.p-12 {
  padding: 0.75rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.m-12 {
  margin: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .sm\:p-12 {
    padding: 0.75rem;
  }
  .sm\:pt-12 {
    padding-top: 0.75rem;
  }
  .sm\:pr-12 {
    padding-right: 0.75rem;
  }
  .sm\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .sm\:pl-12 {
    padding-left: 0.75rem;
  }
  .sm\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:m-12 {
    margin: 0.75rem;
  }
  .sm\:mt-12 {
    margin-top: 0.75rem;
  }
  .sm\:mr-12 {
    margin-right: 0.75rem;
  }
  .sm\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .sm\:ml-12 {
    margin-left: 0.75rem;
  }
  .sm\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 992px) {
  .md\:p-12 {
    padding: 0.75rem;
  }
  .md\:pt-12 {
    padding-top: 0.75rem;
  }
  .md\:pr-12 {
    padding-right: 0.75rem;
  }
  .md\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .md\:pl-12 {
    padding-left: 0.75rem;
  }
  .md\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:m-12 {
    margin: 0.75rem;
  }
  .md\:mt-12 {
    margin-top: 0.75rem;
  }
  .md\:mr-12 {
    margin-right: 0.75rem;
  }
  .md\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .md\:ml-12 {
    margin-left: 0.75rem;
  }
  .md\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-12 {
    padding: 0.75rem;
  }
  .lg\:pt-12 {
    padding-top: 0.75rem;
  }
  .lg\:pr-12 {
    padding-right: 0.75rem;
  }
  .lg\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .lg\:pl-12 {
    padding-left: 0.75rem;
  }
  .lg\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:m-12 {
    margin: 0.75rem;
  }
  .lg\:mt-12 {
    margin-top: 0.75rem;
  }
  .lg\:mr-12 {
    margin-right: 0.75rem;
  }
  .lg\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .lg\:ml-12 {
    margin-left: 0.75rem;
  }
  .lg\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.p-16 {
  padding: 1rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-16 {
  margin: 1rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.ml-16 {
  margin-left: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .sm\:p-16 {
    padding: 1rem;
  }
  .sm\:pt-16 {
    padding-top: 1rem;
  }
  .sm\:pr-16 {
    padding-right: 1rem;
  }
  .sm\:pb-16 {
    padding-bottom: 1rem;
  }
  .sm\:pl-16 {
    padding-left: 1rem;
  }
  .sm\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:m-16 {
    margin: 1rem;
  }
  .sm\:mt-16 {
    margin-top: 1rem;
  }
  .sm\:mr-16 {
    margin-right: 1rem;
  }
  .sm\:mb-16 {
    margin-bottom: 1rem;
  }
  .sm\:ml-16 {
    margin-left: 1rem;
  }
  .sm\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .md\:p-16 {
    padding: 1rem;
  }
  .md\:pt-16 {
    padding-top: 1rem;
  }
  .md\:pr-16 {
    padding-right: 1rem;
  }
  .md\:pb-16 {
    padding-bottom: 1rem;
  }
  .md\:pl-16 {
    padding-left: 1rem;
  }
  .md\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:m-16 {
    margin: 1rem;
  }
  .md\:mt-16 {
    margin-top: 1rem;
  }
  .md\:mr-16 {
    margin-right: 1rem;
  }
  .md\:mb-16 {
    margin-bottom: 1rem;
  }
  .md\:ml-16 {
    margin-left: 1rem;
  }
  .md\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-16 {
    padding: 1rem;
  }
  .lg\:pt-16 {
    padding-top: 1rem;
  }
  .lg\:pr-16 {
    padding-right: 1rem;
  }
  .lg\:pb-16 {
    padding-bottom: 1rem;
  }
  .lg\:pl-16 {
    padding-left: 1rem;
  }
  .lg\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:m-16 {
    margin: 1rem;
  }
  .lg\:mt-16 {
    margin-top: 1rem;
  }
  .lg\:mr-16 {
    margin-right: 1rem;
  }
  .lg\:mb-16 {
    margin-bottom: 1rem;
  }
  .lg\:ml-16 {
    margin-left: 1rem;
  }
  .lg\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-20 {
  padding: 1.25rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.m-20 {
  margin: 1.25rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .sm\:p-20 {
    padding: 1.25rem;
  }
  .sm\:pt-20 {
    padding-top: 1.25rem;
  }
  .sm\:pr-20 {
    padding-right: 1.25rem;
  }
  .sm\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .sm\:pl-20 {
    padding-left: 1.25rem;
  }
  .sm\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:m-20 {
    margin: 1.25rem;
  }
  .sm\:mt-20 {
    margin-top: 1.25rem;
  }
  .sm\:mr-20 {
    margin-right: 1.25rem;
  }
  .sm\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .sm\:ml-20 {
    margin-left: 1.25rem;
  }
  .sm\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .md\:p-20 {
    padding: 1.25rem;
  }
  .md\:pt-20 {
    padding-top: 1.25rem;
  }
  .md\:pr-20 {
    padding-right: 1.25rem;
  }
  .md\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .md\:pl-20 {
    padding-left: 1.25rem;
  }
  .md\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:m-20 {
    margin: 1.25rem;
  }
  .md\:mt-20 {
    margin-top: 1.25rem;
  }
  .md\:mr-20 {
    margin-right: 1.25rem;
  }
  .md\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .md\:ml-20 {
    margin-left: 1.25rem;
  }
  .md\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-20 {
    padding: 1.25rem;
  }
  .lg\:pt-20 {
    padding-top: 1.25rem;
  }
  .lg\:pr-20 {
    padding-right: 1.25rem;
  }
  .lg\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .lg\:pl-20 {
    padding-left: 1.25rem;
  }
  .lg\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:m-20 {
    margin: 1.25rem;
  }
  .lg\:mt-20 {
    margin-top: 1.25rem;
  }
  .lg\:mr-20 {
    margin-right: 1.25rem;
  }
  .lg\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .lg\:ml-20 {
    margin-left: 1.25rem;
  }
  .lg\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-24 {
  padding: 1.5rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-24 {
  margin: 1.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .sm\:p-24 {
    padding: 1.5rem;
  }
  .sm\:pt-24 {
    padding-top: 1.5rem;
  }
  .sm\:pr-24 {
    padding-right: 1.5rem;
  }
  .sm\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-24 {
    padding-left: 1.5rem;
  }
  .sm\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:m-24 {
    margin: 1.5rem;
  }
  .sm\:mt-24 {
    margin-top: 1.5rem;
  }
  .sm\:mr-24 {
    margin-right: 1.5rem;
  }
  .sm\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-24 {
    margin-left: 1.5rem;
  }
  .sm\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-24 {
    padding: 1.5rem;
  }
  .md\:pt-24 {
    padding-top: 1.5rem;
  }
  .md\:pr-24 {
    padding-right: 1.5rem;
  }
  .md\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-24 {
    padding-left: 1.5rem;
  }
  .md\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:m-24 {
    margin: 1.5rem;
  }
  .md\:mt-24 {
    margin-top: 1.5rem;
  }
  .md\:mr-24 {
    margin-right: 1.5rem;
  }
  .md\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-24 {
    margin-left: 1.5rem;
  }
  .md\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-24 {
    padding: 1.5rem;
  }
  .lg\:pt-24 {
    padding-top: 1.5rem;
  }
  .lg\:pr-24 {
    padding-right: 1.5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .lg\:pl-24 {
    padding-left: 1.5rem;
  }
  .lg\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:m-24 {
    margin: 1.5rem;
  }
  .lg\:mt-24 {
    margin-top: 1.5rem;
  }
  .lg\:mr-24 {
    margin-right: 1.5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .lg\:ml-24 {
    margin-left: 1.5rem;
  }
  .lg\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-36 {
  padding: 2.25rem;
}

.pt-36 {
  padding-top: 2.25rem;
}

.pr-36 {
  padding-right: 2.25rem;
}

.pb-36 {
  padding-bottom: 2.25rem;
}

.pl-36 {
  padding-left: 2.25rem;
}

.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.m-36 {
  margin: 2.25rem;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mr-36 {
  margin-right: 2.25rem;
}

.mb-36 {
  margin-bottom: 2.25rem;
}

.ml-36 {
  margin-left: 2.25rem;
}

.mx-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 576px) {
  .sm\:p-36 {
    padding: 2.25rem;
  }
  .sm\:pt-36 {
    padding-top: 2.25rem;
  }
  .sm\:pr-36 {
    padding-right: 2.25rem;
  }
  .sm\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .sm\:pl-36 {
    padding-left: 2.25rem;
  }
  .sm\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .sm\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .sm\:m-36 {
    margin: 2.25rem;
  }
  .sm\:mt-36 {
    margin-top: 2.25rem;
  }
  .sm\:mr-36 {
    margin-right: 2.25rem;
  }
  .sm\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .sm\:ml-36 {
    margin-left: 2.25rem;
  }
  .sm\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .sm\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 992px) {
  .md\:p-36 {
    padding: 2.25rem;
  }
  .md\:pt-36 {
    padding-top: 2.25rem;
  }
  .md\:pr-36 {
    padding-right: 2.25rem;
  }
  .md\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .md\:pl-36 {
    padding-left: 2.25rem;
  }
  .md\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:m-36 {
    margin: 2.25rem;
  }
  .md\:mt-36 {
    margin-top: 2.25rem;
  }
  .md\:mr-36 {
    margin-right: 2.25rem;
  }
  .md\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .md\:ml-36 {
    margin-left: 2.25rem;
  }
  .md\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .md\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:p-36 {
    padding: 2.25rem;
  }
  .lg\:pt-36 {
    padding-top: 2.25rem;
  }
  .lg\:pr-36 {
    padding-right: 2.25rem;
  }
  .lg\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .lg\:pl-36 {
    padding-left: 2.25rem;
  }
  .lg\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:m-36 {
    margin: 2.25rem;
  }
  .lg\:mt-36 {
    margin-top: 2.25rem;
  }
  .lg\:mr-36 {
    margin-right: 2.25rem;
  }
  .lg\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .lg\:ml-36 {
    margin-left: 2.25rem;
  }
  .lg\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .lg\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
.p-auto {
  padding: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 576px) {
  .sm\:p-auto {
    padding: auto;
  }
  .sm\:pt-auto {
    padding-top: auto;
  }
  .sm\:pr-auto {
    padding-right: auto;
  }
  .sm\:pb-auto {
    padding-bottom: auto;
  }
  .sm\:pl-auto {
    padding-left: auto;
  }
  .sm\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .sm\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:mt-auto {
    margin-top: auto;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mb-auto {
    margin-bottom: auto;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 992px) {
  .md\:p-auto {
    padding: auto;
  }
  .md\:pt-auto {
    padding-top: auto;
  }
  .md\:pr-auto {
    padding-right: auto;
  }
  .md\:pb-auto {
    padding-bottom: auto;
  }
  .md\:pl-auto {
    padding-left: auto;
  }
  .md\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .md\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mb-auto {
    margin-bottom: auto;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1400px) {
  .lg\:p-auto {
    padding: auto;
  }
  .lg\:pt-auto {
    padding-top: auto;
  }
  .lg\:pr-auto {
    padding-right: auto;
  }
  .lg\:pb-auto {
    padding-bottom: auto;
  }
  .lg\:pl-auto {
    padding-left: auto;
  }
  .lg\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .lg\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mb-auto {
    margin-bottom: auto;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
/* -------------------------------------------------- */
/* ==Grillade : système de micro-grille  de KNACSS   */
/* ------------------------------------------------ */
.grid {
  display: grid;
}
.grid.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 576px) {
  .sm\:grid {
    display: grid;
  }
}
@media (min-width: 992px) {
  .md\:grid {
    display: grid;
  }
}
@media (min-width: 1400px) {
  .lg\:grid {
    display: grid;
  }
}
/* grid-template-columns initialisation */
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-13 {
  grid-template-columns: repeat(13, minmax(0, 1fr));
}

.grid-cols-14 {
  grid-template-columns: repeat(14, minmax(0, 1fr));
}

.grid-cols-15 {
  grid-template-columns: repeat(15, minmax(0, 1fr));
}

.grid-cols-16 {
  grid-template-columns: repeat(16, minmax(0, 1fr));
}

.grid-cols-17 {
  grid-template-columns: repeat(17, minmax(0, 1fr));
}

.grid-cols-18 {
  grid-template-columns: repeat(18, minmax(0, 1fr));
}

.grid-cols-19 {
  grid-template-columns: repeat(19, minmax(0, 1fr));
}

.grid-cols-20 {
  grid-template-columns: repeat(20, minmax(0, 1fr));
}

.grid-cols-21 {
  grid-template-columns: repeat(21, minmax(0, 1fr));
}

.grid-cols-22 {
  grid-template-columns: repeat(22, minmax(0, 1fr));
}

.grid-cols-23 {
  grid-template-columns: repeat(23, minmax(0, 1fr));
}

.grid-cols-24 {
  grid-template-columns: repeat(24, minmax(0, 1fr));
}

/* grid-template-columns au sein des breakpoints */
@media (min-width: 576px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }
  .sm\:grid-cols-14 {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }
  .sm\:grid-cols-15 {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }
  .sm\:grid-cols-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }
  .sm\:grid-cols-17 {
    grid-template-columns: repeat(17, minmax(0, 1fr));
  }
  .sm\:grid-cols-18 {
    grid-template-columns: repeat(18, minmax(0, 1fr));
  }
  .sm\:grid-cols-19 {
    grid-template-columns: repeat(19, minmax(0, 1fr));
  }
  .sm\:grid-cols-20 {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }
  .sm\:grid-cols-21 {
    grid-template-columns: repeat(21, minmax(0, 1fr));
  }
  .sm\:grid-cols-22 {
    grid-template-columns: repeat(22, minmax(0, 1fr));
  }
  .sm\:grid-cols-23 {
    grid-template-columns: repeat(23, minmax(0, 1fr));
  }
  .sm\:grid-cols-24 {
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }
  .md\:grid-cols-14 {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }
  .md\:grid-cols-15 {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }
  .md\:grid-cols-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }
  .md\:grid-cols-17 {
    grid-template-columns: repeat(17, minmax(0, 1fr));
  }
  .md\:grid-cols-18 {
    grid-template-columns: repeat(18, minmax(0, 1fr));
  }
  .md\:grid-cols-19 {
    grid-template-columns: repeat(19, minmax(0, 1fr));
  }
  .md\:grid-cols-20 {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }
  .md\:grid-cols-21 {
    grid-template-columns: repeat(21, minmax(0, 1fr));
  }
  .md\:grid-cols-22 {
    grid-template-columns: repeat(22, minmax(0, 1fr));
  }
  .md\:grid-cols-23 {
    grid-template-columns: repeat(23, minmax(0, 1fr));
  }
  .md\:grid-cols-24 {
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-13 {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }
  .lg\:grid-cols-14 {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }
  .lg\:grid-cols-15 {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }
  .lg\:grid-cols-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }
  .lg\:grid-cols-17 {
    grid-template-columns: repeat(17, minmax(0, 1fr));
  }
  .lg\:grid-cols-18 {
    grid-template-columns: repeat(18, minmax(0, 1fr));
  }
  .lg\:grid-cols-19 {
    grid-template-columns: repeat(19, minmax(0, 1fr));
  }
  .lg\:grid-cols-20 {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }
  .lg\:grid-cols-21 {
    grid-template-columns: repeat(21, minmax(0, 1fr));
  }
  .lg\:grid-cols-22 {
    grid-template-columns: repeat(22, minmax(0, 1fr));
  }
  .lg\:grid-cols-23 {
    grid-template-columns: repeat(23, minmax(0, 1fr));
  }
  .lg\:grid-cols-24 {
    grid-template-columns: repeat(24, minmax(0, 1fr));
  }
}
/* gap initialisation */
.gap-0 {
  gap: 0;
}

.gap-x-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-5 {
  gap: 0.313rem;
}

.gap-x-5 {
  -moz-column-gap: 0.313rem;
       column-gap: 0.313rem;
}

.gap-y-5 {
  row-gap: 0.313rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-x-10 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-y-10 {
  row-gap: 0.625rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-x-16 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-16 {
  row-gap: 1rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-x-20 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-20 {
  row-gap: 1.25rem;
}

.gap-36 {
  gap: 2.25rem;
}

.gap-x-36 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-y-36 {
  row-gap: 2.25rem;
}

/* gap au sein des breakpoints */
@media (min-width: 576px) {
  .sm\:gap-0 {
    gap: 0;
  }
  .sm\:gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sm\:gap-y-0 {
    row-gap: 0;
  }
  .sm\:gap-5 {
    gap: 0.313rem;
  }
  .sm\:gap-x-5 {
    -moz-column-gap: 0.313rem;
         column-gap: 0.313rem;
  }
  .sm\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .sm\:gap-10 {
    gap: 0.625rem;
  }
  .sm\:gap-x-10 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .sm\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .sm\:gap-16 {
    gap: 1rem;
  }
  .sm\:gap-x-16 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .sm\:gap-y-16 {
    row-gap: 1rem;
  }
  .sm\:gap-20 {
    gap: 1.25rem;
  }
  .sm\:gap-x-20 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .sm\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .sm\:gap-36 {
    gap: 2.25rem;
  }
  .sm\:gap-x-36 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .sm\:gap-y-36 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 992px) {
  .md\:gap-0 {
    gap: 0;
  }
  .md\:gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:gap-5 {
    gap: 0.313rem;
  }
  .md\:gap-x-5 {
    -moz-column-gap: 0.313rem;
         column-gap: 0.313rem;
  }
  .md\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .md\:gap-10 {
    gap: 0.625rem;
  }
  .md\:gap-x-10 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .md\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .md\:gap-16 {
    gap: 1rem;
  }
  .md\:gap-x-16 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .md\:gap-y-16 {
    row-gap: 1rem;
  }
  .md\:gap-20 {
    gap: 1.25rem;
  }
  .md\:gap-x-20 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .md\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .md\:gap-36 {
    gap: 2.25rem;
  }
  .md\:gap-x-36 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .md\:gap-y-36 {
    row-gap: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .lg\:gap-0 {
    gap: 0;
  }
  .lg\:gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .lg\:gap-y-0 {
    row-gap: 0;
  }
  .lg\:gap-5 {
    gap: 0.313rem;
  }
  .lg\:gap-x-5 {
    -moz-column-gap: 0.313rem;
         column-gap: 0.313rem;
  }
  .lg\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .lg\:gap-10 {
    gap: 0.625rem;
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .lg\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .lg\:gap-16 {
    gap: 1rem;
  }
  .lg\:gap-x-16 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\:gap-y-16 {
    row-gap: 1rem;
  }
  .lg\:gap-20 {
    gap: 1.25rem;
  }
  .lg\:gap-x-20 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .lg\:gap-36 {
    gap: 2.25rem;
  }
  .lg\:gap-x-36 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .lg\:gap-y-36 {
    row-gap: 2.25rem;
  }
}
/* grid-items initialisation */
.col-start-1 {
  grid-column-start: 1;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-span-7 {
  grid-row: span 7/span 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-end-8 {
  grid-row-end: 8;
}

.row-span-8 {
  grid-row: span 8/span 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-9 {
  grid-row-start: 9;
}

.row-end-9 {
  grid-row-end: 9;
}

.row-span-9 {
  grid-row: span 9/span 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-end-10 {
  grid-row-end: 10;
}

.row-span-10 {
  grid-row: span 10/span 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-end-11 {
  grid-row-end: 11;
}

.row-span-11 {
  grid-row: span 11/span 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-end-12 {
  grid-row-end: 12;
}

.row-span-12 {
  grid-row: span 12/span 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-span-13 {
  grid-column: span 13/span 13;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-end-13 {
  grid-row-end: 13;
}

.row-span-13 {
  grid-row: span 13/span 13;
}

.col-start-14 {
  grid-column-start: 14;
}

.col-end-14 {
  grid-column-end: 14;
}

.col-span-14 {
  grid-column: span 14/span 14;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-14 {
  grid-row-start: 14;
}

.row-end-14 {
  grid-row-end: 14;
}

.row-span-14 {
  grid-row: span 14/span 14;
}

.col-start-15 {
  grid-column-start: 15;
}

.col-end-15 {
  grid-column-end: 15;
}

.col-span-15 {
  grid-column: span 15/span 15;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-15 {
  grid-row-start: 15;
}

.row-end-15 {
  grid-row-end: 15;
}

.row-span-15 {
  grid-row: span 15/span 15;
}

.col-start-16 {
  grid-column-start: 16;
}

.col-end-16 {
  grid-column-end: 16;
}

.col-span-16 {
  grid-column: span 16/span 16;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-16 {
  grid-row-start: 16;
}

.row-end-16 {
  grid-row-end: 16;
}

.row-span-16 {
  grid-row: span 16/span 16;
}

.col-start-17 {
  grid-column-start: 17;
}

.col-end-17 {
  grid-column-end: 17;
}

.col-span-17 {
  grid-column: span 17/span 17;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-17 {
  grid-row-start: 17;
}

.row-end-17 {
  grid-row-end: 17;
}

.row-span-17 {
  grid-row: span 17/span 17;
}

.col-start-18 {
  grid-column-start: 18;
}

.col-end-18 {
  grid-column-end: 18;
}

.col-span-18 {
  grid-column: span 18/span 18;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-18 {
  grid-row-start: 18;
}

.row-end-18 {
  grid-row-end: 18;
}

.row-span-18 {
  grid-row: span 18/span 18;
}

.col-start-19 {
  grid-column-start: 19;
}

.col-end-19 {
  grid-column-end: 19;
}

.col-span-19 {
  grid-column: span 19/span 19;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-19 {
  grid-row-start: 19;
}

.row-end-19 {
  grid-row-end: 19;
}

.row-span-19 {
  grid-row: span 19/span 19;
}

.col-start-20 {
  grid-column-start: 20;
}

.col-end-20 {
  grid-column-end: 20;
}

.col-span-20 {
  grid-column: span 20/span 20;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-20 {
  grid-row-start: 20;
}

.row-end-20 {
  grid-row-end: 20;
}

.row-span-20 {
  grid-row: span 20/span 20;
}

.col-start-21 {
  grid-column-start: 21;
}

.col-end-21 {
  grid-column-end: 21;
}

.col-span-21 {
  grid-column: span 21/span 21;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-21 {
  grid-row-start: 21;
}

.row-end-21 {
  grid-row-end: 21;
}

.row-span-21 {
  grid-row: span 21/span 21;
}

.col-start-22 {
  grid-column-start: 22;
}

.col-end-22 {
  grid-column-end: 22;
}

.col-span-22 {
  grid-column: span 22/span 22;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-22 {
  grid-row-start: 22;
}

.row-end-22 {
  grid-row-end: 22;
}

.row-span-22 {
  grid-row: span 22/span 22;
}

.col-start-23 {
  grid-column-start: 23;
}

.col-end-23 {
  grid-column-end: 23;
}

.col-span-23 {
  grid-column: span 23/span 23;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-23 {
  grid-row-start: 23;
}

.row-end-23 {
  grid-row-end: 23;
}

.row-span-23 {
  grid-row: span 23/span 23;
}

.col-start-24 {
  grid-column-start: 24;
}

.col-end-24 {
  grid-column-end: 24;
}

.col-span-24 {
  grid-column: span 24/span 24;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-24 {
  grid-row-start: 24;
}

.row-end-24 {
  grid-row-end: 24;
}

.row-span-24 {
  grid-row: span 24/span 24;
}

/* grid-items au sein des breakpoints */
@media (min-width: 576px) {
  .sm\:col-start-1 {
    grid-column-start: 1;
  }
  .sm\:col-end-1 {
    grid-column-end: 1;
  }
  .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-1 {
    grid-row-start: 1;
  }
  .sm\:row-end-1 {
    grid-row-end: 1;
  }
  .sm\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .sm\:col-start-2 {
    grid-column-start: 2;
  }
  .sm\:col-end-2 {
    grid-column-end: 2;
  }
  .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-2 {
    grid-row-start: 2;
  }
  .sm\:row-end-2 {
    grid-row-end: 2;
  }
  .sm\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .sm\:col-start-3 {
    grid-column-start: 3;
  }
  .sm\:col-end-3 {
    grid-column-end: 3;
  }
  .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-3 {
    grid-row-start: 3;
  }
  .sm\:row-end-3 {
    grid-row-end: 3;
  }
  .sm\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .sm\:col-start-4 {
    grid-column-start: 4;
  }
  .sm\:col-end-4 {
    grid-column-end: 4;
  }
  .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-4 {
    grid-row-start: 4;
  }
  .sm\:row-end-4 {
    grid-row-end: 4;
  }
  .sm\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .sm\:col-start-5 {
    grid-column-start: 5;
  }
  .sm\:col-end-5 {
    grid-column-end: 5;
  }
  .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-5 {
    grid-row-start: 5;
  }
  .sm\:row-end-5 {
    grid-row-end: 5;
  }
  .sm\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .sm\:col-start-6 {
    grid-column-start: 6;
  }
  .sm\:col-end-6 {
    grid-column-end: 6;
  }
  .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-6 {
    grid-row-start: 6;
  }
  .sm\:row-end-6 {
    grid-row-end: 6;
  }
  .sm\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .sm\:col-start-7 {
    grid-column-start: 7;
  }
  .sm\:col-end-7 {
    grid-column-end: 7;
  }
  .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-7 {
    grid-row-start: 7;
  }
  .sm\:row-end-7 {
    grid-row-end: 7;
  }
  .sm\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .sm\:col-start-8 {
    grid-column-start: 8;
  }
  .sm\:col-end-8 {
    grid-column-end: 8;
  }
  .sm\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-8 {
    grid-row-start: 8;
  }
  .sm\:row-end-8 {
    grid-row-end: 8;
  }
  .sm\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .sm\:col-start-9 {
    grid-column-start: 9;
  }
  .sm\:col-end-9 {
    grid-column-end: 9;
  }
  .sm\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-9 {
    grid-row-start: 9;
  }
  .sm\:row-end-9 {
    grid-row-end: 9;
  }
  .sm\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .sm\:col-start-10 {
    grid-column-start: 10;
  }
  .sm\:col-end-10 {
    grid-column-end: 10;
  }
  .sm\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-10 {
    grid-row-start: 10;
  }
  .sm\:row-end-10 {
    grid-row-end: 10;
  }
  .sm\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .sm\:col-start-11 {
    grid-column-start: 11;
  }
  .sm\:col-end-11 {
    grid-column-end: 11;
  }
  .sm\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-11 {
    grid-row-start: 11;
  }
  .sm\:row-end-11 {
    grid-row-end: 11;
  }
  .sm\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .sm\:col-start-12 {
    grid-column-start: 12;
  }
  .sm\:col-end-12 {
    grid-column-end: 12;
  }
  .sm\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-12 {
    grid-row-start: 12;
  }
  .sm\:row-end-12 {
    grid-row-end: 12;
  }
  .sm\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .sm\:col-start-13 {
    grid-column-start: 13;
  }
  .sm\:col-end-13 {
    grid-column-end: 13;
  }
  .sm\:col-span-13 {
    grid-column: span 13/span 13;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-13 {
    grid-row-start: 13;
  }
  .sm\:row-end-13 {
    grid-row-end: 13;
  }
  .sm\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .sm\:col-start-14 {
    grid-column-start: 14;
  }
  .sm\:col-end-14 {
    grid-column-end: 14;
  }
  .sm\:col-span-14 {
    grid-column: span 14/span 14;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-14 {
    grid-row-start: 14;
  }
  .sm\:row-end-14 {
    grid-row-end: 14;
  }
  .sm\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .sm\:col-start-15 {
    grid-column-start: 15;
  }
  .sm\:col-end-15 {
    grid-column-end: 15;
  }
  .sm\:col-span-15 {
    grid-column: span 15/span 15;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-15 {
    grid-row-start: 15;
  }
  .sm\:row-end-15 {
    grid-row-end: 15;
  }
  .sm\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .sm\:col-start-16 {
    grid-column-start: 16;
  }
  .sm\:col-end-16 {
    grid-column-end: 16;
  }
  .sm\:col-span-16 {
    grid-column: span 16/span 16;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-16 {
    grid-row-start: 16;
  }
  .sm\:row-end-16 {
    grid-row-end: 16;
  }
  .sm\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .sm\:col-start-17 {
    grid-column-start: 17;
  }
  .sm\:col-end-17 {
    grid-column-end: 17;
  }
  .sm\:col-span-17 {
    grid-column: span 17/span 17;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-17 {
    grid-row-start: 17;
  }
  .sm\:row-end-17 {
    grid-row-end: 17;
  }
  .sm\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .sm\:col-start-18 {
    grid-column-start: 18;
  }
  .sm\:col-end-18 {
    grid-column-end: 18;
  }
  .sm\:col-span-18 {
    grid-column: span 18/span 18;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-18 {
    grid-row-start: 18;
  }
  .sm\:row-end-18 {
    grid-row-end: 18;
  }
  .sm\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .sm\:col-start-19 {
    grid-column-start: 19;
  }
  .sm\:col-end-19 {
    grid-column-end: 19;
  }
  .sm\:col-span-19 {
    grid-column: span 19/span 19;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-19 {
    grid-row-start: 19;
  }
  .sm\:row-end-19 {
    grid-row-end: 19;
  }
  .sm\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .sm\:col-start-20 {
    grid-column-start: 20;
  }
  .sm\:col-end-20 {
    grid-column-end: 20;
  }
  .sm\:col-span-20 {
    grid-column: span 20/span 20;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-20 {
    grid-row-start: 20;
  }
  .sm\:row-end-20 {
    grid-row-end: 20;
  }
  .sm\:row-span-20 {
    grid-row: span 20/span 20;
  }
  .sm\:col-start-21 {
    grid-column-start: 21;
  }
  .sm\:col-end-21 {
    grid-column-end: 21;
  }
  .sm\:col-span-21 {
    grid-column: span 21/span 21;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-21 {
    grid-row-start: 21;
  }
  .sm\:row-end-21 {
    grid-row-end: 21;
  }
  .sm\:row-span-21 {
    grid-row: span 21/span 21;
  }
  .sm\:col-start-22 {
    grid-column-start: 22;
  }
  .sm\:col-end-22 {
    grid-column-end: 22;
  }
  .sm\:col-span-22 {
    grid-column: span 22/span 22;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-22 {
    grid-row-start: 22;
  }
  .sm\:row-end-22 {
    grid-row-end: 22;
  }
  .sm\:row-span-22 {
    grid-row: span 22/span 22;
  }
  .sm\:col-start-23 {
    grid-column-start: 23;
  }
  .sm\:col-end-23 {
    grid-column-end: 23;
  }
  .sm\:col-span-23 {
    grid-column: span 23/span 23;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-23 {
    grid-row-start: 23;
  }
  .sm\:row-end-23 {
    grid-row-end: 23;
  }
  .sm\:row-span-23 {
    grid-row: span 23/span 23;
  }
  .sm\:col-start-24 {
    grid-column-start: 24;
  }
  .sm\:col-end-24 {
    grid-column-end: 24;
  }
  .sm\:col-span-24 {
    grid-column: span 24/span 24;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-24 {
    grid-row-start: 24;
  }
  .sm\:row-end-24 {
    grid-row-end: 24;
  }
  .sm\:row-span-24 {
    grid-row: span 24/span 24;
  }
}
@media (min-width: 992px) {
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-end-1 {
    grid-column-end: 1;
  }
  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  .md\:row-end-1 {
    grid-row-end: 1;
  }
  .md\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:col-end-2 {
    grid-column-end: 2;
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-2 {
    grid-row-start: 2;
  }
  .md\:row-end-2 {
    grid-row-end: 2;
  }
  .md\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:col-end-3 {
    grid-column-end: 3;
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-3 {
    grid-row-start: 3;
  }
  .md\:row-end-3 {
    grid-row-end: 3;
  }
  .md\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:col-end-4 {
    grid-column-end: 4;
  }
  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-4 {
    grid-row-start: 4;
  }
  .md\:row-end-4 {
    grid-row-end: 4;
  }
  .md\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .md\:col-end-5 {
    grid-column-end: 5;
  }
  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-5 {
    grid-row-start: 5;
  }
  .md\:row-end-5 {
    grid-row-end: 5;
  }
  .md\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  .md\:col-end-6 {
    grid-column-end: 6;
  }
  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-6 {
    grid-row-start: 6;
  }
  .md\:row-end-6 {
    grid-row-end: 6;
  }
  .md\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:col-end-7 {
    grid-column-end: 7;
  }
  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-7 {
    grid-row-start: 7;
  }
  .md\:row-end-7 {
    grid-row-end: 7;
  }
  .md\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:col-end-8 {
    grid-column-end: 8;
  }
  .md\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-8 {
    grid-row-start: 8;
  }
  .md\:row-end-8 {
    grid-row-end: 8;
  }
  .md\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  .md\:col-end-9 {
    grid-column-end: 9;
  }
  .md\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-9 {
    grid-row-start: 9;
  }
  .md\:row-end-9 {
    grid-row-end: 9;
  }
  .md\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .md\:col-start-10 {
    grid-column-start: 10;
  }
  .md\:col-end-10 {
    grid-column-end: 10;
  }
  .md\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-10 {
    grid-row-start: 10;
  }
  .md\:row-end-10 {
    grid-row-end: 10;
  }
  .md\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .md\:col-start-11 {
    grid-column-start: 11;
  }
  .md\:col-end-11 {
    grid-column-end: 11;
  }
  .md\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-11 {
    grid-row-start: 11;
  }
  .md\:row-end-11 {
    grid-row-end: 11;
  }
  .md\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .md\:col-start-12 {
    grid-column-start: 12;
  }
  .md\:col-end-12 {
    grid-column-end: 12;
  }
  .md\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-12 {
    grid-row-start: 12;
  }
  .md\:row-end-12 {
    grid-row-end: 12;
  }
  .md\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .md\:col-start-13 {
    grid-column-start: 13;
  }
  .md\:col-end-13 {
    grid-column-end: 13;
  }
  .md\:col-span-13 {
    grid-column: span 13/span 13;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-13 {
    grid-row-start: 13;
  }
  .md\:row-end-13 {
    grid-row-end: 13;
  }
  .md\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .md\:col-start-14 {
    grid-column-start: 14;
  }
  .md\:col-end-14 {
    grid-column-end: 14;
  }
  .md\:col-span-14 {
    grid-column: span 14/span 14;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-14 {
    grid-row-start: 14;
  }
  .md\:row-end-14 {
    grid-row-end: 14;
  }
  .md\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .md\:col-start-15 {
    grid-column-start: 15;
  }
  .md\:col-end-15 {
    grid-column-end: 15;
  }
  .md\:col-span-15 {
    grid-column: span 15/span 15;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-15 {
    grid-row-start: 15;
  }
  .md\:row-end-15 {
    grid-row-end: 15;
  }
  .md\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .md\:col-start-16 {
    grid-column-start: 16;
  }
  .md\:col-end-16 {
    grid-column-end: 16;
  }
  .md\:col-span-16 {
    grid-column: span 16/span 16;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-16 {
    grid-row-start: 16;
  }
  .md\:row-end-16 {
    grid-row-end: 16;
  }
  .md\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .md\:col-start-17 {
    grid-column-start: 17;
  }
  .md\:col-end-17 {
    grid-column-end: 17;
  }
  .md\:col-span-17 {
    grid-column: span 17/span 17;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-17 {
    grid-row-start: 17;
  }
  .md\:row-end-17 {
    grid-row-end: 17;
  }
  .md\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .md\:col-start-18 {
    grid-column-start: 18;
  }
  .md\:col-end-18 {
    grid-column-end: 18;
  }
  .md\:col-span-18 {
    grid-column: span 18/span 18;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-18 {
    grid-row-start: 18;
  }
  .md\:row-end-18 {
    grid-row-end: 18;
  }
  .md\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .md\:col-start-19 {
    grid-column-start: 19;
  }
  .md\:col-end-19 {
    grid-column-end: 19;
  }
  .md\:col-span-19 {
    grid-column: span 19/span 19;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-19 {
    grid-row-start: 19;
  }
  .md\:row-end-19 {
    grid-row-end: 19;
  }
  .md\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .md\:col-start-20 {
    grid-column-start: 20;
  }
  .md\:col-end-20 {
    grid-column-end: 20;
  }
  .md\:col-span-20 {
    grid-column: span 20/span 20;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-20 {
    grid-row-start: 20;
  }
  .md\:row-end-20 {
    grid-row-end: 20;
  }
  .md\:row-span-20 {
    grid-row: span 20/span 20;
  }
  .md\:col-start-21 {
    grid-column-start: 21;
  }
  .md\:col-end-21 {
    grid-column-end: 21;
  }
  .md\:col-span-21 {
    grid-column: span 21/span 21;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-21 {
    grid-row-start: 21;
  }
  .md\:row-end-21 {
    grid-row-end: 21;
  }
  .md\:row-span-21 {
    grid-row: span 21/span 21;
  }
  .md\:col-start-22 {
    grid-column-start: 22;
  }
  .md\:col-end-22 {
    grid-column-end: 22;
  }
  .md\:col-span-22 {
    grid-column: span 22/span 22;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-22 {
    grid-row-start: 22;
  }
  .md\:row-end-22 {
    grid-row-end: 22;
  }
  .md\:row-span-22 {
    grid-row: span 22/span 22;
  }
  .md\:col-start-23 {
    grid-column-start: 23;
  }
  .md\:col-end-23 {
    grid-column-end: 23;
  }
  .md\:col-span-23 {
    grid-column: span 23/span 23;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-23 {
    grid-row-start: 23;
  }
  .md\:row-end-23 {
    grid-row-end: 23;
  }
  .md\:row-span-23 {
    grid-row: span 23/span 23;
  }
  .md\:col-start-24 {
    grid-column-start: 24;
  }
  .md\:col-end-24 {
    grid-column-end: 24;
  }
  .md\:col-span-24 {
    grid-column: span 24/span 24;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-24 {
    grid-row-start: 24;
  }
  .md\:row-end-24 {
    grid-row-end: 24;
  }
  .md\:row-span-24 {
    grid-row: span 24/span 24;
  }
}
@media (min-width: 1400px) {
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-end-1 {
    grid-column-end: 1;
  }
  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .lg\:row-end-1 {
    grid-row-end: 1;
  }
  .lg\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-end-2 {
    grid-column-end: 2;
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .lg\:row-end-2 {
    grid-row-end: 2;
  }
  .lg\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:col-end-3 {
    grid-column-end: 3;
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-3 {
    grid-row-start: 3;
  }
  .lg\:row-end-3 {
    grid-row-end: 3;
  }
  .lg\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
  .lg\:col-end-4 {
    grid-column-end: 4;
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-4 {
    grid-row-start: 4;
  }
  .lg\:row-end-4 {
    grid-row-end: 4;
  }
  .lg\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
  .lg\:col-end-5 {
    grid-column-end: 5;
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-5 {
    grid-row-start: 5;
  }
  .lg\:row-end-5 {
    grid-row-end: 5;
  }
  .lg\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
  .lg\:col-end-6 {
    grid-column-end: 6;
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-6 {
    grid-row-start: 6;
  }
  .lg\:row-end-6 {
    grid-row-end: 6;
  }
  .lg\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:col-end-7 {
    grid-column-end: 7;
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-7 {
    grid-row-start: 7;
  }
  .lg\:row-end-7 {
    grid-row-end: 7;
  }
  .lg\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-end-8 {
    grid-column-end: 8;
  }
  .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-8 {
    grid-row-start: 8;
  }
  .lg\:row-end-8 {
    grid-row-end: 8;
  }
  .lg\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
  .lg\:col-end-9 {
    grid-column-end: 9;
  }
  .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-9 {
    grid-row-start: 9;
  }
  .lg\:row-end-9 {
    grid-row-end: 9;
  }
  .lg\:row-span-9 {
    grid-row: span 9/span 9;
  }
  .lg\:col-start-10 {
    grid-column-start: 10;
  }
  .lg\:col-end-10 {
    grid-column-end: 10;
  }
  .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-10 {
    grid-row-start: 10;
  }
  .lg\:row-end-10 {
    grid-row-end: 10;
  }
  .lg\:row-span-10 {
    grid-row: span 10/span 10;
  }
  .lg\:col-start-11 {
    grid-column-start: 11;
  }
  .lg\:col-end-11 {
    grid-column-end: 11;
  }
  .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-11 {
    grid-row-start: 11;
  }
  .lg\:row-end-11 {
    grid-row-end: 11;
  }
  .lg\:row-span-11 {
    grid-row: span 11/span 11;
  }
  .lg\:col-start-12 {
    grid-column-start: 12;
  }
  .lg\:col-end-12 {
    grid-column-end: 12;
  }
  .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-12 {
    grid-row-start: 12;
  }
  .lg\:row-end-12 {
    grid-row-end: 12;
  }
  .lg\:row-span-12 {
    grid-row: span 12/span 12;
  }
  .lg\:col-start-13 {
    grid-column-start: 13;
  }
  .lg\:col-end-13 {
    grid-column-end: 13;
  }
  .lg\:col-span-13 {
    grid-column: span 13/span 13;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-13 {
    grid-row-start: 13;
  }
  .lg\:row-end-13 {
    grid-row-end: 13;
  }
  .lg\:row-span-13 {
    grid-row: span 13/span 13;
  }
  .lg\:col-start-14 {
    grid-column-start: 14;
  }
  .lg\:col-end-14 {
    grid-column-end: 14;
  }
  .lg\:col-span-14 {
    grid-column: span 14/span 14;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-14 {
    grid-row-start: 14;
  }
  .lg\:row-end-14 {
    grid-row-end: 14;
  }
  .lg\:row-span-14 {
    grid-row: span 14/span 14;
  }
  .lg\:col-start-15 {
    grid-column-start: 15;
  }
  .lg\:col-end-15 {
    grid-column-end: 15;
  }
  .lg\:col-span-15 {
    grid-column: span 15/span 15;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-15 {
    grid-row-start: 15;
  }
  .lg\:row-end-15 {
    grid-row-end: 15;
  }
  .lg\:row-span-15 {
    grid-row: span 15/span 15;
  }
  .lg\:col-start-16 {
    grid-column-start: 16;
  }
  .lg\:col-end-16 {
    grid-column-end: 16;
  }
  .lg\:col-span-16 {
    grid-column: span 16/span 16;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-16 {
    grid-row-start: 16;
  }
  .lg\:row-end-16 {
    grid-row-end: 16;
  }
  .lg\:row-span-16 {
    grid-row: span 16/span 16;
  }
  .lg\:col-start-17 {
    grid-column-start: 17;
  }
  .lg\:col-end-17 {
    grid-column-end: 17;
  }
  .lg\:col-span-17 {
    grid-column: span 17/span 17;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-17 {
    grid-row-start: 17;
  }
  .lg\:row-end-17 {
    grid-row-end: 17;
  }
  .lg\:row-span-17 {
    grid-row: span 17/span 17;
  }
  .lg\:col-start-18 {
    grid-column-start: 18;
  }
  .lg\:col-end-18 {
    grid-column-end: 18;
  }
  .lg\:col-span-18 {
    grid-column: span 18/span 18;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-18 {
    grid-row-start: 18;
  }
  .lg\:row-end-18 {
    grid-row-end: 18;
  }
  .lg\:row-span-18 {
    grid-row: span 18/span 18;
  }
  .lg\:col-start-19 {
    grid-column-start: 19;
  }
  .lg\:col-end-19 {
    grid-column-end: 19;
  }
  .lg\:col-span-19 {
    grid-column: span 19/span 19;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-19 {
    grid-row-start: 19;
  }
  .lg\:row-end-19 {
    grid-row-end: 19;
  }
  .lg\:row-span-19 {
    grid-row: span 19/span 19;
  }
  .lg\:col-start-20 {
    grid-column-start: 20;
  }
  .lg\:col-end-20 {
    grid-column-end: 20;
  }
  .lg\:col-span-20 {
    grid-column: span 20/span 20;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-20 {
    grid-row-start: 20;
  }
  .lg\:row-end-20 {
    grid-row-end: 20;
  }
  .lg\:row-span-20 {
    grid-row: span 20/span 20;
  }
  .lg\:col-start-21 {
    grid-column-start: 21;
  }
  .lg\:col-end-21 {
    grid-column-end: 21;
  }
  .lg\:col-span-21 {
    grid-column: span 21/span 21;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-21 {
    grid-row-start: 21;
  }
  .lg\:row-end-21 {
    grid-row-end: 21;
  }
  .lg\:row-span-21 {
    grid-row: span 21/span 21;
  }
  .lg\:col-start-22 {
    grid-column-start: 22;
  }
  .lg\:col-end-22 {
    grid-column-end: 22;
  }
  .lg\:col-span-22 {
    grid-column: span 22/span 22;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-22 {
    grid-row-start: 22;
  }
  .lg\:row-end-22 {
    grid-row-end: 22;
  }
  .lg\:row-span-22 {
    grid-row: span 22/span 22;
  }
  .lg\:col-start-23 {
    grid-column-start: 23;
  }
  .lg\:col-end-23 {
    grid-column-end: 23;
  }
  .lg\:col-span-23 {
    grid-column: span 23/span 23;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-23 {
    grid-row-start: 23;
  }
  .lg\:row-end-23 {
    grid-row-end: 23;
  }
  .lg\:row-span-23 {
    grid-row: span 23/span 23;
  }
  .lg\:col-start-24 {
    grid-column-start: 24;
  }
  .lg\:col-end-24 {
    grid-column-end: 24;
  }
  .lg\:col-span-24 {
    grid-column: span 24/span 24;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-24 {
    grid-row-start: 24;
  }
  .lg\:row-end-24 {
    grid-row-end: 24;
  }
  .lg\:row-span-24 {
    grid-row: span 24/span 24;
  }
}
/*
 * component nav "burger" button
 */
/*
 * HTML template example:
 * <button class="burger-button" type="button" role="button" aria-label="open/close navigation"><i></i></button>
 * activate it with a JS toggle-class to .is-active
 * see doc : https: //www.knacss.com/doc.html#buttons
 */
/*
 * burger variables (you can change them)
 */
/*
 * burger button styles
 */
.burger-button {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.burger-button > * {
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(#b1afff, #b1afff);
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100% 2px;
  transition: 0.25s;
  transition-property: transform, background;
  will-change: transform, background;
}

.burger-button > *::before,
.burger-button > *::after {
  content: "";
  height: 2px;
  background: #b1afff;
  transition: 0.25s;
  transition-property: transform, top;
  will-change: transform, top;
}

.burger-button:hover > * {
  background-color: transparent;
}

.burger-button:focus {
  outline: 0;
}

.burger-button.is-active > * {
  background-image: none;
  justify-content: center;
}

.burger-button.is-active > *::before {
  transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}

.burger-button.is-active > *::after {
  transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

/*
 * component checkbox
 */
/*
 * HTML template example:
 * <input type="checkbox" class="checkbox" id="c1">
 * <label for="c1">click here</label>
 */
/*
 * checkbox variables (you can change them)
 */
/*
 * checkbox styles
 */
.checkbox {
  border-radius: 4px;
}

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  box-shadow: inset 0 0 0 1px #b1afff;
  background-color: #ffffff;
  transition: background-color 0.15s;
  cursor: pointer;
}

.checkbox + label {
  cursor: pointer;
}

.checkbox:disabled {
  opacity: 0.6;
}

.checkbox:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

.checkbox:checked {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #b1afff;
}

:root {
  /* Famille standard */
  --font-standard: "DM Sans", sans-serif;
  /* Poids spécifique */
  --font-standard-400: "DM Sans", sans-serif;
  --font-standard-500: "DM Sans 500", sans-serif;
  --font-standard-600: "DM Sans 600", sans-serif;
  --font-standard-700: "DM Sans 700", sans-serif;
  /* Famille titre */
  --font-titre: "F37 Bobby", serif;
  /* Tailles de texte */
  --font-size-base: 1.1904761905vw;
  --font-size-lg: 1.455026455vw;
  --font-size-xl: 1.7195767196vw;
  --font-size-xxl: 2.1164021164vw;
  /* Espacement global */
  --padding-border: 3.6375661376vw;
  /* Couleurs principales */
  --blue: #003E82;
  --dark-blue: #071341;
  --nature-green: #B5CE7D;
  --light-green: #E6E5C7;
  --white: #FFFFFF;
  --beige: #F7F6ED;
  --dark-beige: #E6E5C7;
}

body {
  margin: 0;
  font-family: var(--font-standard);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  background-color: var(--body-bg);
  color: var(--body-color);
}
@media (max-width: 768px) {
  body {
    font-size: 4.5801526718vw;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: var(--dark-blue);
}

h1, .h1 {
  font-family: var(--font-titre);
  margin-bottom: 2.1164021164vw;
  font-size: 3.1746031746vw;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 11.4503816794vw;
  }
}

h2, .h2 {
  font-family: var(--font-titre);
  margin-bottom: 2.1164021164vw;
  font-size: 2.6455026455vw;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 8.9058524173vw;
  }
}

h3, .h3 {
  font-family: var(--font-titre);
  margin-bottom: 2.1164021164vw;
  font-size: 2.1164021164vw;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 7.6335877863vw;
  }
}

h4, .h4 {
  font-family: var(--font-titre);
  margin-bottom: 2.1164021164vw;
  font-size: 1.8518518519vw;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 6.6157760814vw;
  }
}

h5, .h5 {
  font-family: var(--font-titre);
  margin-bottom: 2.1164021164vw;
  font-size: 1.5873015873vw;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  h5, .h5 {
    font-size: 5.0890585242vw;
  }
}

h6, .h6 {
  font-family: var(--font-titre);
  margin-bottom: 2.1164021164vw;
  font-size: 1.3227513228vw;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  h6, .h6 {
    font-size: 4.5801526718vw;
  }
}

.g-liens {
  display: flex;
  gap: 0.5291005291vw;
  justify-content: center;
}
.g-liens--left {
  justify-content: flex-start;
}
.g-liens--right {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .g-liens {
    flex-direction: column;
    gap: 2.0356234097vw;
    align-items: center;
  }
  .g-liens > * {
    width: auto;
    flex-shrink: 0;
  }
}

.g-content {
  text-align: left;
}
.g-content b, .g-content strong {
  font-family: var(--font-standard-700);
}
.g-content ul, .g-content ol {
  color: var(--dark-blue);
  margin-bottom: 2.6455026455vw;
}
@media (max-width: 768px) {
  .g-content ul, .g-content ol {
    margin-bottom: 6.106870229vw;
  }
}
.g-content p {
  font-size: 1.1904761905vw;
  color: var(--dark-blue);
  margin-bottom: 2.6455026455vw;
}
@media (max-width: 768px) {
  .g-content p {
    font-size: 4.5801526718vw;
    margin-bottom: 6.106870229vw;
  }
}
.g-content p:not(:last-child) {
  margin-bottom: 2.6455026455vw;
}
@media (max-width: 768px) {
  .g-content p:not(:last-child) {
    margin-bottom: 6.106870229vw;
  }
}
.g-content p:last-child {
  margin-bottom: 0;
}
.g-content blockquote {
  font-size: 1.3227513228vw;
  font-family: var(--font-standard-700);
  padding-left: 0;
  border: 0;
  margin-bottom: 2.6455026455vw;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-left: 2.3148148148vw;
  border-left: 3px solid var(--dark-blue);
}
@media (max-width: 768px) {
  .g-content blockquote {
    font-size: 5.0890585242vw;
    margin-bottom: 5.0890585242vw;
  }
}
.g-content blockquote:not(:last-child) {
  margin-bottom: 2.6455026455vw;
}
.g-content blockquote:last-child {
  margin-bottom: 0;
}
.g-content blockquote p {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}

.g-topo-left,
.g-topo-right {
  position: absolute; /* ou position relative/absolute selon ton layout */
  will-change: transform; /* améliore perf GPU */
  transform: translate3d(0, 0, 0); /* valeur initiale propre */
  transition: transform 0.15s ease-out; /* adoucit les sauts */
  /* z-index etc selon ton layout */
}

.g-topo-left {
  top: 0;
  left: 0;
  width: 33.0687830688vw;
}

.g-topo-right {
  top: 0;
  right: 0.3968253968vw;
  width: 33.0687830688vw;
}

/* Réinitialisation de base */
.wpcf7-form {
  font-size: 1.1904761905vw;
  line-height: 1.1;
  color: var(--dark-blue);
  background: var(--beige);
  position: relative;
}
@media (max-width: 768px) {
  .wpcf7-form {
    padding: 5.5979643766vw;
  }
}

.wpcf7-form p {
  margin: 0 0 1em;
}

/* Structure */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-col {
  flex: 1;
  min-width: 200px;
}
.form-col p {
  margin-bottom: 0;
}

.form-col.full-width {
  flex: 100%;
}

/* Champs */
.wpcf7-form-control {
  width: 100%;
  padding: 0.6613756614vw 0.7936507937vw;
  border: 1px solid var(--dark-blue) !important;
  border-radius: 6px;
  background: var(--white);
  font-size: 1.1904761905vw;
  box-shadow: none; /* pas d’ombre */
  outline: none;
  transition: border-color 0.2s ease-in-out;
}
.wpcf7-form-control.wpcf7-checkbox {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  background: none;
}
.wpcf7-form-control label {
  flex-direction: row;
}

/* Labels */
label {
  display: flex;
  flex-direction: column;
  gap: 0.5291005291vw;
}
label br {
  display: none;
}

/* Bouton */
/* Checkbox */
.wpcf7-list-item input[type=checkbox] {
  margin-right: 0.5291005291vw;
  width: auto;
}

.g-background--beige {
  background: var(--beige);
}

/* Appliquer à tous les éléments avec ID */
[id] {
  scroll-margin-top: 6.6137566138vw; /* Ajuste selon ta hauteur de header */
}

@media (min-width: 769px) {
  .g-mobile-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .g-desktop-only {
    display: none !important;
  }
}

.a-boutton, .wpcf7-submit {
  background: var(--white);
  color: var(--dark-blue);
  border: 2px solid var(--white);
  border-radius: 1.0582010582vw;
  font-family: var(--font-standard-600);
  font-size: 0.9920634921vw;
  padding: 0.6613756614vw 1.3227513228vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .a-boutton, .wpcf7-submit {
    font-size: 3.8167938931vw;
    padding: 2.5445292621vw 5.0890585242vw;
    border-radius: 4.0712468193vw;
  }
}
.a-boutton--light-green {
  background: var(--light-green);
  border: 2px solid var(--light-green);
}
.a-boutton--nature-green, .wpcf7-submit {
  background: var(--nature-green);
  border: 2px solid var(--nature-green);
}
.a-boutton:hover, .wpcf7-submit:hover {
  background: var(--dark-blue);
  color: var(--white);
  text-decoration: none;
}
.a-flex-titre {
  font-family: sans-serif;
}

.m-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--padding-border);
  position: relative;
  width: 100%;
  height: 6.3492063492vw;
  z-index: 1000;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  /* --- Burger --- */
  /* Mobile : menu caché sur la droite */
}
@media (max-width: 768px) {
  .m-header-nav {
    height: auto;
  }
}
.m-header-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--beige);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.m-header-nav__logo {
  max-width: 200px;
}
.m-header-nav__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: transform 0.4s ease;
}
.m-header-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9259259259vw;
  font-family: var(--font-standard-700);
  gap: 1.6534391534vw;
  flex: 1;
}
.m-header-nav .menu a {
  text-decoration: none;
}
.m-header-nav .item-localisation {
  padding: 0.7936507937vw 1.1904761905vw;
  border: 1px solid var(--nature-green, #333);
  border-radius: 1.0582010582vw;
  font-size: 0.9920634921vw;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: var(--font-standard-700);
}
.m-header-nav .item-localisation svg {
  margin-right: 0.5291005291vw;
}
.m-header-nav .item-localisation:hover {
  background-color: var(--nature-green, #333);
  color: #fff;
}
.m-header-nav .item-localisation:hover svg {
  -webkit-animation: bounce-marker 0.6s ease forwards;
          animation: bounce-marker 0.6s ease forwards;
}
@-webkit-keyframes bounce-marker {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes bounce-marker {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.m-header-nav .m-nav-rs {
  margin-left: 1.3227513228vw;
}
.m-header-nav .burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.m-header-nav .burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--dark-blue, #333);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.m-header-nav .burger.active span:nth-child(1) {
  transform: rotate(45deg);
}
.m-header-nav .burger.active span:nth-child(2) {
  opacity: 0;
}
.m-header-nav .burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(13px, -13px);
}
.m-header-nav .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.m-header-nav .menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .m-header-nav .burger {
    display: flex;
  }
  .m-header-nav .m-header-nav {
    height: auto;
  }
  .m-header-nav .m-header-nav__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 70vw;
    height: 100vh;
    background: var(--beige);
    flex-direction: column;
    padding: 100px 20px;
    transform: translateX(100%);
    z-index: 1000;
  }
  .m-header-nav .m-header-nav__wrapper .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .m-header-nav .m-header-nav__wrapper .menu a {
    font-size: 1.2rem;
  }
  .m-header-nav .item-localisation {
    font-size: 1.2rem;
    padding: 3.0534351145vw 4.5801526718vw;
    border-radius: 4.0712468193vw;
    font-size: 3.8167938931vw;
  }
  .m-header-nav .m-header-nav__wrapper.active {
    transform: translateX(0);
  }
}

.m-nav-rs {
  display: flex;
  align-items: center;
  gap: 1.6534391534vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  left: 0;
}
@media (max-width: 768px) {
  .m-nav-rs {
    gap: 15px;
  }
}
.m-nav-rs a {
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 1.3227513228vw;
  height: 1.3227513228vw;
}
.m-nav-rs a.rs-facebook {
  background-image: url("../img/facebook.svg");
}
.m-nav-rs a.rs-linkedin {
  background-image: url("../img/linkedin.svg");
}
.m-nav-rs a.rs-instagram {
  background-image: url("../img/instagram.svg");
}
@media (max-width: 768px) {
  .m-nav-rs a {
    width: 20px;
    height: 20px;
  }
}

.o-footer {
  background: var(--dark-blue);
  padding: 4.2328042328vw 9.7883597884vw;
  color: var(--white);
}
.o-footer a {
  color: var(--white);
}
.o-footer__nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 3.4391534392vw;
  padding-bottom: 3.9682539683vw;
  border-bottom: 1px solid var(--nature-green);
}
@media (max-width: 768px) {
  .o-footer__nav {
    flex-direction: column;
    gap: 5.5979643766vw;
    padding-bottom: 8.1424936387vw;
  }
}
.o-footer__nav .nav-logo {
  width: 19.1137566138vw;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 768px) {
  .o-footer__nav .nav-logo {
    width: 100%;
  }
}
.o-footer__nav .nav-logo .accroche {
  font-size: 0.9259259259vw;
  color: var(--nature-green);
  margin-bottom: 1.8518518519vw;
}
@media (max-width: 768px) {
  .o-footer__nav .nav-logo .accroche {
    font-size: 3.5623409669vw;
  }
}
.o-footer__nav .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1 1 0;
}
@media (max-width: 768px) {
  .o-footer__nav .nav-links {
    flex-direction: column;
    gap: 5.5979643766vw;
  }
}
.o-footer__nav .nav-links .sous-menu {
  display: flex;
  flex-direction: column;
}
.o-footer__nav .nav-links .sous-menu h4 {
  font-family: var(--font-standard-700);
  font-size: 0.9259259259vw;
  margin-bottom: 1.6534391534vw;
  color: var(--nature-green);
}
@media (max-width: 768px) {
  .o-footer__nav .nav-links .sous-menu h4 {
    font-size: 3.5623409669vw;
    margin-bottom: 6.3613231552vw;
  }
}
.o-footer__nav .nav-links .sous-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1904761905vw;
}
.o-footer__newsletter {
  padding-bottom: 2.0502645503vw;
  padding-top: 2.3148148148vw;
  border-bottom: 1px solid var(--nature-green);
}
.o-footer__newsletter h3 {
  font-family: var(--font-standard-700);
  font-size: 1.3227513228vw;
  margin-bottom: 0.7936507937vw;
  color: var(--white);
}
@media (max-width: 768px) {
  .o-footer__newsletter h3 {
    font-size: 5.0890585242vw;
    margin-bottom: 3.0534351145vw;
  }
}
.o-footer__newsletter p {
  font-size: 0.9259259259vw;
  color: var(--nature-green);
}
@media (max-width: 768px) {
  .o-footer__newsletter p {
    font-size: 3.5623409669vw;
  }
}
.o-footer__copyright {
  padding-top: 2.1825396825vw;
  padding-bottom: 4.2328042328vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .o-footer__copyright {
    flex-direction: column;
    gap: 5.5979643766vw;
    padding-bottom: 8.1424936387vw;
  }
}
.o-footer__copyright p {
  font-size: 0.9259259259vw;
  color: var(--nature-green);
}
@media (max-width: 768px) {
  .o-footer__copyright p {
    font-size: 3.5623409669vw;
  }
}
.o-footer__copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.6534391534vw;
}
@media (max-width: 768px) {
  .o-footer__copyright ul {
    gap: 6.3613231552vw;
  }
}

.o-welcome__content {
  padding: 50px;
  height: 20vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: baseline;
  overflow: hidden;
  border-bottom: 1px solid #b1afff;
}
.o-welcome__content h1 {
  font-size: 30px;
}
.o-welcome__btn {
  background: #ffffff;
  color: #b1afff;
  text-align: center;
  text-decoration: none;
  display: block;
}
.o-welcome__btn span {
  margin-right: 10px;
  display: inline-block;
}
.o-welcome__btn:hover {
  text-decoration: none;
}
.o-welcome iframe {
  height: 80vh;
  width: calc(100vw - (100vw - 100%));
}

.admin-bar iframe {
  height: calc(80vh - 32px);
}

.o-home-hero {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 90px - 50px);
}
@media (max-width: 768px) {
  .o-home-hero {
    height: auto;
  }
}
.o-home-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  overflow: hidden;
}
.o-home-hero__overlay img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.o-home-hero__overlay video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.o-home-hero__overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}
.o-home-hero__content {
  position: relative;
  z-index: 2;
  padding: 5.8201058201vw;
  padding-bottom: 11.044973545vw;
  max-width: 90%;
  gap: 1.5873015873vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .o-home-hero__content {
    padding: 5.5979643766vw;
    padding-bottom: 16.2849872774vw;
    padding-top: 16.2849872774vw;
    gap: 0;
  }
}
.o-home-hero__content .logo {
  width: 11.2433862434vw;
  display: block;
}
@media (max-width: 768px) {
  .o-home-hero__content .logo {
    width: 33.0788804071vw;
    margin-bottom: 9.6692111959vw;
  }
}
.o-home-hero__content h1 {
  font-size: 4.4973544974vw;
  line-height: 1.1;
  font-family: var(--font-titre);
  color: var(--white);
}
@media (max-width: 768px) {
  .o-home-hero__content h1 {
    font-size: 10.6870229008vw;
    margin-bottom: 3.5623409669vw;
  }
}
.o-home-hero__content p {
  font-size: 1.1904761905vw;
  padding: 0 13.2275132275vw;
}
@media (max-width: 768px) {
  .o-home-hero__content p {
    font-size: 4.5801526718vw;
    margin-bottom: 9.6692111959vw;
    padding: 0;
  }
}

.o-home-valeurs {
  background: var(--dark-blue);
  color: var(--white);
  padding: 1.3227513228vw 4.7619047619vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .o-home-valeurs {
    padding: 8.3969465649vw 13.9949109415vw;
    flex-direction: column;
    width: 88.8040712468vw;
    transform: translate(0, -10.1781170483vw);
    position: relative;
    margin: 0 auto;
    left: auto;
  }
}
.o-home-valeurs h2 {
  font-size: var(--font-standard-700);
  font-size: 1.5873015873vw;
  color: var(--white);
  margin: 0;
  width: 13.6904761905vw;
  margin-right: 4.7619047619vw;
}
@media (max-width: 768px) {
  .o-home-valeurs h2 {
    margin: 0;
    text-align: center;
    font-size: 4.0712468193vw;
    width: auto;
  }
}
.o-home-valeurs__content {
  display: flex;
}
@media (max-width: 768px) {
  .o-home-valeurs__content {
    flex-direction: column;
    width: 100%;
  }
}
.o-home-valeurs__content .item {
  padding: 0 4.7619047619vw;
  text-align: center;
}
@media (max-width: 768px) {
  .o-home-valeurs__content .item {
    padding: 4.0712468193vw 0;
  }
}
.o-home-valeurs__content .item h3 {
  font-size: 2.6455026455vw;
  font-family: var(--font-titre);
  margin-bottom: 0;
  color: var(--white);
}
@media (max-width: 768px) {
  .o-home-valeurs__content .item h3 {
    font-size: 10.1781170483vw;
  }
}
.o-home-valeurs__content .item p {
  font-size: 1.0582010582vw;
  line-height: 1.4;
  color: var(--light-green);
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .o-home-valeurs__content .item p {
    font-size: 4.0712468193vw;
  }
}
.o-home-valeurs__content .item:not(:last-child) {
  border-right: 1px solid var(--white);
}
@media (max-width: 768px) {
  .o-home-valeurs__content .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--white);
  }
}

.o-home-carroussel {
  overflow: hidden;
  display: flex;
  background: var(--beige);
  /* Couleurs principales */
  --slider-primary-color: #0a133e;
  --slider-bg-color: white;
  --slider-text-color: #0a133e;
  --slider-text-active-color: white;
  /* Dimensions et espacements */
  --slider-pill-padding: 0.75rem 1.25rem;
  --slider-pill-radius: 9999px;
  --slider-pill-margin: 0.5rem 0;
  --slider-container-width: 120vh;
  --slider-container-height: 100vh;
  /* Animations */
  --slider-animation-duration: 0.4s;
  --slider-animation-easing: cubic-bezier(0.34, 1.56, 0.64, 1);
  --slider-transition-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --slider-opacity-transition: 0.3s ease;
  /* Responsive - Mobile */
  /* Variables SCSS pour les calculs */
  /* Génération automatique des variables CSS pour les pétales */
  --slider-petal-rotation-1: -20deg;
  --slider-petal-final-1: -10deg;
  --slider-origin-1: left 30%;
  --slider-delay-1: 0.1s;
  --slider-petal-rotation-2: -10deg;
  --slider-petal-final-2: -5deg;
  --slider-origin-2: left 40%;
  --slider-delay-2: 0.2s;
  --slider-petal-rotation-3: 0deg;
  --slider-petal-final-3: 0deg;
  --slider-origin-3: left 50%;
  --slider-delay-3: 0.3s;
  --slider-petal-rotation-4: 10deg;
  --slider-petal-final-4: 5deg;
  --slider-origin-4: left 60%;
  --slider-delay-4: 0.4s;
  --slider-petal-rotation-5: 20deg;
  --slider-petal-final-5: 10deg;
  --slider-origin-5: left 70%;
  --slider-delay-5: 0.5s;
  /* Mixin pour générer les animations de pétales */
  /* === STYLES POUR LA NAVIGATION === */
  /* === STYLES POUR LE CAROUSEL === */
  /* === STYLES POUR LE SLIDER === */
}
@media (max-width: 768px) {
  .o-home-carroussel {
    flex-direction: column;
  }
}
.o-home-carroussel .container {
  padding: 0 9.9867724868vw;
  display: flex;
  flex-direction: column;
  width: 50vw;
  justify-content: center;
  align-self: stretch;
  text-align: left;
}
@media (max-width: 768px) {
  .o-home-carroussel .container {
    width: 100vw;
    padding: 5.5979643766vw;
  }
}
@media (max-width: 768px) {
  .o-home-carroussel .container .title {
    margin-bottom: 8.1424936387vw;
  }
}
.o-home-carroussel .container p {
  margin-bottom: 5.0264550265vw;
}
@media (max-width: 768px) {
  .o-home-carroussel .container p {
    margin-bottom: 8.6513994911vw;
  }
}
.o-home-carroussel .container .liens {
  display: flex;
  gap: 0.5291005291vw;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .o-home-carroussel .container .liens {
    flex-direction: column;
    gap: 2.0356234097vw;
    align-items: center;
  }
  .o-home-carroussel .container .liens > * {
    width: auto;
    flex-shrink: 0;
  }
}
.o-home-carroussel .carroussel {
  top: -5.291005291vw;
  position: relative;
  width: 50vw;
}
@media (max-width: 768px) {
  .o-home-carroussel .carroussel {
    top: 0;
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .o-home-carroussel {
    --slider-container-width: 100vw;
    --slider-container-height: 100vw; /* Garde le ratio carré pour préserver la forme SVG */
  }
  .o-home-carroussel .swiper {
    transform: translateY(25%) scale(1.7);
    transform-origin: center center;
  }
}
.o-home-carroussel .main-wrapper {
  position: relative;
}
@media screen and (max-width: 450px) {
  .o-home-carroussel .main-wrapper {
    overflow: hidden;
  }
}
.o-home-carroussel .custom-nav-labels {
  position: absolute;
  z-index: 20;
  left: -3.5052910053vw;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 6.6137566138vw;
}
@media screen and (max-width: 450px) {
  .o-home-carroussel .custom-nav-labels {
    justify-content: center;
    left: 2.5445292621vw;
  }
}
.o-home-carroussel .nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5.291005291vw;
  padding-top: 13.2275132275vw;
  position: relative;
  left: 0vw;
}
@media screen and (max-width: 450px) {
  .o-home-carroussel .nav-list {
    gap: 45.8015267176vw;
    padding-top: 50.8905852417vw;
  }
}
.o-home-carroussel .nav-label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.o-home-carroussel .nav-label:nth-child(1) {
  margin-left: 3rem;
  bottom: calc(0 * 9.9206349206vw);
}
@media screen and (max-width: 450px) {
  .o-home-carroussel .nav-label:nth-child(1) {
    bottom: auto;
    top: 0vw;
  }
}
.o-home-carroussel .nav-label:nth-child(2) {
  margin-left: 0.4019237886rem;
  bottom: calc(1 * 9.9206349206vw);
}
@media screen and (max-width: 450px) {
  .o-home-carroussel .nav-label:nth-child(2) {
    bottom: auto;
    top: 30vw;
  }
}
.o-home-carroussel .nav-label:nth-child(3) {
  margin-left: 0.4019237886rem;
  bottom: calc(2 * 9.9206349206vw);
}
@media screen and (max-width: 450px) {
  .o-home-carroussel .nav-label:nth-child(3) {
    bottom: auto;
    top: 60vw;
  }
}
.o-home-carroussel .nav-label:nth-child(4) {
  margin-left: 3rem;
  bottom: calc(3 * 9.9206349206vw);
}
@media screen and (max-width: 450px) {
  .o-home-carroussel .nav-label:nth-child(4) {
    bottom: auto;
    top: 90vw;
  }
}
.o-home-carroussel .nav-label .main-label-pill {
  white-space: nowrap;
  padding: 0.9259259259vw 1.3227513228vw;
  padding-left: 2.9100529101vw;
  border-radius: 1.0582010582vw;
  background-color: var(--slider-bg-color);
  transition: background-color var(--slider-animation-duration) ease;
}
.o-home-carroussel .nav-label .main-label-pill svg {
  height: 1.3227513228vw;
  position: absolute;
  left: 0.9259259259vw;
  top: 50%;
  transform: translateY(-50%);
}
.o-home-carroussel .nav-label .main-label-pill svg path {
  stroke: var(--dark-blue);
  fill: var(--dark-blue);
  transition: stroke var(--slider-animation-duration) ease, fill var(--slider-animation-duration);
}
@media screen and (max-width: 450px) {
  .o-home-carroussel .nav-label .main-label-pill {
    padding: 2.0356234097vw 4.0712468193vw;
    padding-left: 9.1603053435vw;
    border-radius: 3.0534351145vw;
  }
  .o-home-carroussel .nav-label .main-label-pill svg {
    width: 4.0712468193vw;
    left: 3.0534351145vw;
  }
}
.o-home-carroussel .nav-label .main-label-pill .main-label-text {
  color: var(--slider-text-color);
  transition: color var(--slider-animation-duration) ease;
  font-family: var(--font-standard-700);
}
.o-home-carroussel .nav-label.active .main-label-pill {
  background-color: var(--slider-primary-color);
  z-index: 2;
}
.o-home-carroussel .nav-label.active .main-label-pill .main-label-text {
  color: var(--slider-text-active-color);
  font-weight: 600;
}
.o-home-carroussel .nav-label.active .main-label-pill svg path {
  stroke: var(--white);
  fill: var(--white);
}
.o-home-carroussel .nav-label .sub-labels {
  list-style: none;
  max-height: 0;
  transition: max-height 0.5s var(--slider-transition-ease), padding 0.5s ease, margin 0.5s ease;
  color: var(--slider-text-color);
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
}
.o-home-carroussel .nav-label .sub-labels li {
  margin: 0.1984126984vw 0;
  background-color: var(--slider-bg-color);
  padding: 0.5291005291vw 1.7195767196vw;
  border-radius: var(--slider-pill-radius);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-100%) scale(0) rotate(-15deg);
  opacity: 0;
  transition: transform var(--slider-animation-duration) var(--slider-animation-easing), opacity var(--slider-opacity-transition);
  transform-origin: left center;
  font-size: 1.0582010582vw;
  font-family: var(--font-standard-400);
  text-transform: uppercase;
}
.o-home-carroussel .nav-label .sub-labels li:nth-child(1) {
  transform: translateX(-100%) scale(0) rotate(var(--slider-petal-rotation-1));
  transform-origin: var(--slider-origin-1);
}
.o-home-carroussel .nav-label .sub-labels li:nth-child(2) {
  transform: translateX(-100%) scale(0) rotate(var(--slider-petal-rotation-2));
  transform-origin: var(--slider-origin-2);
}
.o-home-carroussel .nav-label .sub-labels li:nth-child(3) {
  transform: translateX(-100%) scale(0) rotate(var(--slider-petal-rotation-3));
  transform-origin: var(--slider-origin-3);
}
.o-home-carroussel .nav-label .sub-labels li:nth-child(4) {
  transform: translateX(-100%) scale(0) rotate(var(--slider-petal-rotation-4));
  transform-origin: var(--slider-origin-4);
}
.o-home-carroussel .nav-label .sub-labels li:nth-child(5) {
  transform: translateX(-100%) scale(0) rotate(var(--slider-petal-rotation-5));
  transform-origin: var(--slider-origin-5);
}
@media screen and (max-width: 450px) {
  .o-home-carroussel .nav-label .sub-labels li {
    font-size: 3.3078880407vw;
    padding: 2.0356234097vw 4.0712468193vw;
    left: 70%;
  }
}
.o-home-carroussel .nav-label.active .sub-labels {
  max-height: 200px;
  margin-top: 0.5rem;
  padding-bottom: 0.75rem;
}
.o-home-carroussel .nav-label.active .sub-labels li {
  transform: translateX(0) scale(1) rotate(0deg);
  opacity: 1;
}
.o-home-carroussel .nav-label.active .sub-labels li:nth-child(1) {
  transition-delay: var(--slider-delay-1);
  transform: translateX(0) scale(1) rotate(var(--slider-petal-final-1));
}
.o-home-carroussel .nav-label.active .sub-labels li:nth-child(2) {
  transition-delay: var(--slider-delay-2);
  transform: translateX(0) scale(1) rotate(var(--slider-petal-final-2));
}
.o-home-carroussel .nav-label.active .sub-labels li:nth-child(3) {
  transition-delay: var(--slider-delay-3);
  transform: translateX(0) scale(1) rotate(var(--slider-petal-final-3));
}
.o-home-carroussel .nav-label.active .sub-labels li:nth-child(4) {
  transition-delay: var(--slider-delay-4);
  transform: translateX(0) scale(1) rotate(var(--slider-petal-final-4));
}
.o-home-carroussel .nav-label.active .sub-labels li:nth-child(5) {
  transition-delay: var(--slider-delay-5);
  transform: translateX(0) scale(1) rotate(var(--slider-petal-final-5));
}
.o-home-carroussel .swiper-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.o-home-carroussel .swiper {
  width: var(--slider-container-width);
  height: var(--slider-container-height);
  -webkit-clip-path: url(#roundShape);
          clip-path: url(#roundShape);
}
.o-home-carroussel .swiper-slide {
  position: relative;
  overflow: hidden;
}
.o-home-carroussel .swiper-slide .slide-content {
  width: 100%;
  height: 100%;
}
.o-home-carroussel .swiper-slide .slide-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-home-carroussel .swiper-pagination .swiper-pagination-bullet {
  background: var(--slider-primary-color);
  width: 10px;
  height: 10px;
  opacity: 0.5;
  transition: width 0.3s ease, border-radius 0.3s ease;
}
.o-home-carroussel .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 6px;
}

.o-home-valeurs-plus {
  background: var(--beige);
  padding: 3.9682539683vw 5.291005291vw;
  padding-top: 1.9841269841vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5.291005291vw;
}
@media (max-width: 768px) {
  .o-home-valeurs-plus {
    gap: 0;
    flex-direction: column;
    padding: 5.5979643766vw;
    padding-top: 4.0712468193vw;
  }
}
.o-home-valeurs-plus .valeur {
  display: flex;
  gap: 1.5873015873vw;
  flex: 1;
  align-items: center;
}
@media (max-width: 768px) {
  .o-home-valeurs-plus .valeur {
    border-bottom: 1px solid var(--dark-beige);
    padding: 6.106870229vw 0;
  }
}
.o-home-valeurs-plus .valeur img {
  width: 4.0343915344vw;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 768px) {
  .o-home-valeurs-plus .valeur img {
    height: 10.1781170483vw;
    width: auto;
    margin-right: 4.0712468193vw;
  }
}
.o-home-valeurs-plus .valeur h3 {
  font-size: 1.1904761905vw;
  margin-bottom: 0.6613756614vw;
  color: var(--dark-blue);
  font-family: var(--font-standard-700);
}
@media (max-width: 768px) {
  .o-home-valeurs-plus .valeur h3 {
    font-size: 4.5801526718vw;
    margin-bottom: 2.0356234097vw;
  }
}
.o-home-valeurs-plus .valeur p {
  font-size: 0.7936507937vw;
  color: var(--dark-blue);
  font-family: var(--font-standard-400);
}
@media (max-width: 768px) {
  .o-home-valeurs-plus .valeur p {
    font-size: 3.0534351145vw;
    margin-bottom: 0;
  }
}

.o-actualites-highlight {
  padding: 5.291005291vw 3.6375661376vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.3068783069vw;
}
@media (max-width: 768px) {
  .o-actualites-highlight {
    padding: 10.1781170483vw 5.0890585242vw;
  }
}
@media (max-width: 768px) {
  .o-actualites-highlight {
    gap: 5.5979643766vw;
  }
}
.o-actualites-highlight__title {
  padding: 0 6.6137566138vw;
}
@media (max-width: 768px) {
  .o-actualites-highlight__title {
    padding: 0 4.0712468193vw;
  }
}
.o-actualites-highlight__content {
  display: flex;
  gap: 4.3650793651vw;
}
@media (max-width: 768px) {
  .o-actualites-highlight__content {
    flex-direction: column;
    gap: 5.5979643766vw;
  }
}
.o-actualites-highlight__content .featured {
  flex: 1;
}
.o-actualites-highlight__content .list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.9841269841vw;
}
@media (max-width: 768px) {
  .o-actualites-highlight__content .list {
    gap: 5.0890585242vw;
  }
}

.o-portraits {
  padding: 5.0264550265vw var(--padding-border);
  position: relative;
  overflow: hidden;
  background: var(--beige);
}
@media (max-width: 768px) {
  .o-portraits {
    padding: 5.5979643766vw;
  }
}
.o-portraits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1164021164vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .o-portraits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.0890585242vw;
  }
}
@media (max-width: 768px) {
  .o-portraits__list {
    grid-template-columns: 1fr;
    gap: 5.0890585242vw;
  }
}

.o-portrait-hero {
  display: flex;
  background: var(--dark-blue);
}
@media (max-width: 768px) {
  .o-portrait-hero {
    flex-direction: column;
  }
}
.o-portrait-hero__visuel {
  width: 39.2195767196vw;
  aspect-ratio: 593/593;
  padding: 3.3068783069vw;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
@media (max-width: 768px) {
  .o-portrait-hero__visuel {
    width: 100%;
  }
}
.o-portrait-hero__visuel img {
  border-radius: 1.0582010582vw;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-portrait-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5.291005291vw;
  padding-right: 5.291005291vw;
  min-height: 39.2195767196vw;
  color: var(--nature-green);
  position: relative;
}
@media (max-width: 768px) {
  .o-portrait-hero__content {
    flex-direction: column;
    padding: 5.5979643766vw;
    min-height: auto;
    text-align: center;
  }
}
.o-portrait-hero__content .surtitre {
  font-family: var(--font-standard-700);
  font-size: 1.5873015873vw;
  margin-bottom: 2.3148148148vw;
  color: #fff;
}
@media (max-width: 768px) {
  .o-portrait-hero__content .surtitre {
    font-size: 6.106870229vw;
    margin-bottom: 6.106870229vw;
  }
}
.o-portrait-hero__content .titre {
  color: var(--nature-green);
  font-size: 2.6455026455vw;
  margin-bottom: 2.3148148148vw;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .o-portrait-hero__content .titre {
    font-size: 8.1424936387vw;
    margin-bottom: 6.106870229vw;
  }
}
.o-portrait-hero__content .description {
  font-size: 1.1904761905vw;
  color: #fff;
}
@media (max-width: 768px) {
  .o-portrait-hero__content .description {
    font-size: 4.5801526718vw;
  }
}

.o-hero {
  padding-top: 5.8201058201vw;
  padding-bottom: 7.9365079365vw;
  padding-left: 16.6005291005vw;
  background: var(--light-green);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .o-hero {
    padding: 5.5979643766vw;
    display: flex;
    flex-direction: column-reverse;
  }
}
.o-hero__content {
  max-width: 33.7962962963vw;
}
.o-hero__content h1 {
  margin-bottom: 2.6455026455vw;
}
@media (max-width: 768px) {
  .o-hero__content h1 {
    margin-bottom: 5.0890585242vw;
    line-height: 10.1781170483vw;
  }
}
.o-hero__content h2 {
  font-size: 1.5873015873vw;
  font-family: var(--font-standard-700);
}
@media (max-width: 768px) {
  .o-hero__content h2 {
    font-size: 6.106870229vw;
  }
}
@media (max-width: 768px) {
  .o-hero__content {
    max-width: 100%;
  }
}
.o-hero__visuel {
  position: absolute;
  top: -9.9206349206vw;
  right: -5.0925925926vw;
  -webkit-clip-path: url(#roundShape);
          clip-path: url(#roundShape);
  width: 42.9894179894vw;
  height: 42.9894179894vw;
}
.o-hero__visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .o-hero__visuel {
    position: static;
    margin-bottom: 8.1424936387vw;
  }
}

.o-actualites {
  padding: 5.0264550265vw var(--padding-border);
  overflow: hidden;
  position: relative;
  background: var(--beige);
}
@media (max-width: 768px) {
  .o-actualites {
    padding: 5.5979643766vw;
  }
}
.o-actualites__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1164021164vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .o-actualites__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.5979643766vw;
  }
}
@media (max-width: 768px) {
  .o-actualites__list {
    grid-template-columns: 1fr;
    gap: 5.5979643766vw;
  }
}

.o-recettes {
  background: var(--beige);
  padding: 4.6296296296vw 5.291005291vw;
}
@media (max-width: 768px) {
  .o-recettes {
    padding: 10.1781170483vw 5.0890585242vw;
  }
}
.o-recettes__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0582010582vw;
  position: relative;
  z-index: 2;
  padding: 0 2.5793650794vw;
}
@media (max-width: 768px) {
  .o-recettes__list {
    grid-template-columns: 1fr;
    gap: 4.0712468193vw;
    padding: 0;
  }
}
.o-recettes__filtres {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.291005291vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .o-recettes__filtres {
    flex-direction: column;
    gap: 4.0712468193vw;
    margin-bottom: 10.1781170483vw;
  }
}
.o-recettes__filtres .filtre {
  display: flex;
  gap: 1.0582010582vw;
}
@media (max-width: 768px) {
  .o-recettes__filtres .filtre {
    flex-wrap: wrap;
    gap: 3.0534351145vw;
  }
}
.o-recettes__filtres .action {
  display: flex;
  gap: 1.0582010582vw;
}
@media (max-width: 768px) {
  .o-recettes__filtres .action {
    gap: 3.0534351145vw;
  }
}
.o-recettes__filtres .filtre-select {
  padding: 0.7936507937vw 1.5873015873vw;
  background: var(--white);
  border-radius: 1.0582010582vw;
  /* Retirer le style par défaut */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Ajouter la flèche bleue */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23B5CE7D" stroke-width="2"><path d="M6 9l6 6 6-6"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 0.9920634921vw center;
  background-size: 20px;
  /* Ajouter du padding à droite pour la flèche */
  padding-right: 3.3068783069vw;
  /* Autres styles */
  border: 2px solid var(--color-white);
  cursor: pointer;
  font-size: 1.0582010582vw;
  font-family: inherit;
  font-weight: 600;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  .o-recettes__filtres .filtre-select {
    padding: 2.5445292621vw 4.0712468193vw;
    border-radius: 3.0534351145vw;
    flex: 1;
    min-width: 150px;
  }
}
@media (max-width: 768px) {
  .o-recettes__filtres .filtre-select {
    background-position: right 2.5445292621vw center;
    background-size: 16px;
  }
}
@media (max-width: 768px) {
  .o-recettes__filtres .filtre-select {
    padding-right: 10.1781170483vw;
  }
}
@media (max-width: 768px) {
  .o-recettes__filtres .filtre-select {
    font-size: 3.5623409669vw;
  }
}
.o-recettes__filtres .filtre-select:focus {
  outline: none;
}

.o-autre-publications {
  padding: 5.0264550265vw var(--padding-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2486772487vw;
}
@media (max-width: 768px) {
  .o-autre-publications {
    padding: 5.5979643766vw;
    gap: 5.5979643766vw;
  }
}
.o-autre-publications h2 {
  text-align: center;
}
.o-autre-publications__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1164021164vw;
}
@media (max-width: 1024px) {
  .o-autre-publications__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.5979643766vw;
  }
}
@media (max-width: 768px) {
  .o-autre-publications__list {
    grid-template-columns: 1fr;
    gap: 5.5979643766vw;
  }
}

.o-section-jeu {
  position: relative;
  background: url("../img/background-jeu.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
  overflow: hidden;
  padding: 7.9365079365vw 4.7619047619vw;
}
@media (max-width: 768px) {
  .o-section-jeu {
    padding: 10.1781170483vw 10.1781170483vw;
  }
}
.o-section-jeu .label {
  position: absolute;
  top: 1.9841269841vw;
  right: -2.1164021164vw;
  font-family: var(--font-standard-400);
  font-size: var(16px);
  z-index: 10;
  padding: 0.462962963vw 1.7195767196vw;
  background: var(--white);
  border-radius: 1.9841269841vw;
}
@media (max-width: 768px) {
  .o-section-jeu .label {
    font-size: var(16px, "mobile");
    padding: 1.7811704835vw 6.6157760814vw;
    border-radius: 7.6335877863vw;
  }
}
.o-section-jeu .o-section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
.o-section-jeu .o-section-background svg {
  display: block; /* supprime l’espace blanc en dessous */
  width: 100%; /* occupe toute la largeur */
  height: auto;
}
.o-section-jeu .o-section-background .parallax-slow,
.o-section-jeu .o-section-background .parallax-medium,
.o-section-jeu .o-section-background .parallax-fast {
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.1s linear;
}
.o-section-jeu .top-paper, .o-section-jeu .bottom-paper {
  position: absolute;
  width: 100vw;
  height: auto;
  left: 0;
  z-index: 1;
}
.o-section-jeu .top-paper {
  top: -2px;
}
.o-section-jeu .bottom-paper {
  bottom: -2px;
}
.o-section-jeu #cadre-haut, .o-section-jeu #cadre-bas {
  position: absolute;
  width: 100vw;
  height: 50px;
  overflow: hidden;
  z-index: 1;
  left: 0px;
}
.o-section-jeu #cadre-haut svg, .o-section-jeu #cadre-bas svg {
  position: relative;
  max-width: 1538px;
  width: 1538px;
  height: auto;
}
.o-section-jeu #cadre-haut {
  top: 0;
}
.o-section-jeu #cadre-haut svg {
  top: 50%;
  transform: translateY(-50%);
}
.o-section-jeu #cadre-bas {
  bottom: 0;
}
.o-section-jeu #cadre-bas svg {
  bottom: 50%;
  transform: translateY(50%);
}
.o-section-jeu__content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 6.6137566138vw;
}
@media (max-width: 768px) {
  .o-section-jeu__content {
    flex-direction: column;
    gap: 15.2671755725vw;
  }
}
.o-section-jeu__content .swiper-jeu-image {
  width: 28.1084656085vw;
}
@media (max-width: 768px) {
  .o-section-jeu__content .swiper-jeu-image {
    width: 100%;
  }
}
.o-section-jeu__content .swiper-jeu-image .slide-content {
  height: auto;
  width: 100%;
  aspect-ratio: 425/484;
  overflow: hidden;
  border-radius: 10px;
}
.o-section-jeu__content .swiper-jeu-image .slide-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-section-jeu__content .swiper-jeu-questions {
  width: 32.8042328042vw;
  color: var(--white);
  overflow: hidden;
}
@media (max-width: 768px) {
  .o-section-jeu__content .swiper-jeu-questions {
    width: 100%;
  }
}
.o-section-jeu__content .swiper-jeu-questions .title {
  color: var(--white);
}
.o-section-jeu__content .swiper-jeu-questions .pagination {
  font-family: var(--font-titre);
  color: var(--nature-green);
  font-size: 1.6534391534vw;
  margin-top: 3.835978836vw;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .o-section-jeu__content .swiper-jeu-questions .pagination {
    font-size: 6.3613231552vw;
  }
}
.o-section-jeu__content .swiper-jeu-questions .pagination .answer {
  font-size: 1.1904761905vw;
  padding: 0.6613756614vw 1.3227513228vw;
  font-family: var(--font-standard-700);
  background: var(--nature-green);
  display: inline-block;
  border-radius: 0.3306878307vw;
  color: var(--dark-blue);
  margin-left: 2.5132275132vw;
}
.o-section-jeu__content .swipper-container-button {
  position: absolute;
  left: -4.1335978836vw;
  bottom: 5.4894179894vw;
  background: var(--white);
  border-radius: 1.9841269841vw;
  z-index: 20;
  height: 2.7777777778vw;
  width: 8.2671957672vw;
  padding: 0 1.6534391534vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .o-section-jeu__content .swipper-container-button {
    height: 10.6870229008vw;
    width: 31.8066157761vw;
    border-radius: 7.6335877863vw;
  }
}
.o-section-jeu__content .swipper-container-button {
  color: #fff; /* la couleur des flèches */
}
.o-section-jeu__content .swiper-button-prev,
.o-section-jeu__content .swiper-button-next {
  position: static;
  background: transparent;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: space-around;
  justify-content: space-around;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.o-section-jeu__content .swiper-button-prev svg,
.o-section-jeu__content .swiper-button-next svg {
  display: block;
  width: 1.3888888889vw;
  height: 1.3227513228vw;
}
@media (max-width: 768px) {
  .o-section-jeu__content .swiper-button-prev svg,
.o-section-jeu__content .swiper-button-next svg {
    height: 5.3435114504vw;
    width: 5.0890585242vw;
  }
}

.o-section-portraits-highlight {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 7.4074074074vw;
  padding-bottom: 6.0185185185vw;
  background: var(--beige);
  gap: 2.4470899471vw;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .o-section-portraits-highlight {
    padding: 5.5979643766vw;
    flex-direction: column;
    gap: 0;
  }
}
.o-section-portraits-highlight__primary {
  width: 27.7116402116vw;
}
@media (max-width: 768px) {
  .o-section-portraits-highlight__primary {
    width: 100%;
  }
}
.o-section-portraits-highlight__secondary {
  width: 37.4338624339vw;
  height: 40.6746031746vw;
  padding: 0.6613756614vw 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .o-section-portraits-highlight__secondary {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    gap: 5.5979643766vw;
  }
}
.o-section-portraits-highlight .swiper-slide {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1.0582010582vw;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .o-section-portraits-highlight .swiper-slide {
    border-radius: 4.0712468193vw;
  }
}
.o-section-portraits-highlight .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 19, 62, 0.8) 0%, rgba(10, 19, 62, 0) 100%);
  z-index: 2;
}
.o-section-portraits-highlight .swiper-slide .visuel {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.o-section-portraits-highlight .swiper-slide .visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-section-portraits-highlight .swiper-slide .content {
  position: relative;
  z-index: 3;
  padding: 2.1164021164vw;
  color: var(--white);
}
@media (max-width: 768px) {
  .o-section-portraits-highlight .swiper-slide .content {
    padding: 5.0890585242vw;
  }
}
.o-section-portraits-highlight .swiper-slide .content .name {
  font-family: var(--font-standard-700);
  color: var(--nature-green);
  font-size: 1.5873015873vw;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .o-section-portraits-highlight .swiper-slide .content .name {
    font-size: 6.106870229vw;
  }
}
.o-section-portraits-highlight .swiper-slide .content .soustitre {
  font-family: var(--font-standard-700);
  color: var(--white);
  font-size: 0.9259259259vw;
  margin-bottom: 1.7195767196vw;
}
@media (max-width: 768px) {
  .o-section-portraits-highlight .swiper-slide .content .soustitre {
    font-size: 3.5623409669vw;
    margin-bottom: 6.6157760814vw;
  }
}
.o-section-portraits-highlight .swiper-slide .content .description {
  font-family: var(--font-standard-400);
  color: var(--white);
  font-size: 0.7936507937vw;
}
@media (max-width: 768px) {
  .o-section-portraits-highlight .swiper-slide .content .description {
    font-size: 3.0534351145vw;
  }
}
.o-section-portraits-highlight .swiper-pagination-portrait {
  width: calc(31.2169312169vw + 20);
  margin-top: 2.1164021164vw;
  position: relative;
  /* Afficher uniquement la slide active et la suivante */
}
.o-section-portraits-highlight .swiper-pagination-portrait .swiper-slide {
  width: 15.6084656085vw;
  aspect-ratio: 236/236;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s;
}
.o-section-portraits-highlight .swiper-pagination-portrait .swiper-slide .soustitre {
  margin-bottom: 0;
}
.o-section-portraits-highlight .swiper-pagination-portrait .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 19, 62, 0.8) 0%, rgba(217, 217, 217, 0.6) 100%);
  z-index: 2;
}
.o-section-portraits-highlight .swiper-pagination-portrait .swiper-slide.swiper-slide-active,
.o-section-portraits-highlight .swiper-pagination-portrait .swiper-slide.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.o-section-portraits-highlight .swiper-portrait-primary {
  width: 100%;
  aspect-ratio: 419/615;
}
.o-section-portraits-highlight .swiper-portrait-primary .swiper-slide {
  width: 100%;
  aspect-ratio: 419/615;
}
.o-section-portraits-highlight .swipper-container-button {
  position: absolute;
  left: -9.2592592593vw;
  bottom: 70%;
  background: var(--white);
  border-radius: 1.9841269841vw;
  z-index: 20;
  height: 2.7777777778vw;
  width: 8.2671957672vw;
  padding: 0 1.6534391534vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0.1322751323vw 0.5291005291vw rgba(10, 19, 62, 0.08);
}
@media (max-width: 768px) {
  .o-section-portraits-highlight .swipper-container-button {
    display: none;
  }
}
.o-section-portraits-highlight .swipper-container-button {
  color: #fff; /* la couleur des flèches */
}
.o-section-portraits-highlight .swiper-button-prev,
.o-section-portraits-highlight .swiper-button-next {
  position: static;
  background: transparent;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: space-around;
  justify-content: space-around;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.o-section-portraits-highlight .swiper-button-prev svg,
.o-section-portraits-highlight .swiper-button-next svg {
  display: block;
  width: 1.3888888889vw;
  height: 1.3227513228vw;
}

.o-hero-recette {
  height: 39.0211640212vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .o-hero-recette {
    height: 101.7811704835vw;
  }
}
.o-hero-recette__filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 1;
}
.o-hero-recette__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.o-hero-recette__video-mobile {
  display: none;
}
.o-hero-recette__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 3.9021164021vw 11.1772486772vw 1.6534391534vw 5.4232804233vw;
  width: 45.0396825397vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .o-hero-recette__overlay {
    padding: 7.6335877863vw 5.0890585242vw;
    width: 100%;
  }
}
.o-hero-recette__overlay .title {
  font-size: 2.6455026455vw;
  margin-bottom: 0.3306878307vw;
}
@media (max-width: 768px) {
  .o-hero-recette__overlay .title {
    font-size: 7.1246819338vw;
    margin-bottom: 2.0356234097vw;
  }
}
.o-hero-recette__overlay .description {
  font-size: 0.9259259259vw;
  margin-bottom: 0.8597883598vw;
}
@media (max-width: 768px) {
  .o-hero-recette__overlay .description {
    font-size: 3.0534351145vw;
    margin-bottom: 4.0712468193vw;
  }
}
.o-hero-recette__overlay .overlay-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 0;
}
.o-hero-recette__overlay .content {
  position: relative;
  z-index: 2;
}
.o-hero-recette__overlay .metas-infos {
  display: flex;
  gap: 1.0582010582vw;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}
@media (max-width: 768px) {
  .o-hero-recette__overlay .metas-infos {
    gap: 3.0534351145vw;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.o-hero-recette__overlay .metas-infos span {
  display: flex;
  align-items: center;
  gap: 0.2645502646vw;
  font-size: 0.9259259259vw;
}
@media (max-width: 768px) {
  .o-hero-recette__overlay .metas-infos span {
    gap: 1.0178117048vw;
    font-size: 3.0534351145vw;
  }
}

.o-recette {
  background: var(--beige);
  position: relative;
}
.o-recette__content {
  width: 60.8465608466vw;
}
@media (max-width: 768px) {
  .o-recette__content {
    width: 100%;
  }
}
.o-recette .slider-gallery-bas-de-page {
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.1164021164vw;
  position: relative;
}
.o-recette .slider-gallery-bas-de-page .slide {
  border-radius: 1.0582010582vw;
  aspect-ratio: 404/275;
  overflow: hidden;
  position: relative;
}
.o-recette .slider-gallery-bas-de-page .slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.o-recette .slider-gallery-bas-de-page .slide svg:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.o-recette .slider-gallery-bas-de-page .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-recette .slider-gallery-bas-de-page .swiper-button-next, .o-recette .slider-gallery-bas-de-page .swiper-button-prev {
  color: var(--nature-green);
}
.o-recette .slider-gallery-bas-de-page .swiper-pagination-bullets {
  top: auto;
  bottom: -2.1164021164vw;
}
.o-recette__slider {
  position: fixed;
  top: 8.5978835979vw;
  right: 6.4153439153vw;
  background: var(--dark-blue);
  padding: 0.5291005291vw;
  z-index: 5;
  width: 27.7777777778vw;
  overflow: hidden;
  color: #fff;
  border-radius: 1.0582010582vw;
}
@media (max-width: 768px) {
  .o-recette__slider {
    display: none;
  }
}
.o-recette__slider .slider-gallery {
  position: relative;
  margin-bottom: 2.1164021164vw;
}
.o-recette__slider .slider-gallery .slide {
  border-radius: 1.0582010582vw;
  aspect-ratio: 404/275;
  overflow: hidden;
  position: relative;
}
.o-recette__slider .slider-gallery .slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.o-recette__slider .slider-gallery .slide svg:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.o-recette__slider .slider-gallery .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-recette__slider .slider-gallery .swiper-pagination-bullets {
  top: auto;
  bottom: -2.1164021164vw;
}
.o-recette__slider .slider-gallery .swiper-pagination-bullet {
  background: var(--white);
  opacity: 1;
}
.o-recette__slider .slider-gallery .swiper-pagination-bullet-active {
  background: var(--nature-green);
}
.o-recette__slider .slider-etapes .slide {
  padding: 1.5873015873vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  gap: 1.0582010582vw;
}
.o-recette__slider .slider-etapes .slide .etape--title {
  font-size: 1.5873015873vw;
  font-family: var(--font-standard-700);
  margin-bottom: 1.0582010582vw;
  display: flex;
  gap: 0.6613756614vw;
  align-items: center;
}
.o-recette__slider .slider-etapes .slide .etape p {
  font-size: 0.7936507937vw;
}
.o-recette__slider .slider-etapes .slide .etape p:last-child {
  margin-bottom: 0;
}
.o-recette__slider .slider-etapes .slide .step-title {
  font-size: 1.5873015873vw;
  font-family: var(--font-standard-700);
}
.o-recette__ingredients {
  padding: 3.1746031746vw 6.3492063492vw 3.1746031746vw 10.0529100529vw;
  display: flex;
  flex-direction: column;
  gap: 1.5873015873vw;
  background: var(--light-green);
}
@media (max-width: 768px) {
  .o-recette__ingredients {
    padding: 5.5979643766vw;
  }
}
.o-recette__ingredients .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-recette__ingredients .header .title {
  font-size: 1.5873015873vw;
  font-family: var(--font-standard-700);
}
@media (max-width: 768px) {
  .o-recette__ingredients .header .title {
    font-size: 6.106870229vw;
  }
}
.o-recette__ingredients .header .quantity-toggle {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background: var(--dark-blue);
  color: var(--white);
  border-radius: 1.9841269841vw;
  overflow: hidden;
  border: 2px solid var(--dark-blue);
}
.o-recette__ingredients .header .quantity-toggle .quantity-display {
  padding: 0.462962963vw 0.5291005291vw;
}
.o-recette__ingredients .header .quantity-toggle .update-quantity {
  cursor: pointer;
  padding: 0.462962963vw 1.0582010582vw;
  transition: all 0.3s ease;
}
.o-recette__ingredients .header .quantity-toggle .update-quantity:hover {
  background: var(--nature-green);
}
.o-recette__ingredients .ingredients ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1.5873015873vw;
       column-gap: 1.5873015873vw;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .o-recette__ingredients .ingredients ul {
    grid-template-columns: 1fr;
  }
}
.o-recette__ingredients .ingredients ul li {
  list-style: none;
  margin: 0;
  font-size: 0.9259259259vw;
  padding: 0.5291005291vw 0;
  border-bottom: 1px solid #BFC0C2;
  display: flex;
  align-items: first baseline;
  gap: 0.462962963vw;
}
@media (max-width: 768px) {
  .o-recette__ingredients .ingredients ul li {
    gap: 1.7811704835vw;
    font-size: 3.5623409669vw;
  }
}
.o-recette__ingredients .ingredients ul li .ingredient-quantity, .o-recette__ingredients .ingredients ul li .ingredient-unite {
  font-size: 1.1904761905vw;
  font-family: var(--font-standard-700);
}
@media (max-width: 768px) {
  .o-recette__ingredients .ingredients ul li .ingredient-quantity, .o-recette__ingredients .ingredients ul li .ingredient-unite {
    font-size: 4.5801526718vw;
  }
}
.o-recette__astuce {
  background: var(--dark-blue);
  padding: 3.1746031746vw 8.4656084656vw;
  color: var(--nature-green);
  display: flex;
  gap: 1.5873015873vw;
}
@media (max-width: 768px) {
  .o-recette__astuce {
    flex-direction: column;
    align-items: flex-start;
    padding: 8.1424936387vw 5.5979643766vw;
  }
}
.o-recette__astuce .chef {
  padding: 0 1.1243386243vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .o-recette__astuce .chef {
    flex-direction: row;
    gap: 4.0712468193vw;
    align-items: center;
  }
}
.o-recette__astuce .chef .chef-visuel {
  width: 8.2010582011vw;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.6613756614vw;
}
@media (max-width: 768px) {
  .o-recette__astuce .chef .chef-visuel {
    width: 20.3562340967vw;
  }
}
.o-recette__astuce .chef .chef-visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-recette__astuce .chef .chef-name {
  font-size: 1.1904761905vw;
  color: var(--nature-green);
  margin-bottom: 0.1984126984vw;
  text-align: center;
  font-family: var(--font-standard-700);
}
@media (max-width: 768px) {
  .o-recette__astuce .chef .chef-name {
    font-size: 4.5801526718vw;
    margin-bottom: 0.7633587786vw;
  }
}
.o-recette__astuce .chef .chef-description {
  font-size: 0.9259259259vw;
  text-align: center;
  color: var(--white);
}
@media (max-width: 768px) {
  .o-recette__astuce .chef .chef-description {
    font-size: 3.5623409669vw;
  }
}
.o-recette__astuce .astuce h3 {
  font-size: 2.6455026455vw;
  margin-bottom: 2.1164021164vw;
  color: var(--nature-green);
}
@media (max-width: 768px) {
  .o-recette__astuce .astuce h3 {
    font-size: 10.1781170483vw;
  }
}
.o-recette__etapes {
  padding: 5.291005291vw;
  padding-right: 0;
  padding-bottom: 15.2116402116vw;
}
@media (max-width: 768px) {
  .o-recette__etapes {
    padding: 5.5979643766vw;
    padding-bottom: 5.5979643766vw;
  }
}
.o-recette__etapes .cc {
  font-size: 0.9259259259vw;
  color: var(--dark-blue);
  padding-left: 4.7619047619vw;
}
.o-recette__etapes .title {
  font-size: 2.6455026455vw;
  margin-bottom: 2.1164021164vw;
  font-family: var(--font-titre);
  color: var(--dark-blue);
  padding-left: 4.7619047619vw;
  padding-right: 11.2433862434vw;
}
@media (max-width: 768px) {
  .o-recette__etapes .title {
    font-size: 10.1781170483vw;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8.1424936387vw;
  }
}
.o-recette__etapes .video-mobile {
  display: none;
  border-radius: 4.0712468193vw;
  aspect-ratio: 404/275;
  overflow: hidden;
  position: relative;
}
.o-recette__etapes .video-mobile svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.o-recette__etapes .video-mobile svg:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.o-recette__etapes .video-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .o-recette__etapes .video-mobile {
    display: block;
  }
}
.o-recette__etapes .etape .step-title {
  font-size: 1.5873015873vw;
  font-family: var(--font-standard-700);
  color: var(--nature-green);
  margin-top: 3.3068783069vw;
}
@media (max-width: 768px) {
  .o-recette__etapes .etape .step-title {
    font-size: 6.106870229vw;
  }
}
.o-recette__etapes .etape--steps {
  display: flex;
  flex-direction: column;
  gap: 1.0582010582vw;
  padding-left: 4.7619047619vw;
  padding-right: 11.2433862434vw;
  margin-bottom: 4.7619047619vw;
}
@media (max-width: 768px) {
  .o-recette__etapes .etape--steps {
    padding: 0vw;
  }
}
.o-recette__etapes .etape--steps .visuel-mobile {
  display: none;
  margin-bottom: 4.0712468193vw;
  border-radius: 4.0712468193vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .o-recette__etapes .etape--steps .visuel-mobile {
    display: block;
  }
}
.o-recette__etapes .etape--steps .step {
  margin-bottom: 0;
}
.o-recette__etapes .etape--visuel {
  margin-bottom: 2.6455026455vw;
}
@media (max-width: 768px) {
  .o-recette__etapes .etape--visuel {
    margin-bottom: 10.1781170483vw;
  }
}

.admin-bar .o-recette__slider {
  top: calc(8.5978835979vw + 32px);
}

.o-video-popin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.o-video-popin.is-active {
  opacity: 1;
  visibility: visible;
}

.o-video-popin__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.o-video-popin__container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  z-index: 1;
}

.o-video-popin.is-active .o-video-popin__container {
  transform: scale(1);
}

.o-video-popin__close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  z-index: 2;
}

.o-video-popin__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.o-video-popin__content {
  width: 100%;
  height: 100%;
  position: relative;
}

.o-video-popin__content iframe,
.o-video-popin__content video {
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive */
@media (max-width: 768px) {
  .o-video-popin__container {
    width: 95%;
  }
  .o-video-popin__close {
    top: -45px;
    width: 36px;
    height: 36px;
  }
}
/* Empêcher le scroll quand la popin est ouverte */
body.o-video-popin-open {
  overflow: hidden;
}

.o-faqs {
  padding: 5.0264550265vw var(--padding-border);
  overflow: hidden;
  position: relative;
  background: var(--beige);
  display: flex;
  flex-direction: column;
  gap: 2.1164021164vw;
}
@media (max-width: 768px) {
  .o-faqs {
    padding: 5.5979643766vw;
    gap: 5.5979643766vw;
  }
}
.o-faqs__title {
  margin-bottom: 2.1164021164vw;
  width: 52.9100529101vw;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .o-faqs__title {
    width: 100%;
    font-size: 7.1246819338vw;
    padding: 0vw 4.0712468193vw;
  }
}
.o-faqs__list {
  display: flex;
  flex-direction: column;
  gap: 2.1164021164vw;
  position: relative;
  z-index: 2;
  margin-bottom: 2.1164021164vw;
}
@media (max-width: 768px) {
  .o-faqs__list {
    margin-bottom: 5.5979643766vw;
    gap: 5.5979643766vw;
  }
}
.o-faqs__list:last-child {
  margin-bottom: 0;
}

.o-carte {
  padding: 5.0264550265vw var(--padding-border);
  position: relative;
  background: var(--beige);
  display: flex;
  flex-direction: column;
  gap: 2.1164021164vw;
  /* 2. La règle d'opacité */
  /* TRADUCTION : "Quand la carte est zoomée, tous les pins QUI N'ONT PAS la classe is-zoomed deviennent transparents" */
  /* 3. Le pin actif (Optionnel, pour être sûr qu'il reste opaque) */
  /* On garde le pointer-events pour éviter les bugs */
}
@media (max-width: 768px) {
  .o-carte {
    padding: 5.5979643766vw;
    gap: 5.5979643766vw;
  }
}
.o-carte__filtres {
  position: relative;
  z-index: 2;
  border-radius: 3.9682539683vw;
  background: var(--UI-Safran-Lighter);
  display: flex;
  gap: 0.7936507937vw;
  align-items: center;
  justify-content: left;
  padding: 1.1904761905vw 1.7195767196vw;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .o-carte__filtres {
    flex-direction: column;
  }
}
.o-carte__filtres .titre {
  font-size: 1.455026455vw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .o-carte__filtres .titre {
    font-size: 3.5623409669vw;
  }
}
.o-carte__filtres .categories {
  display: flex;
  gap: 0.2645502646vw;
  align-items: center;
}
.o-carte__filtres .categories .titre {
  font-size: 0.9259259259vw;
  margin-right: 1.455026455vw;
}
@media (max-width: 768px) {
  .o-carte__filtres .categories {
    align-items: start;
    flex-wrap: wrap;
    gap: 5px;
  }
  .o-carte__filtres .categories .titre {
    font-size: 3.5623409669vw;
    margin-top: 10px;
    width: 100%;
  }
}
.o-carte__search {
  display: flex;
  gap: 3.9682539683vw;
  align-items: flex-start;
}
.o-carte__search .o-carte__content {
  width: 67.7248677249vw;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  gap: 0.7936507937vw;
}
@media (max-width: 768px) {
  .o-carte__search {
    flex-direction: column-reverse;
    gap: 2.5445292621vw;
  }
  .o-carte__search .o-carte__content {
    width: 100%;
  }
}
.o-carte__map {
  position: -webkit-sticky;
  position: sticky;
  top: 6.6137566138vw;
  width: 100%;
  /* Style de base pour l'enfant direct du groupe map-pin (l'icône SVG) */
  /* Quand la classe .is-hovered est ajoutée par JS au parent... */
}
.o-carte__map img {
  max-height: 102vh;
}
@media (max-width: 768px) {
  .o-carte__map {
    position: relative;
    top: auto;
  }
  .o-carte__map img {
    max-height: auto;
  }
}
.o-carte__map .departement {
  fill: var(--light-green);
  stroke: #ffffff;
  stroke-width: 1px;
  cursor: pointer;
  transition: fill 0.2s ease;
}
.o-carte__map .map-pin > * {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Effet "rebond" sympa */
  transform-origin: center center;
  transform-box: fill-box; /* CRUCIAL : Définit le centre sur l'objet lui-même */
}
.o-carte__map .map-pin.is-hovered > * {
  transform: scale(1.5); /* ...on grossit l'enfant de 50% */
  /* Note : Ce scale se multiplie à celui défini en PHP sur le parent */
}
.o-carte__title {
  margin-bottom: 1.5211640212vw;
}
@media (max-width: 768px) {
  .o-carte__title {
    font-size: 4.5801526718vw;
    margin-top: 5.0890585242vw;
  }
}
.o-carte .outils {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3227513228vw;
  margin-bottom: 2.1164021164vw;
}
.o-carte .outils:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .o-carte .outils {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.0890585242vw;
  }
}
.o-carte .localisation {
  transition: all 0.3s ease;
}
.o-carte .map-pin-wrapper {
  cursor: pointer;
}
.o-carte .carte-interactive-wrapper.is-zoomed .map-pin-wrapper:not(.is-zoomed) path {
  stroke: #8a988b;
}
.o-carte .map-pin-wrapper.is-zoomed {
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 10; /* Toujours au-dessus */
}
.o-carte .map-pin-wrapper.is-zoomed path {
  stroke: var(--dark-blue);
}
.o-carte #map-zoom-layer {
  /* Transition fluide pour l'effet de caméra */
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  /* Optimisation des performances */
  will-change: transform;
}
.o-carte .pin-align-layer {
  transform-box: fill-box;
  /* Modifiez les valeurs en pixels ci-dessous jusqu'à ce que ce soit parfait */
  transform: translate(calc(-50% - 10px), calc(-100% + 8px));
}
.o-carte .pin-align-layer svg,
.o-carte .pin-align-layer path {
  pointer-events: all;
}

.m-flex-hero {
  display: flex;
  background: var(--dark-blue);
}
@media (max-width: 768px) {
  .m-flex-hero {
    flex-direction: column;
  }
}
.m-flex-hero__visuel {
  width: 39.2195767196vw;
  aspect-ratio: 593/593;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
@media (max-width: 768px) {
  .m-flex-hero__visuel {
    width: 100%;
  }
}
.m-flex-hero__visuel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 19, 62, 0.2) 0%, rgba(217, 217, 217, 0.2) 100%);
  z-index: 2;
}
.m-flex-hero__visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-flex-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 11.2433862434vw;
  padding-right: 5.291005291vw;
  min-height: 39.2195767196vw;
  color: var(--nature-green);
  position: relative;
}
.m-flex-hero__content.no-logo {
  padding-left: 5.291005291vw;
}
@media (max-width: 768px) {
  .m-flex-hero__content {
    flex-direction: column;
    padding: 5.5979643766vw;
    min-height: auto;
    text-align: center;
  }
}
.m-flex-hero__content .post-metas {
  display: flex;
  flex-direction: column;
  gap: 0.7936507937vw;
  margin-bottom: 1.9841269841vw;
}
@media (max-width: 768px) {
  .m-flex-hero__content .post-metas {
    margin-bottom: 7.6335877863vw;
    align-items: center;
  }
}
.m-flex-hero__content .post-metas .date {
  font-size: 0.9259259259vw;
}
@media (max-width: 768px) {
  .m-flex-hero__content .post-metas .date {
    font-size: 3.5623409669vw;
    margin-bottom: 2.5445292621vw;
  }
}
.m-flex-hero__content .logo {
  width: 15.6746031746vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 768px) {
  .m-flex-hero__content .logo {
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38.1679389313vw;
  }
}
.m-flex-hero__content .surtitre {
  font-family: var(--font-standard-700);
  font-size: 1.5873015873vw;
  margin-bottom: 2.3148148148vw;
}
@media (max-width: 768px) {
  .m-flex-hero__content .surtitre {
    font-size: 6.106870229vw;
    margin-bottom: 6.106870229vw;
  }
}
.m-flex-hero__content .titre {
  color: var(--nature-green);
  font-size: 2.6455026455vw;
  margin-bottom: 2.3148148148vw;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .m-flex-hero__content .titre {
    font-size: 8.1424936387vw;
    margin-bottom: 6.106870229vw;
  }
}
.m-flex-hero__content p {
  font-size: 1.1904761905vw;
}
@media (max-width: 768px) {
  .m-flex-hero__content p {
    font-size: 4.5801526718vw;
  }
}

.m-flex-titre {
  padding: 5.0264550265vw var(--padding-border) 3.7037037037vw var(--padding-border);
  background: var(--beige);
  padding-bottom: 3.7037037037vw;
}
.m-flex-titre.bg--dark-beige {
  background: var(--dark-beige);
}
.m-flex-titre.bg--light-beige {
  background: var(--beige);
}
.m-flex-titre.bg--white {
  background: var(--white);
}
.m-flex-titre .title {
  text-align: center;
}
.m-flex-titre .soustitre {
  font-size: 1.1904761905vw;
  text-align: center;
}
@media (max-width: 768px) {
  .m-flex-titre .soustitre {
    font-size: 4.5801526718vw;
    margin-bottom: 10.1781170483vw;
  }
}

.m-flex-text-image {
  padding: 3.7037037037vw 16.6005291005vw;
  position: relative;
}
.m-flex-text-image .scotch {
  position: absolute;
  left: 0;
  right: 0;
  width: 102%;
  z-index: 1;
  display: none;
}
.m-flex-text-image .scotch.scotch-top {
  bottom: calc(100% - 10px);
}
.m-flex-text-image .scotch.scotch-bottom {
  top: calc(100% - 10px);
}
.m-flex-text-image .gomette {
  position: absolute;
  z-index: 2;
  display: none;
  bottom: -4.6296296296vw;
  left: -13.2275132275vw;
  width: 16.5343915344vw;
}
.m-flex-text-image .gomette.gomette-feuille-1 {
  z-index: 0;
  top: 30%;
  right: 0;
  left: auto;
  bottom: auto;
}
.m-flex-text-image .gomette.gomette-feuille-2 {
  z-index: 0;
  top: 50%;
  right: auto;
  left: 0;
  bottom: auto;
}
.m-flex-text-image .gomette.gomette-feuille-3 {
  z-index: 0;
  top: 0vw;
  left: 36.3756613757vw;
  bottom: auto;
}
.m-flex-text-image.gauche .gomette.gomette-feuille-2 {
  display: none !important;
}
@media (max-width: 768px) {
  .m-flex-text-image {
    padding: 5.5979643766vw;
  }
}
.m-flex-text-image.bg--dark-beige {
  background: var(--dark-beige);
}
.m-flex-text-image.bg--dark-beige .scotch.scotch-dark-beige {
  display: block;
}
.m-flex-text-image.bg--dark-beige .gomette-cerf {
  display: block;
}
.m-flex-text-image.bg--dark-beige .gomette-feuille-1, .m-flex-text-image.bg--dark-beige .gomette-feuille-2 {
  display: block;
}
.m-flex-text-image.bg--light-beige {
  background: var(--beige);
}
.m-flex-text-image.bg--light-beige .gomette-canard {
  display: block;
}
@media (max-width: 768px) {
  .m-flex-text-image.bg--light-beige .gomette-canard {
    display: none;
  }
}
.m-flex-text-image.bg--light-beige .gomette-feuille-3 {
  display: block;
}
.m-flex-text-image.bg--white {
  background: var(--white);
}
.m-flex-text-image.bg--white .scotch.scotch-white {
  display: block;
}
.m-flex-text-image.bg--white .gomette-sanglier {
  display: block;
}
@media (max-width: 768px) {
  .m-flex-text-image.bg--white .gomette-sanglier {
    display: none;
  }
}
.m-flex-text-image__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5.8201058201vw;
}
.m-flex-text-image__content.droite {
  flex-direction: row-reverse;
}
.m-flex-text-image__content.droite .gomette {
  bottom: -4.6296296296vw;
  right: -4.6296296296vw;
  left: auto;
}
.m-flex-text-image__content.droite .gomette.gomette-cerf {
  bottom: -11.2433862434vw;
  right: -11.2433862434vw;
  left: auto;
}
@media (max-width: 768px) {
  .m-flex-text-image__content.droite .gomette.gomette-cerf {
    display: none;
  }
}
.m-flex-text-image__content.droite .gomette.gomette-feuille-3 {
  top: 0vw;
  left: 36.3756613757vw;
  right: auto;
}
@media (max-width: 768px) {
  .m-flex-text-image__content.droite {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .m-flex-text-image__content {
    flex-direction: column;
    gap: 5.5979643766vw;
  }
}
.m-flex-text-image__content .visuel-wrapper {
  position: relative;
  width: 28.0423280423vw;
  aspect-ratio: 424/484;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .m-flex-text-image__content .visuel-wrapper {
    width: 100%;
  }
}
.m-flex-text-image__content .visuel {
  width: 28.0423280423vw;
  aspect-ratio: 424/484;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  border-radius: 1.9841269841vw;
  position: relative;
}
@media (max-width: 768px) {
  .m-flex-text-image__content .visuel {
    width: 100%;
  }
}
.m-flex-text-image__content .visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-flex-text-image__content .texte {
  z-index: 1;
}

.m-flex-info-recette {
  background: var(--beige);
  padding: 5.0264550265vw var(--padding-border) 7.4735449735vw var(--padding-border);
  position: relative;
}
@media (max-width: 768px) {
  .m-flex-info-recette {
    flex-direction: column;
    padding: 5.5979643766vw;
  }
}
.m-flex-info-recette .title {
  margin-bottom: 2.3148148148vw;
  font-size: 2.6455026455vw;
  font-family: var(--font-titre);
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .m-flex-info-recette .title {
    font-size: 8.1424936387vw;
    margin-bottom: 6.106870229vw;
  }
}
.m-flex-info-recette .subtitle {
  margin-bottom: 5.8201058201vw;
  font-size: 1.1904761905vw;
  text-align: center;
}
@media (max-width: 768px) {
  .m-flex-info-recette .subtitle {
    font-size: 4.5801526718vw;
    margin-bottom: 10.1781170483vw;
  }
}
.m-flex-info-recette__content {
  display: flex;
  gap: 6.3492063492vw;
  align-items: flex-start;
  padding-left: 16.6005291005vw;
  padding-right: 16.6005291005vw;
}
@media (max-width: 768px) {
  .m-flex-info-recette__content {
    flex-direction: column;
    padding: 0;
    gap: 10.1781170483vw;
  }
}
.m-flex-info-recette__content .infos {
  width: 32.8703703704vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4.2328042328vw;
}
@media (max-width: 768px) {
  .m-flex-info-recette__content .infos {
    width: 100%;
    gap: 10.1781170483vw;
  }
}
.m-flex-info-recette__content .infos .info-titre {
  font-family: var(--font-standard-700);
  font-size: 1.5873015873vw;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .m-flex-info-recette__content .infos .info-titre {
    font-size: 6.106870229vw;
  }
}
.m-flex-info-recette__content .infos .info-titre svg {
  margin-right: 1.0582010582vw;
  width: 1.9841269841vw;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .m-flex-info-recette__content .infos .info-titre svg {
    width: 6.106870229vw;
    margin-right: 3.0534351145vw;
  }
}
.m-flex-info-recette__content .infos .info-titre svg path {
  stroke: var(--dark-blue);
}
.m-flex-info-recette__content .infos .info-texte {
  font-size: 1.1904761905vw;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .m-flex-info-recette__content .infos .info-texte {
    font-size: 4.5801526718vw;
  }
}
.m-flex-info-recette__content .recette {
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  max-height: calc(100vh - 2.6455026455vw);
  overflow-y: auto;
}
.m-flex-info-recette__content .gomette {
  position: absolute;
  z-index: 2;
  width: 16.5343915344vw;
}
.m-flex-info-recette__content .gomette.gomette-sanglier {
  bottom: 9.9206349206vw;
  right: 6.6137566138vw;
  z-index: 0;
}
@media (max-width: 768px) {
  .m-flex-info-recette__content .gomette.gomette-sanglier {
    display: none;
  }
}
.m-flex-info-recette__content .recette-pending img {
  margin-bottom: 1.5873015873vw;
}
.m-flex-info-recette__content .recette-pending .pending-message {
  font-size: 1.1904761905vw;
  text-align: center;
  font-style: italic;
}
@media (max-width: 768px) {
  .m-flex-info-recette__content .recette-pending .pending-message {
    font-size: 4.0712468193vw;
  }
}

.m-flex-liste {
  padding: 5.0264550265vw var(--padding-border);
  background: var(--beige);
}
.m-flex-liste__content {
  width: 100%;
  padding: 3.7037037037vw 6.3492063492vw;
  background: var(--dark-beige);
  border-radius: 1.0582010582vw;
}
@media (max-width: 768px) {
  .m-flex-liste__content {
    padding: 8.1424936387vw 4.0712468193vw;
    margin: 16.2849872774vw auto;
  }
}
.m-flex-liste__content .title {
  font-family: var(--font-standard-700);
  font-size: var(24px);
  margin-bottom: 2.9100529101vw;
  text-align: center;
}
@media (max-width: 768px) {
  .m-flex-liste__content .title {
    font-size: 6.106870229vw;
    margin-bottom: 6.106870229vw;
  }
}
.m-flex-liste__content .liste {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.3227513228vw;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-flex-liste__content .item {
  position: relative;
  align-items: center;
  padding: 0.6em 1.4em 0.6em 2.8em;
  background: #fff;
  border-radius: 9999px;
  font-size: 1.0582010582vw;
  font-family: var(--font-standard-400);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(20px) rotate(0deg); /* point de départ */
  transition: opacity 0.6s ease, transform 0.6s ease;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .m-flex-liste__content .item {
    font-size: 3.3078880407vw;
    padding: 0.6em 1em 0.6em 2em;
  }
}
.m-flex-liste__content .item.visible {
  opacity: 1;
}

.m-flex-chiffres-cles {
  background: var(--beige);
  padding: 3.7037037037vw 16.6005291005vw;
}
.m-flex-chiffres-cles__content {
  margin: 0 auto;
  text-align: center;
}
.m-flex-chiffres-cles__content .chiffres {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 3.3068783069vw;
  margin-top: 3.3068783069vw;
}
@media (max-width: 768px) {
  .m-flex-chiffres-cles__content .chiffres {
    flex-direction: column;
    padding: 5.5979643766vw;
    gap: 12.7226463104vw;
  }
}
.m-flex-chiffres-cles__content .chiffres .chiffre-item {
  flex: 1 1 0;
  max-width: none;
  position: relative;
  padding-top: 3.9682539683vw;
  padding-bottom: 3.9682539683vw;
}
.m-flex-chiffres-cles__content .chiffres .chiffre-item .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.m-flex-chiffres-cles__content .chiffres .chiffre-item .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-flex-chiffres-cles__content .chiffres .chiffre-item .number {
  font-family: var(--font-titre);
  font-size: 4.8941798942vw;
  line-height: 1.1;
  margin-bottom: 2.2486772487vw;
  position: relative;
  z-index: 1;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  .m-flex-chiffres-cles__content .chiffres .chiffre-item .number {
    font-size: 15.2671755725vw;
  }
}
.m-flex-chiffres-cles__content .chiffres .chiffre-item .label {
  font-family: var(--font-standard-400);
  font-size: 1.1904761905vw;
  position: relative;
  z-index: 1;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  .m-flex-chiffres-cles__content .chiffres .chiffre-item .label {
    font-size: 4.5801526718vw;
  }
}

.m-flex-texte-seul {
  background: var(--beige);
  padding: 3.7037037037vw 16.6005291005vw;
}
@media (max-width: 768px) {
  .m-flex-texte-seul {
    padding: 5.5979643766vw;
  }
}
.m-flex-texte-seul__content {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-flex-texte-seul__content {
    width: 100%;
  }
}

.m-flex-texte-encadre {
  padding: 3.7037037037vw 16.6005291005vw;
  position: relative;
  background: var(--beige);
}
@media (max-width: 768px) {
  .m-flex-texte-encadre {
    padding: 5.5979643766vw;
  }
}
.m-flex-texte-encadre__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5.8201058201vw;
}
.m-flex-texte-encadre__content.droite {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .m-flex-texte-encadre__content.droite {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .m-flex-texte-encadre__content {
    flex-direction: column;
    gap: 5.5979643766vw;
  }
}
.m-flex-texte-encadre__content .encadre-wrapper {
  position: relative;
  width: 28.0423280423vw;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .m-flex-texte-encadre__content .encadre-wrapper {
    width: 100%;
  }
}
.m-flex-texte-encadre__content .encadre {
  padding: 2.6455026455vw 2.1164021164vw;
  background: var(--dark-beige);
  border-radius: 0.9259259259vw;
  border: 1px solid #E7E7CF;
}
@media (max-width: 768px) {
  .m-flex-texte-encadre__content .encadre {
    padding: 10.1781170483vw 8.1424936387vw;
    border-radius: 3.5623409669vw;
  }
}
.m-flex-texte-encadre__content .encadre .titre {
  font-family: var(--font-standard-700);
  text-transform: uppercase;
  margin-bottom: 1.0582010582vw;
  display: flex;
  align-items: center;
  gap: 0.7936507937vw;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  .m-flex-texte-encadre__content .encadre .titre {
    font-size: 4.5801526718vw;
    margin-bottom: 3.0534351145vw;
  }
}

.m-flex-blocs-couleur {
  padding: 6.6137566138vw 16.6005291005vw;
  background: var(--beige);
  overflow: hidden;
}
.m-flex-blocs-couleur .bloc {
  width: 34.1931216931vw;
  aspect-ratio: 517/323;
  padding: 2.6455026455vw 2.1164021164vw;
  border-radius: 1.0582010582vw;
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: center;
}
@media (max-width: 768px) {
  .m-flex-blocs-couleur .bloc {
    width: 100%;
    aspect-ratio: auto;
    padding: 10.1781170483vw 8.1424936387vw;
    height: 100%;
  }
}
.m-flex-blocs-couleur .bloc.no-text {
  margin-bottom: 0;
  aspect-ratio: 517/182;
}
@media (max-width: 768px) {
  .m-flex-blocs-couleur .bloc.no-text {
    aspect-ratio: auto;
  }
}
.m-flex-blocs-couleur .bloc.no-text .titre {
  margin-bottom: 0;
}
.m-flex-blocs-couleur .bloc .titre {
  font-size: 1.5873015873vw;
  margin-bottom: 1.0582010582vw;
  color: var(--dark-blue);
  line-height: 1.1;
}
@media (max-width: 768px) {
  .m-flex-blocs-couleur .bloc .titre {
    font-size: 6.106870229vw;
  }
}
.m-flex-blocs-couleur .bloc .g-content {
  text-align: center;
}
.m-flex-blocs-couleur .bloc .inner-bloc {
  height: 100%;
  width: 100%;
  border-radius: 1.0582010582vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--beige);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0vw 2.1164021164vw;
}
@media (max-width: 768px) {
  .m-flex-blocs-couleur .bloc .inner-bloc {
    width: 100%;
    aspect-ratio: auto;
    padding: 10.1781170483vw 8.1424936387vw;
    height: 100%;
  }
}
.m-flex-blocs-couleur .bloc.bg--dark-beige.swiper-slide-active {
  background: var(--dark-beige);
}
.m-flex-blocs-couleur .bloc.bg--dark-beige .inner-bloc {
  background: var(--dark-beige);
}
.m-flex-blocs-couleur .bloc.bg--vert.swiper-slide-active {
  background: var(--nature-green);
}
.m-flex-blocs-couleur .bloc.bg--vert .inner-bloc {
  background: var(--nature-green);
}
.m-flex-blocs-couleur .bloc.bg--white.swiper-slide-active {
  background: var(--white);
}
.m-flex-blocs-couleur .bloc.bg--white .inner-bloc {
  background: var(--white);
}
.m-flex-blocs-couleur .bloc.swiper-slide-active {
  padding: 3.9682539683vw 2.1164021164vw;
  cursor: default;
}
.m-flex-blocs-couleur .swiper-slide {
  opacity: 0;
}
.m-flex-blocs-couleur .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.swiper-slide-prev .m-flex-blocs-couleur, .swiper-slide-next .m-flex-blocs-couleur {
  transform: scale(0.85) translateY(1.9841269841vw);
  z-index: 1;
}
.swiper-slide-prev .m-flex-blocs-couleur:hover, .swiper-slide-next .m-flex-blocs-couleur:hover {
  transform: scale(0.9) translateY(1.3227513228vw);
}
.m-flex-blocs-couleur .swiper-slide-shadow-left,
.m-flex-blocs-couleur .swiper-slide-shadow-right {
  border-radius: 1.0582010582vw;
}

.m-card-post {
  display: flex;
  gap: 2.1164021164vw;
  padding-right: 4.8941798942vw;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .m-card-post {
    flex-direction: column;
    gap: 3.0534351145vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.m-card-post:hover {
  text-decoration: none;
}
.m-card-post:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.m-card-post__thumbnail {
  width: 12.5661375661vw;
  flex-shrink: 0;
  aspect-ratio: 643/357;
  overflow: hidden;
  border-radius: 0.7936507937vw;
  margin-bottom: 0.2645502646vw;
}
@media (max-width: 768px) {
  .m-card-post__thumbnail {
    width: 100%;
    aspect-ratio: 343/192;
    margin-bottom: 3.0534351145vw;
  }
}
.m-card-post__thumbnail img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-card-post__content {
  padding: 0.6613756614vw 0;
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .m-card-post__content {
    padding: 0 4.0712468193vw;
  }
}
.m-card-post__content .title {
  font-family: var(--font-standard-400);
  font-size: 1.3227513228vw;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .m-card-post__content .title {
    font-size: 4.0712468193vw;
  }
}
.m-card-post__content .metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-card-post__content .metas .date {
  display: flex;
  align-items: center;
  gap: 0.5291005291vw;
  font-size: 0.7936507937vw;
}
@media (max-width: 768px) {
  .m-card-post__content .metas .date {
    font-size: 2.5445292621vw;
  }
}
.m-card-post--featured {
  gap: 1.3227513228vw;
  flex-direction: column;
  padding-right: 0;
}
@media (max-width: 768px) {
  .m-card-post--featured {
    gap: 3.0534351145vw;
  }
}
.m-card-post--featured .m-card-post__thumbnail {
  width: 100%;
  aspect-ratio: 776/432;
}
@media (max-width: 768px) {
  .m-card-post--featured .m-card-post__thumbnail {
    aspect-ratio: 343/192;
  }
}
.m-card-post--featured .m-card-post__content {
  padding: 0 2.1164021164vw;
}
@media (max-width: 768px) {
  .m-card-post--featured .m-card-post__content {
    padding: 0 4.0712468193vw;
  }
}
.m-card-post--featured .m-card-post__content .title {
  font-family: var(--font-standard-700);
  font-size: 1.5873015873vw;
}
@media (max-width: 768px) {
  .m-card-post--featured .m-card-post__content .title {
    font-size: 4.5801526718vw;
  }
}

.m-card-faq {
  padding: 2.380952381vw 4.1005291005vw;
  display: flex;
  justify-content: space-between;
  gap: 2.1164021164vw;
  background: #fff;
  border-radius: 1.455026455vw;
}
@media (max-width: 768px) {
  .m-card-faq {
    flex-direction: column;
  }
}
.m-card-faq .titre {
  font-size: 1.8518518519vw;
  width: 39.6825396825vw;
  margin-bottom: 0;
  flex-shrink: 0;
  color: var(--dark-blue);
}
@media (max-width: 768px) {
  .m-card-faq .titre {
    font-size: 5.5979643766vw;
    width: 100%;
  }
}
.m-card-faq .reponse {
  width: 50%;
  font-size: 1.1904761905vw;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .m-card-faq .reponse {
    font-size: 4.0712468193vw;
    width: 100%;
    margin-top: 4.0712468193vw;
  }
}
.m-card-faq .reponse ul {
  list-style: inherit;
  margin-left: 1.9841269841vw;
  margin-bottom: 0.9920634921vw;
}

.m-card-portrait {
  text-decoration: none !important;
  width: 100%;
  aspect-ratio: 419/615;
  padding: 3.3068783069vw;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.0582010582vw;
  justify-content: flex-end;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .m-card-portrait {
    width: 100%;
    border-radius: 4.0712468193vw;
  }
}
.m-card-portrait::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 19, 62, 0.8) 0%, rgba(10, 19, 62, 0) 100%);
  z-index: 2;
  transition: all 0.4s ease;
}
.m-card-portrait:hover::after {
  background: linear-gradient(to top, rgba(10, 19, 62, 0.95) 0%, rgba(10, 19, 62, 0) 100%);
  height: 70%;
}
.m-card-portrait .visuel {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.m-card-portrait .visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.m-card-portrait:hover .visuel img {
  transform: scale(1.08);
}
.m-card-portrait .content {
  position: relative;
  z-index: 3;
  padding: 2.1164021164vw;
  color: var(--white);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 768px) {
  .m-card-portrait .content {
    padding: 5.0890585242vw;
  }
}
.m-card-portrait .content .name {
  font-family: var(--font-standard-700);
  color: var(--nature-green);
  font-size: 1.5873015873vw;
  margin-bottom: 0;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .m-card-portrait .content .name {
    font-size: 6.106870229vw;
  }
}
.m-card-portrait .content .soustitre {
  font-family: var(--font-standard-700);
  color: var(--white);
  font-size: 0.9259259259vw;
  margin-bottom: 1.7195767196vw;
  opacity: 0.9;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
  .m-card-portrait .content .soustitre {
    font-size: 3.5623409669vw;
    margin-bottom: 6.6157760814vw;
  }
}
.m-card-portrait .content .description {
  font-family: var(--font-standard-400);
  color: var(--white);
  font-size: 0.7936507937vw;
  opacity: 0.7;
  transition: opacity 0.4s ease;
}
@media (max-width: 768px) {
  .m-card-portrait .content .description {
    font-size: 3.0534351145vw;
  }
}
.m-card-portrait:hover .content {
  transform: translateY(-vw(8px));
}
.m-card-portrait:hover .name {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.m-card-portrait:hover .soustitre, .m-card-portrait:hover .description {
  opacity: 1;
}

.m-card-recette__link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.m-card-recette__link:hover {
  text-decoration: none;
  color: inherit;
}

.m-card-recette {
  background: #fff;
  border-radius: 1.5873015873vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 768px) {
  .m-card-recette {
    border-radius: 6.106870229vw;
  }
}
.m-card-recette:hover .cta-recette {
  transform: translateX(-50%) translateY(-50%);
}
.m-card-recette__content {
  padding: 2.1825396825vw;
  padding-bottom: 0.7936507937vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .m-card-recette__content {
    padding: 8.3969465649vw;
    padding-bottom: 3.0534351145vw;
    gap: 4.0712468193vw;
  }
}
.m-card-recette__content .metas {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.0582010582vw;
}
@media (max-width: 768px) {
  .m-card-recette__content .metas {
    flex-direction: column;
    gap: 3.0534351145vw;
    margin-bottom: 3.0534351145vw;
  }
}
.m-card-recette__content .metas .type {
  text-transform: uppercase;
  background: var(--dark-blue);
  color: var(--white);
  padding: 0.2645502646vw 1.0582010582vw;
  border-radius: 1.9841269841vw;
  flex-shrink: 0;
  font-size: 0.9259259259vw;
}
@media (max-width: 768px) {
  .m-card-recette__content .metas .type {
    padding: 1.0178117048vw 4.0712468193vw;
    font-size: 3.5623409669vw;
  }
}
.m-card-recette__content .metas .infos {
  display: flex;
  gap: 1.0582010582vw;
}
@media (max-width: 768px) {
  .m-card-recette__content .metas .infos {
    gap: 4.0712468193vw;
  }
}
.m-card-recette__content .metas .infos span {
  display: flex;
  align-items: center;
  gap: 0.2645502646vw;
  font-size: 0.9259259259vw;
}
@media (max-width: 768px) {
  .m-card-recette__content .metas .infos span {
    gap: 1.0178117048vw;
    font-size: 3.5623409669vw;
  }
}
.m-card-recette__content .title {
  font-size: 1.5873015873vw;
}
@media (max-width: 768px) {
  .m-card-recette__content .title {
    font-size: 6.106870229vw;
  }
}
.m-card-recette__content .description {
  font-size: 0.9259259259vw;
}
@media (max-width: 768px) {
  .m-card-recette__content .description {
    font-size: 3.5623409669vw;
  }
}
.m-card-recette__visuel {
  aspect-ratio: 35/38;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .m-card-recette__visuel {
    aspect-ratio: 343/260;
  }
}
.m-card-recette__visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.m-card-recette__visuel .cta-recette {
  position: absolute;
  bottom: 2.1164021164vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .m-card-recette__visuel .cta-recette {
    bottom: 8.1424936387vw;
  }
}

.m-categories {
  display: flex;
  align-items: center;
  gap: 0.5291005291vw;
}
@media (max-width: 768px) {
  .m-categories {
    gap: 1.5267175573vw;
  }
}
.m-categories .category {
  font-family: var(--font-standard-400);
  font-size: 0.9259259259vw;
  text-transform: uppercase;
  padding: 0.6613756614vw 0.9259259259vw;
  border-radius: 1.9841269841vw;
  border: 1px solid var(--dark-blue);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 768px) {
  .m-categories .category {
    font-size: 3.0534351145vw;
    padding: 2.0356234097vw 3.0534351145vw;
    border-radius: 6.106870229vw;
  }
}
.m-categories--light .category {
  border: 1px solid var(--nature-green);
  background: var(--dark-beige);
  color: var(--dark-blue);
}

/**
 * Carte de Localisation
 *
 * Style simple et épuré pour afficher des informations de contact
 * et de localisation.
 */
.m-card-localisation {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.9841269841vw;
  gap: 0.9920634921vw;
  background-color: var(--white, #ffffff);
  border: 1px solid #EAEAEA;
  border-radius: 1.0582010582vw;
}
@media (max-width: 768px) {
  .m-card-localisation {
    padding: 5.0890585242vw;
    border-radius: 3.0534351145vw;
  }
}
.m-card-localisation .m-card-localisation__categories {
  display: flex;
  gap: 0.3306878307vw;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .m-card-localisation .m-card-localisation__categories {
    gap: 1.272264631vw;
  }
}
.m-card-localisation .m-card-localisation__categories .category {
  font-size: 0.6613756614vw;
  text-transform: uppercase;
  padding: 0.2645502646vw 0.5952380952vw;
}
@media (max-width: 768px) {
  .m-card-localisation .m-card-localisation__categories .category {
    padding: 1.0178117048vw 2.2900763359vw;
    font-size: 2.5445292621vw;
  }
}
.m-card-localisation .content {
  display: flex;
  flex-direction: column;
  gap: 0.7936507937vw;
}
@media (max-width: 768px) {
  .m-card-localisation .content {
    gap: 2.5445292621vw;
  }
}
.m-card-localisation .content .name {
  font-family: var(--font-standard-700, sans-serif);
  font-size: 1.5873015873vw;
  color: var(--dark-blue, #0A133E);
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .m-card-localisation .content .name {
    font-size: 5.5979643766vw;
  }
}
.m-card-localisation .content .adresse, .m-card-localisation .content .phone {
  font-family: var(--font-standard-400, sans-serif);
  font-size: 1.1904761905vw;
  color: var(--text-secondary, #555);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .m-card-localisation .content .adresse, .m-card-localisation .content .phone {
    font-size: 4.5801526718vw;
  }
}
.m-card-localisation .content .adresse p, .m-card-localisation .content .phone p {
  margin: 0;
}
.m-card-localisation .content .adresse a, .m-card-localisation .content .phone a {
  color: var(--nature-green, #4CAF50);
  text-decoration: none;
  transition: color 0.3s ease;
}
.m-card-localisation .content .adresse a:hover, .m-card-localisation .content .phone a:hover {
  text-decoration: underline;
}
.m-card-localisation .content .soustitre {
  font-family: var(--font-standard-700, sans-serif);
  font-size: 1.1904761905vw;
  color: var(--text-color, #333);
  margin: 0.5291005291vw 0 0 0;
}
@media (max-width: 768px) {
  .m-card-localisation .content .soustitre {
    font-size: 4.0712468193vw;
  }
}

.m-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
  width: 100%;
}
.m-pagination a {
  text-decoration: none;
}
.m-pagination .pagination__list {
  display: flex;
  gap: 0.7936507937vw;
}
.m-pagination .pagination__item--active .pagination__link {
  background: var(--light-green);
  border-color: var(--light-green);
}
.m-pagination .pagination__link {
  border-radius: 3.3068783069vw;
  padding: 0.5291005291vw 0.5291005291vw;
  font-size: 1.1904761905vw;
  transition: all 0.2s ease-in;
}
.m-pagination .pagination__link:hover {
  background: var(--light-green);
  border-color: var(--light-green);
}
@media (max-width: 768px) {
  .m-pagination .pagination__link {
    font-size: 3.5623409669vw;
  }
}
/*# sourceMappingURL=main.css.map */
