/**
 * Tailwind CSS - Theme Vertuoses
 *
 * Fichier source compile vers /dist/style.css
 * Commandes: npm run build (production) ou npm run watch (dev)
 */

*, ::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: Avenir, Avenir Next, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; /* 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: JetBrains Mono, ui-monospace, SFMono-Regular, 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;
}

body {
  background-color: var(--color-light);
  font-family: Avenir, Avenir Next, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  color: var(--color-dark);
}

h1, h2, h3, h4, h5, h6 {
  font-family: Playfair Display, Georgia, Times New Roman, serif;
  font-weight: 400;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {

  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {

  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

a {
  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;
}

/* Police Playfair Display pour les titres avec du caractere */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

/* Boutons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Cards */

.card {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -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);
}

/* Sections */

/* Container */

/* Inputs */

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

.hidden {
  display: none;
}

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

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

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

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-md {
  max-width: 28rem;
}

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

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

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  background-color: var(--color-primary);
}

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

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

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-heading {
  font-family: Playfair Display, Georgia, Times New Roman, serif;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

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

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-primary {
  color: var(--color-primary);
}

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

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

.opacity-0 {
  opacity: 0;
}

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

.blur {
  --tw-blur: blur(8px);
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.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-shadow {
  transition-property: box-shadow;
  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;
}

/* Gradient vert Vertuoses */

/* Overlay sombre pour les images */

/* Import des composants Vertuoses */

/**
 * Header Styles - Vertuoses
 *
 * Header transparent et minimaliste
 */

/* ============================================================
   HEADER PRINCIPAL
   ============================================================ */

.vertuoses-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.4s ease;
}

.vertuoses-header__container {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 2.5rem;
    max-width: 100%;
    margin: 0;
    padding: 1.5rem 2rem;
    transition: padding 0.4s ease;
    flex-wrap: nowrap;
}

/* Desktop: nav et CTA côte à côte à gauche */

@media (min-width: 1024px) {
    .vertuoses-header__container {
        justify-content: flex-start !important;
    }

    .vertuoses-header__nav {
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
    }

    .vertuoses-header__cta {
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
        margin-left: 0 !important;
    }
}

/* ============================================================
   STYLE TRANSPARENT (par defaut)
   ============================================================ */

.vertuoses-header--transparent {
    background: transparent;
}

.vertuoses-header--transparent.scrolled {
    background: rgba(32, 55, 49, 0.95);
    backdrop-filter: blur(10px);
}

.vertuoses-header--transparent.scrolled .vertuoses-header__container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* ============================================================
   LOGO
   ============================================================ */

.vertuoses-header__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
}

.vertuoses-header__logo:hover {
    opacity: 0.8;
}

.vertuoses-header__logo img {
    display: block;
    width: auto;
    transition: all 0.4s ease;
}

.vertuoses-header__brand-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ============================================================
   NAVIGATION DESKTOP
   ============================================================ */

.vertuoses-header__nav {
    display: none;
}

@media (min-width: 1024px) {
    .vertuoses-header__nav {
        display: block;
    }
}

.vertuoses-header__menu {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vertuoses-header__menu--uppercase a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.vertuoses-header__menu li {
    margin: 0;
}

.vertuoses-header__menu a {
    position: relative;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 0;
    transition: opacity 0.3s ease;
}

.vertuoses-header__menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width 0.3s ease;
}

.vertuoses-header__menu a:hover {
    opacity: 0.7;
}

.vertuoses-header__menu a:hover::after {
    width: 100%;
}

/* ============================================================
   SOUS-MENUS DESKTOP (Dropdown) - Style Glassmorphism
   ============================================================ */

@media (min-width: 1024px) {
    .vertuoses-header__menu > li {
        position: relative;
    }

    /* Indicateur de sous-menu (flèche) */
    .vertuoses-header__menu > li.menu-item-has-children > a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .vertuoses-header__menu > li.menu-item-has-children > a::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid currentColor;
        vertical-align: middle;
        transition: transform 0.3s ease;
        order: 2;
    }

    .vertuoses-header__menu > li.menu-item-has-children:hover > a::before {
        transform: rotate(180deg);
    }

    /* Zone tampon invisible pour maintenir le hover */
    .vertuoses-header__menu > li.menu-item-has-children::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 20px;
        background: transparent;
    }

    /* Container du sous-menu - Glassmorphism */
    .vertuoses-header__menu .sub-menu,
    .vertuoses-header__menu .vertuoses-submenu {
        display: none !important;
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        min-width: 260px;
        padding: 0.5rem;
        margin: 0;
        list-style: none;
        background: rgba(32, 55, 49, 0.92);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 0.75rem;
        z-index: 100;
    }

    /* Zone tampon au-dessus du sous-menu */
    .vertuoses-header__menu .sub-menu::before,
    .vertuoses-header__menu .vertuoses-submenu::before {
        content: '';
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        height: 15px;
        background: transparent;
    }

    /* Affichage au hover */
    .vertuoses-header__menu > li.menu-item-has-children:hover > .sub-menu,
    .vertuoses-header__menu > li.menu-item-has-children:hover > .vertuoses-submenu {
        display: block !important;
    }

    /* Items du sous-menu */
    .vertuoses-header__menu .sub-menu li,
    .vertuoses-submenu__item {
        margin: 0;
        display: block;
    }

    /* Lien du sous-menu */
    .vertuoses-submenu__link {
        display: flex !important;
        align-items: center;
        gap: 0.75rem;
        padding: 0.6rem 0.75rem !important;
        text-decoration: none !important;
        border-radius: 0.5rem;
        transition: all 0.2s ease !important;
        background: transparent;
    }

    .vertuoses-submenu__link:hover {
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .vertuoses-submenu__link::after,
    .vertuoses-submenu__link::before {
        display: none !important;
    }

    /* Icône wrapper avec couleur univers */
    .vertuoses-submenu__icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 0.5rem;
        transition: transform 0.2s ease;
    }

    .vertuoses-submenu__link:hover .vertuoses-submenu__icon-wrapper {
        transform: scale(1.08);
    }

    .vertuoses-submenu__icon {
        width: 20px;
        height: 20px;
        -o-object-fit: contain;
           object-fit: contain;
    }

    /* Pastille de couleur (si pas d'icône) */
    .vertuoses-submenu__color {
        display: block;
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 0.5rem;
    }

    /* Texte */
    .vertuoses-submenu__text {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
        flex: 1;
    }

    .vertuoses-submenu__name {
        font-size: 0.9rem !important;
        font-weight: 500 !important;
        color: #ffffff !important;
        text-transform: none !important;
        letter-spacing: 0.01em !important;
    }

    .vertuoses-submenu__desc {
        font-size: 0.75rem;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.2;
    }

    /* Flèche */
    .vertuoses-submenu__arrow {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.4);
        opacity: 0;
        transform: translateX(-4px);
        transition: all 0.2s ease;
    }

    .vertuoses-submenu__link:hover .vertuoses-submenu__arrow {
        opacity: 1;
        transform: translateX(0);
        color: #ffffff;
    }
}

/* ============================================================
   CTA BUTTON DESKTOP
   ============================================================ */

.vertuoses-header__cta {
    display: none;
    position: relative;
    padding: 0.5rem 0;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.vertuoses-header__cta::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width 0.3s ease;
}

.vertuoses-header__cta:hover {
    opacity: 0.7;
}

.vertuoses-header__cta:hover::after {
    width: 100%;
}

@media (min-width: 1024px) {
    .vertuoses-header__cta {
        display: inline-block;
    }
}

/* ============================================================
   MOBILE TOGGLE BUTTON
   ============================================================ */

.vertuoses-header__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10000;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

@media (max-width: 1023px) {
    .vertuoses-header__toggle {
        display: flex !important;
    }
}

.vertuoses-header__toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Animation hamburger -> X */

.vertuoses-header__toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.vertuoses-header__toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.vertuoses-header__toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ============================================================
   MOBILE MENU - FULLSCREEN OVERLAY
   ============================================================ */

.vertuoses-mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: #203731 !important;
    z-index: 9999 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block !important;
}

.vertuoses-mobile-menu.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.vertuoses-mobile-menu__inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 100px 30px 40px;
}

/* ============================================================
   MOBILE MENU - NAVIGATION
   ============================================================ */

.vertuoses-mobile-menu__nav {
    flex: 1;
}

.vertuoses-mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vertuoses-mobile-menu__list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vertuoses-mobile-menu__list > li:last-child {
    border-bottom: none;
}

.vertuoses-mobile-menu__list > li > a {
    display: block;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    padding: 18px 0;
    transition: color 0.2s ease;
}

.vertuoses-mobile-menu__list > li > a:hover,
.vertuoses-mobile-menu__list > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

/* Parent avec sous-menu - indicateur */

.vertuoses-mobile-menu__list > li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vertuoses-mobile-menu__list > li.menu-item-has-children > a::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s ease;
}

.vertuoses-mobile-menu__list > li.menu-item-has-children.submenu-open > a::after {
    content: '-';
}

/* Sous-menu mobile */

.vertuoses-mobile-menu__list .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 15px 0;
}

.vertuoses-mobile-menu__list > li.menu-item-has-children.submenu-open > .sub-menu {
    display: block;
}

.vertuoses-mobile-menu__list .sub-menu li {
    margin: 0;
}

.vertuoses-mobile-menu__list .sub-menu a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 0 12px 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    transition: all 0.2s ease;
}

.vertuoses-mobile-menu__list .sub-menu a:hover {
    color: #ffffff;
    border-left-color: #6b9b7a;
    padding-left: 25px;
}

/* ============================================================
   MOBILE MENU - CONTACT ACTIONS (MASQUÉ)
   ============================================================ */

.vertuoses-mobile-menu__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vertuoses-mobile-menu__action {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    font-weight: 500;
}

.vertuoses-mobile-menu__action svg {
    flex-shrink: 0;
}

.vertuoses-mobile-menu__action--phone {
    background: rgba(255, 255, 255, 0.1);
}

.vertuoses-mobile-menu__action--phone:hover {
    background: rgba(255, 255, 255, 0.15);
}

.vertuoses-mobile-menu__action--whatsapp {
    background: #25D366;
}

.vertuoses-mobile-menu__action--whatsapp:hover {
    background: #20bd5a;
}

.vertuoses-mobile-menu__action--calendly {
    background: #006BFF;
}

.vertuoses-mobile-menu__action--calendly:hover {
    background: #0057d4;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-header__container {
        padding: 1rem 1rem;
    }

    .vertuoses-header__logo img {
        height: 40px !important;
    }

    .vertuoses-header__brand-text {
        font-size: 1.25rem;
    }

    .vertuoses-mobile-menu__inner {
        padding: 90px 20px 30px;
    }

    .vertuoses-mobile-menu__list > li > a {
        font-size: 1.125rem;
        padding: 16px 0;
    }
}

/* Body lock quand menu ouvert */

body.mobile-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/**
 * Hero Component Styles - Vertuoses
 *
 * Utilise les variables CSS definies dans theme-config.php :
 * - --color-primary, --color-secondary, etc.
 * - --font-heading, --font-primary (injectees via functions.php)
 */

.vertuoses-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

/* Image de fond */

