/*!
Theme Name: test_webecode
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: testwebecode
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

test_webecode is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind's `base` layer.
 *
 * IMPORTANT : Utilisez des polices locales (RGPD + Performance)
 * 1. Téléchargez vos polices en format WOFF2 (voir /theme/fonts/README.md)
 * 2. Placez-les dans /theme/fonts/[NomPolice]/
 * 3. Configurez les @font-face ci-dessous
 * 4. Ajoutez TOUJOURS font-display: swap pour éviter le FOIT
 */

/* ============================================================
   Cormorant Garamond — polices de titres
   ============================================================ */

/* cormorant-garamond-300 - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: normal;

  font-weight: 300;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-300.woff2') format('woff2');
}

/* cormorant-garamond-300italic - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: italic;

  font-weight: 300;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-300italic.woff2') format('woff2');
}

/* cormorant-garamond-regular - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
}

/* cormorant-garamond-italic - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: italic;

  font-weight: 400;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
}

/* cormorant-garamond-500 - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-500.woff2') format('woff2');
}

/* cormorant-garamond-500italic - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: italic;

  font-weight: 500;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-500italic.woff2') format('woff2');
}

/* cormorant-garamond-600 - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-600.woff2') format('woff2');
}

/* cormorant-garamond-600italic - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: italic;

  font-weight: 600;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-600italic.woff2') format('woff2');
}

/* cormorant-garamond-700 - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-700.woff2') format('woff2');
}

/* cormorant-garamond-700italic - latin */

@font-face {
  font-display: swap;

  font-family: 'Cormorant Garamond';

  font-style: italic;

  font-weight: 700;

  src: url('../fonts/Cormorant Garamond/cormorant-garamond-v21-latin-700italic.woff2') format('woff2');
}

/* ============================================================
   Helvetica Neue — police de texte
   ============================================================ */

/* helvetica-neue-100 */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: normal;

  font-weight: 100;

  src: url('../fonts/Helvetica/HelveticaNeueThin.otf') format('opentype');
}

/* helvetica-neue-100italic */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: italic;

  font-weight: 100;

  src: url('../fonts/Helvetica/HelveticaNeueThinItalic.otf') format('opentype');
}

/* helvetica-neue-200 */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: normal;

  font-weight: 200;

  src: url('../fonts/Helvetica/HelveticaNeueUltraLight.otf') format('opentype');
}

/* helvetica-neue-200italic */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: italic;

  font-weight: 200;

  src: url('../fonts/Helvetica/HelveticaNeueUltraLightItalic.otf') format('opentype');
}

/* helvetica-neue-300 */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: normal;

  font-weight: 300;

  src: url('../fonts/Helvetica/HelveticaNeueLight.otf') format('opentype');
}

/* helvetica-neue-300italic */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: italic;

  font-weight: 300;

  src: url('../fonts/Helvetica/HelveticaNeueLightItalic.otf') format('opentype');
}

/* helvetica-neue-400 */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/Helvetica/HelveticaNeueRoman.otf') format('opentype');
}

/* helvetica-neue-400italic */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: italic;

  font-weight: 400;

  src: url('../fonts/Helvetica/HelveticaNeueItalic.ttf') format('truetype');
}

/* helvetica-neue-500 */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/Helvetica/HelveticaNeueMedium.otf') format('opentype');
}

/* helvetica-neue-500italic */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: italic;

  font-weight: 500;

  src: url('../fonts/Helvetica/HelveticaNeueMediumItalic.otf') format('opentype');
}

/* helvetica-neue-700 */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: normal;

  font-weight: 700;

  src: url('../fonts/Helvetica/HelveticaNeueBold.otf') format('opentype');
}

/* helvetica-neue-700italic */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: italic;

  font-weight: 700;

  src: url('../fonts/Helvetica/HelveticaNeueBoldItalic.otf') format('opentype');
}

/* helvetica-neue-800 */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: normal;

  font-weight: 800;

  src: url('../fonts/Helvetica/HelveticaNeueHeavy.otf') format('opentype');
}

