*, ::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.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 244 / var(--tw-bg-opacity, 1));
  font-family: DM Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(118 116 112 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1.62;
  background-image: url('../assets/images/grain.png');
  overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Aleo, serif;
  --tw-text-opacity: 1;
  color: rgb(24 33 39 / var(--tw-text-opacity, 1));
}

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

::-moz-selection {
  background: #BF5415;
  color: #fff;
}

::selection {
  background: #BF5415;
  color: #fff;
}

.titre-1 {
  font-family: Aleo, serif;
  --tw-text-opacity: 1;
  color: rgb(24 33 39 / var(--tw-text-opacity, 1));
  font-size: 57px;
  line-height: 57px;
  font-weight: 700;
  letter-spacing: -1.1px;
}

.titre-3 {
  font-family: Aleo, serif;
  --tw-text-opacity: 1;
  color: rgb(24 33 39 / var(--tw-text-opacity, 1));
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
}

.titre-4 {
  font-family: Aleo, serif;
  --tw-text-opacity: 1;
  color: rgb(24 33 39 / var(--tw-text-opacity, 1));
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.titre-6 {
  font-family: Aleo, serif;
  --tw-text-opacity: 1;
  color: rgb(24 33 39 / var(--tw-text-opacity, 1));
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
}

.p1 {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
}

.p3 {
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.p4 {
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.categorie {
  font-family: Aleo, serif;
  --tw-text-opacity: 1;
  color: rgb(24 33 39 / var(--tw-text-opacity, 1));
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.cta {
  font-family: Aleo, serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.\!menu {
  font-family: Aleo, serif;
}

.menu {
  font-family: Aleo, serif;
}

.\!menu {
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.menu {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

.btn-primary {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(191 84 21 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 300ms;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(170 71 12 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary {
  padding: 18px 42px;
  border-radius: 0px;
}

.btn-secondary {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(67 94 116 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 300ms;
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 83 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary {
  padding: 18px 42px;
  border-radius: 0px;
}

.btn-accent {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 33 39 / var(--tw-text-opacity, 1));
  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: 300ms;
}

.btn-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 84 21 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-accent {
  padding: 18px 42px;
  border-radius: 0px;
}

.btn-outline {
  display: inline-block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(24 33 39 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(24 33 39 / var(--tw-text-opacity, 1));
  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: 300ms;
}

.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 33 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-outline {
  padding: 16px 40px;
  border-radius: 0px;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.resize {
  resize: both;
}

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

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

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

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

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(24 33 39 / var(--tw-text-opacity, 1));
}

.outline {
  outline-style: solid;
}

/* WYSIWYG content prose (used in blog post, single job offer, rich-text block) */

.wysiwyg-content > * + * {
  margin-top: 1rem;
}

.wysiwyg-content h1 {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  margin-top: 2rem;
}

.wysiwyg-content h2 {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 2rem;
}

.wysiwyg-content h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 1.5rem;
}

.wysiwyg-content h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1.25rem;
}

.wysiwyg-content p {
  font-size: 1rem;
  line-height: 1.6;
}

.wysiwyg-content ul, .wysiwyg-content ol {
  padding-left: 1.5rem;
}

.wysiwyg-content ul {
  list-style: disc;
}

.wysiwyg-content ol {
  list-style: decimal;
}

.wysiwyg-content li {
  margin-top: 0.25rem;
  line-height: 1.6;
}

.wysiwyg-content a {
  color: currentColor;
  text-decoration: underline;
}

.wysiwyg-content strong {
  font-weight: 700;
}

.wysiwyg-content em {
  font-style: italic;
}

.wysiwyg-content blockquote {
  padding-left: 1rem;
  border-left: 3px solid currentColor;
  font-style: italic;
  opacity: .85;
}

.wysiwyg-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.wysiwyg-content code {
  padding: .1em .3em;
  background: rgba(0,0,0,.05);
  border-radius: 4px;
  font-size: .9em;
}

/* =========================================================
   Socle
   ========================================================= */

:root {
  --page: 1290px;
  --gouttiere: 30px;
  --section: 120px;
  --bord: 50px;
}

@media (max-width: 1439px) {
  :root {
    --page: 1100px;
  }
}

@media (max-width: 1279px) {
  :root {
    --section: 90px;
    --bord: 40px;
  }
}

@media (max-width: 1023px) {
  :root {
    --section: 70px;
    --bord: 30px;
  }
}

@media (max-width: 767px)  {
  :root {
    --section: 50px;
    --bord: 20px;
    --gouttiere: 20px;
  }

  body {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Conteneur : largeur de page de la référence, marges fluides en dessous. */

.contenant {
  width: min(var(--page), 100% - 2 * var(--bord));
  margin-inline: auto;
}

.section-y {
  padding-block: var(--section);
}

.section-haut {
  padding-top: var(--section);
}

.section-bas {
  padding-bottom: var(--section);
}

.fond-alterne {
  background-color: #F3F0E7;
  background-image: url('../assets/images/grain.png');
}

.fond-papier {
  background-color: #FAF8F4;
  background-image: url('../assets/images/grain.png');
}

.lien-evitement {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 12px 18px;
  background: #182127;
  color: #fff;
}

.lien-evitement:focus {
  left: 12px;
  top: 12px;
}

/* =========================================================
   Typographie — tailles et interlignes relevés sur la référence
   ========================================================= */

@media (max-width: 1279px) {
  .titre-1 {
    font-size: 46px;
    line-height: 48px;
  }

  .titre-2 {
    font-size: 36px;
    line-height: 38px;
  }

  .titre-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .titre-4 {
    font-size: 23px;
    line-height: 28px;
  }

  .titre-5 {
    font-size: 19px;
    line-height: 27px;
  }

  .titre-6 {
    font-size: 17px;
    line-height: 25px;
  }

  .p1 {
    font-size: 21px;
  }
}

@media (max-width: 1023px) {
  .titre-1 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -.6px;
  }

  .titre-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .titre-3 {
    font-size: 25px;
    line-height: 29px;
  }

  .titre-4 {
    font-size: 22px;
    line-height: 27px;
  }

  .titre-5 {
    font-size: 19px;
    line-height: 25px;
  }

  .titre-6 {
    font-size: 17px;
    line-height: 22px;
  }

  .p1 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .titre-1 {
    font-size: 34px;
    line-height: 38px;
  }

  .titre-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .titre-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .titre-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .titre-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .titre-6 {
    font-size: 17px;
    line-height: 20px;
  }

  .p1 {
    font-size: 18px;
  }

  .p2 {
    font-size: 16px;
  }

  .categorie {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 479px) {
  .titre-1 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0;
  }

  .titre-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .titre-3 {
    font-size: 22px;
    line-height: 26px;
  }

  .titre-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .titre-5 {
    font-size: 17px;
    line-height: 21px;
  }

  .titre-6 {
    font-size: 16px;
    line-height: 20px;
  }
}

/* En-tête de section : sur-titre, titre, texte. */

.entete-section {
  display: flex;
  flex-direction: column;
}

.entete-section .categorie + * {
  margin-top: 20px;
}

.entete-section .titre-1 + .entete-texte, .entete-section .titre-2 + .entete-texte {
  margin-top: 27px;
}

.entete-centre {
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .entete-section .categorie + * {
    margin-top: 12px;
  }

  .entete-section .titre-1 + .entete-texte {
    margin-top: 18px;
  }
}

/* Buttons */

@media (max-width: 767px) {
  .btn-primary, .btn-secondary, .btn-accent {
    padding: 15px 32px;
  }

  .btn-outline {
    padding: 13px 30px;
  }
}

/* =========================================================
   Header
   ========================================================= */

.entete {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.entete-barre {
  padding: 25px var(--bord);
  transition: padding .3s, background-color .3s, box-shadow .3s;
}

.entete-logo img {
  height: 100px;
  width: auto;
  transition: height .3s;
}

/* Bouton de menu : pastille blanche, lisible sur le papier comme sur une photo. */

.entete-burger {
  width: 54px;
  height: 54px;
  gap: 6px;
  align-items: center;
  background: #fff;
  color: #182127;
  box-shadow: 0 10px 30px -18px rgba(24, 33, 39, .45);
  transition: background-color .3s, color .3s;
}

.entete-burger:hover {
  background: #BF5415;
  color: #fff;
}

.entete-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: width .25s, transform .25s;
}

.entete-burger:hover span:nth-child(2) {
  width: 14px;
  transform: translateX(-4px);
}

/* Après défilement : barre fixe sur fond papier, qui descend depuis le haut. */

.entete.est-fixe {
  position: fixed;
  animation: entete-descend .4s ease both;
}

.entete.est-fixe .entete-barre {
  padding-block: 10px;
  background: rgba(250, 248, 244, .97);
  box-shadow: 0 1px 0 #E6E3DC;
}

.entete.est-fixe .entete-logo img {
  height: 64px;
}

.entete.est-fixe .entete-burger {
  width: 46px;
  height: 46px;
}

@keyframes entete-descend {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: none;
  }
}

.admin-bar .entete.est-fixe {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .entete.est-fixe {
    top: 0;
  }
}

@media (max-width: 767px) {
  .entete-barre {
    padding-block: 16px;
  }

  .entete-logo img {
    height: 76px;
  }

  .entete.est-fixe .entete-logo img {
    height: 52px;
  }

  .entete-burger {
    width: 48px;
    height: 48px;
  }
}

/* =========================================================
   Menu plein écran
   ========================================================= */

.menu-plein-ecran {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: #1F140B;
  color: #F3F0E7;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility 0s linear .45s;
}

.menu-plein-ecran.est-ouvert {
  opacity: 1;
  visibility: visible;
  transition: opacity .45s ease;
}

.menu-tete {
  padding: 25px var(--bord);
  flex: none;
}

.menu-fermer {
  gap: 12px;
  color: #F3F0E7;
  transition: color .25s;
}

.menu-fermer svg {
  width: 18px;
  height: 18px;
  transition: transform .35s;
}

.menu-fermer:hover {
  color: #BF5415;
}

.menu-fermer:hover svg {
  transform: rotate(90deg);
}

.menu-corps {
  flex: 1 1 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  width: min(1420px, 100% - 2 * var(--bord));
  margin-inline: auto;
  padding-block: clamp(32px, 9vh, 110px) 48px;
}

.menu-liens {
  flex: 1 1 auto;
}

.menu-liens ul {
  gap: 14px;
}

.menu-liens li {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s ease, transform .5s ease;
}

.menu-plein-ecran.est-ouvert .menu-liens li {
  opacity: 1;
  transform: none;
}

.menu-plein-ecran.est-ouvert .menu-liens li:nth-child(1) {
  transition-delay: .10s;
}

.menu-plein-ecran.est-ouvert .menu-liens li:nth-child(2) {
  transition-delay: .16s;
}

.menu-plein-ecran.est-ouvert .menu-liens li:nth-child(3) {
  transition-delay: .22s;
}

.menu-plein-ecran.est-ouvert .menu-liens li:nth-child(4) {
  transition-delay: .28s;
}

.menu-plein-ecran.est-ouvert .menu-liens li:nth-child(5) {
  transition-delay: .34s;
}

.menu-plein-ecran.est-ouvert .menu-liens li:nth-child(6) {
  transition-delay: .40s;
}

.menu-plein-ecran.est-ouvert .menu-liens li:nth-child(7) {
  transition-delay: .46s;
}

.menu-liens a {
  font-family: Aleo, serif;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  color: #E9E4DA;
  transition: color .25s, padding-left .3s;
}

.menu-liens a:hover, .menu-liens a[aria-current="page"] {
  color: #fff;
  padding-left: 10px;
}

.menu-infos {
  flex: 0 0 300px;
  gap: 40px;
  padding-top: 28px;
}

.menu-info {
  gap: 4px;
}

.menu-info > span {
  color: #E9E4DA;
}

.menu-info a {
  gap: 12px;
  font-family: Aleo, serif;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  transition: color .25s;
}

.menu-info a svg {
  width: 22px;
  height: 12px;
  color: #BF5415;
  transition: transform .3s;
}

.menu-info a:hover {
  color: #BF5415;
}

.menu-info a:hover svg {
  transform: translateX(6px);
}

.menu-pied {
  flex: none;
  width: min(1420px, 100% - 2 * var(--bord));
  margin-inline: auto;
}

.menu-pied .reseaux {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-block: 30px 40px;
  max-width: 900px;
}

@media (max-width: 1023px) {
  .menu-liens a {
    font-size: 28px;
  }

  .menu-infos {
    flex: none;
    padding-top: 0;
    gap: 26px;
  }
}

@media (max-width: 767px) {
  .menu-liens a {
    font-size: 24px;
  }

  .menu-liens ul {
    gap: 10px;
  }
}

/* Réseaux sociaux */

.reseaux {
  gap: 8px;
}

.reseaux svg {
  width: 16px;
  height: 16px;
}

.reseaux-pastille a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F3F0E7;
  color: #182127;
  transition: background-color .3s, color .3s;
}

.reseaux-pastille a:hover {
  background: #BF5415;
  color: #fff;
}

.reseaux-ligne {
  gap: 26px;
}

.reseaux-ligne a {
  color: #F3F0E7;
  transition: color .25s;
}

.reseaux-ligne a:hover {
  color: #BF5415;
}

/* =========================================================
   Footer
   ========================================================= */

.pied-bande {
  padding-inline: calc(var(--bord) + 15px);
  gap: 24px;
}

.pied-vignette {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

.pied-vignette img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

a.pied-vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 33, 39, 0);
  transition: background-color .4s;
}

a.pied-vignette:hover img {
  transform: scale(1.07);
}

a.pied-vignette:hover::after {
  background: rgba(24, 33, 39, .3);
}

.pied-ligne {
  padding: 35px calc(var(--bord) + 15px);
  gap: 20px;
}

.pied-ligne > * {
  flex: 1 1 0;
}

.pied-copyright {
  margin: 0;
}

.pied-logo img {
  height: 62px;
  width: auto;
}

@media (max-width: 1023px) {
  .pied-bande {
    gap: 16px;
  }

  .pied-vignette {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}

@media (max-width: 767px) {
  .pied-ligne {
    text-align: center;
  }

  .pied-copyright {
    order: 2;
  }

  .pied-logo {
    order: 1;
  }

  .pied-reseaux {
    order: 3;
  }
}

@media (max-width: 479px) {
  .pied-bande {
    gap: 10px;
  }

  .pied-vignette {
    flex-basis: calc((100% - 20px) / 3);
  }
}

/* Retour en haut */

.retour-haut {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 40;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #182127;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .3s, transform .3s, visibility .3s, background-color .3s;
}

.retour-haut svg {
  width: 10px;
  height: 18px;
}

.retour-haut.est-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.retour-haut:hover {
  background: #BF5415;
}

@media (max-width: 767px) {
  .retour-haut {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
}

/* Apparition au défilement */

html.anim [data-apparait] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.22, .61, .36, 1);
  transition-delay: var(--retard, 0ms);
}

html.anim [data-apparait].est-vu {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html.anim [data-apparait] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================================================
   Bloc — Hero slider
   Géométrie relevée sur le slider de la référence (grille 1920 : photo 800 × 822 à 70 px du bord,
   petite photo 382 × 452 qui la chevauche, panneau beige sur 71,5 % de la largeur).
   ========================================================= */

.hero {
  position: relative;
  height: clamp(600px, calc(100vh - 50px), 1040px);
  overflow: hidden;
  --grande: clamp(300px, calc(50vw - 160px), 800px);
  --marge-photo: clamp(20px, 5vw, 72px);
}

.hero-panneau {
  position: absolute;
  inset: 0 auto 0 0;
  width: 71.5%;
  background-color: #F3F0E7;
  background-image: url('../assets/images/grain.png');
}

.hero-panneau svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
}

.hero-slide.est-actif {
  visibility: visible;
  z-index: 2;
}

.hero-texte {
  position: absolute;
  left: clamp(30px, 8.35vw, 200px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 46%;
  z-index: 3;
}

.hero-titre {
  font-family: Aleo, serif;
  font-weight: 700;
  color: #1F140B;
  font-size: clamp(36px, 4.62vw, 90px);
  line-height: .92;
  letter-spacing: -2px;
}

.hero-sous-titre {
  margin-top: clamp(16px, 1.6vw, 30px);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.4;
  color: #182127;
}

.hero-bouton {
  margin-top: clamp(20px, 1.7vw, 32px);
  padding-inline: 45px;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
}

.hero-photo span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-grande {
  right: var(--marge-photo);
  top: 50%;
  width: var(--grande);
  height: calc(var(--grande) * 1.0275);
  margin-top: calc(var(--grande) * -.5137);
}

.hero-petite {
  right: calc(var(--marge-photo) + var(--grande) * .74);
  top: 50%;
  width: calc(var(--grande) * .49);
  height: calc(var(--grande) * .58);
  margin-top: calc(var(--grande) * -.21);
  z-index: 2;
}

/* Entrée d'une diapositive : le texte monte en fondu, les photos se dévoilent de droite à gauche. */

.hero-texte > * {
  opacity: 0;
  transform: translateY(10px);
}

.hero-slide.est-actif .hero-texte > * {
  opacity: 1;
  transform: none;
  transition: opacity 1s ease, transform 1s cubic-bezier(.22, .61, .36, 1);
}

.hero-slide.est-actif .hero-texte > :nth-child(1) {
  transition-delay: .9s;
}

.hero-slide.est-actif .hero-texte > :nth-child(2) {
  transition-delay: 1.05s;
}

.hero-slide.est-actif .hero-texte > :nth-child(3) {
  transition-delay: 1.2s;
}

.hero-photo span {
  transform: translateX(100%);
}

.hero-photo img {
  transform: translateX(-100%);
}

.hero-slide.est-actif .hero-photo span, .hero-slide.est-actif .hero-photo img {
  transform: none;
  transition: transform 1.6s cubic-bezier(.19, 1, .22, 1);
}

.hero-slide.est-actif .hero-grande span, .hero-slide.est-actif .hero-grande img {
  transition-delay: .2s;
}

.hero-slide.est-actif .hero-petite span, .hero-slide.est-actif .hero-petite img {
  transition-delay: .5s;
  transition-duration: 1.3s;
}

.hero-nav {
  position: absolute;
  left: clamp(30px, 8.35vw, 200px);
  bottom: 45px;
  gap: 18px;
  z-index: 4;
}

.hero-nav button {
  color: #1F140B;
  padding: 10px 0;
  transition: color .25s, transform .3s;
}

.hero-nav svg {
  display: block;
  width: 76px;
  height: 12px;
}

.hero-nav button:hover {
  color: #BF5415;
}

.hero-nav [data-hero-prec]:hover {
  transform: translateX(-6px);
}

.hero-nav [data-hero-suiv]:hover {
  transform: translateX(6px);
}

.hero-compteur {
  position: absolute;
  right: clamp(20px, 3.65vw, 72px);
  bottom: 40px;
  z-index: 4;
  font-size: 19px;
  letter-spacing: 1px;
  color: #1F140B;
  display: none;
}

@media (min-width: 1680px) {
  .hero-compteur {
    display: block;
  }
}

@media (max-width: 1239px) {
  .hero-panneau {
    width: 83%;
  }
}

@media (max-width: 1023px) {
  /* Le slider de la référence se réduit en proportion de la largeur : hero court, panneau sur toute la largeur. */

  .hero {
    height: clamp(400px, 58.5vw, 620px);
    --grande: 36.5vw;
    --marge-photo: 38px;
  }

  .hero-panneau {
    width: 100%;
  }

  .hero-texte {
    left: var(--bord);
    max-width: 48%;
  }

  .hero-titre {
    letter-spacing: -1px;
  }

  .hero-nav {
    left: var(--bord);
    bottom: 28px;
  }
}

@media (max-width: 767px) {
  .hero {
    --grande: 34vw;
    --marge-photo: 20px;
  }

  .hero-texte {
    max-width: 54%;
  }

  .hero-bouton {
    padding-inline: 30px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: auto;
    padding: 124px 0 96px;
  }

  .hero-slide {
    position: relative;
    inset: auto;
    display: none;
  }

  .hero-slide.est-actif {
    display: block;
  }

  .hero-texte {
    position: static;
    transform: none;
    max-width: none;
    padding-inline: var(--bord);
  }

  .hero-titre {
    font-size: 32px;
    line-height: 1;
  }

  .hero-sous-titre {
    display: none;
  }

  .hero-bouton {
    margin-top: 22px;
    padding-inline: 24px;
  }

  .hero-photo {
    display: none;
  }

  .hero-nav {
    bottom: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-texte > *, .hero-photo span, .hero-photo img {
    opacity: 1;
    transform: none !important;
    transition: none !important;
  }
}

/* =========================================================
   Bloc — Titre animé
   ========================================================= */

.titre-anime {
  position: relative;
}

.titre-anime .decor-ligne {
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: calc(100% + 900px);
  pointer-events: none;
  z-index: 0;
}

.titre-anime-corps {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin-inline: auto;
}

.mot-anime {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  white-space: nowrap;
}

.mot-anime::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: .8em;
  margin-left: 2px;
  background: currentColor;
  vertical-align: baseline;
  animation: curseur 1s steps(1) infinite;
}

@keyframes curseur {
  50% {
    opacity: 0;
  }
}

.titre-anime-signature {
  margin-top: 30px;
}

.titre-anime-role {
  font-size: 16px;
  line-height: 1.7;
  color: #655649;
}

@media (prefers-reduced-motion: reduce) {
  .mot-anime::after {
    display: none;
  }
}

/* =========================================================
   Bloc — Grille de cartes
   ========================================================= */

.grille-entete {
  margin-bottom: 45px;
}

.grille-liste {
  gap: 30px;
}

.carte {
  flex: 0 0 calc((100% - 90px) / 4);
  min-width: 0;
  position: relative;
}

.carte-photo {
  position: relative;
  display: block;
  overflow: hidden;
  background: #E9E4DA;
}

.carte-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .8s cubic-bezier(.22, .61, .36, 1);
}

.carte:hover .carte-photo img {
  transform: scale(1.06);
}

.carte-etiquette {
  position: absolute;
  left: 19px;
  top: 19px;
  padding: 5px 10px;
  background: #BF5415;
  color: #fff;
  font-family: Aleo, serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.carte-legende {
  margin-top: 27px;
  gap: 4px;
  text-align: center;
}

.carte-legende .titre-6 {
  transition: color .25s;
}

a.carte:hover .carte-legende .titre-6 {
  color: #BF5415;
}

.carte-mention {
  font-size: 16px;
  line-height: 1.5;
  color: #767470;
}

.grille-bouton {
  margin-top: 60px;
}

.grille-incruste .carte-photo img {
  aspect-ratio: 300 / 408;
}

.grille-incruste .carte-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 33, 39, 0) 45%, rgba(24, 33, 39, .55) 100%);
  transition: background-color .4s;
}

.grille-incruste .carte:hover .carte-photo::after {
  background-color: rgba(24, 33, 39, .25);
}

.carte-titre-incruste {
  position: absolute;
  left: 39px;
  right: 24px;
  bottom: 34px;
  z-index: 1;
  font-family: Aleo, serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
}

.grille-incruste .grille-bouton {
  margin-top: 45px;
}

@media (max-width: 1279px) {
  .carte-titre-incruste {
    left: 28px;
    bottom: 26px;
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  .carte {
    flex-basis: calc((100% - 30px) / 2);
  }

  .grille-bouton {
    margin-top: 44px;
  }

  .grille-incruste .carte-photo img {
    aspect-ratio: 365 / 400;
  }
}

@media (max-width: 479px) {
  .grille-liste {
    gap: 30px;
  }

  .carte {
    flex-basis: 100%;
  }

  .carte-legende {
    margin-top: 20px;
  }
}

/* =========================================================
   Bloc — Processus
   ========================================================= */

.processus {
  position: relative;
}

.processus-panneau {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 34%;
}

.processus-corps {
  position: relative;
  padding-block: var(--section);
}

.processus-photos {
  flex: 0 0 44.93%;
  margin-left: calc(var(--bord) + 15px);
  gap: 30px;
}

.processus-photo {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.processus-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 309 / 512;
  -o-object-fit: cover;
     object-fit: cover;
}

.processus-texte {
  flex: 0 0 37.85%;
  margin-left: 7.5%;
}

.processus-bouton, .histoire-bouton {
  margin-top: 35px;
}

.bouton-lecture {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  margin: -33px 0 0 -33px;
  border-radius: 50%;
  background: #fff;
  color: #182127;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s, color .3s;
}

.bouton-lecture::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .55);
  animation: onde 2.2s ease-out infinite;
}

.bouton-lecture svg {
  width: 13px;
  height: 15px;
  margin-left: 3px;
}

.bouton-lecture:hover {
  background: #BF5415;
  color: #fff;
}

@keyframes onde {
  from {
    transform: scale(.85);
    opacity: 1;
  }

  to {
    transform: scale(1.35);
    opacity: 0;
  }
}

@media (max-width: 1023px) {
  .processus-photos {
    margin-left: var(--bord);
    gap: 20px;
  }

  .processus-texte {
    flex: 1 1 0;
    margin: 0 var(--bord) 0 6%;
  }
}

@media (max-width: 767px) {
  .processus-corps {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
  }

  .processus-panneau {
    left: 0;
    top: auto;
    height: 62%;
  }

  .processus-photos {
    flex: none;
    margin-inline: var(--bord);
  }

  .processus-texte {
    flex: none;
    margin: 0;
    padding: 44px var(--bord) var(--section);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bouton-lecture::before {
    animation: none;
  }
}

/* =========================================================
   Bloc — Témoignages
   ========================================================= */

/* Les témoignages en attente sont décalés de 40 px : la section coupe ce qui dépasse. */

.temoignages {
  overflow-x: clip;
}

.temoignages-cadre {
  position: relative;
}

.temoignages-piste {
  display: flex;
  align-items: flex-start;
  max-width: 903px;
  margin-inline: auto;
}

.temoignage {
  flex: 0 0 100%;
  margin: 0 -100% 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition: opacity .6s ease, transform .6s ease, visibility 0s linear .6s;
  text-align: center;
}

.temoignage.est-actif {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity .6s ease .15s, transform .6s ease .15s;
}

.temoignage-photo {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.temoignage blockquote {
  margin: 38px 0 0;
}

.temoignage-guillemets {
  margin-top: 40px;
  color: #435E74;
}

.temoignage-guillemets svg {
  display: block;
  width: 19px;
  height: 19px;
}

.temoignage figcaption {
  margin-top: 22px;
  gap: 2px;
}

.temoignages-fleche {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border-radius: 50%;
  background: #F3F0E7;
  color: #182127;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s, color .3s;
}

.fond-alterne .temoignages-fleche {
  background: #FAF8F4;
}

.temoignages-fleche svg {
  width: 16px;
  height: 10px;
}

.temoignages-fleche:hover {
  background: #BF5415;
  color: #fff;
}

.temoignages-prec {
  left: 0;
}

.temoignages-suiv {
  right: 0;
}

.temoignages-points {
  margin-top: 48px;
  gap: 18px;
}

.temoignages-points button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #A9A39C;
  transition: background-color .3s, border-color .3s;
}

.temoignages-points button.est-actif {
  background: #BF5415;
  border-color: #BF5415;
}

@media (max-width: 1279px) {
  .temoignages-piste {
    max-width: 720px;
  }
}

@media (max-width: 1023px) {
  .temoignages-piste {
    max-width: calc(100% - 150px);
  }

  .temoignage blockquote {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .temoignages-piste {
    max-width: 100%;
  }

  .temoignages-fleche {
    top: 24px;
    margin-top: 0;
    width: 46px;
    height: 46px;
  }

  .temoignage-photo {
    width: 90px;
    height: 90px;
  }
}

/* =========================================================
   Bloc — Mosaïque
   ========================================================= */

.mosaique-cadre {
  padding-inline: calc(var(--bord) + 15px);
  height: clamp(360px, 48.75vw, 936px);
}

.mosaique-colonne {
  min-width: 0;
  height: 100%;
}

.mosaique-gauche, .mosaique-centre {
  flex: 1 1 0;
}

.mosaique-droite {
  flex: 2 1 0;
}

.mosaique-photo {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  margin: 0;
}

.mosaique-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s cubic-bezier(.22, .61, .36, 1);
}

.mosaique-photo:hover img {
  transform: scale(1.05);
}

.mosaique-haut {
  flex: 0 0 33%;
}

.mosaique-bas {
  flex: 1 1 0;
  min-height: 0;
}

@media (max-width: 1023px) {
  /* Tablette : photo haute et colonne centrale côte à côte, grande photo en dessous sur toute la largeur. */

  .mosaique-cadre {
    height: auto;
    padding-inline: var(--bord);
  }

  .mosaique-gauche, .mosaique-centre {
    flex: 0 0 50%;
    height: 61vw;
  }

  .mosaique-droite {
    flex: 0 0 100%;
    height: 61vw;
  }
}

@media (max-width: 767px) {
  /* Mobile : la référence empile les quatre photos en pleine largeur. */

  .mosaique-colonne, .mosaique-gauche, .mosaique-centre, .mosaique-droite {
    flex: 0 0 100%;
    height: auto;
  }

  .mosaique-haut, .mosaique-bas {
    flex: none;
  }

  .mosaique-photo img {
    aspect-ratio: 3 / 2;
    height: auto;
  }
}

/* =========================================================
   Bloc — Cartes d'information
   ========================================================= */

.cartes-info-entete {
  margin-bottom: 60px;
}

.cartes-info-liste {
  gap: 30px;
}

.carte-info {
  flex: 1 1 0;
  min-width: 0;
  padding: 60px;
  background-color: #F3F0E7;
  background-image: url('../assets/images/grain.png');
  transition: background-color .4s;
}

.carte-info:hover {
  background-color: #EFEADF;
}

.carte-info-meta {
  gap: 12px;
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.4;
}

.carte-info-categorie {
  font-family: Aleo, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #182127;
}

.carte-info-categorie + .carte-info-mention::before {
  content: "•";
  margin-right: 12px;
  color: #898381;
}

.carte-info-titre {
  font-weight: 500;
  line-height: 1.2;
}

.carte-info-texte {
  margin-top: 18px;
}

.carte-info-lien {
  margin-top: 24px;
  color: #182127;
  transition: color .25s, transform .3s;
}

.carte-info-lien svg {
  display: block;
  width: 18px;
  height: 10px;
}

.carte-info-lien:hover {
  color: #BF5415;
  transform: translateX(6px);
}

.cartes-info-bouton {
  margin-top: 60px;
}

@media (max-width: 1279px) {
  .carte-info {
    padding: 44px 36px;
  }
}

@media (max-width: 1023px) {
  .cartes-info-liste {
    gap: 20px;
  }

  .carte-info {
    padding: 30px 24px;
  }

  .carte-info-titre {
    font-size: 19px;
    line-height: 1.25;
  }

  .carte-info-texte {
    font-size: 15px;
    line-height: 1.55;
  }
}

@media (max-width: 767px) {
  .carte-info {
    padding: 36px 28px;
  }

  .cartes-info-entete {
    margin-bottom: 36px;
  }

  .cartes-info-bouton {
    margin-top: 40px;
  }
}

/* =========================================================
   Bloc — Bandeau de titre
   ========================================================= */

.titre-page {
  padding: 197px var(--bord) var(--section);
  text-align: center;
}

.titre-page-chevron {
  margin-top: 24px;
  width: 30px;
  height: 26px;
  color: #182127;
  transition: color .25s, transform .3s;
}

.titre-page-chevron svg {
  width: 14px;
  height: 9px;
}

.titre-page-chevron:hover {
  color: #BF5415;
  transform: translateY(4px);
}

@media (max-width: 1023px) {
  .titre-page {
    padding: 128px var(--bord) 60px;
  }

  .titre-page-chevron {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .titre-page {
    padding: 118px var(--bord) 44px;
  }
}

/* =========================================================
   Bloc — Histoire
   ========================================================= */

.histoire {
  padding-block: calc(var(--section) + 10px) var(--section);
}

.histoire-corps {
  gap: 0;
}

.histoire-visuel {
  position: relative;
  flex: 0 0 50%;
  aspect-ratio: 645 / 732;
}

.histoire-visuel figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.histoire-visuel img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.histoire-photo-1 {
  left: 0;
  top: 6.15%;
  width: 68.2%;
  height: 80.2%;
}

.histoire-photo-2 {
  left: 36%;
  top: 40.4%;
  width: 61.5%;
  height: 59.4%;
}

.histoire-chiffre {
  position: absolute;
  right: 0;
  top: -2.2%;
  margin: 0;
  color: #C5A48E;
  font-family: Aleo, serif;
  z-index: 2;
}

.histoire-nombre {
  font-size: clamp(64px, 8.6vw, 124px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -2px;
}

.histoire-legende {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 2px;
}

.histoire-texte {
  flex: 0 0 40.2%;
  margin-left: 9.8%;
}

@media (max-width: 1023px) {
  .histoire-texte {
    flex: 1 1 0;
    margin-left: 6%;
  }

  .histoire-legende {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .histoire-visuel {
    flex: none;
    width: min(520px, 100%);
  }

  .histoire-texte {
    flex: none;
    margin: 40px 0 0;
  }
}

/* =========================================================
   Bloc — Chiffres clés
   ========================================================= */

.chiffres-entete {
  max-width: 821px;
  margin: 0 auto 45px;
}

.chiffres-entete .entete-texte {
  max-width: 616px;
}

.chiffres-liste {
  gap: 40px 0;
  max-width: 1026px;
  margin-inline: auto;
}

.chiffre {
  flex: 1 1 0;
  padding-inline: 40px;
}

.chiffre-icone {
  color: #C5A48E;
}

.chiffre-icone svg {
  display: block;
  width: 64px;
  height: 64px;
}

.chiffre-nombre {
  margin: 22px 0 0;
  font-family: Aleo, serif;
  font-size: 57px;
  line-height: 1;
  font-weight: 700;
  color: #182127;
  font-variant-numeric: tabular-nums;
}

.chiffre-texte {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 260px;
}

@media (max-width: 1023px) {
  .chiffre-nombre {
    font-size: 44px;
  }

  .chiffre {
    padding-inline: 20px;
  }
}

/* =========================================================
   Bloc — Bandeau photo
   ========================================================= */

.bandeau-image {
  position: relative;
  overflow: hidden;
  color: #D3CECB;
  isolation: isolate;
}

.bandeau-fond {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.bandeau-voile {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(24, 33, 39, .18);
}

.bandeau-video {
  min-height: clamp(320px, 46.6vw, 671px);
}

.bandeau-centre {
  min-height: clamp(380px, 47.4vw, 683px);
  padding-block: var(--section);
}

.bandeau-colonnes {
  padding-block: var(--section);
}

.bandeau-colonnes .bandeau-voile {
  background: rgba(24, 33, 39, .5);
}

.bandeau-image .categorie, .bandeau-image .titre-1 {
  color: #F3F0E7;
}

.bandeau-centre-corps {
  max-width: 635px;
  margin-inline: auto;
}

.bandeau-bouton {
  margin-top: 36px;
}

.bandeau-play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 2px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  transition: background-color .35s, color .35s, transform .35s;
}

.bandeau-play:hover {
  background: #fff;
  color: #182127;
  transform: scale(1.06);
}

.bandeau-colonnes-corps {
  gap: 53px;
}

.bandeau-colonne-titre {
  flex: 0 0 46.7%;
}

.bandeau-colonne-texte {
  flex: 1 1 0;
  padding-top: 50px;
  gap: 35px;
}

@media (max-width: 1023px) {
  .bandeau-colonnes-corps {
    gap: 32px;
  }

  .bandeau-colonne-texte {
    padding-top: 28px;
    gap: 26px;
  }
}

@media (max-width: 767px) {
  .bandeau-colonnes-corps {
    gap: 20px;
  }

  .bandeau-colonne-titre {
    flex: none;
  }

  .bandeau-colonne-texte {
    padding-top: 0;
  }
}

/* =========================================================
   Bloc — Newsletter
   ========================================================= */

.newsletter-corps {
  width: min(498px, 100% - 2 * var(--bord));
  margin-inline: auto;
}

.newsletter-icone {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #BF5415;
  color: #fff;
}

.newsletter-icone svg {
  width: 19px;
  height: 19px;
  margin: 1px 2px 0 0;
}

.newsletter-corps .titre-3 {
  margin-top: 27px;
}

.newsletter-formulaire {
  width: 100%;
  margin-top: 10px;
  text-align: left;
}

.newsletter-champ {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #182127;
}

.newsletter-enveloppe {
  flex: none;
  color: #182127;
}

.newsletter-enveloppe svg {
  display: block;
  width: 20px;
  height: 20px;
}

.newsletter-champ input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 68px;
  padding: 0 12px;
  background: transparent;
  border: 0;
  font-size: 16px;
  color: #182127;
}

.newsletter-champ input[type="email"]::-moz-placeholder {
  color: #767470;
}

.newsletter-champ input[type="email"]::placeholder {
  color: #767470;
}

.newsletter-champ input[type="email"]:focus {
  outline: none;
}

.newsletter-champ:focus-within {
  border-color: #BF5415;
}

.newsletter-champ button, .newsletter-champ input[type="submit"] {
  flex: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #182127;
  transition: color .25s, transform .3s;
}

.newsletter-champ button svg {
  width: 20px;
  height: 11px;
}

.newsletter-champ button:hover {
  color: #BF5415;
  transform: translateX(5px);
}

.newsletter-consentement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.newsletter-consentement input {
  flex: none;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  accent-color: #BF5415;
}

.newsletter-consentement a {
  color: #182127;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.newsletter-consentement a:hover {
  color: #BF5415;
}

/* =========================================================
   Bloc — Services interactifs
   ========================================================= */

.services-visuel {
  position: relative;
  flex: 0 0 48.85%;
  aspect-ratio: 630 / 695;
}

.services-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 69.7%;
  height: 84.2%;
  margin: 0;
  overflow: hidden;
}

.services-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-cartes {
  position: absolute;
  left: 21.3%;
  top: 40.6%;
  right: 0;
  bottom: 0;
  background: #182127;
}

.services-carte {
  position: absolute;
  inset: 0;
  padding: 11.7% 11.7% 9%;
  color: #D3CECB;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .45s ease, transform .45s ease, visibility 0s linear .45s;
}

.services-carte.est-actif {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity .45s ease .1s, transform .45s ease .1s;
}

.services-carte-icone {
  color: #fff;
}

.services-carte-icone svg {
  display: block;
  width: 64px;
  height: 64px;
}

.services-carte p {
  margin: 34px 0 0;
}

.services-carte-lien {
  margin-top: auto;
  color: #fff;
  transition: color .25s, transform .3s;
}

.services-carte-lien svg {
  display: block;
  width: 18px;
  height: 10px;
}

a.services-carte-lien:hover {
  color: #BF5415;
  transform: translateX(6px);
}

.services-texte {
  flex: 1 1 0;
  margin-left: 10.5%;
}

.services-introduction {
  margin: -5px 0 var(--section);
}

.services-liste {
  gap: 0;
}

.services-nom {
  font-family: Aleo, serif;
  font-size: 47px;
  line-height: 71px;
  font-weight: 700;
  color: #8C8581;
  text-align: left;
  transition: color .35s;
}

.services-nom.est-actif, .services-nom:hover, .services-nom:focus-visible {
  color: #182127;
}

@media (max-width: 1439px) {
  .services-nom {
    font-size: 40px;
    line-height: 62px;
  }
}

@media (max-width: 1279px) {
  .services-nom {
    font-size: 32px;
    line-height: 50px;
  }

  .services-carte p {
    margin-top: 22px;
    font-size: 16px;
  }

  .services-carte-icone svg {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1023px) {
  .services-texte {
    margin-left: 7%;
  }

  .services-introduction {
    margin-bottom: 44px;
  }

  .services-nom {
    font-size: 24px;
    line-height: 38px;
  }

  .services-carte {
    padding: 9% 9% 7%;
  }

  .services-carte p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 16px;
  }

  .services-carte-icone svg {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .services-visuel {
    flex: none;
    width: min(520px, 100%);
  }

  .services-texte {
    margin: 40px 0 0;
  }

  .services-introduction {
    margin-bottom: 28px;
  }

  .services-nom {
    font-size: 28px;
    line-height: 46px;
  }
}

@media (max-width: 479px) {
  .services-nom {
    font-size: 26px;
    line-height: 42px;
  }

  .services-cartes {
    left: 10%;
  }

  .services-carte p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 14px;
  }

  .services-carte-icone svg {
    width: 40px;
    height: 40px;
  }
}

/* =========================================================
   Bloc — FAQ
   ========================================================= */

.faq-colonne {
  width: min(630px, 100% - 2 * var(--bord));
  margin-inline: auto;
}

.faq-item {
  border-bottom: 1px solid #D6D5D2;
}

.faq-titre {
  margin: 0;
}

.faq-question {
  width: 100%;
  gap: 24px;
  padding: 37px 0 36px;
  text-align: left;
  font-family: Aleo, serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #182127;
  transition: color .25s;
}

.faq-question:hover, .faq-question[aria-expanded="true"] {
  color: #BF5415;
}

.faq-signe {
  position: relative;
  flex: none;
  width: 16px;
  height: 16px;
  color: #182127;
}

.faq-signe::before, .faq-signe::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 2px;
  background: currentColor;
  transition: transform .35s;
}

.faq-signe::after {
  transform: rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-signe::after {
  transform: rotate(0deg);
}

.faq-reponse {
  overflow: hidden;
  height: 0;
  transition: height .4s cubic-bezier(.22, .61, .36, 1);
}

.faq-reponse[hidden] {
  display: block;
}

.faq-reponse-corps {
  padding-bottom: 34px;
}

@media (max-width: 767px) {
  .faq-question {
    padding-block: 24px;
    font-size: 19px;
  }
}

/* =========================================================
   Bloc — Équipe
   ========================================================= */

.equipe-liste {
  gap: 30px;
}

.membre {
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: 0;
  padding-bottom: 30px;
}

.membre-photo {
  position: relative;
  overflow: hidden;
  background: #E9E4DA;
}

.membre-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 410 / 501;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .9s cubic-bezier(.22, .61, .36, 1);
}

.membre:hover .membre-photo img {
  transform: scale(1.05);
}

.membre-reseaux {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  gap: 8px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(24, 33, 39, 0), rgba(24, 33, 39, .55));
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .4s, transform .4s;
}

.membre:hover .membre-reseaux, .membre:focus-within .membre-reseaux {
  opacity: 1;
  transform: none;
}

.membre-reseaux a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #182127;
  transition: background-color .3s, color .3s;
}

.membre-reseaux a:hover {
  background: #BF5415;
  color: #fff;
}

.membre-reseaux svg {
  width: 15px;
  height: 15px;
}

.membre-nom {
  margin-top: 24px;
  font-family: Aleo, serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #182127;
}

.membre-role {
  margin-top: 7px;
}

@media (max-width: 1023px) {
  .equipe-liste {
    gap: 20px;
  }

  .membre {
    flex-basis: calc((100% - 40px) / 3);
    padding-bottom: 20px;
  }

  .membre-nom {
    margin-top: 18px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .membre {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 479px) {
  .membre {
    flex-basis: 100%;
  }

  .membre-nom {
    font-size: 22px;
  }
}

@media (hover: none) {
  .membre-reseaux {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   Bloc — Tarifs
   ========================================================= */

.tarifs-entete {
  max-width: 877px;
  margin: 0 auto 45px;
}

.tarifs-entete .entete-texte {
  max-width: 658px;
}

.tarifs-liste {
  gap: 30px;
}

.formule {
  flex: 1 1 0;
  min-width: 0;
  padding: 50px 30px;
  background: #fff;
  transition: transform .4s, box-shadow .4s;
}

.formule:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -30px rgba(24, 33, 39, .35);
}

.formule-nom {
  font-family: Aleo, serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #182127;
}

.formule-prix {
  margin: 20px 0 0;
  font-family: Aleo, serif;
  font-size: 57px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
  color: #182127;
}

.formule-periode {
  margin-top: 20px;
  font-size: 16px;
}

.formule-avantages {
  margin-top: 32px;
  gap: 13px;
}

.formule-avantages li {
  gap: 12px;
}

.formule-avantages svg {
  flex: none;
  width: 13px;
  height: 10px;
  color: #BF5415;
}

.formule-bouton {
  margin-top: 48px;
}

@media (max-width: 1279px) {
  .formule-prix {
    font-size: 44px;
  }
}

@media (max-width: 1023px) {
  .formule {
    padding: 36px 16px;
  }

  .tarifs-liste {
    gap: 20px;
  }

  .formule-prix {
    font-size: 34px;
  }

  .formule-avantages li {
    font-size: 15px;
  }

  .formule-bouton {
    padding-inline: 24px;
  }
}

@media (max-width: 767px) {
  .formule {
    padding: 40px 24px;
  }

  .formule-prix {
    font-size: 44px;
  }
}

/* =========================================================
   Bloc — Contact
   ========================================================= */

.contact {
  padding-bottom: 0;
}

.contact-corps {
  display: flex;
  align-items: flex-start;
  padding-bottom: var(--section);
}

.contact-gauche {
  flex: 0 0 57.3%;
  min-width: 0;
}

.contact-entete {
  margin-bottom: 72px;
}

.contact-carte {
  height: clamp(360px, 44vw, 635px);
  margin-bottom: calc(var(--section) * -1);
  background: #E5E3DF;
}

.contact .contact-corps {
  padding-bottom: calc(var(--section) * 2);
}

.contact-carte iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.2);
}

.contact-formulaire {
  position: relative;
  z-index: 2;
  flex: 0 0 48.5%;
  margin: 48px 0 0 -5.8%;
  padding: 70px;
  background: #fff;
}

.formulaire-contact, .contact-formulaire .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.champ {
  position: relative;
  margin: 0;
}

.champ-icone {
  position: absolute;
  left: 0;
  top: 14px;
  color: #182127;
  pointer-events: none;
}

.champ-icone svg {
  display: block;
  width: 20px;
  height: 20px;
}

.champ input, .champ textarea {
  display: block;
  width: 100%;
  padding: 12px 0 14px 34px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #D6D5D2;
  font-size: 16px;
  line-height: 24px;
  color: #182127;
  transition: border-color .3s;
  resize: vertical;
}

.champ textarea {
  min-height: 90px;
}

.champ input::-moz-placeholder, .champ textarea::-moz-placeholder {
  color: #767470;
}

.champ input::placeholder, .champ textarea::placeholder {
  color: #767470;
}

.champ input:focus, .champ textarea:focus {
  outline: none;
  border-color: #182127;
}

.champ-envoi {
  margin: 14px 0 0;
}

.champ-envoi .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 0;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #BF5415;
}

.wpcf7-response-output {
  margin: 0 !important;
  padding: 14px 18px !important;
  border: 1px solid #D6D5D2 !important;
  font-size: 15px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.wpcf7-form-control-wrap {
  display: block;
}

.champ-envoi svg {
  width: 16px;
  height: 16px;
}

.newsletter-champ .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.newsletter-consentement .wpcf7-list-item {
  margin: 0;
}

.newsletter-consentement .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.newsletter-consentement .wpcf7-form-control-wrap {
  display: inline;
}

@media (max-width: 1279px) {
  .contact-formulaire {
    padding: 48px 40px;
  }
}

@media (max-width: 1023px) {
  .contact-entete {
    margin-bottom: 40px;
  }

  .contact-formulaire {
    padding: 34px 28px;
    margin-top: 40px;
  }

  .formulaire-contact, .contact-formulaire .wpcf7-form {
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .contact {
    padding-bottom: var(--section);
  }

  .contact-corps, .contact .contact-corps {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
  }

  /* Même ordre que la référence : titre, carte, puis formulaire. */

  .contact-gauche {
    flex: none;
    width: 100%;
  }

  .contact-entete {
    margin-bottom: 28px;
  }

  .contact-carte {
    height: 300px;
    margin-bottom: 0;
  }

  .contact-formulaire {
    flex: none;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 479px) {
  .contact-formulaire {
    padding: 32px 24px;
  }
}

/* =========================================================
   Bloc — Coordonnées
   ========================================================= */

.coordonnees {
  padding-block: calc(var(--section) + 45px) calc(var(--section) - 10px);
}

.coordonnees-liste {
  gap: 30px;
}

.coordonnee {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 111px;
}

.coordonnee-numero {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  font-family: Aleo, serif;
  font-size: 110px;
  line-height: 1;
  font-weight: 700;
  color: #F1EDE4;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.coordonnee-texte {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Aleo, serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #182127;
  transition: color .25s;
  max-width: 300px;
}

a.coordonnee-texte:hover {
  color: #BF5415;
}

@media (max-width: 1023px) {
  .coordonnee-texte {
    font-size: 20px;
  }

  .coordonnee-numero {
    font-size: 90px;
  }
}

/* =========================================================
   Lecteur vidéo (boutons de lecture)
   ========================================================= */

.lecteur-video {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(24, 33, 39, .92);
  opacity: 0;
  transition: opacity .3s;
}

.lecteur-video.est-ouvert {
  opacity: 1;
}

.lecteur-video-cadre {
  position: relative;
  width: min(1100px, 100%);
  aspect-ratio: 16 / 9;
  background: #000;
}

.lecteur-video-cadre iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lecteur-video-fermer {
  position: absolute;
  right: 0;
  top: -46px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.lecteur-video-fermer svg {
  width: 16px;
  height: 16px;
}

.lecteur-video-fermer:hover {
  color: #BF5415;
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }

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

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

@media (min-width: 1024px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