.vertuoses-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vertuoses-hero__image {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: translate3d(0, 0, 0) scale(1.1);
    will-change: transform;
}

/* Overlay - couleur et opacite definies en inline depuis la config */

.vertuoses-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* Contenu */

.vertuoses-hero__content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 1.5rem 2rem 2rem 2rem;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
}

/* Titre principal - Haut droite */

.vertuoses-hero__title {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 0;
    padding-right: 2rem;
}

.vertuoses-hero__title-word {
    /* Police definie en inline depuis la config */
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.1;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Logo marque - Bas gauche */

.vertuoses-hero__brand {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    padding-bottom: 2rem;
    padding-left: 1rem;
}

.vertuoses-hero__brand-logo {
    height: clamp(4rem, 10vw, 8rem);
    width: auto;
    display: block;
}

/* Tagline - Bas droite */

.vertuoses-hero__tagline {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
}

.vertuoses-hero__tagline-intro {
    /* Police definie en inline depuis la config */
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.9;
}

.vertuoses-hero__tagline-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.vertuoses-hero__tagline-list span {
    /* Police definie en inline depuis la config */
    font-size: clamp(0.85rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.9;
}

/* ============================================================
   RESPONSIVE - Laptop
   ============================================================ */

@media (max-width: 1440px) {
    .vertuoses-hero__title-word {
        font-size: clamp(2.5rem, 4.5vw, 4rem);
    }
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vertuoses-hero__content {
        padding: 1.5rem;
    }

    .vertuoses-hero__title {
        padding-top: 0;
        padding-right: 1rem;
    }

    .vertuoses-hero__title-word {
        font-size: clamp(2rem, 5vw, 3.5rem);
    }

    .vertuoses-hero__tagline {
        gap: 1.5rem;
        padding-right: 1rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-hero {
        min-height: 100vh;
    }

    .vertuoses-hero__content {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto auto;
        padding: 1rem;
    }

    .vertuoses-hero__title {
        grid-column: 1;
        grid-row: 1;
        align-items: flex-end;
        padding-top: 5rem;
        padding-right: 0;
    }

    .vertuoses-hero__title-word {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .vertuoses-hero__brand {
        grid-column: 1;
        grid-row: 2;
        padding-left: 0;
        padding-bottom: 1rem;
    }

    .vertuoses-hero__brand-logo {
        height: clamp(3rem, 16vw, 5rem);
    }

    .vertuoses-hero__tagline {
        grid-column: 1;
        grid-row: 3;
        justify-self: start;
        align-items: flex-start;
        padding-right: 0;
        padding-bottom: 1.5rem;
        gap: 0.5rem;
    }

    .vertuoses-hero__tagline-intro {
        font-size: 0.7rem;
    }

    .vertuoses-hero__tagline-list {
        align-items: flex-start;
    }

    .vertuoses-hero__tagline-list span {
        font-size: 0.8rem;
    }
}

/**
 * Univers Section Styles - Vertuoses
 *
 * 4 univers avec effet de survol fluide
 * Par defaut: 40% - 20% - 20% - 20%
 * Au survol: l'image survolee passe a 40%
 */

.vertuoses-univers {
    width: 100%;
}

.vertuoses-univers__container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem 3rem 2.5rem;
}

/* Header - Titre a gauche, Description a droite */

.vertuoses-univers__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 2rem;
}

.vertuoses-univers__header-left {
    flex: 1;
    max-width: 700px;
}

/* Icônes en haut à droite */

.vertuoses-univers__icons {
    position: absolute;
    top: 6rem;
    right: 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vertuoses-univers__header-icon {
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
    transition: transform 0.3s ease;
}

.vertuoses-univers__header-icon:hover {
    transform: scale(1.1);
}

/* Titre */

.vertuoses-univers__title {
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    letter-spacing: 0.03em;
    text-transform: none;
}

/* Sous-titre / Paragraphe */

.vertuoses-univers__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

/* Description dynamique (sous les images) */

.vertuoses-univers__description {
    position: relative;
    min-height: 1.5em;
    margin-top: 1.5rem;
    text-align: left;
}

.vertuoses-univers__desc-item {
    position: absolute;
    top: 0;
    left: 0;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: #203731;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.vertuoses-univers__desc-item.active {
    opacity: 1;
    transform: translateY(0);
}

/* Grille des univers */

.vertuoses-univers__grid {
    display: flex;
    gap: 1rem;
    height: 70vh;
    min-height: 500px;
    max-height: 700px;
}

/* Item individuel */

.vertuoses-univers__item {
    position: relative;
    flex: 2 1 20%;
    overflow: hidden;
    text-decoration: none;
    will-change: flex;
    transition: flex 0.5s ease;
    border-radius: 1.5rem;
}

/* Premier item = 40% par defaut */

.vertuoses-univers__item:first-child {
    flex: 4 1 40%;
}

/* Au survol du container, reset puis agrandir le survole */

.vertuoses-univers__grid:hover .vertuoses-univers__item {
    flex: 2 1 20%;
}

.vertuoses-univers__grid:hover .vertuoses-univers__item:hover {
    flex: 4 1 40%;
}

/* Wrapper image */

.vertuoses-univers__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
}

/* Image */

.vertuoses-univers__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/* Overlay leger */

.vertuoses-univers__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
    transition: background 0.4s ease;
}

.vertuoses-univers__item:hover .vertuoses-univers__overlay {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

/* Nom de l'univers */

.vertuoses-univers__name {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    z-index: 2;
}

/* Couleurs distinctes pour chaque univers - opacité 100% */

.vertuoses-univers__item[data-index="0"] .vertuoses-univers__name {
    background: #D7E1E3;
    color: #203731;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
}

.vertuoses-univers__item[data-index="1"] .vertuoses-univers__name {
    background: #D2E49E;
    color: #203731;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
}

.vertuoses-univers__item[data-index="2"] .vertuoses-univers__name {
    background: #A66C42;
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
}

.vertuoses-univers__item[data-index="3"] .vertuoses-univers__name {
    background: #203731;
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem;
}

/* Icône dans les cartes - s'adapte à la hauteur du texte */

.vertuoses-univers__card-icon {
    width: auto;
    height: 1em;
    max-height: 1em;
    -o-object-fit: contain;
       object-fit: contain;
    vertical-align: middle;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
}

/* Icônes toujours visibles pour mise en avant */

.vertuoses-univers__item .vertuoses-univers__card-icon,
.vertuoses-univers__item:hover .vertuoses-univers__card-icon,
.vertuoses-univers__item:first-child .vertuoses-univers__card-icon,
.vertuoses-univers__grid:hover .vertuoses-univers__item .vertuoses-univers__card-icon,
.vertuoses-univers__grid:hover .vertuoses-univers__item:hover .vertuoses-univers__card-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s;
}

/* Decouvrir l'univers - visible au hover */

.vertuoses-univers__discover {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease 0.3s;
}

/* Visible sur le premier item (Aquatique) par défaut */

.vertuoses-univers__item:first-child .vertuoses-univers__discover {
    opacity: 1;
}

/* Au survol du container : cacher tous, puis afficher celui survolé */

.vertuoses-univers__grid:hover .vertuoses-univers__item .vertuoses-univers__discover {
    opacity: 0;
    transition-delay: 0s;
}

.vertuoses-univers__grid:hover .vertuoses-univers__item:hover .vertuoses-univers__discover {
    opacity: 1;
    transition-delay: 0.3s;
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vertuoses-univers__container {
        padding: 4rem 1.5rem 2rem 1.5rem;
    }

    .vertuoses-univers__header {
        flex-direction: column;
        gap: 1rem;
    }

    .vertuoses-univers__desc-item {
        position: relative;
        left: auto;
        display: none;
    }

    .vertuoses-univers__desc-item.active {
        display: block;
    }

    .vertuoses-univers__grid {
        height: 60vh;
        min-height: 400px;
        gap: 0.75rem;
    }

    .vertuoses-univers__name {
        left: 1rem;
        bottom: 1rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-univers__container {
        padding: 3rem 1rem 2rem 1rem;
    }

    .vertuoses-univers__title {
        margin-bottom: 1.5rem;
    }

    .vertuoses-univers__grid {
        flex-direction: column;
        height: auto;
        min-height: auto;
        max-height: none;
        gap: 0.5rem;
    }

    .vertuoses-univers__item,
    .vertuoses-univers__item:first-child {
        flex: none;
        height: 200px;
    }

    /* Desactiver l'effet de survol sur mobile */
    .vertuoses-univers__grid:hover .vertuoses-univers__item,
    .vertuoses-univers__grid:hover .vertuoses-univers__item:hover {
        flex: none;
    }

    .vertuoses-univers__name {
        font-size: 1rem;
        left: 1rem;
        bottom: 1rem;
    }

    /* Sur mobile, toujours afficher les icônes */
    .vertuoses-univers__card-icon {
        width: 20px;
        height: 20px;
        opacity: 1;
        transform: translateX(0);
    }

    .vertuoses-univers__grid:hover .vertuoses-univers__item .vertuoses-univers__card-icon {
        opacity: 1;
        transform: translateX(0);
    }

    .vertuoses-univers__icons {
        top: 3rem;
        right: 1rem;
        gap: 0.5rem;
    }

    .vertuoses-univers__header-icon {
        width: 30px;
        height: 30px;
    }
}

/**
 * Savoir-faire Section Styles - Vertuoses
 *
 * Présentation des 3 domaines d'expertise
 * Style harmonisé avec la section Univers
 */

.vertuoses-savoir-faire {
    width: 100%;
}

.vertuoses-savoir-faire__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

/* Header - Style aligné avec Univers */

.vertuoses-savoir-faire__header {
    text-align: left;
    margin-bottom: 2rem;
    max-width: 600px;
}

/* Titre - Style identique à Univers */

.vertuoses-savoir-faire__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Sous-titre - Style identique à Univers */

.vertuoses-savoir-faire__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

/* Grille des 3 blocs */

.vertuoses-savoir-faire__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Item individuel */

.vertuoses-savoir-faire__item {
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border-radius: 1.5rem;
    transition: transform 0.4s ease;
}

.vertuoses-savoir-faire__item:hover {
    transform: translateY(-5px);
}

/* Image wrapper */

.vertuoses-savoir-faire__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 1.5rem;
}

/* Image */

.vertuoses-savoir-faire__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 0.5s ease;
}

.vertuoses-savoir-faire__item:hover .vertuoses-savoir-faire__image {
    transform: scale(1.05);
}

/* Overlay */

.vertuoses-savoir-faire__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.6) 100%
    );
    transition: background 0.4s ease;
}

.vertuoses-savoir-faire__item:hover .vertuoses-savoir-faire__overlay {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 30%,
        rgba(0, 0, 0, 0.7) 100%
    );
}

/* Contenu texte */

.vertuoses-savoir-faire__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    z-index: 2;
}

/* Nom du service */

.vertuoses-savoir-faire__name {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    color: #ffffff;
}

/* Description */

.vertuoses-savoir-faire__description {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1rem 0;
}

/* Lien "Découvrir" */