/* helvetica-neue-800italic */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: italic;

  font-weight: 800;

  src: url('../fonts/Helvetica/HelveticaNeueHeavyItalic.otf') format('opentype');
}

/* helvetica-neue-900 */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: normal;

  font-weight: 900;

  src: url('../fonts/Helvetica/HelveticaNeueBlack.otf') format('opentype');
}

/* helvetica-neue-900italic */

@font-face {
  font-display: swap;

  font-family: 'Helvetica Neue';

  font-style: italic;

  font-weight: 900;

  src: url('../fonts/Helvetica/HelveticaNeueBlackItalic.otf') format('opentype');
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.10 | 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: currentColor;
  /* 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;
}

*, ::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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 460px) {
  .container {
    max-width: 460px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1125px) {
  .container {
    max-width: 1125px;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1680px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

@media (min-width: 2300px) {
  .container {
    max-width: 2300px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/* ========================================
	   BUTTONS - Styles de boutons personnalisés
	   ======================================== */

/* Style outline pour les boutons */

.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 2px;
  border-color: currentColor;
  background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: currentColor;
}

/* Bouton arrondi */

.wp-block-button.is-style-rounded .wp-block-button__link {
  border-radius: 9999px;
}

/* ========================================
	   NAVIGATION - Menu de navigation
	   ======================================== */

/* ========================================
	   IMAGES - Styles d'images
	   ======================================== */

.wp-block-image img {
  height: auto;
  max-width: 100%;
}

.wp-block-image.is-style-rounded img {
  border-radius: 0.5rem;
}

/* ========================================
	   COVER - Blocs de couverture
	   ======================================== */

/* ========================================
	   GROUP - Groupes de blocs
	   ======================================== */

/* Style card pour les groupes */

.wp-block-group.is-style-card {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

/* ========================================
	   COLUMNS - Colonnes
	   ======================================== */

.wp-block-columns {
  gap: 2rem;
}

/* Colonnes responsive */

@media (max-width: 768px) {
  .wp-block-columns {
    flex-direction: column;
  }
}

/* ========================================
	   QUOTE - Citations
	   ======================================== */

/* ========================================
	   SEPARATOR - Séparateurs
	   ======================================== */

/* ========================================
	   SOCIAL LINKS - Liens sociaux
	   ======================================== */

/* ========================================
	   POST TEMPLATE - Templates d'articles
	   ======================================== */

/* ========================================
	   SEARCH - Formulaire de recherche
	   ======================================== */

/* ========================================
	   CUSTOM BLOCK STYLES - Styles de blocs personnalisés
	   ======================================== */

/* Card style - applicable aux groupes */

/* Shadow styles */

/* Bordered style */

/**
 * Custom styles to immediately follow Tailwind's `components` layer
 *
 * "Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes."
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Ajoutez ici vos composants CSS personnalisés spécifiques au projet.
 *
 * Privilégiez les classes utilitaires Tailwind dans vos templates PHP.
 * N'utilisez ce fichier que pour des composants complexes réutilisables.
 *
 * Exemples d'utilisation :
 * - Styles de formulaires Contact Form 7
 * - Animations complexes
 * - Composants tiers nécessitant du CSS custom
 */

/* =============================================================================
   PAGINATION — archive créations
   Stylise la pagination WordPress pour correspondre à la maquette :
   numéros dans des cases carrées, page courante fond sombre.
   ============================================================================= */

#creation-pagination .nav-links,
#creation-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

#creation-pagination .page-numbers {
  display: inline-flex;
  width: 42px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 105%;
  font-weight: 500;
}

#creation-pagination .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

#creation-pagination .page-numbers.current {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

#creation-pagination .page-numbers.dots {
  border-color: transparent;
  background-color: transparent;
}

#creation-pagination .nav-links .prev.page-numbers,
#creation-pagination .nav-links .next.page-numbers {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* =============================================================================
   BLOC CRÉATIONS EN CE MOMENT — chevauchement sur le hero
   Remonte le bloc entier dans le hero précédent.
   À activer via le champ ACF "chevauchement".
   ============================================================================= */

