*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 9px;
}

.top-0 {
  top: 0px;
}

.top-11 {
  top: 11px;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.order-1 {
  order: 1;
}

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

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

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

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

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

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

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

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

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

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

.m-4 {
  margin: 1rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-32 {
  height: 8rem;
}

.h-5 {
  height: 1.25rem;
}

.h-77 {
  height: 4.813rem;
}

.h-\[103px\] {
  height: 103px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[51px\] {
  height: 51px;
}

.h-\[77px\] {
  height: 77px;
}

.h-\[98px\] {
  height: 98px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-16 {
  width: 4rem;
}

.w-23 {
  width: 1.438rem;
}

.w-302 {
  width: 302px;
}

.w-309 {
  width: 309px;
}

.w-77 {
  width: 4.813rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[123px\] {
  width: 123px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[262px\] {
  width: 262px;
}

.w-\[355px\] {
  width: 355px;
}

.w-\[51px\] {
  width: 51px;
}

.w-\[66px\] {
  width: 66px;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[85px\] {
  width: 85px;
}

.w-\[90px\] {
  width: 90px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-rem20 {
  width: 20rem;
}

.w-screen {
  width: 100vw;
}

.max-w-315 {
  max-width: 315px;
}

.max-w-sm {
  max-width: 24rem;
}

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

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[150\%\] {
  --tw-translate-y: -150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center {
  scroll-snap-align: center;
}

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

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

.grid-cols-\[max-content\] {
  grid-template-columns: max-content;
}

.grid-cols-\[min-content\2c 1fr\2c max-content\] {
  grid-template-columns: min-content 1fr max-content;
}

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

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

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

.grid-rows-\[auto\2c auto\2c auto\2c auto\] {
  grid-template-rows: auto auto auto auto;
}

.grid-rows-\[auto\2c auto\] {
  grid-template-rows: auto auto;
}

.grid-rows-\[min-content\2c min-content\] {
  grid-template-rows: min-content min-content;
}

.grid-rows-\[min-content_min-content\] {
  grid-template-rows: min-content min-content;
}

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 0.625rem;
}

.gap-11 {
  gap: 0.688rem;
}

.gap-14 {
  gap: 0.875rem;
}

.gap-15 {
  gap: 0.938rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 1.250rem;
}

.gap-24 {
  gap: 1.500rem;
}

.gap-25 {
  gap: 1.563rem;
}

.gap-27 {
  gap: 1.688rem;
}

.gap-29 {
  gap: 1.813rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-4 {
  gap: 0.25rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-6 {
  gap: 0.375rem;
}

.gap-8 {
  gap: 0.5rem;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-10 {
  border-radius: 0.625rem;
}

.rounded-3 {
  border-radius: 0.188rem;
}

.rounded-30 {
  border-radius: 1.875rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-5 {
  border-radius: 0.313rem;
}

.rounded-50 {
  border-radius: 3.125rem;
}

.rounded-8 {
  border-radius: 0.500rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-l-50 {
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}

.rounded-br-5 {
  border-bottom-right-radius: 0.313rem;
}

.rounded-ee-md {
  border-end-end-radius: 0.375rem;
}

.rounded-se-md {
  border-start-end-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-accueil-grey {
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-nav-blue {
  --tw-border-opacity: 1;
  border-color: rgb(9 112 230 / var(--tw-border-opacity));
}

.border-neutral-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-panier-grey {
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
}

.bg-accueil-green {
  --tw-bg-opacity: 1;
  background-color: rgb(53 132 120 / var(--tw-bg-opacity));
}

.bg-accueil-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity));
}

.bg-accueil-very-pale-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 255 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-menu-background-light {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-nav-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(9 112 230 / var(--tw-bg-opacity));
}

.bg-panier-very-light-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 239 / var(--tw-bg-opacity));
}

.bg-panier-very-light-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 240 / var(--tw-bg-opacity));
}

.bg-produit-note {
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity));
}

.bg-produit-paiemet {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 255 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[30\%\] {
  -o-object-position: 30%;
     object-position: 30%;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 0.625rem;
}

.p-12 {
  padding: 0.750rem;
}

.p-15 {
  padding: 0.938rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-32 {
  padding: 2rem;
}

.p-40 {
  padding: 2.500rem;
}

.p-6 {
  padding: 0.375rem;
}

.p-7 {
  padding: 0.438rem;
}

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

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

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-15 {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

.px-17 {
  padding-left: 1.063rem;
  padding-right: 1.063rem;
}

.px-19 {
  padding-left: 1.188rem;
  padding-right: 1.188rem;
}

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

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

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-39 {
  padding-left: 2.438rem;
  padding-right: 2.438rem;
}

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

.px-5 {
  padding-left: 0.313rem;
  padding-right: 0.313rem;
}

.px-7 {
  padding-left: 0.438rem;
  padding-right: 0.438rem;
}

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

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-11 {
  padding-top: 0.688rem;
  padding-bottom: 0.688rem;
}

.py-13 {
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
}

.py-15 {
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}

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

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

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

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

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

.py-40 {
  padding-top: 2.500rem;
  padding-bottom: 2.500rem;
}

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

.py-9 {
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
}

.py-\[3\.125rem\] {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

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

.pb-40 {
  padding-bottom: 2.500rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

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

.pl-5 {
  padding-left: 0.313rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-44 {
  padding-top: 11rem;
}

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

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

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-400 {
  font-weight: 400;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-nav-blue {
  --tw-text-opacity: 1;
  color: rgb(9 112 230 / var(--tw-text-opacity));
}

.text-neutral-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-panier-black {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-panier-grey {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

.text-panier-red-text {
  --tw-text-opacity: 1;
  color: rgb(170 13 17 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.shadow-card {
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blue {
  border-radius: 0.313rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 112 230 / var(--tw-bg-opacity));
  padding-left: 1.250rem;
  padding-right: 1.250rem;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  text-align: center;
  font-size: 0.938rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 99 204 / var(--tw-bg-opacity));
}

.btn-white {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.250rem;
  padding-right: 1.250rem;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  font-size: 0.938rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(9 112 230 / var(--tw-text-opacity));
}

.btn-white:hover {
  --tw-text-opacity: 1;
  color: rgb(8 99 204 / var(--tw-text-opacity));
}

.btn-red {
  width: 160px;
  --tw-bg-opacity: 1;
  background-color: rgb(211 13 31 / var(--tw-bg-opacity));
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  text-align: center;
  font-size: 0.938rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 11 27 / var(--tw-bg-opacity));
}

.btn-black {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.btn-black:hover {
  --tw-text-opacity: 1;
  color: rgb(8 99 204 / var(--tw-text-opacity));
}

.input {
  width: 100%;
  border-radius: 0.313rem;
  border-width: 1px;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  font-size: 0.938rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

.footer-bottom-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.063rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
  padding: 0.938rem;
}

@media (min-width: 768px) {
  .footer-bottom-section {
    width: -moz-fit-content;
    width: fit-content;
    border-top-width: 0px;
    padding: 0px;
  }
}

.footer-title {
  font-size: 0.875rem;
  font-weight: 700;
}

.footer-icon {
  height: 24px;
  width: 32px;
}

.footer-icon-tall {
  height: 29px;
  width: 19px;
}

.footer-title-top {
  display: none;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer-title-top {
    display: block;
  }
}

.footer-title-btn {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer-title-btn {
    display: none;
  }
}

.footer-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .footer-group {
    width: 160px;
  }
}

.footer-link {
  font-size: 0.813rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.footer-link:hover {
  text-decoration-line: underline;
}

.filtre-title-btn {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.filtre-layout {
  width: 100%;
  flex-direction: column;
  gap: 1.250rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
  padding: 0.625rem;
}

.filtre-list {
  width: 100%;
  flex-direction: column;
  gap: 1.250rem;
}

.filtre-checkbox {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
}

.checkbox-label {
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.prix-group {
  display: flex;
  flex-direction: column;
  gap: 0.438rem;
}

.prix-input {
  width: 100%;
  border-radius: 0.313rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(105 105 105 / var(--tw-border-opacity));
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  padding-top: 0.438rem;
  padding-bottom: 0.438rem;
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

.filtre-btn {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 1.875rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.250rem;
  padding-right: 1.250rem;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  text-align: center;
}

.filtre-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity));
}

.filtre-btn-list {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  gap: 0.625rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.filtre-btn-list:hover {
  --tw-text-opacity: 1;
  color: rgb(8 99 204 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .filtre-btn-list {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.625rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
  }
}

.liste-btn-list {
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  gap: 0.625rem;
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.liste-btn-list:hover {
  --tw-text-opacity: 1;
  color: rgb(8 99 204 / var(--tw-text-opacity));
}

.categorie-card {
  display: flex;
  min-height: 100%;
  min-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 1.563rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 255 / var(--tw-bg-opacity));
  text-align: left;
}

.categorie-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .categorie-card {
    width: 309px;
    min-width: 0px;
    flex-direction: column;
    border-radius: 0.500rem;
    --tw-border-opacity: 1;
    border-color: rgb(199 199 199 / var(--tw-border-opacity));
    text-align: center;
  }
}

.categorie-head {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

@media (min-width: 768px) {
  .categorie-head {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2.813rem;
    padding-bottom: 2.813rem;
  }
}

.categorie-img {
  height: auto;
  width: 194px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

@media (min-width: 768px) {
  .categorie-img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.categorie-title {
  font-size: 1rem;
  font-weight: 800;
}

.categorie-text {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.438rem;
  border-radius: 1.563rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.938rem;
  --tw-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .categorie-text {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 0.500rem;
    border-bottom-left-radius: 0.500rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.categorie-label {
  font-size: 0.813rem;
  font-weight: 400;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:text-nav-blue-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(8 99 204 / var(--tw-text-opacity));
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.peer:has(:checked) ~ .peer-has-\[\:checked\]\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:has(:checked) ~ .peer-has-\[\:checked\]\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-none {
    order: 0;
  }

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

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

  .md\:col-start-1 {
    grid-column-start: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-rem40 {
    height: 40rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-\[181px\] {
    width: 181px;
  }

  .md\:w-\[326px\] {
    width: 326px;
  }

  .md\:w-\[417px\] {
    width: 417px;
  }

  .md\:w-\[455px\] {
    width: 455px;
  }

  .md\:w-\[564px\] {
    width: 564px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-rem20 {
    width: 20rem;
  }

  .md\:w-rem30 {
    width: 30rem;
  }

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

  .md\:grid-cols-\[max-content\2c 1fr\2c max-content\] {
    grid-template-columns: max-content 1fr max-content;
  }

  .md\:grid-cols-\[max-content_1fr_max-content\] {
    grid-template-columns: max-content 1fr max-content;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-\[auto\2c 1fr\] {
    grid-template-rows: auto 1fr;
  }

  .md\:grid-rows-\[min-content\2c min-content\2c min-content\] {
    grid-template-rows: min-content min-content min-content;
  }

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-10 {
    gap: 0.625rem;
  }

  .md\:gap-100 {
    gap: 6.250rem;
  }

  .md\:gap-29 {
    gap: 1.813rem;
  }

  .md\:gap-30 {
    gap: 1.875rem;
  }

  .md\:gap-4 {
    gap: 0.25rem;
  }

  .md\:gap-8 {
    gap: 0.5rem;
  }

  .md\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .md\:border-accueil-grey {
    --tw-border-opacity: 1;
    border-color: rgb(199 199 199 / var(--tw-border-opacity));
  }

  .md\:p-10 {
    padding: 0.625rem;
  }

  .md\:p-60 {
    padding: 3.750rem;
  }

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

  .md\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-15 {
    padding-left: 0.938rem;
    padding-right: 0.938rem;
  }

  .md\:px-300 {
    padding-left: 18.750rem;
    padding-right: 18.750rem;
  }

  .md\:px-4 {
    padding-left: 0.250rem;
    padding-right: 0.250rem;
  }

  .md\:px-60 {
    padding-left: 3.750rem;
    padding-right: 3.750rem;
  }

  .md\:px-65 {
    padding-left: 4.063rem;
    padding-right: 4.063rem;
  }

  .md\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .md\:px-9 {
    padding-left: 0.563rem;
    padding-right: 0.563rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-20 {
    padding-top: 1.250rem;
    padding-bottom: 1.250rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:py-4 {
    padding-top: 0.250rem;
    padding-bottom: 0.250rem;
  }

  .md\:py-40 {
    padding-top: 2.500rem;
    padding-bottom: 2.500rem;
  }

  .md\:pb-20 {
    padding-bottom: 1.250rem;
  }

  .md\:pb-29 {
    padding-bottom: 1.813rem;
  }

  .md\:pb-30 {
    padding-bottom: 1.875rem;
  }

  .md\:pb-60 {
    padding-bottom: 3.750rem;
  }

  .md\:pt-40 {
    padding-top: 2.500rem;
  }

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

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

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