.vertuoses-savoir-faire__link {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.vertuoses-savoir-faire__item:hover .vertuoses-savoir-faire__link {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vertuoses-savoir-faire__container {
        padding: 4rem 1.5rem;
    }

    .vertuoses-savoir-faire__grid {
        gap: 1.5rem;
    }

    .vertuoses-savoir-faire__content {
        padding: 1.5rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-savoir-faire__container {
        padding: 3rem 1rem;
    }

    .vertuoses-savoir-faire__header {
        text-align: left;
        max-width: 100%;
    }

    .vertuoses-savoir-faire__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .vertuoses-savoir-faire__image-wrapper {
        aspect-ratio: 16 / 10;
    }

    .vertuoses-savoir-faire__name {
        font-size: 1.25rem;
    }

    .vertuoses-savoir-faire__link {
        opacity: 1;
        transform: translateY(0);
    }
}

/**
 * Realisations Section Styles - Vertuoses
 *
 * Section "Realisations en vedette" avec grille et filtres
 */

.vertuoses-realisations {
    width: 100%;
}

.vertuoses-realisations__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem 4rem 2.5rem;
}

/* Header */

.vertuoses-realisations__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.vertuoses-realisations__header-left {
    flex: 1;
    min-width: 250px;
}

/* Titre */

.vertuoses-realisations__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Sous-titre */

.vertuoses-realisations__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

/* Filtres */

.vertuoses-realisations__filters {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.vertuoses-realisations__filter {
    padding: 0.5rem 1.25rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}

.vertuoses-realisations__filter:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.vertuoses-realisations__filter.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #203731;
}

/* Grille des realisations */

.vertuoses-realisations__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* Item individuel */

.vertuoses-realisations__item {
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.vertuoses-realisations__item.hidden {
    display: none;
}

/* Image wrapper */

.vertuoses-realisations__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 1.5rem;
}

/* Image */

.vertuoses-realisations__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 0.5s ease;
}

.vertuoses-realisations__item:hover .vertuoses-realisations__image {
    transform: scale(1.05);
}

/* Overlay */

.vertuoses-realisations__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    transition: background 0.4s ease;
}