.creation-en-ce-moment-overlap {
  margin-top: -8rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 1250px) {
  .creation-en-ce-moment-overlap {
    margin-top: -10rem;
  }
}

/* =============================================
   ARCHIVE VISAGES
   ============================================= */

.archive-visage__nom {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.2;
}

.archive-visage__poste {
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #2e2c2b;
}

.pb-extra {
  padding-bottom: 80px;
}

/* =============================================
   SINGLE CRÉATION
   ============================================= */

/* --- Hero --- */

.single-creation-hero {
  position: relative;
  height: 60vh;
  max-height: 600px;
  overflow: hidden;
}

.single-creation-retour {
  position: absolute;
  top: 2rem;
  left: 3rem;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.822);
  text-decoration: none;
  z-index: 3;
  transition: color 0.2s;
}

.single-creation-retour:hover {
  color: rgb(255, 255, 255);
}

.single-creation-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 60vh;
  max-height: 600px;
}

/* Gauche */

.single-creation-hero__left {
  padding: 6rem 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

/* Tags */

.single-creation-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.single-creation-hero__tag {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.705);
  border: 1px solid rgba(255, 255, 255, 0.555);
  padding: 0.25rem 0.6rem;
}

/* Sous-titre */

.single-creation-hero__sous-titre {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.815);
  line-height: 1.6;
  max-width: 44ch;
}

/* Droite : image */

.single-creation-hero__right {
  position: relative;
  overflow: hidden;
}

.single-creation-hero__right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0a0a0a 0%, transparent 50%);
  z-index: 1;
}

.single-creation-hero__right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0a0a0a 0%, transparent 40%);
  z-index: 1;
}

.single-creation-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: grayscale(100%);
  opacity: 0.7;
  display: block;
}

/* Mobile : hero colonne unique */

@media (max-width: 768px) {
  .single-creation-hero__inner {
    grid-template-columns: 1fr;
  }

  .single-creation-hero__right {
    height: 300px;
  }

  .single-creation-hero__right::before {
    background: linear-gradient(to bottom, #0a0a0a 0%, transparent 50%);
  }

  .single-creation-retour {
    left: 1.5rem;
  }

  .single-creation-hero__left {
    padding: 5rem 1.5rem 2rem;
  }
}

/* --- Grille contenu --- */

.single-creation-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 5rem;
  align-items: start;
}

@media (max-width: 768px) {
  .single-creation-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* --- Sidebar --- */

.single-creation-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 5rem;
}

.single-creation-bloc {
  background: #ffffff;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.single-creation-bloc--dark {
  background: #0a0a0a;
}

.single-creation-bloc__label {
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #202020;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.single-creation-bloc--dark .single-creation-bloc__label {
  color: rgb(255, 255, 255);
}

.single-creation-bloc--dark .single-creation-bloc__label::before {
  background: rgba(255, 255, 255, 0.808);
}

/* Dates */

.single-creation-dates {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.single-creation-date {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.single-creation-date:last-child {
  border-bottom: none;
}

/* Bouton billetterie */

.single-creation-btn-billet {
  display: block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.61);
  color: #f5f3ef;
  padding: 0.8rem 1rem;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 0.3rem;
}

.single-creation-btn-billet:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Soutien */

.single-creation-soutien {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(10, 10, 10, 0.55);
}

.single-creation-soutien p {
  margin-bottom: 0.5rem;
}

/* Liens */

.single-creation-liens {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.single-creation-liens a {
  font-size: 14px;
  color: #0a0a0a;
  text-decoration: none;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.2s;
}

.single-creation-liens a::before {
  content: "→";
  font-family: Georgia, "Cormorant Garamond", serif;
  font-style: italic;
  opacity: 0.5;
}

.single-creation-liens a:hover {
  opacity: 1;
}

/* --- Contenu droit --- */

.single-creation-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-width: 0;
}

/* Présentation */

.single-creation-presentation {
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(10, 10, 10, 0.9);
}

.single-creation-presentation p + p {
  margin-top: 1rem;
}

/* Séparateur */

.single-creation-sep {
  width: 3rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

/* Distribution */

.single-creation-distribution__title {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #0a0a0a;
}

.single-creation-distribution__ligne {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.5rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: baseline;
}

.single-creation-distribution__ligne:last-child {
  border-bottom: none;
}

.single-creation-distribution__role {
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: 0.02em;
}

.single-creation-distribution__noms {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(10, 10, 10, 0.65);
  line-height: 1.5;
}

.single-creation-distribution__noms a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
  transition:
		color 0.2s,
		border-color 0.2s;
}

.single-creation-distribution__noms a:hover {
  color: #0a0a0a;
  border-color: #0a0a0a;
}

/* Mobile distribution */

@media (max-width: 640px) {
  .single-creation-distribution__ligne {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

@media (max-width: 768px) {
  .single-creation-sidebar {
    position: static;
  }
}

/* =============================================
   SINGLE VISAGE
   ============================================= */

/* --- Hero --- */

.single-visage-hero {
  position: relative;
  height: 45vh;
  max-height: 420px;
  overflow: visible;
}

.single-visage-retour {
  position: absolute;
  top: 2rem;
  left: 3rem;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.822);
  text-decoration: none;
  z-index: 3;
  transition: color 0.2s;
}

.single-visage-retour:hover {
  color: rgb(255, 255, 255);
}

.single-visage-hero__inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  height: 45vh;
  max-height: 420px;
  overflow: visible;
}

/* Sans photo : titre pleine largeur */

.single-visage-hero__inner:not(:has(.single-visage-hero__right)) {
  grid-template-columns: 1fr;
}

/* --- Gauche --- */

.single-visage-hero__left {
  padding: 6rem 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  background: #0a0a0a;
}

/* Tags poste */

.single-visage-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.single-visage-hero__tag {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.815);
  border: 1px solid rgba(255, 255, 255, 0.555);
  padding: 0.25rem 0.6rem;
}

/* Titre */

.single-visage-hero__title {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 5vw, 6rem);
  font-weight: 300;
  font-style: italic;
  color: #f5f3ef;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* --- Droite : photo qui déborde en bas --- */

.single-visage-hero__right {
  position: relative;
  background: #0a0a0a;
  overflow: visible;
  z-index: 10;
}

.single-visage-hero__right picture {
  display: block;
  position: absolute;
  bottom: -60px;
  right: 8rem;
  z-index: 10;
}

.single-visage-hero__img {
  width: auto;
  height: 340px;
  max-width: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  filter: grayscale(100%);
  display: block;
}

/* --- Mobile --- */

@media (max-width: 768px) {
  .single-visage-hero {
    height: auto;
    max-height: none;
  }

  .single-visage-hero__inner {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    overflow: hidden;
  }

  .single-visage-hero__left {
    padding: 5rem 1.5rem 2rem;
  }

  .single-visage-hero__right {
    position: static;
    display: flex;
    justify-content: center;
    padding: 0 1.5rem 3rem;
    background: #0a0a0a;
    overflow: hidden;
  }

  .single-visage-hero__right picture {
    position: static;
    display: block;
    width: auto;
    height: auto;
  }

  .single-visage-hero__img {
    position: static;
    height: 240px;
    width: auto;
    max-width: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }

  .single-visage-retour {
    left: 1.5rem;
  }
}

/* =============================================
   GRILLE CONTENU
   ============================================= */

.single-visage-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 5rem;
  align-items: start;
}

@media (max-width: 768px) {
  .single-visage-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.single-visage-content {
  min-width: 0;
}

/* =============================================
   SIDEBAR
   ============================================= */

.single-visage-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 5rem;
}

@media (max-width: 768px) {
  .single-visage-sidebar {
    position: static;
  }
}