.vertuoses-realisations__item:hover .vertuoses-realisations__overlay {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

/* Contenu texte */

.vertuoses-realisations__content {
    padding: 1.25rem 0;
}

/* Tag univers - mis en avant avec couleurs */

.vertuoses-realisations__univers {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
    margin-bottom: 0.75rem;
}

/* Couleurs par univers */

.vertuoses-realisations__item[data-univers="aquatique"] .vertuoses-realisations__univers {
    background-color: #D7E1E3;
    color: #203731;
}

.vertuoses-realisations__item[data-univers="vegetal"] .vertuoses-realisations__univers {
    background-color: #D2E49E;
    color: #203731;
}

.vertuoses-realisations__item[data-univers="mineral"] .vertuoses-realisations__univers {
    background-color: #A66C42;
    color: #ffffff;
}

.vertuoses-realisations__item[data-univers="convivial"] .vertuoses-realisations__univers,
.vertuoses-realisations__item[data-univers="art-de-vivre"] .vertuoses-realisations__univers {
    background-color: #203731;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Icône univers - mise en avant, sans ombre */

.vertuoses-realisations__univers-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 1;
}

/* Nom du projet */

.vertuoses-realisations__name {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Couleur du nom au survol par univers */

.vertuoses-realisations__item:hover .vertuoses-realisations__name {
    color: #6b9b7a;
}

.vertuoses-realisations__item[data-univers="aquatique"]:hover .vertuoses-realisations__name {
    color: #D7E1E3;
}

.vertuoses-realisations__item[data-univers="vegetal"]:hover .vertuoses-realisations__name {
    color: #D2E49E;
}

.vertuoses-realisations__item[data-univers="mineral"]:hover .vertuoses-realisations__name {
    color: #D4A574;
}

.vertuoses-realisations__item[data-univers="art-de-vivre"]:hover .vertuoses-realisations__name,
.vertuoses-realisations__item[data-univers="convivial"]:hover .vertuoses-realisations__name {
    color: #8eb89e;
}

/* Description */

.vertuoses-realisations__description {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* CTA */

.vertuoses-realisations__cta {
    margin-top: 3rem;
    text-align: center;
}

.vertuoses-realisations__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: transparent;
    border: 1px solid;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vertuoses-realisations__cta-button:hover {
    background: #ffffff;
    color: #203731 !important;
    border-color: #ffffff !important;
}

.vertuoses-realisations__cta-arrow {
    transition: transform 0.3s ease;
}

.vertuoses-realisations__cta-button:hover .vertuoses-realisations__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vertuoses-realisations__container {
        padding: 4rem 1.5rem 3rem 1.5rem;
    }

    .vertuoses-realisations__header {
        flex-direction: column;
        gap: 1.5rem;
    }

    .vertuoses-realisations__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile Large
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-realisations__container {
        padding: 3rem 1rem 2rem 1rem;
    }

    .vertuoses-realisations__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .vertuoses-realisations__filters {
        gap: 0.4rem;
    }

    .vertuoses-realisations__filter {
        padding: 0.4rem 0.9rem;
        font-size: 0.75rem;
    }

    .vertuoses-realisations__name {
        font-size: 1rem;
    }

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

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 480px) {
    .vertuoses-realisations__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .vertuoses-realisations__image-wrapper {
        aspect-ratio: 4 / 3;
    }
}

/**
 * Approche Section Styles - Vertuoses
 *
 * Section "Notre approche" avec grille 2x2 structurée
 */

.vertuoses-approche {
    width: 100%;
}

.vertuoses-approche__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

/* Header */

.vertuoses-approche__header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Titre */

.vertuoses-approche__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Sous-titre */

.vertuoses-approche__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

/* Grille 2x2 */

.vertuoses-approche__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 4rem;
    max-width: 1100px;
    margin: 0 auto;
}

/* Etape individuelle */

.vertuoses-approche__step {
    padding: 2rem;
    background: #ffffff;
    border-radius: 1rem;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.vertuoses-approche__step:hover {
    background: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Header de l'étape (numéro + ligne) */

.vertuoses-approche__step-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* Numero */

.vertuoses-approche__number {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

/* Ligne décorative */

.vertuoses-approche__step-line {
    flex: 1;
    height: 2px;
    opacity: 0.4;
}

/* Titre de l'etape */

.vertuoses-approche__step-title {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    letter-spacing: 0.02em;
    color: #203731 !important;
}

/* Texte de l'etape */

.vertuoses-approche__step-text {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vertuoses-approche__container {
        padding: 4rem 1.5rem;
    }

    .vertuoses-approche__grid {
        gap: 2rem 3rem;
    }

    .vertuoses-approche__step {
        padding: 1.5rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-approche__container {
        padding: 3rem 1rem;
    }

    .vertuoses-approche__header {
        margin-bottom: 3rem;
        text-align: left;
    }

    .vertuoses-approche__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .vertuoses-approche__step {
        padding: 1.5rem;
    }

    .vertuoses-approche__number {
        font-size: 1.75rem;
    }

    .vertuoses-approche__step-title {
        font-size: 1.1rem;
    }
}

/**
 * Temoignages Section Styles - Vertuoses
 *
 * Slider temoignages clients avec style premium
 */

.vertuoses-temoignages {
    width: 100%;
}

.vertuoses-temoignages__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

/* Header */

.vertuoses-temoignages__header {
    text-align: center;
    margin-bottom: 4rem;
}

/* Titre */

.vertuoses-temoignages__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Sous-titre */

.vertuoses-temoignages__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

/* Slider */

.vertuoses-temoignages__slider {
    position: relative;
    overflow: hidden;
}

.vertuoses-temoignages__track {
    position: relative;
    min-height: 400px;
}

/* Slide */

.vertuoses-temoignages__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.vertuoses-temoignages__slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

/* Card */

.vertuoses-temoignages__card {
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

/* Avatar wrapper - forme arrondie comme les images */

.vertuoses-temoignages__avatar-wrapper {
    flex-shrink: 0;
    width: 300px;
    height: 380px;
    border-radius: 1.5rem;
    overflow: hidden;
}

.vertuoses-temoignages__avatar {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.vertuoses-temoignages__avatar-initials {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.1em;
}

/* Contenu */

.vertuoses-temoignages__content {
    flex: 1;
}

/* Etoiles */

.vertuoses-temoignages__rating {
    margin-bottom: 1.5rem;
}

.vertuoses-temoignages__star {
    font-size: 1.25rem;
    color: #d1d5db;
    margin-right: 0.25rem;
}

.vertuoses-temoignages__star.filled {
    color: #4a7c59;
}

/* Citation */

.vertuoses-temoignages__quote {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 300;
    line-height: 1.8;
    color: #203731;
    margin: 0 0 2rem 0;
    font-style: italic;
}

.vertuoses-temoignages__quote::before {
    content: '"';
}

.vertuoses-temoignages__quote::after {
    content: '"';
}

/* Auteur */

.vertuoses-temoignages__author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.vertuoses-temoignages__author-name {
    font-size: 1.1rem;
    font-weight: 400;
    color: #203731;
    letter-spacing: 0.02em;
}

.vertuoses-temoignages__author-status {
    font-size: 0.85rem;
    font-weight: 300;
    color: #4a7c59;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Navigation */

.vertuoses-temoignages__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.vertuoses-temoignages__nav-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #203731;
    background: transparent;
    color: #203731;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertuoses-temoignages__nav-btn:hover {
    background: #203731;
    color: #ffffff;
}

/* Dots */

.vertuoses-temoignages__dots {
    display: flex;
    gap: 0.5rem;
}

.vertuoses-temoignages__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #203731;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.vertuoses-temoignages__dot:hover,
.vertuoses-temoignages__dot.active {
    background: #203731;
}

/* CTA Laisser un avis */

.vertuoses-temoignages__cta {
    margin-top: 3rem;
    text-align: center;
}

.vertuoses-temoignages__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: #203731;
    border: 1px solid #203731;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0;
}

.vertuoses-temoignages__cta-button:hover {
    background: #4a7c59;
    border-color: #4a7c59;
}

.vertuoses-temoignages__cta-arrow {
    transition: transform 0.3s ease;
}

.vertuoses-temoignages__cta-button:hover .vertuoses-temoignages__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   POPUP FORMULAIRE TÉMOIGNAGE
   ============================================================ */

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

.vertuoses-testimonial-popup[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
}

.vertuoses-testimonial-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.vertuoses-testimonial-popup__container {
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    max-width: 550px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.vertuoses-testimonial-popup[aria-hidden="false"] .vertuoses-testimonial-popup__container {
    transform: translateY(0);
}

.vertuoses-testimonial-popup__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: none;
    background: #f7fafc;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.vertuoses-testimonial-popup__close:hover {
    background: #e2e8f0;
}

.vertuoses-testimonial-popup__close svg {
    width: 20px;
    height: 20px;
    color: #203731;
}

.vertuoses-testimonial-popup__title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #203731;
    margin: 0 0 0.5rem 0;
}

.vertuoses-testimonial-popup__subtitle {
    font-size: 0.95rem;
    color: #4a5568;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

/* Style du formulaire dans la popup */

.vertuoses-testimonial-popup .lds-form__label {
    font-size: 0.85rem;
    color: #203731;
}

.vertuoses-testimonial-popup .lds-form__submit {
    background: #203731 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 1rem !important;
}

.vertuoses-testimonial-popup .lds-form__submit:hover {
    background: #4a7c59 !important;
    color: #ffffff !important;
}

/* Body scroll lock quand popup ouverte */

body.vertuoses-popup-open {
    overflow: hidden;
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-testimonial-popup__container {
        padding: 1.5rem;
        width: 95%;
        max-height: 85vh;
    }

    .vertuoses-testimonial-popup__title {
        font-size: 1.25rem;
        padding-right: 2rem;
    }
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vertuoses-temoignages__container {
        padding: 4rem 1.5rem;
    }

    .vertuoses-temoignages__card {
        gap: 3rem;
    }

    .vertuoses-temoignages__avatar-wrapper {
        width: 250px;
        height: 320px;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-temoignages__container {
        padding: 3rem 1rem;
    }

    .vertuoses-temoignages__header {
        margin-bottom: 3rem;
    }

    .vertuoses-temoignages__track {
        min-height: auto;
    }

    .vertuoses-temoignages__card {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .vertuoses-temoignages__avatar-wrapper {
        width: 200px;
        height: 250px;
        margin: 0 auto;
    }

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

    .vertuoses-temoignages__nav {
        gap: 1rem;
        margin-top: 2rem;
    }

    .vertuoses-temoignages__nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/**
 * CTA Contact Section Styles - Vertuoses
 *
 * Bandeau CTA final avec image de fond (style hero)
 */

.vertuoses-cta-contact {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Image de fond */

.vertuoses-cta-contact__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vertuoses-cta-contact__bg-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.vertuoses-cta-contact__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

/* Container */

.vertuoses-cta-contact__container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 2.5rem;
}

/* Contenu */

.vertuoses-cta-contact__content {
    text-align: center;
}

/* Titre - Style hero */

.vertuoses-cta-contact__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 2.5rem 0;
    letter-spacing: 0.03em;
    line-height: 1.3;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Boutons */

.vertuoses-cta-contact__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.vertuoses-cta-contact__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid;
}

/* Bouton principal - fond blanc */

.vertuoses-cta-contact__btn--primary {
    background: #ffffff;
    border-color: #ffffff;
    color: #203731;
}

.vertuoses-cta-contact__btn--primary:hover {
    background: transparent;
    color: #ffffff;
}

/* Bouton secondaire - transparent */

.vertuoses-cta-contact__btn--secondary {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.vertuoses-cta-contact__btn--secondary:hover {
    background: #ffffff;
    color: #203731;
}

.vertuoses-cta-contact__btn-icon {
    font-size: 1rem;
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vertuoses-cta-contact {
        min-height: 350px;
    }

    .vertuoses-cta-contact__container {
        padding: 4rem 1.5rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-cta-contact {
        min-height: 300px;
    }

    .vertuoses-cta-contact__container {
        padding: 3rem 1rem;
    }

    .vertuoses-cta-contact__title {
        margin-bottom: 2rem;
    }

    .vertuoses-cta-contact__buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .vertuoses-cta-contact__btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

/**
 * Contact Section Styles - Vertuoses
 *
 * Section contact avec infos, zone d'intervention et formulaire
 */

.vertuoses-contact {
    width: 100%;
}

.vertuoses-contact__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

/* Header */

.vertuoses-contact__header {
    margin-bottom: 4rem;
}

/* Titre */

.vertuoses-contact__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Sous-titre */

.vertuoses-contact__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

/* Grille principale */

.vertuoses-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

/* Colonne photos */

.vertuoses-contact__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    height: 100%;
    min-height: 500px;
}

.vertuoses-contact__photo {
    border-radius: 1.5rem;
    overflow: hidden;
}

.vertuoses-contact__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Photo 1 : grande, prend 2 lignes */

.vertuoses-contact__photo--1 {
    grid-column: 1;
    grid-row: 1 / 3;
}

/* Photo 2 : petite, en haut a droite */

.vertuoses-contact__photo--2 {
    grid-column: 2;
    grid-row: 1;
}

/* Photo 3 : petite, en bas a droite */

.vertuoses-contact__photo--3 {
    grid-column: 2;
    grid-row: 2;
}

/* Colonne contenu */

.vertuoses-contact__content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Infos de contact */

.vertuoses-contact__infos {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.vertuoses-contact__info-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.vertuoses-contact__info-label {
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #4a7c59;
}

.vertuoses-contact__info-value {
    font-size: 1.25rem;
    font-weight: 400;
    color: #203731;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vertuoses-contact__info-value:hover {
    color: #4a7c59;
}

.vertuoses-contact__info-value--text {
    cursor: default;
}

.vertuoses-contact__info-value--text:hover {
    color: #203731;
}

.vertuoses-contact__zone-text {
    font-size: 0.9rem;
    font-weight: 300;
    color: #4a5568;
    margin: 0.5rem 0 0 0;
    line-height: 1.6;
}

/* Boutons d'action rapide - Calendly & WhatsApp */

.vertuoses-contact__quick-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.vertuoses-contact__action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
}

.vertuoses-contact__action-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* Calendly - Style principal */

.vertuoses-contact__action-btn--calendly {
    background: #203731;
    color: #ffffff;
    border: 2px solid #203731;
}

.vertuoses-contact__action-btn--calendly:hover {
    background: #4a7c59;
    border-color: #4a7c59;
}

/* WhatsApp - Style vert */

.vertuoses-contact__action-btn--whatsapp {
    background: #25D366;
    color: #ffffff;
    border: 2px solid #25D366;
}

.vertuoses-contact__action-btn--whatsapp:hover {
    background: #128C7E;
    border-color: #128C7E;
}

/* Placeholder style - lien non configuré */

.vertuoses-contact__action-btn--placeholder {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Bloc unifié - Zone d'intervention + Email + Téléphone */

.vertuoses-contact__infos--unified {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f7fafc;
    border-radius: 0.75rem;
    margin-top: 2rem;
}

.vertuoses-contact__infos--unified .vertuoses-contact__info-item:first-child {
    grid-column: 1 / -1;
}

/* Formulaire */

.vertuoses-contact__form {
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.vertuoses-contact__form-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.02em;
}

.vertuoses-contact__form-placeholder {
    font-size: 0.9rem;
    color: #4a5568;
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.vertuoses-contact__form-placeholder code {
    background: #edf2f7;
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.85em;
}

/* Override styles du formulaire ldstarter */

.vertuoses-contact-form .lds-form__button {
    background: #203731 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1rem 2.5rem !important;
}

.vertuoses-contact-form .lds-form__button:hover {
    background: #4a7c59 !important;
}

.vertuoses-contact-form .lds-form__input,
.vertuoses-contact-form .lds-form__textarea,
.vertuoses-contact-form .lds-form__select {
    border-radius: 0.5rem !important;
    border-color: #e2e8f0 !important;
}

.vertuoses-contact-form .lds-form__input:focus,
.vertuoses-contact-form .lds-form__textarea:focus,
.vertuoses-contact-form .lds-form__select:focus {
    border-color: #203731 !important;
    box-shadow: 0 0 0 3px rgba(32, 55, 49, 0.1) !important;
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vertuoses-contact__container {
        padding: 4rem 1.5rem;
    }

    .vertuoses-contact__grid {
        gap: 3rem;
    }

    .vertuoses-contact__photos {
        min-height: 400px;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-contact__container {
        padding: 3rem 1rem;
    }

    .vertuoses-contact__header {
        margin-bottom: 3rem;
    }

    .vertuoses-contact__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .vertuoses-contact__photos {
        order: 2;
        min-height: 300px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    .vertuoses-contact__photo--1 {
        grid-row: 1;
    }

    .vertuoses-contact__photo--2 {
        grid-row: 1;
    }

    .vertuoses-contact__photo--3 {
        display: none;
    }

    .vertuoses-contact__content {
        order: 1;
    }

    .vertuoses-contact__info-value {
        font-size: 1.1rem;
    }

    .vertuoses-contact__quick-actions {
        flex-direction: column;
    }

    .vertuoses-contact__action-btn {
        padding: 0.9rem 1.25rem;
        font-size: 0.85rem;
    }

    .vertuoses-contact__infos--unified {
        grid-template-columns: 1fr;
    }
}

/**
 * Footer Styles - Vertuoses
 *
 * Footer sur fond vert sapin avec textes bien visibles
 */

.vertuoses-footer {
    width: 100%;
    color: #ffffff;
}

.vertuoses-footer__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2.5rem 2rem;
}

/* Grille principale */

.vertuoses-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

/* Colonnes */

.vertuoses-footer__col {
    display: flex;
    flex-direction: column;
}

/* Marque */

.vertuoses-footer__brand {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.02em;
}

.vertuoses-footer__tagline {
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
}

.vertuoses-footer__region {
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Titres de colonnes */

.vertuoses-footer__title {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1rem 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Listes */

.vertuoses-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vertuoses-footer__list li {
    margin: 0;
}

/* Liens */

.vertuoses-footer__link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 300;
    transition: color 0.3s ease;
    display: inline-block;
}

.vertuoses-footer__link:hover {
    color: #ffffff;
}

/* Lien Aquamagie special */

.vertuoses-footer__link--aquamagie {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.vertuoses-footer__link-desc {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.vertuoses-footer__link--aquamagie:hover .vertuoses-footer__link-desc {
    color: rgba(255, 255, 255, 0.7);
}

/* Reseaux sociaux */

.vertuoses-footer__socials {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.vertuoses-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.vertuoses-footer__social:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #203731;
}

/* Bas du footer */

.vertuoses-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.vertuoses-footer__copyright {
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.vertuoses-footer__legal {
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vertuoses-footer__separator {
    color: rgba(255, 255, 255, 0.3);
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vertuoses-footer__container {
        padding: 3rem 1.5rem 1.5rem;
    }

    .vertuoses-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vertuoses-footer__container {
        padding: 2.5rem 1rem 1.5rem;
    }

    .vertuoses-footer__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .vertuoses-footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .vertuoses-footer__legal {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Import des pages Univers */

/**
 * Page Aquatique Styles - Vertuoses
 *
 * Styles pour la page de l'univers Aquatique
 */

/* ============================================================
   HERO AQUATIQUE
   ============================================================ */

.aquatique-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aquatique-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.aquatique-hero__image {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: scale(1.1);
    will-change: transform;
}

.aquatique-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.aquatique-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
}

.aquatique-hero__badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #203731;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}

.aquatique-hero__title {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.aquatique-hero__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.aquatique-hero__description {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
    line-height: 1.7;
}

/* ============================================================
   DOMAINES AQUATIQUES
   ============================================================ */

.aquatique-domaines {
    width: 100%;
}

.aquatique-domaines__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 6rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.aquatique-domaines__item:nth-child(odd) {
    background-color: #ffffff;
}

.aquatique-domaines__item:nth-child(even) {
    background-color: #f8faf9;
}

.aquatique-domaines__item--reversed {
    direction: rtl;
}

.aquatique-domaines__item--reversed > * {
    direction: ltr;
}

/* Images - Grille de 3 photos uniforme */

.aquatique-domaines__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    aspect-ratio: 4 / 3;
}

.aquatique-domaines__image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.aquatique-domaines__image-wrapper--1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.aquatique-domaines__image-wrapper--2 {
    grid-row: 1;
    grid-column: 2;
}

.aquatique-domaines__image-wrapper--3 {
    grid-row: 2;
    grid-column: 2;
}

.aquatique-domaines__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.aquatique-domaines__image-wrapper:hover .aquatique-domaines__image {
    transform: scale(1.05);
}

/* Contenu */

.aquatique-domaines__content {
    padding: 2rem 0;
}

.aquatique-domaines__number {
    display: block;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.aquatique-domaines__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.aquatique-domaines__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.aquatique-domaines__description {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

/* Features - Style paragraphe */

.aquatique-domaines__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.aquatique-domaines__feature {
    display: inline;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
}

.aquatique-domaines__feature::after {
    content: ' · ';
    color: #D7E1E3;
    font-weight: 700;
}

.aquatique-domaines__feature:last-child::after {
    content: '';
}

.aquatique-domaines__feature-icon {
    display: none;
}

/* CTA */

.aquatique-domaines__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #203731;
    text-decoration: none;
    border-bottom: 2px solid #203731;
    transition: all 0.3s ease;
}

.aquatique-domaines__cta:hover {
    color: #4a7c59;
    border-color: #4a7c59;
}

.aquatique-domaines__cta-arrow {
    transition: transform 0.3s ease;
}

.aquatique-domaines__cta:hover .aquatique-domaines__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   SUR MESURE
   ============================================================ */

.aquatique-sur-mesure {
    width: 100%;
    background-color: #f8faf9;
}

.aquatique-sur-mesure__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 6rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    direction: rtl;
}

.aquatique-sur-mesure__item > * {
    direction: ltr;
}

/* Images - Grille de 3 photos uniforme */

.aquatique-sur-mesure__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    aspect-ratio: 4 / 3;
}

.aquatique-sur-mesure__image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.aquatique-sur-mesure__image-wrapper--1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.aquatique-sur-mesure__image-wrapper--2 {
    grid-row: 1;
    grid-column: 2;
}

.aquatique-sur-mesure__image-wrapper--3 {
    grid-row: 2;
    grid-column: 2;
}

.aquatique-sur-mesure__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.aquatique-sur-mesure__image-wrapper:hover .aquatique-sur-mesure__image {
    transform: scale(1.05);
}

/* Contenu */

.aquatique-sur-mesure__content {
    padding: 2rem 0;
}

.aquatique-sur-mesure__number {
    display: block;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.aquatique-sur-mesure__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.aquatique-sur-mesure__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.aquatique-sur-mesure__description {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

/* Features - Style paragraphe */

.aquatique-sur-mesure__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.aquatique-sur-mesure__feature {
    display: inline;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
}

.aquatique-sur-mesure__feature::after {
    content: ' · ';
    color: #D7E1E3;
    font-weight: 700;
}

.aquatique-sur-mesure__feature:last-child::after {
    content: '';
}

.aquatique-sur-mesure__feature-icon {
    display: none;
}

/* CTA */

.aquatique-sur-mesure__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #203731;
    text-decoration: none;
    border-bottom: 2px solid #203731;
    transition: all 0.3s ease;
}

.aquatique-sur-mesure__cta:hover {
    color: #4a7c59;
    border-color: #4a7c59;
}

.aquatique-sur-mesure__cta-arrow {
    transition: transform 0.3s ease;
}

.aquatique-sur-mesure__cta:hover .aquatique-sur-mesure__cta-arrow {
    transform: translateX(5px);
}

/* Responsive Sur Mesure */

@media (max-width: 1024px) {
    .aquatique-sur-mesure__item {
        gap: 3rem;
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .aquatique-sur-mesure__item {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1rem;
        direction: ltr;
    }

    .aquatique-sur-mesure__images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        aspect-ratio: auto;
        gap: 0.75rem;
    }

    .aquatique-sur-mesure__image-wrapper--1 {
        grid-column: 1 / 3;
        grid-row: 1;
        aspect-ratio: 16 / 9;
    }

    .aquatique-sur-mesure__image-wrapper--2 {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .aquatique-sur-mesure__image-wrapper--3 {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .aquatique-sur-mesure__number {
        font-size: 3rem;
    }

    .aquatique-sur-mesure__content {
        padding: 0;
    }
}

/* ============================================================
   RÉALISATIONS AQUATIQUES
   ============================================================ */

.aquatique-realisations {
    width: 100%;
}

.aquatique-realisations__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

.aquatique-realisations__header {
    text-align: center;
    margin-bottom: 3rem;
}

.aquatique-realisations__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.aquatique-realisations__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.aquatique-realisations__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.aquatique-realisations__item {
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.aquatique-realisations__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 1rem;
}

.aquatique-realisations__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.aquatique-realisations__item:hover .aquatique-realisations__image {
    transform: scale(1.05);
}

.aquatique-realisations__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    transition: background 0.4s ease;
}

.aquatique-realisations__item:hover .aquatique-realisations__overlay {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.aquatique-realisations__content {
    padding: 1.25rem 0;
}

.aquatique-realisations__tag {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #203731;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.aquatique-realisations__name {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    color: #203731;
    transition: color 0.3s ease;
}

.aquatique-realisations__item:hover .aquatique-realisations__name {
    color: #4a7c59;
}

.aquatique-realisations__description {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.aquatique-realisations__cta {
    margin-top: 3rem;
    text-align: center;
}

.aquatique-realisations__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: transparent;
    border: 1px solid;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.aquatique-realisations__cta-button:hover {
    background: #ffffff;
    color: #203731 !important;
    border-color: #ffffff !important;
}

.aquatique-realisations__cta-arrow {
    transition: transform 0.3s ease;
}

.aquatique-realisations__cta-button:hover .aquatique-realisations__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .aquatique-hero {
        height: 70vh;
    }

    .aquatique-domaines__item {
        gap: 3rem;
        padding: 4rem 1.5rem;
    }

    .aquatique-realisations__container {
        padding: 4rem 1.5rem;
    }

    .aquatique-realisations__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .aquatique-hero {
        height: 60vh;
        min-height: 450px;
    }

    .aquatique-hero__content {
        padding: 1.5rem;
    }

    .aquatique-hero__scroll {
        display: none;
    }

    .aquatique-domaines__item {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1rem;
    }

    .aquatique-domaines__item--reversed {
        direction: ltr;
    }

    .aquatique-domaines__images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        aspect-ratio: auto;
        gap: 0.75rem;
    }

    .aquatique-domaines__image-wrapper--1 {
        grid-column: 1 / 3;
        grid-row: 1;
        aspect-ratio: 16 / 9;
    }

    .aquatique-domaines__image-wrapper--2 {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .aquatique-domaines__image-wrapper--3 {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .aquatique-domaines__number {
        font-size: 3rem;
    }

    .aquatique-domaines__content {
        padding: 0;
    }

    .aquatique-realisations__container {
        padding: 3rem 1rem;
    }

    .aquatique-realisations__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .aquatique-realisations__name {
        font-size: 1rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile petit
   ============================================================ */

@media (max-width: 480px) {
    .aquatique-realisations__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .aquatique-realisations__image-wrapper {
        aspect-ratio: 4 / 3;
    }
}

/**
 * Page Végétal Styles - Vertuoses
 *
 * Styles pour la page de l'univers Végétal
 * Couleur accent: #D2E49E (vert clair)
 */

/* ============================================================
   HERO VÉGÉTAL
   ============================================================ */

.vegetal-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vegetal-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vegetal-hero__image {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: scale(1.1);
    will-change: transform;
}

.vegetal-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.vegetal-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
}

.vegetal-hero__badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #203731;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}

.vegetal-hero__title {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.vegetal-hero__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.vegetal-hero__description {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
    line-height: 1.7;
}

/* ============================================================
   DOMAINES VÉGÉTAL
   ============================================================ */

.vegetal-domaines {
    width: 100%;
}

.vegetal-domaines__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 6rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.vegetal-domaines__item:nth-child(odd) {
    background-color: #ffffff;
}

.vegetal-domaines__item:nth-child(even) {
    background-color: #f8faf9;
}

.vegetal-domaines__item--reversed {
    direction: rtl;
}

.vegetal-domaines__item--reversed > * {
    direction: ltr;
}

/* Images - Grille de 3 photos uniforme */

.vegetal-domaines__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    aspect-ratio: 4 / 3;
}

.vegetal-domaines__image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.vegetal-domaines__image-wrapper--1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.vegetal-domaines__image-wrapper--2 {
    grid-row: 1;
    grid-column: 2;
}

.vegetal-domaines__image-wrapper--3 {
    grid-row: 2;
    grid-column: 2;
}

.vegetal-domaines__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.vegetal-domaines__image-wrapper:hover .vegetal-domaines__image {
    transform: scale(1.05);
}

/* Contenu */

.vegetal-domaines__content {
    padding: 2rem 0;
}

.vegetal-domaines__number {
    display: block;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.vegetal-domaines__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.vegetal-domaines__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.vegetal-domaines__description {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

/* Features - Style paragraphe */

.vegetal-domaines__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.vegetal-domaines__feature {
    display: inline;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
}

.vegetal-domaines__feature::after {
    content: ' · ';
    color: #D2E49E;
    font-weight: 700;
}

.vegetal-domaines__feature:last-child::after {
    content: '';
}

.vegetal-domaines__feature-icon {
    display: none;
}

/* CTA */

.vegetal-domaines__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #203731;
    text-decoration: none;
    border-bottom: 2px solid #203731;
    transition: all 0.3s ease;
}

.vegetal-domaines__cta:hover {
    color: #4a7c59;
    border-color: #4a7c59;
}

.vegetal-domaines__cta-arrow {
    transition: transform 0.3s ease;
}

.vegetal-domaines__cta:hover .vegetal-domaines__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   SUR MESURE VÉGÉTAL
   ============================================================ */

.vegetal-sur-mesure {
    width: 100%;
    background-color: #f8faf9;
}

.vegetal-sur-mesure__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 6rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    direction: rtl;
}

.vegetal-sur-mesure__item > * {
    direction: ltr;
}

/* Images - Grille de 3 photos uniforme */

.vegetal-sur-mesure__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    aspect-ratio: 4 / 3;
}

.vegetal-sur-mesure__image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.vegetal-sur-mesure__image-wrapper--1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.vegetal-sur-mesure__image-wrapper--2 {
    grid-row: 1;
    grid-column: 2;
}

.vegetal-sur-mesure__image-wrapper--3 {
    grid-row: 2;
    grid-column: 2;
}

.vegetal-sur-mesure__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.vegetal-sur-mesure__image-wrapper:hover .vegetal-sur-mesure__image {
    transform: scale(1.05);
}

/* Contenu */

.vegetal-sur-mesure__content {
    padding: 2rem 0;
}

.vegetal-sur-mesure__number {
    display: block;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.vegetal-sur-mesure__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.vegetal-sur-mesure__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.vegetal-sur-mesure__description {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

/* Features - Style paragraphe */

.vegetal-sur-mesure__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.vegetal-sur-mesure__feature {
    display: inline;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
}

.vegetal-sur-mesure__feature::after {
    content: ' · ';
    color: #D2E49E;
    font-weight: 700;
}

.vegetal-sur-mesure__feature:last-child::after {
    content: '';
}

.vegetal-sur-mesure__feature-icon {
    display: none;
}

/* CTA */

.vegetal-sur-mesure__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #203731;
    text-decoration: none;
    border-bottom: 2px solid #203731;
    transition: all 0.3s ease;
}

.vegetal-sur-mesure__cta:hover {
    color: #4a7c59;
    border-color: #4a7c59;
}

.vegetal-sur-mesure__cta-arrow {
    transition: transform 0.3s ease;
}

.vegetal-sur-mesure__cta:hover .vegetal-sur-mesure__cta-arrow {
    transform: translateX(5px);
}

/* Responsive Sur Mesure */

@media (max-width: 1024px) {
    .vegetal-sur-mesure__item {
        gap: 3rem;
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .vegetal-sur-mesure__item {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1rem;
        direction: ltr;
    }

    .vegetal-sur-mesure__images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        aspect-ratio: auto;
        gap: 0.75rem;
    }

    .vegetal-sur-mesure__image-wrapper--1 {
        grid-column: 1 / 3;
        grid-row: 1;
        aspect-ratio: 16 / 9;
    }

    .vegetal-sur-mesure__image-wrapper--2 {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .vegetal-sur-mesure__image-wrapper--3 {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .vegetal-sur-mesure__number {
        font-size: 3rem;
    }

    .vegetal-sur-mesure__content {
        padding: 0;
    }
}

/* ============================================================
   RÉALISATIONS VÉGÉTAL
   ============================================================ */

.vegetal-realisations {
    width: 100%;
}

.vegetal-realisations__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

.vegetal-realisations__header {
    text-align: center;
    margin-bottom: 3rem;
}

.vegetal-realisations__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vegetal-realisations__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.vegetal-realisations__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.vegetal-realisations__item {
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.vegetal-realisations__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 1rem;
}

.vegetal-realisations__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.vegetal-realisations__item:hover .vegetal-realisations__image {
    transform: scale(1.05);
}

.vegetal-realisations__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    transition: background 0.4s ease;
}

.vegetal-realisations__item:hover .vegetal-realisations__overlay {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.vegetal-realisations__content {
    padding: 1.25rem 0;
}

.vegetal-realisations__tag {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #203731;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.vegetal-realisations__name {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    color: #203731;
    transition: color 0.3s ease;
}

.vegetal-realisations__item:hover .vegetal-realisations__name {
    color: #4a7c59;
}

.vegetal-realisations__description {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.vegetal-realisations__cta {
    margin-top: 3rem;
    text-align: center;
}

.vegetal-realisations__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: transparent;
    border: 1px solid;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vegetal-realisations__cta-button:hover {
    background: #ffffff;
    color: #203731 !important;
    border-color: #ffffff !important;
}

.vegetal-realisations__cta-arrow {
    transition: transform 0.3s ease;
}

.vegetal-realisations__cta-button:hover .vegetal-realisations__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .vegetal-hero {
        height: 70vh;
    }

    .vegetal-domaines__item {
        gap: 3rem;
        padding: 4rem 1.5rem;
    }

    .vegetal-realisations__container {
        padding: 4rem 1.5rem;
    }

    .vegetal-realisations__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .vegetal-hero {
        height: 60vh;
        min-height: 450px;
    }

    .vegetal-hero__content {
        padding: 1.5rem;
    }

    .vegetal-hero__scroll {
        display: none;
    }

    .vegetal-domaines__item {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1rem;
    }

    .vegetal-domaines__item--reversed {
        direction: ltr;
    }

    .vegetal-domaines__images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        aspect-ratio: auto;
        gap: 0.75rem;
    }

    .vegetal-domaines__image-wrapper--1 {
        grid-column: 1 / 3;
        grid-row: 1;
        aspect-ratio: 16 / 9;
    }

    .vegetal-domaines__image-wrapper--2 {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .vegetal-domaines__image-wrapper--3 {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .vegetal-domaines__number {
        font-size: 3rem;
    }

    .vegetal-domaines__content {
        padding: 0;
    }

    .vegetal-realisations__container {
        padding: 3rem 1rem;
    }

    .vegetal-realisations__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .vegetal-realisations__name {
        font-size: 1rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile petit
   ============================================================ */

@media (max-width: 480px) {
    .vegetal-realisations__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .vegetal-realisations__image-wrapper {
        aspect-ratio: 4 / 3;
    }
}

/**
 * Page Minéral Styles - Vertuoses
 *
 * Styles pour la page de l'univers Minéral
 * Couleur accent: #A66C42 (terre/marron)
 */

/* ============================================================
   HERO MINÉRAL
   ============================================================ */

.mineral-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mineral-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mineral-hero__image {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: scale(1.1);
    will-change: transform;
}

.mineral-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mineral-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
}

.mineral-hero__badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #ffffff;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}

.mineral-hero__title {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mineral-hero__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.mineral-hero__description {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
    line-height: 1.7;
}

/* ============================================================
   DOMAINES MINÉRAL
   ============================================================ */

.mineral-domaines {
    width: 100%;
}

.mineral-domaines__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 6rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.mineral-domaines__item:nth-child(odd) {
    background-color: #ffffff;
}

.mineral-domaines__item:nth-child(even) {
    background-color: #f8faf9;
}

.mineral-domaines__item--reversed {
    direction: rtl;
}

.mineral-domaines__item--reversed > * {
    direction: ltr;
}

/* Images - Grille de 3 photos uniforme */

.mineral-domaines__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    aspect-ratio: 4 / 3;
}

.mineral-domaines__image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.mineral-domaines__image-wrapper--1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.mineral-domaines__image-wrapper--2 {
    grid-row: 1;
    grid-column: 2;
}

.mineral-domaines__image-wrapper--3 {
    grid-row: 2;
    grid-column: 2;
}

.mineral-domaines__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.mineral-domaines__image-wrapper:hover .mineral-domaines__image {
    transform: scale(1.05);
}

/* Contenu */

.mineral-domaines__content {
    padding: 2rem 0;
}

.mineral-domaines__number {
    display: block;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.mineral-domaines__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mineral-domaines__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.mineral-domaines__description {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

/* Features - Style paragraphe */

.mineral-domaines__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.mineral-domaines__feature {
    display: inline;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
}

.mineral-domaines__feature::after {
    content: ' · ';
    color: #A66C42;
    font-weight: 700;
}

.mineral-domaines__feature:last-child::after {
    content: '';
}

.mineral-domaines__feature-icon {
    display: none;
}

/* CTA */

.mineral-domaines__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #203731;
    text-decoration: none;
    border-bottom: 2px solid #203731;
    transition: all 0.3s ease;
}

.mineral-domaines__cta:hover {
    color: #A66C42;
    border-color: #A66C42;
}

.mineral-domaines__cta-arrow {
    transition: transform 0.3s ease;
}

.mineral-domaines__cta:hover .mineral-domaines__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   SUR MESURE MINÉRAL
   ============================================================ */

.mineral-sur-mesure {
    width: 100%;
    background-color: #f8faf9;
}

.mineral-sur-mesure__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 6rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    direction: rtl;
}

.mineral-sur-mesure__item > * {
    direction: ltr;
}

/* Images - Grille de 3 photos uniforme */

.mineral-sur-mesure__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    aspect-ratio: 4 / 3;
}

.mineral-sur-mesure__image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.mineral-sur-mesure__image-wrapper--1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.mineral-sur-mesure__image-wrapper--2 {
    grid-row: 1;
    grid-column: 2;
}

.mineral-sur-mesure__image-wrapper--3 {
    grid-row: 2;
    grid-column: 2;
}

.mineral-sur-mesure__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.mineral-sur-mesure__image-wrapper:hover .mineral-sur-mesure__image {
    transform: scale(1.05);
}

/* Contenu */

.mineral-sur-mesure__content {
    padding: 2rem 0;
}

.mineral-sur-mesure__number {
    display: block;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.mineral-sur-mesure__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mineral-sur-mesure__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.mineral-sur-mesure__description {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

/* Features - Style paragraphe */

.mineral-sur-mesure__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.mineral-sur-mesure__feature {
    display: inline;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
}

.mineral-sur-mesure__feature::after {
    content: ' · ';
    color: #A66C42;
    font-weight: 700;
}

.mineral-sur-mesure__feature:last-child::after {
    content: '';
}

.mineral-sur-mesure__feature-icon {
    display: none;
}

/* CTA */

.mineral-sur-mesure__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #203731;
    text-decoration: none;
    border-bottom: 2px solid #203731;
    transition: all 0.3s ease;
}

.mineral-sur-mesure__cta:hover {
    color: #A66C42;
    border-color: #A66C42;
}

.mineral-sur-mesure__cta-arrow {
    transition: transform 0.3s ease;
}

.mineral-sur-mesure__cta:hover .mineral-sur-mesure__cta-arrow {
    transform: translateX(5px);
}

/* Responsive Sur Mesure */

@media (max-width: 1024px) {
    .mineral-sur-mesure__item {
        gap: 3rem;
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .mineral-sur-mesure__item {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1rem;
        direction: ltr;
    }

    .mineral-sur-mesure__images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        aspect-ratio: auto;
        gap: 0.75rem;
    }

    .mineral-sur-mesure__image-wrapper--1 {
        grid-column: 1 / 3;
        grid-row: 1;
        aspect-ratio: 16 / 9;
    }

    .mineral-sur-mesure__image-wrapper--2 {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .mineral-sur-mesure__image-wrapper--3 {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .mineral-sur-mesure__number {
        font-size: 3rem;
    }

    .mineral-sur-mesure__content {
        padding: 0;
    }
}

/* ============================================================
   RÉALISATIONS MINÉRAL
   ============================================================ */

.mineral-realisations {
    width: 100%;
}

.mineral-realisations__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

.mineral-realisations__header {
    text-align: center;
    margin-bottom: 3rem;
}

.mineral-realisations__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mineral-realisations__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.mineral-realisations__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.mineral-realisations__item {
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.mineral-realisations__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 1rem;
}

.mineral-realisations__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.mineral-realisations__item:hover .mineral-realisations__image {
    transform: scale(1.05);
}

.mineral-realisations__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    transition: background 0.4s ease;
}

.mineral-realisations__item:hover .mineral-realisations__overlay {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.mineral-realisations__content {
    padding: 1.25rem 0;
}

.mineral-realisations__tag {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.mineral-realisations__name {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    color: #203731;
    transition: color 0.3s ease;
}

.mineral-realisations__item:hover .mineral-realisations__name {
    color: #A66C42;
}

.mineral-realisations__description {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.mineral-realisations__cta {
    margin-top: 3rem;
    text-align: center;
}

.mineral-realisations__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: transparent;
    border: 1px solid;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mineral-realisations__cta-button:hover {
    background: #ffffff;
    color: #203731 !important;
    border-color: #ffffff !important;
}

.mineral-realisations__cta-arrow {
    transition: transform 0.3s ease;
}

.mineral-realisations__cta-button:hover .mineral-realisations__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .mineral-hero {
        height: 70vh;
    }

    .mineral-domaines__item {
        gap: 3rem;
        padding: 4rem 1.5rem;
    }

    .mineral-realisations__container {
        padding: 4rem 1.5rem;
    }

    .mineral-realisations__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .mineral-hero {
        height: 60vh;
        min-height: 450px;
    }

    .mineral-hero__content {
        padding: 1.5rem;
    }

    .mineral-hero__scroll {
        display: none;
    }

    .mineral-domaines__item {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1rem;
    }

    .mineral-domaines__item--reversed {
        direction: ltr;
    }

    .mineral-domaines__images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        aspect-ratio: auto;
        gap: 0.75rem;
    }

    .mineral-domaines__image-wrapper--1 {
        grid-column: 1 / 3;
        grid-row: 1;
        aspect-ratio: 16 / 9;
    }

    .mineral-domaines__image-wrapper--2 {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .mineral-domaines__image-wrapper--3 {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .mineral-domaines__number {
        font-size: 3rem;
    }

    .mineral-domaines__content {
        padding: 0;
    }

    .mineral-realisations__container {
        padding: 3rem 1rem;
    }

    .mineral-realisations__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .mineral-realisations__name {
        font-size: 1rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile petit
   ============================================================ */

@media (max-width: 480px) {
    .mineral-realisations__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mineral-realisations__image-wrapper {
        aspect-ratio: 4 / 3;
    }
}

/**
 * Page Art de Vivre Styles - Vertuoses
 *
 * Styles pour la page de l'univers Art de Vivre
 * Couleur accent: #203731 (vert foncé)
 */

/* ============================================================
   HERO ART DE VIVRE
   ============================================================ */

.art-de-vivre-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art-de-vivre-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.art-de-vivre-hero__image {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: scale(1.1);
    will-change: transform;
}

.art-de-vivre-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.art-de-vivre-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
}

.art-de-vivre-hero__badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #ffffff;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}

.art-de-vivre-hero__title {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.art-de-vivre-hero__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.art-de-vivre-hero__description {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
    line-height: 1.7;
}

/* ============================================================
   DOMAINES ART DE VIVRE
   ============================================================ */

.art-de-vivre-domaines {
    width: 100%;
}

.art-de-vivre-domaines__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 6rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.art-de-vivre-domaines__item:nth-child(odd) {
    background-color: #ffffff;
}

.art-de-vivre-domaines__item:nth-child(even) {
    background-color: #f8faf9;
}

.art-de-vivre-domaines__item--reversed {
    direction: rtl;
}

.art-de-vivre-domaines__item--reversed > * {
    direction: ltr;
}

/* Images - Grille de 3 photos uniforme */

.art-de-vivre-domaines__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    aspect-ratio: 4 / 3;
}

.art-de-vivre-domaines__image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.art-de-vivre-domaines__image-wrapper--1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.art-de-vivre-domaines__image-wrapper--2 {
    grid-row: 1;
    grid-column: 2;
}

.art-de-vivre-domaines__image-wrapper--3 {
    grid-row: 2;
    grid-column: 2;
}

.art-de-vivre-domaines__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.art-de-vivre-domaines__image-wrapper:hover .art-de-vivre-domaines__image {
    transform: scale(1.05);
}

/* Contenu */

.art-de-vivre-domaines__content {
    padding: 2rem 0;
}

.art-de-vivre-domaines__number {
    display: block;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.art-de-vivre-domaines__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.art-de-vivre-domaines__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.art-de-vivre-domaines__description {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

/* Features - Style paragraphe */

.art-de-vivre-domaines__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.art-de-vivre-domaines__feature {
    display: inline;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
}

.art-de-vivre-domaines__feature::after {
    content: ' · ';
    color: #4a7c59;
    font-weight: 700;
}

.art-de-vivre-domaines__feature:last-child::after {
    content: '';
}

.art-de-vivre-domaines__feature-icon {
    display: none;
}

/* CTA */

.art-de-vivre-domaines__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #203731;
    text-decoration: none;
    border-bottom: 2px solid #203731;
    transition: all 0.3s ease;
}

.art-de-vivre-domaines__cta:hover {
    color: #4a7c59;
    border-color: #4a7c59;
}

.art-de-vivre-domaines__cta-arrow {
    transition: transform 0.3s ease;
}

.art-de-vivre-domaines__cta:hover .art-de-vivre-domaines__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   SUR MESURE ART DE VIVRE
   ============================================================ */

.art-de-vivre-sur-mesure {
    width: 100%;
    background-color: #f8faf9;
}

.art-de-vivre-sur-mesure__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding: 6rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    direction: rtl;
}

.art-de-vivre-sur-mesure__item > * {
    direction: ltr;
}

/* Images - Grille de 3 photos uniforme */

.art-de-vivre-sur-mesure__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    aspect-ratio: 4 / 3;
}

.art-de-vivre-sur-mesure__image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.art-de-vivre-sur-mesure__image-wrapper--1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.art-de-vivre-sur-mesure__image-wrapper--2 {
    grid-row: 1;
    grid-column: 2;
}

.art-de-vivre-sur-mesure__image-wrapper--3 {
    grid-row: 2;
    grid-column: 2;
}

.art-de-vivre-sur-mesure__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.art-de-vivre-sur-mesure__image-wrapper:hover .art-de-vivre-sur-mesure__image {
    transform: scale(1.05);
}

/* Contenu */

.art-de-vivre-sur-mesure__content {
    padding: 2rem 0;
}

.art-de-vivre-sur-mesure__number {
    display: block;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.art-de-vivre-sur-mesure__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.art-de-vivre-sur-mesure__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.art-de-vivre-sur-mesure__description {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

/* Features - Style paragraphe */

.art-de-vivre-sur-mesure__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.art-de-vivre-sur-mesure__feature {
    display: inline;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
}

.art-de-vivre-sur-mesure__feature::after {
    content: ' · ';
    color: #4a7c59;
    font-weight: 700;
}

.art-de-vivre-sur-mesure__feature:last-child::after {
    content: '';
}

.art-de-vivre-sur-mesure__feature-icon {
    display: none;
}

/* CTA */

.art-de-vivre-sur-mesure__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #203731;
    text-decoration: none;
    border-bottom: 2px solid #203731;
    transition: all 0.3s ease;
}

.art-de-vivre-sur-mesure__cta:hover {
    color: #4a7c59;
    border-color: #4a7c59;
}

.art-de-vivre-sur-mesure__cta-arrow {
    transition: transform 0.3s ease;
}

.art-de-vivre-sur-mesure__cta:hover .art-de-vivre-sur-mesure__cta-arrow {
    transform: translateX(5px);
}

/* Responsive Sur Mesure */

@media (max-width: 1024px) {
    .art-de-vivre-sur-mesure__item {
        gap: 3rem;
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .art-de-vivre-sur-mesure__item {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1rem;
        direction: ltr;
    }

    .art-de-vivre-sur-mesure__images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        aspect-ratio: auto;
        gap: 0.75rem;
    }

    .art-de-vivre-sur-mesure__image-wrapper--1 {
        grid-column: 1 / 3;
        grid-row: 1;
        aspect-ratio: 16 / 9;
    }

    .art-de-vivre-sur-mesure__image-wrapper--2 {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .art-de-vivre-sur-mesure__image-wrapper--3 {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .art-de-vivre-sur-mesure__number {
        font-size: 3rem;
    }

    .art-de-vivre-sur-mesure__content {
        padding: 0;
    }
}

/* ============================================================
   RÉALISATIONS ART DE VIVRE
   ============================================================ */

.art-de-vivre-realisations {
    width: 100%;
}

.art-de-vivre-realisations__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

.art-de-vivre-realisations__header {
    text-align: center;
    margin-bottom: 3rem;
}

.art-de-vivre-realisations__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.art-de-vivre-realisations__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.art-de-vivre-realisations__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.art-de-vivre-realisations__item {
    position: relative;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.art-de-vivre-realisations__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 1rem;
}

.art-de-vivre-realisations__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
}

.art-de-vivre-realisations__item:hover .art-de-vivre-realisations__image {
    transform: scale(1.05);
}

.art-de-vivre-realisations__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    transition: background 0.4s ease;
}

.art-de-vivre-realisations__item:hover .art-de-vivre-realisations__overlay {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.art-de-vivre-realisations__content {
    padding: 1.25rem 0;
}

.art-de-vivre-realisations__tag {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.art-de-vivre-realisations__name {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
    color: #203731;
    transition: color 0.3s ease;
}

.art-de-vivre-realisations__item:hover .art-de-vivre-realisations__name {
    color: #4a7c59;
}

.art-de-vivre-realisations__description {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.art-de-vivre-realisations__cta {
    margin-top: 3rem;
    text-align: center;
}

.art-de-vivre-realisations__cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: transparent;
    border: 1px solid;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.art-de-vivre-realisations__cta-button:hover {
    background: #ffffff;
    color: #203731 !important;
    border-color: #ffffff !important;
}

.art-de-vivre-realisations__cta-arrow {
    transition: transform 0.3s ease;
}

.art-de-vivre-realisations__cta-button:hover .art-de-vivre-realisations__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .art-de-vivre-hero {
        height: 70vh;
    }

    .art-de-vivre-domaines__item {
        gap: 3rem;
        padding: 4rem 1.5rem;
    }

    .art-de-vivre-realisations__container {
        padding: 4rem 1.5rem;
    }

    .art-de-vivre-realisations__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .art-de-vivre-hero {
        height: 60vh;
        min-height: 450px;
    }

    .art-de-vivre-hero__content {
        padding: 1.5rem;
    }

    .art-de-vivre-hero__scroll {
        display: none;
    }

    .art-de-vivre-domaines__item {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 1rem;
    }

    .art-de-vivre-domaines__item--reversed {
        direction: ltr;
    }

    .art-de-vivre-domaines__images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        aspect-ratio: auto;
        gap: 0.75rem;
    }

    .art-de-vivre-domaines__image-wrapper--1 {
        grid-column: 1 / 3;
        grid-row: 1;
        aspect-ratio: 16 / 9;
    }

    .art-de-vivre-domaines__image-wrapper--2 {
        grid-column: 1;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .art-de-vivre-domaines__image-wrapper--3 {
        grid-column: 2;
        grid-row: 2;
        aspect-ratio: 1 / 1;
    }

    .art-de-vivre-domaines__number {
        font-size: 3rem;
    }

    .art-de-vivre-domaines__content {
        padding: 0;
    }

    .art-de-vivre-realisations__container {
        padding: 3rem 1rem;
    }

    .art-de-vivre-realisations__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .art-de-vivre-realisations__name {
        font-size: 1rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile petit
   ============================================================ */

@media (max-width: 480px) {
    .art-de-vivre-realisations__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .art-de-vivre-realisations__image-wrapper {
        aspect-ratio: 4 / 3;
    }
}

/**
 * Page Prestations Styles - Vertuoses
 *
 * Styles pour la page des prestations
 * Design similaire à la page Aquatique
 */

/* ============================================================
   HERO PRESTATIONS
   ============================================================ */

.prestations-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prestations-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.prestations-hero__image {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: scale(1.1);
    will-change: transform;
}

.prestations-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.prestations-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
}

.prestations-hero__badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #ffffff;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}

.prestations-hero__title {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.prestations-hero__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.prestations-hero__description {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
    line-height: 1.7;
}

/* ============================================================
   SERVICES / PRESTATIONS - Design Card Overlay
   ============================================================ */

.prestations-services {
    width: 100%;
}

.prestations-services__item {
    position: relative;
    display: grid;
    grid-template-columns: 60% 50%;
    gap: 0;
    padding: 6rem 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.prestations-services__item:nth-child(odd) {
    background-color: #ffffff;
}

.prestations-services__item:nth-child(even) {
    background-color: #f8faf9;
}

/* Version inversée : image à droite, contenu à gauche */

.prestations-services__item--reversed {
    grid-template-columns: 50% 60%;
}

.prestations-services__item--reversed .prestations-services__images {
    order: 2;
}

.prestations-services__item--reversed .prestations-services__content {
    order: 1;
    margin-left: 0;
    margin-right: -8rem;
    z-index: 2;
}

/* Images - Une seule grande image */

.prestations-services__images {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Cacher les images 2 et 3 */

.prestations-services__image-wrapper--2,
.prestations-services__image-wrapper--3 {
    display: none;
}

/* Image principale */

.prestations-services__image-wrapper--1 {
    width: 100%;
    height: 100%;
}

.prestations-services__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s ease;
}

.prestations-services__images:hover .prestations-services__image {
    transform: scale(1.05);
}

/* Contenu - Carte flottante qui chevauche l'image */

.prestations-services__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    position: relative;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-left: -8rem;
    z-index: 2;
}

/* Numéro masqué */

.prestations-services__number {
    display: none;
}

.prestations-services__title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.prestations-services__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.prestations-services__description {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.9;
    margin: 0 0 2rem 0;
    max-width: 480px;
}

/* Features - Style liste avec icônes */

.prestations-services__features {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.5rem;
}

.prestations-services__feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.5;
}

.prestations-services__feature::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: #4a7c59;
    border-radius: 50%;
}

.prestations-services__feature::after {
    display: none;
}

/* CTA - Style bouton élégant */

.prestations-services__cta {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ffffff;
    background: #203731;
    text-decoration: none;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.prestations-services__cta:hover {
    background: #4a7c59;
    color: #ffffff;
}

.prestations-services__cta-arrow {
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.prestations-services__cta:hover .prestations-services__cta-arrow {
    transform: translateX(5px);
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .prestations-hero {
        height: 70vh;
    }

    .prestations-services__item {
        grid-template-columns: 55% 55%;
        padding: 4rem 1.5rem;
    }

    .prestations-services__item--reversed {
        grid-template-columns: 55% 55%;
    }

    .prestations-services__content {
        margin-left: -5rem;
        padding: 2.5rem;
    }

    .prestations-services__item--reversed .prestations-services__content {
        margin-right: -5rem;
        margin-left: 0;
    }

    .prestations-services__features {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .prestations-hero {
        height: 60vh;
        min-height: 450px;
    }

    .prestations-hero__content {
        padding: 1.5rem;
    }

    .prestations-services__item {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    .prestations-services__item--reversed {
        grid-template-columns: 1fr;
    }

    .prestations-services__item--reversed .prestations-services__images,
    .prestations-services__item--reversed .prestations-services__content {
        order: unset;
    }

    .prestations-services__images {
        aspect-ratio: 16 / 10;
        border-radius: 0;
    }

    .prestations-services__content {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: -3rem;
        padding: 2rem 1.5rem;
        border-radius: 1rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .prestations-services__item--reversed .prestations-services__content {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .prestations-services__features {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .prestations-services__cta {
        width: 100%;
        justify-content: center;
    }
}

/* Espacement entre les sections sur mobile */

@media (max-width: 768px) {
    .prestations-services__item + .prestations-services__item {
        margin-top: 2rem;
    }
}

/**
 * Page Histoire Styles - Vertuoses
 *
 * Styles pour la page Notre Histoire
 */

/* ============================================================
   HERO HISTOIRE
   ============================================================ */

.histoire-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.histoire-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.histoire-hero__image {
    width: 100%;
    height: 120%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: scale(1.1);
    will-change: transform;
}

.histoire-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.histoire-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
}

.histoire-hero__badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #ffffff;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}

.histoire-hero__title {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.histoire-hero__subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.histoire-hero__description {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
    line-height: 1.7;
}

/* ============================================================
   INTRODUCTION - FORMAT BANDEAU HORIZONTAL
   ============================================================ */

.histoire-intro {
    width: 100%;
}

.histoire-intro__wrapper {
    display: flex;
    align-items: stretch;
    min-height: 500px;
}

/* Colonne Image - 45% */

.histoire-intro__image-col {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
}

.histoire-intro__image-stack {
    position: relative;
    width: 100%;
    height: 100%;
}

.histoire-intro__image-item {
    position: absolute;
    overflow: hidden;
}

.histoire-intro__image-item--1 {
    top: 0;
    left: 0;
    width: 75%;
    height: 70%;
    z-index: 1;
}

.histoire-intro__image-item--2 {
    bottom: 0;
    right: 0;
    width: 60%;
    height: 55%;
    z-index: 2;
    box-shadow: -10px -10px 30px rgba(0, 0, 0, 0.2);
}

.histoire-intro__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s ease;
}

.histoire-intro__image-item:hover .histoire-intro__image {
    transform: scale(1.05);
}

/* Colonne Contenu - 55% */

.histoire-intro__content-col {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 5rem;
}

.histoire-intro__title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    margin: 0 0 1.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.histoire-intro__title span {
    color: #6b9b7a;
}

.histoire-intro__subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 2rem 0;
    font-style: italic;
    border-left: 3px solid #6b9b7a;
    padding-left: 1.25rem;
}

.histoire-intro__text {
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.85;
}

.histoire-intro__text p {
    margin: 0 0 1.25rem 0;
}

.histoire-intro__text p:last-child {
    margin-bottom: 0;
}

.histoire-intro__signature {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6b9b7a;
    margin: 2rem 0 0 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ============================================================
   VALEURS
   ============================================================ */

.histoire-valeurs {
    width: 100%;
}

.histoire-valeurs__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

.histoire-valeurs__header {
    text-align: center;
    margin-bottom: 4rem;
}

.histoire-valeurs__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.histoire-valeurs__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.histoire-valeurs__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.histoire-valeurs__item {
    text-align: center;
    padding: 2rem 1.5rem;
    transition: transform 0.3s ease;
}

.histoire-valeurs__item:hover {
    transform: translateY(-5px);
}

.histoire-valeurs__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.histoire-valeurs__item:hover .histoire-valeurs__icon {
    transform: scale(1.1);
}

.histoire-valeurs__icon span {
    font-size: 2rem;
}

.histoire-valeurs__name {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.histoire-valeurs__description {
    font-size: 0.9rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   ÉQUIPE
   ============================================================ */

.histoire-equipe {
    width: 100%;
}

.histoire-equipe__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

.histoire-equipe__header {
    text-align: center;
    margin-bottom: 4rem;
}

.histoire-equipe__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.histoire-equipe__subtitle {
    color: #4a5568;
    font-family: 'Avenir', 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.histoire-equipe__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

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

.histoire-equipe__photo-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.histoire-equipe__photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.4s ease;
}

.histoire-equipe__member:hover .histoire-equipe__photo {
    transform: scale(1.08);
}

.histoire-equipe__photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.histoire-equipe__photo-placeholder span {
    font-size: 4rem;
    font-weight: 300;
    color: #ffffff;
}

.histoire-equipe__info {
    padding: 0 1rem;
}

.histoire-equipe__name {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
}

.histoire-equipe__role {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.histoire-equipe__description {
    font-size: 0.9rem;
    font-weight: 300;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   CHIFFRES CLES
   ============================================================ */

.histoire-chiffres {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.histoire-chiffres__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.histoire-chiffres__bg-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.histoire-chiffres__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #203731;
}

.histoire-chiffres__container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}

.histoire-chiffres__header {
    text-align: center;
    margin-bottom: 4rem;
}

.histoire-chiffres__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.histoire-chiffres__title span {
    color: #6b9b7a;
}

.histoire-chiffres__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.histoire-chiffres__item {
    text-align: center;
    padding: 2rem;
}

.histoire-chiffres__number {
    display: block;
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.histoire-chiffres__label {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ============================================================
   RESPONSIVE - Tablette
   ============================================================ */

@media (max-width: 1024px) {
    .histoire-intro__wrapper {
        min-height: 450px;
    }

    .histoire-intro__image-col {
        flex: 0 0 40%;
    }

    .histoire-intro__content-col {
        flex: 0 0 60%;
        padding: 3rem 3rem;
    }

    .histoire-valeurs__container {
        padding: 4rem 1.5rem;
    }

    .histoire-valeurs__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .histoire-chiffres__container {
        padding: 4rem 1.5rem;
    }

    .histoire-chiffres__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .histoire-equipe__container {
        padding: 4rem 1.5rem;
    }

    .histoire-equipe__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

/* ============================================================
   RESPONSIVE - Mobile
   ============================================================ */

@media (max-width: 768px) {
    .histoire-hero {
        height: 60vh;
        min-height: 450px;
    }

    .histoire-hero__content {
        padding: 1.5rem;
    }

    .histoire-intro__wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .histoire-intro__image-col {
        flex: none;
        height: 280px;
    }

    .histoire-intro__image-item--1 {
        width: 65%;
        height: 100%;
    }

    .histoire-intro__image-item--2 {
        width: 50%;
        height: 70%;
    }

    .histoire-intro__content-col {
        flex: none;
        padding: 2.5rem 1.5rem;
    }

    .histoire-intro__subtitle {
        margin-bottom: 1.5rem;
    }

    .histoire-intro__signature {
        font-size: 0.85rem;
        margin-top: 1.5rem;
    }

    .histoire-valeurs__container {
        padding: 3rem 1rem;
    }

    .histoire-valeurs__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .histoire-valeurs__item {
        padding: 1.5rem 1rem;
    }

    .histoire-chiffres__container {
        padding: 3rem 1rem;
    }

    .histoire-chiffres__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .histoire-chiffres__item {
        padding: 1.5rem 1rem;
    }

    .histoire-chiffres__number {
        font-size: 2.5rem;
    }

    .histoire-equipe__container {
        padding: 3rem 1rem;
    }

    .histoire-equipe__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .histoire-equipe__photo-wrapper {
        width: 160px;
        height: 160px;
    }
}

/**
 * Styles de base Vertuoses
 */

/**
 * Composants Vertuoses
 */

/**
 * Utilitaires Vertuoses
 */

/**
 * Styles WordPress
 */

.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  color: var(--color-primary);
  --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);
}

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

.hover\:border-primary:hover {
  border-color: var(--color-primary);
}

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

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  background-color: var(--color-primary);
}

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

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  color: var(--color-primary);
}

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

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

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

.hover\:shadow-lg:hover {
  --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);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -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);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

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

.group:hover .group-hover\:text-primary {
  color: var(--color-primary);
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

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

@media (min-width: 768px) {

  .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\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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