.single-visage-bloc {
  background: #ffffff;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.single-visage-bloc__label {
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #2e2d2b;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

/* Liste créations */

.single-visage-creations {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.single-visage-creations li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.single-visage-creations li:last-child {
  border-bottom: none;
}

.single-visage-creations a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0;
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: #0a0a0a;
  text-decoration: none;
  transition: opacity 0.2s;
}

.single-visage-creations a::after {
  content: "→";
  opacity: 0.25;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.single-visage-creations a:hover {
  opacity: 0.6;
}

.single-visage-creations a:hover::after {
  opacity: 0.6;
}

.single-visage-empty {
  font-size: 0.78rem;
  color: rgba(0, 0, 0, 0.35);
  font-style: italic;
}

/* =============================================
   BIOGRAPHIE
   ============================================= */

.single-visage-bio {
  font-size: 0.92rem;
  line-height: 1.85;
  color: rgba(10, 10, 10, 0.7);
}

.single-visage-bio p + p {
  margin-top: 1rem;
}

.single-visage-bio h1,
.single-visage-bio h2,
.single-visage-bio h3,
.single-visage-bio h4 {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 300;
  color: #0a0a0a;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.single-visage-bio ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.single-visage-bio ul li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 0.88rem;
}

.single-visage-bio ul li::before {
  content: "—";
  opacity: 0.3;
  flex-shrink: 0;
}

/* =============================================
   ARCHIVE CRÉATION — Cards
   ============================================= */

.archive-creation__titre {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #0a0a0a;
  line-height: 1.15;
}

.archive-creation__sous-titre {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(10, 10, 10, 0.801);
}

.archive-creation__tag {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #383838;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.5rem;
}

/* Masquer les items au-delà de 5 sur mobile uniquement */

@media (max-width: 768px) {
  .single-visage-creations__extra {
    display: none;
  }

  .single-visage-creations__extra.visible {
    display: block;
  }

  .single-visage-voir-plus {
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #474747;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem 0;
    margin-top: 0.3rem;
  }
}

/* Cacher le bouton sur desktop */

@media (min-width: 769px) {
  .single-visage-voir-plus {
    display: none;
  }
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-20 {
  top: 5rem;
}

.top-full {
  top: 100%;
}

.left-6 {
  left: 1.5rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-48 {
  max-height: 12rem;
}

.min-h-\[70vh\] {
  min-height: 70vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.-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-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.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));
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.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));
}

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-px {
  gap: 1px;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

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

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-primary\/10 {
  border-color: rgb(245 245 245 / 0.1);
}

.border-primary\/20 {
  border-color: rgb(245 245 245 / 0.2);
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.border-secondary\/10 {
  border-color: rgb(10 10 10 / 0.1);
}

.border-secondary\/30 {
  border-color: rgb(10 10 10 / 0.3);
}

.bg-\[\#0a0a0a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}

.bg-\[\#636363\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 99 99 / var(--tw-bg-opacity));
}

.bg-\[\#ececec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.bg-\[\#eeeeee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.bg-primary\/10 {
  background-color: rgb(245 245 245 / 0.1);
}

.bg-primary\/\[0\.06\] {
  background-color: rgb(245 245 245 / 0.06);
}

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

.bg-secondary\/10 {
  background-color: rgb(10 10 10 / 0.1);
}

.bg-secondary\/20 {
  background-color: rgb(10 10 10 / 0.2);
}

.bg-secondary\/80 {
  background-color: rgb(10 10 10 / 0.8);
}

.bg-secondary\/\[0\.06\] {
  background-color: rgb(10 10 10 / 0.06);
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#0a0a0a\] {
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[rgba\(10\2c 10\2c 10\2c 0\.4\)\] {
  --tw-gradient-to: rgba(10, 10, 10, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(10,10,10,0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

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

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

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

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

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

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

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

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

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

.py-medium {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-large {
  padding-top: 100px;
}

.pt-medium {
  padding-top: 64px;
}

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

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

.font-text {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.font-title {
  font-family: Georgia, "Cormorant Garamond", serif;
}

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

.text-\[0\.65rem\] {
  font-size: 0.65rem;
}

.text-\[0\.6rem\] {
  font-size: 0.6rem;
}

.text-\[0\.72rem\] {
  font-size: 0.72rem;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[32px\] {
  font-size: 32px;
}

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

.text-button {
  font-size: 16px;
  line-height: 105%;
  font-weight: 700;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-text_medium {
  font-size: 16px;
  line-height: 105%;
  font-weight: 500;
}

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

.text-\[12px\] {
  font-size: 12px;
}

.\!font-bold {
  font-weight: 700 !important;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

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

.text-primary\/25 {
  color: rgb(245 245 245 / 0.25);
}

.text-primary\/40 {
  color: rgb(245 245 245 / 0.4);
}

.text-primary\/50 {
  color: rgb(245 245 245 / 0.5);
}

.text-primary\/60 {
  color: rgb(245 245 245 / 0.6);
}

.text-primary\/80 {
  color: rgb(245 245 245 / 0.8);
}

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

.text-secondary\/20 {
  color: rgb(10 10 10 / 0.2);
}

.text-secondary\/25 {
  color: rgb(10 10 10 / 0.25);
}

.text-secondary\/40 {
  color: rgb(10 10 10 / 0.4);
}

.text-secondary\/50 {
  color: rgb(10 10 10 / 0.5);
}

.text-secondary\/60 {
  color: rgb(10 10 10 / 0.6);
}

.text-secondary\/70 {
  color: rgb(10 10 10 / 0.7);
}

.text-secondary\/75 {
  color: rgb(10 10 10 / 0.75);
}

.text-secondary\/80 {
  color: rgb(10 10 10 / 0.8);
}

.text-secondary\/90 {
  color: rgb(10 10 10 / 0.9);
}

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

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.accent-secondary {
  accent-color: #0A0A0A;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

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

.shadow-large {
  --tw-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 10px 15px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

.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);
}

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

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.sides-page-margin {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 768px) {
  .sides-page-margin {
    width: 90%;
  }
}

/* Titles */

.h1 {
  margin-bottom: 1.25rem;
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 64px;
    line-height: 105%;
    font-weight: 500;
  }
}

.h2 {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .h2 {
    font-size: 48px;
    line-height: 105%;
    font-weight: 500;
  }
}

.h3 {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .h3 {
    font-size: 32px;
    line-height: 105%;
    font-weight: 500;
  }
}

.h4 {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .h4 {
    font-size: 28px;
    line-height: 105%;
    font-weight: 500;
  }
}

.h5 {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .h5 {
    font-size: 24px;
    line-height: 105%;
    font-weight: 500;
  }
}

/* Text */

.paragraph-medium {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 105%;
  font-weight: 500;
}

.paragraph-small {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 105%;
  font-weight: 500;
}

/* Buttons */

.button_primary {
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 105%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.button_primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.button_primary_large {
  margin-top: 2rem;
  display: inline-block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 105%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.button_primary_large:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.button_white {
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 105%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.button_white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.\!link {
  margin-top: 2rem;
  display: inline-block;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 105%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.link {
  margin-top: 2rem;
  display: inline-block;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 105%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

/* Cards */

/* Pagination */

.pagination .page-numbers {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.pagination .page-numbers:not(.current) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.pagination .page-numbers:not(.current):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.next.page-numbers,.prev.page-numbers {
  display: none;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/**
 * Custom styles for FSE blocks
 */

/**
 * Styles personnalisés pour les blocs FSE (Full Site Editing)
 *
 * Ce fichier contient des styles spécifiques pour améliorer l'apparence
 * des blocs WordPress natifs dans l'éditeur FSE
 */

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity));
}

.hover\:bg-\[\#e2e2e2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#e7e7e7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f0eeea\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 238 234 / var(--tw-bg-opacity));
}

.hover\:bg-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.hover\:bg-secondary\/5:hover {
  background-color: rgb(10 10 10 / 0.05);
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.hover\:text-primary\/70:hover {
  color: rgb(245 245 245 / 0.7);
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:focus-within .group-focus-within\:block {
  display: block;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
  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));
}

.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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));
}

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

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.group:hover .group-hover\:bg-primary\/\[0\.12\] {
  background-color: rgb(245 245 245 / 0.12);
}

.group:hover .group-hover\:bg-secondary\/\[0\.12\] {
  background-color: rgb(10 10 10 / 0.12);
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.group:hover .group-hover\: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);
}

.prose-headings\:text-secondary :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.prose-h1\:h1 :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1.25rem;
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .prose-h1\:h1 :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 64px;
    line-height: 105%;
    font-weight: 500;
  }
}

.prose-h2\:mb-6 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1.5rem;
}

.prose-h2\:mt-10 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 2.5rem;
}

.prose-h2\:h2 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .prose-h2\:h2 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 48px;
    line-height: 105%;
    font-weight: 500;
  }
}

.prose-h3\:h3 :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .prose-h3\:h3 :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 32px;
    line-height: 105%;
    font-weight: 500;
  }
}

.prose-h4\:h4 :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .prose-h4\:h4 :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 28px;
    line-height: 105%;
    font-weight: 500;
  }
}

.prose-h5\:h5 :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .prose-h5\:h5 :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 24px;
    line-height: 105%;
    font-weight: 500;
  }
}

.prose-h6\:h6 :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: Georgia, "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 105%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .prose-h6\:h6 :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 20px;
    line-height: 105%;
    font-weight: 500;
  }
}

.prose-p\:mt-4 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 1rem;
}

.prose-p\:leading-7 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.75rem;
}

.prose-p\:text-primary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.prose-p\:text-secondary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.prose-ol\:list-inside :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-position: inside;
}

.prose-ol\:list-decimal :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: decimal;
}

.prose-ul\:list-inside :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-position: inside;
}

.prose-ul\:list-disc :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: disc;
}

.prose-li\:mb-1 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 0.25rem;
}

.prose-li\:list-inside :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-position: inside;
}

.prose-li\:list-disc :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: disc;
}

.prose-li\:text-primary :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.prose-li\:text-secondary :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.first\:prose-li\:list-none :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))):first-child {
  list-style-type: none;
}

@media (min-width: 460px) {
  .sm\:h-\[200px\] {
    height: 200px;
  }

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

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-72 {
    width: 18rem;
  }

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

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:\[direction\:ltr\] {
    direction: ltr;
  }

  .md\:\[direction\:rtl\] {
    direction: rtl;
  }
}

@media (min-width: 1250px) {
  .base\:left-12 {
    left: 3rem;
  }

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

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

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

  .base\:-ml-8 {
    margin-left: -2rem;
  }

  .base\:mb-16 {
    margin-bottom: 4rem;
  }

  .base\:block {
    display: block;
  }

  .base\:hidden {
    display: none;
  }

  .base\:min-h-\[70vh\] {
    min-height: 70vh;
  }

  .base\:w-\[40\%\] {
    width: 40%;
  }

  .base\:w-\[55\%\] {
    width: 55%;
  }

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

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

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

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

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

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

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

  .base\:gap-16 {
    gap: 4rem;
  }

  .base\:gap-6 {
    gap: 1.5rem;
  }

  .base\:gap-\[120px\] {
    gap: 120px;
  }

  .base\:border {
    border-width: 1px;
  }

  .base\:border-secondary\/15 {
    border-color: rgb(10 10 10 / 0.15);
  }

  .base\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .base\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .base\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .base\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .base\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .base\:py-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .base\:pb-24 {
    padding-bottom: 6rem;
  }

  .base\:pt-\[40px\] {
    padding-top: 40px;
  }

  .base\:pt-\[88px\] {
    padding-top: 88px;
  }

  .base\:\[direction\:ltr\] {
    direction: ltr;
  }

  .base\:\[direction\:rtl\] {
    direction: rtl;
  }
}

@media (min-width: 1440px) {
  .lg\:flex {
    display: flex;
  }

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

  .lg\:text-\[48px\] {
    font-size: 48px;
  }
}

