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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0;
}

html, body, * {
  cursor: none !important;
}

html {
  font-size: clamp(36px, calc(3.25px + 2.35vw), 100px);
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(4 17 162 / var(--tw-bg-opacity, 1));
  padding: 0px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

p, h1, h2, h3, h4, span, li {
  color: #00f6ff;
}

@media (max-width: 640px) {
  html {
    font-size: clamp(20px, 5vw, 36px);
    overflow-x: hidden;
  }
}

.cursor {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 
      transform 0.3s ease-in-out, 
      background 0.2s ease-in-out;
  /* ton style “normal” */
  transition: transform 0.3s ease-in-out, background 0.2s ease-in-out;
  background: url("/images/cursor-default.svg") no-repeat center / contain;
  transform: translate(-50%, -50%) scale(0.8);
}

.cursor.is-hovered {
  /* ton style “hover” */
  background: url("/images/cursor-hover.svg") no-repeat center / contain;
  transform: translate(-50%, -50%) scale(2.5);
}

.cursor.is-on-same-bg {
  background: url("/images/recolored_cursor-default.svg") no-repeat center / contain;
}

.cursor.is-hovered.is-on-same-bg  {
  /* ton style “hover” */
  background: url("/images/recolored-cursor-hover.svg") no-repeat center / contain;
  transform: translate(-50%, -50%) scale(2.5);
}

@font-face {
  font-family: "JUST Sans";

  src: url('../fonts/justsans/JUST SANS EXBOLD.OTF') format('opentype');

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: "JUST Sans";

  src: url('/fonts/justsans/JUST SANS BOLD.OTF') format('opentype');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "JUST Sans";

  src: url('/fonts/justsans/JUST SANS SEMIBOLD.OTF') format('opentype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "JUST Sans";

  src: url('/fonts/justsans/JUST SANS MEDIUM.OTF') format('opentype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "JUST Sans";

  src: url('/fonts/justsans/JUST SANS REGULAR.OTF') format('opentype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "JUST Sans";

  src: url('/fonts/justsans/JUST SANS LIGHT.OTF') format('opentype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "JUST Sans";

  src: url('/fonts/justsans/JUST SANS EXLIGHT.OTF') format('opentype');

  font-weight: 200;

  font-style: normal;
}

.text-xtiny {
  font-size: 0.43rem;
}

.text-xxs {
  font-size: 0.43rem;
  line-height: 0.62rem;
}

.font-marlet {
  font-family: "pf-marlet-display", sans-serif;
}

.font-justsans {
  font-family: 'JUST Sans', sans-serif;
}

.main-container {
  position: relative;
  margin: 0px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Canvas */

.canvas-overlay {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.cabinet {
}

.avocat {
}

.restructuring {
}

/* :hover.cabinet {
    background: transparent url('/images/hover/cabinet.webp');
    background-repeat: no-repeat;
    background-size: 400px 415px;
    padding: 270px 0px 270px 0px;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.7;
  }

  :hover.avocat {
    background: transparent url('/images/hover/avocat.webp') 0% 0%;
    background-repeat: no-repeat;
    background-size: 540px 370px;
    padding: 270px 0px 270px 0px;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.7;
  }

  :hover.restructuring {
    background: transparent url('/images/hover/restructuring.webp') 0% 0%;
    background-repeat: no-repeat;
    background-size: 630px 415px;
    padding: 270px 0px 270px 0px;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.7;
  } */

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

.site-header a,
  .site-header button {
  pointer-events: auto;
}

/* Section Héros */

.hero-container {
  position: relative;
  display: flex;
  min-height: 1816px;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

@media not all and (min-width: 640px) {
  .hero-container {
    min-height: 853px;
  }
}

.hero-background {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 1716px;
  width: 1050px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media not all and (min-width: 640px) {
  .hero-background {
    height: 853px;
    width: 100vw;
  }
}

.hero-background {
  background-size: 130%;
  --parallax-offset: -225;
  background-position: center calc(var(--parallax-offset) * 1px);
  background-image: url('/images/jumping-red-kangaroo-beach-australia.webp');
  opacity: 0.45;
  mix-blend-mode: luminosity;
  background-position: center top;
  /* important pour override Tailwind */
  z-index: 11;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 10;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px) {
  .hero-content {
    margin-top: 3rem;
  }
}

.brand-name {
  font-family: "pf-marlet-display", sans-serif;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .brand-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.hero-title {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-family: "pf-marlet-display", sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  width: 95%;
  font-weight: 700;
}

@media not all and (min-width: 640px) {
  .hero-title {
    margin-top: 250px;
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

.hero-subtitle {
  font-family: "pf-marlet-display", sans-serif;
  text-align: center;
  margin-top: 600px;
  width: 90%;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}

@media not all and (min-width: 640px) {
  .hero-subtitle {
    margin-top: 9rem;
  }
}

.hero-vertical-divider {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 300px;
  width: 0px;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 246 255 / var(--tw-border-opacity, 1));
  opacity: 1;
}

/* Section Équipe */

.team {
  text-align: center;
}

.team-title {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}

.team-description {
  font-size: 0.55rem;
}

@media not all and (min-width: 640px) {
  .team-description {
    font-size: 16px;
  }
}

.team-description {
  font-family: 'JUST Sans', sans-serif;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  text-align: center;
  font-weight: 300;
}

@media not all and (min-width: 640px) {
  .team-description {
    font-size: 16px;
  }

  .reference-carousel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .carousel-item {
    position: relative;
    display: flex;
    width: 96vw;
    transform-origin: center;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  @media not all and (min-width: 640px) {
    .carousel-item {
      margin: 0px;
      height: 180px;
      width: 96vw;
    }
  }

  @media (min-width: 640px) {
    .carousel-item {
      height: 220px;
    }
  }

  .carousel-item {
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }

  .carousel-item:hover {
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 640px) {
  .carousel-item {
    position: relative;
    display: flex;
    width: 96vw;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }

  @media not all and (min-width: 640px) {
    .carousel-item {
      height: 180px;
      width: 96vw;
    }
  }

  @media (min-width: 640px) {
    .carousel-item {
      height: 220px;
    }
  }

  .carousel-item {
    transform-origin: center;
    z-index: 1;
    mix-blend-mode: luminosity;
  }

  .carousel-item:hover {
    height: 400px;
    /* agrandissement vertical */
    transform: translateY(-90px);
    /* décalage vers le haut de moitié */
    z-index: 10;
    /* passe au-dessus du h2/p du dessus */
    margin-bottom: -80px;
    mix-blend-mode: normal
  };
}

.carousel-bg {
  position: absolute;
  inset: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.45;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media not all and (min-width: 640px) {
  .carousel-bg {
    height: 85px;
  }
}

.carousel-bg {
  mix-blend-mode: luminosity;
}

/* 🎯 position du fond spécifique en CSS natif */

@media (max-width: 640px) {
  .carousel-bg {
    background-position: center calc(50% - 1px);
  }
}

@media (min-width: 640px) {
  .carousel-bg {
    background-position: center calc(50% - 40px);
  }
}

.carousel-item:hover .carousel-bg:hover {
  opacity: 0.7;
}

.carousel-item:hover .carousel-bg {
  mix-blend-mode: normal;
}

@media (min-width: 768px) {
  .carousel-bg:hover + .carousel-label {
    display: block;
  }

  .carousel-bg:hover + .carousel-sub-label {
    display: block;
  }

  .carousel-label:hover {
    display: block;
  }

  .carousel-sub-label:hover {
    display: block;
  }
}

.carousel-label,
  .carousel-sub-label {
  display: none;
  font-weight: 500;
}

.carousel-item:hover .carousel-label {
  display: block;
  font-family: "pf-marlet-display", sans-serif;
  position: relative;
  z-index: 10;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 246 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media not all and (min-width: 640px) {
  .carousel-item:hover .carousel-label {
    opacity: 1;
  }
}

.carousel-item:hover .carousel-label {
  font-weight: 500;
  color: #00F6FF;
  mix-blend-mode: normal;
}

.carousel-item:hover .carousel-sub-label {
  display: block;
  font-family: "pf-marlet-display", sans-serif;
  position: relative;
  z-index: 10;
  font-size: 22px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media not all and (min-width: 640px) {
  .carousel-item:hover .carousel-sub-label {
    opacity: 1;
  }
}

.carousel-item:hover .carousel-sub-label {
  font-weight: 500;
  color: #00F6FF;
  mix-blend-mode: normal;
}

.btn-round {
  font-size: 0.55rem;
}

@media not all and (min-width: 640px) {
  .btn-round {
    font-size: 16px;
  }
}

.btn-round {
  height: 150px;
  width: 150px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 46 192 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.plus {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0px;
}

/* Section Expertises */

.expertise {
  position: relative;
  display: flex;
  min-height: 1816px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media not all and (min-width: 640px) {
  .expertise {
    min-height: 853px;
  }
}

.expertise-background {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 1756px;
  width: 1063px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media not all and (min-width: 640px) {
  .expertise-background {
    height: 853px;
    width: 100vw;
  }
}

.expertise-background {
  background-image: url('/images/lifebuoy2x.webp');
  mix-blend-mode: luminosity;
  z-index: 0;
}

.expertise-content {
  position: relative;
  z-index: 10;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.expertise-title {
  font-family: "pf-marlet-display", sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 99%;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}

.expertise-description {
  font-size: 0.55rem;
}

@media not all and (min-width: 640px) {
  .expertise-description {
    font-size: 16px;
  }
}

.expertise-description {
  font-family: 'JUST Sans', sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 300;
}

.exp-background {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100vh;
  min-height: 720px;
  width: 1050px;
  --tw-translate-x: -50%;
  --tw-translate-y: -0.5rem;
  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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media not all and (min-width: 640px) {
  .exp-background {
    height: 853px;
    width: 150vw;
    background-position: center 9rem;
  }
}

.exp-background {
  background-image: url('/images/lifebuoy2x.webp');
  mix-blend-mode: luminosity;
  z-index: 0;
}

.button {
  font-weight: 100;
  text-decoration-line: underline;
  font-size: 16px;
  z-index: 9;
  color: #00F6FF;
}

.button:hover {
  border: 1px #00F6FF solid;
  background-color: #00F6FF;
  color: #0411A2;
}

.contact {
  border: 1px #00F6FF solid;
  /* position: relative;
  top: 800px;
  left: 84%; */
}

.exp-content {
  position: relative;
  z-index: 10;
  height: 100%;
}

.exp-section {
  position: relative;
}

.exp-container {
  perspective: 1000px;
  perspective-origin: center center;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 720px;
}

@media not all and (min-width: 640px) {
  .exp-container {
    height: 100%;
  }
}

.exp-container {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #00f6ff;
  background-color: #0411A2;
}

.exp-carousel {
  display: flex;
  height: 100%;
  will-change: transform;
}

.exp-item {
  flex: 0 0 auto;
  width: 60vw;
  min-width: 750px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

@media not all and (min-width: 640px) {
  .exp-item {
    width: 100%;
    text-align: center;
  }
}

.expertise-item {
  z-index: 10;
  max-width: 90%;
  scroll-snap-align: center;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
}

@media not all and (min-width: 640px) {
  .expertise-item {
    max-width: 95%;
  }
}

.references-background {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 1756px;
  width: 1063px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media not all and (min-width: 640px) {
  .references-background {
    height: 853px;
    width: 100vw;
  }
}

.references-background{
  background-image: url('/images/low-angle-view-seagull-flying-against-clear-sky3@2x.webp');
  mix-blend-mode: luminosity;
  z-index: 0;
}

.references-content {
  position: relative;
  z-index: 10;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.references-title {
  font-family: "pf-marlet-display", sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.references-description {
  font-size: 0.55rem;
}

@media not all and (min-width: 640px) {
  .references-description {
    font-size: 16px;
  }
}

.references-description {
  font-family: 'JUST Sans', sans-serif;
  margin-top: 1.25rem;
  width: 90%;
  font-weight: 300;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[10\%\] {
  bottom: 10%;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-\[-5\%\] {
  top: -5%;
}

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

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

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

.z-\[60\] {
  z-index: 60;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[-65px\] {
  margin-top: -65px;
}

.mt-\[200px\] {
  margin-top: 200px;
}

.mt-\[45px\] {
  margin-top: 45px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-40 {
  width: 10rem;
}

.w-6\/12 {
  width: 50%;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

.flex-none {
  flex: none;
}

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

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

.border-\[\#00F6FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 246 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#00F6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 246 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0411A2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 17 162 / var(--tw-bg-opacity, 1));
}

.bg-\[\#212ebf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 46 191 / var(--tw-bg-opacity, 1));
}

.bg-\[\#212ec0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 46 192 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(4\2c 17\2c 161\2c 0\.55\)\] {
  background-color: rgba(4,17,161,0.55);
}

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

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

.to-\[\#212ec0\] {
  --tw-gradient-to: #212ec0 var(--tw-gradient-to-position);
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[0\.53rem\] {
  font-size: 0.53rem;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

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

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

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

.font-extralight {
  font-weight: 200;
}

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}

.text-\[\#00F6FF\] {
  --tw-text-opacity: 1;
  color: rgb(0 246 255 / var(--tw-text-opacity, 1));
}

.text-\[\#0411A2\] {
  --tw-text-opacity: 1;
  color: rgb(4 17 162 / var(--tw-text-opacity, 1));
}

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

.opacity-100 {
  opacity: 1;
}

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

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

.cabinet-img,
.avocat-img,
.restructuring-img {
  position: absolute;
  width: auto;
  height: auto;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: luminosity;
  transition: opacity 0.2s ease;
  z-index: 11;
  will-change: opacity;
}

.cabinet-img {
  width: 350px;
}

.visible {
  opacity: 1;
}

.parallax {
  will-change: transform;
}

.reference-carousel.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reference-carousel {
  display: flex;
  width: 100%;
}

.reference-carousel > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.reference-carousel {
  overflow-x: hidden;
}

.reference-carousel-item {
  display: flex;
  width: 16.666667%;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(33 46 191 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 640px) {
  .reference-carousel-item {
    width: 50%;
  }
}

.carousel-icon {
  margin: auto;
}

.carousel-icon-negatif {
  display: none;
  margin: auto;
}

.reference-carousel-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 246 255 / var(--tw-bg-opacity, 1));
}

.reference-carousel-item:hover .carousel-icon {
  display: none;
}

.reference-carousel-item:hover .carousel-icon-negatif {
  display: block;
}

.carousel-bar {
  height: 13px;
  width: 20%;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(33 46 191 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 640px) {
  .carousel-bar {
    height: 8px;
    width: 85%;
  }
}

.scroll-level {
  height: 13px;
  width: 16.666667%;
  cursor: grab;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 246 255 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 640px) {
  .scroll-level {
    height: 8px;
  }
}

.scroll-level:active {
  cursor: grabbing;
}

.bird-background {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
}

@media not all and (min-width: 640px) {
  .bird-background {
    height: 100%;
    width: 100vw;
  }
}

.bird-background {
  background-image: url('/images/full-low-angle-view-seagull-flying-against-clear-sky_2x1.webp');
  transform: translateX(-50%);
  z-index: 11;
  pointer-events: none;
}

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(4 17 162 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1px;
}

.footer-col .cursor-target:hover{
  text-decoration: underline;
}

.footer-title-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 246 255 / var(--tw-border-opacity, 1));
  padding-top: 25px;
}

.footer-title {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 100px;
  font-weight: 700;
}

@media not all and (min-width: 640px) {
  .footer-title {
    text-align: center;
    font-size: 50px;
  }
}

.footer-container {
  margin-top: 0.75rem;
  display: flex;
  font-size: 14px;
}

.credit {
  margin-top: 400px;
  --tw-border-opacity: 1;
  border-color: rgb(0 246 255 / var(--tw-border-opacity, 1));
  font-size: 14px;
}

@media not all and (min-width: 640px) {
  .credit {
    margin-top: 2.5rem;
    border-top-width: 2px;
    padding-top: 1.25rem;
  }
}

.logo-title {
  margin-right: 0.5rem;
  margin-top: -10px;
  width: 95vw;
}

@media not all and (min-width: 640px) {
  .logo-title {
    width: 80%;
  }
}

.right-panel {
  padding-left: 2rem;
  padding-right: 1.25rem;
}

@media not all and (min-width: 768px) {
  .right-panel {
    position: sticky;
    top: 2.5rem;
  }

  .right-panel p {
    font-size: 16px;
  }
}

.harroche-photo {
  position: sticky;
  top: 0px;
  height: 100vh;
  width: 70vw;
  min-width: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 1024px) {
  .harroche-photo {
    width: 100vw;
  }
}

@media not all and (min-width: 768px) {
  .harroche-photo {
    height: auto;
    min-width: 0;
  }
}

@media not all and (min-width: 640px) {
  .harroche-photo {
    height: 50vh;
  }
}

.harroche-title {
  font-family: "pf-marlet-display", sans-serif;
  margin-top: 2.5rem;
  width: 60%;
  font-size: 120px;
  font-weight: 700;
}

@media not all and (min-width: 768px) {
  .harroche-title {
    font-size: 60px;
  }
}

.harroche-title {
  line-height: 1;
}

.harroche-title-desc {
  font-weight: 500;
  margin-top: 0.25rem;
  margin-bottom: 2.5rem;
  width: 55%;
  font-size: 30px;
}

@media not all and (min-width: 768px) {
  .harroche-title-desc {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
  }
}

@media not all and (min-width: 640px) {
  .bird-img {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding-top: 30px;
  }
}

hr {
  color: #00F6FF;
  background-color: #00F6FF;
  border-top: 1px solid #00F6FF;
}

.harroche-sub-title {
  font-family: "pf-marlet-display", sans-serif;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 60%;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* MEDIA QUERIES */

.contact-background {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 1200px;
  width: 1063px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media not all and (min-width: 640px) {
  .contact-background {
    height: 853px;
    width: 100vw;
  }
}

@media (min-width: 640px) {
  .contact-background {
    height: 1400px;
  }
}

.contact-background{
  background-image: url('/images/front-view-telephone-receiver-hanging-from-cord@2x.webp');
  mix-blend-mode: luminosity;
  z-index: 0;
}

.harroche-simple-text {
  font-weight: 100;
  margin-bottom: 0.75rem;
  font-size: 30px;
}

.mobileMenuList li {
  color: #0411A2;
}

.mobileMenuList li a {
  position: relative;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.mobileMenuList li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #0411A2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.mobileMenuList li a:hover::after {
  transform: scaleX(1);
}

.ref {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  width: 100%;
  max-width: 1680px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media not all and (min-width: 640px) {
  .ref {
    margin-top: 0.75rem;
  }
}

@media (min-width: 640px) {
  .ref {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .ref {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.ref-left {
  width: 100%;
}

@media (min-width: 1024px) {
  .ref-left {
    width: 50%;
  }
}

.ref-left img{
  margin: auto;
}

.ref-right {
  margin-bottom: 2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(33 46 192 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .ref-right {
    width: 50%;
  }
}

.ref-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px;
}

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

.ref-title {
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 700;
}

@media not all and (min-width: 640px) {
  .ref-title {
    font-size: 30px;
  }
}

.ref-text {
  font-size: 0.43rem;
  padding-top: 0.5rem;
  text-align: left;
}

@media not all and (min-width: 640px) {
  .ref-text {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .exp-carousel {
    flex-direction: column;
    height: auto;
    transform: none !important;
  }

  .exp-item {
    width: 60vw;
    min-width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
    flex-direction: column;
  }

  .hero-background {
    background-image: url('/images/jumping-red-kangaroo-beach-australia.webp');
    opacity: 0.45;
    --parallax-offset: -50;
    background-position: center calc(var(--parallax-offset) * 1px);
  }

  .bird-background {
    background-image: url('/images/low-angle-view-seagull-flying-against-clear-sky.webp');
    background-size: cover;
    opacity: 0.45;
  }

  .carousel-label{
    display: block;
    color: #00F6FF !important;
    font-family: "pf-marlet-display", sans-serif;
    position: relative;
    z-index: 10;
    --tw-text-opacity: 1;
    color: rgb(0 246 255 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
    font-size: 40px;
  }

  .carousel-sub-label {
    display: block;
    color: #00F6FF !important;
    font-family: "pf-marlet-display", sans-serif;
    position: relative;
    z-index: 10;
    --tw-text-opacity: 1;
    color: rgb(0 246 255 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    font-size: 25px;
  }

  .expertise-background {
    background-size: 32%;
    background-position: center 80px;
  }

  .references-background{
    background-size: 60%;
    background-position: center -10px;
  }

  .contact-background{
    background-size: 150%;
  }
}

.hover\:bg-\[\#00F6FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#0411A2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(4 17 162 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .max-lg\:bottom-\[5\%\] {
    bottom: 5%;
  }

  .max-lg\:left-auto {
    left: auto;
  }

  .max-lg\:right-4 {
    right: 1rem;
  }

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

  .max-lg\:flex-col {
    flex-direction: column;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:mb-16 {
    margin-bottom: 4rem;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

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

  .max-sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

  .max-sm\:mt-24 {
    margin-top: 6rem;
  }

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

  .max-sm\:block {
    display: block;
  }

  .max-sm\:flex {
    display: flex;
  }

  .max-sm\:hidden {
    display: none;
  }

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

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

  .max-sm\:h-\[800px\] {
    height: 800px;
  }

  .max-sm\:w-20 {
    width: 5rem;
  }

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

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

  .max-sm\:w-\[95\%\] {
    width: 95%;
  }

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

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

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

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:items-center {
    align-items: center;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

  .max-sm\:p-3 {
    padding: 0.75rem;
  }

  .max-sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .max-sm\:pt-1 {
    padding-top: 0.25rem;
  }

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

  .max-sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .max-sm\:text-center {
    text-align: center;
  }

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

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

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

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

  .max-sm\:leading-4 {
    line-height: 1rem;
  }

  .max-sm\:underline {
    text-decoration-line: underline;
  }
}

@media (min-width: 640px) {
  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

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

  .sm\:hidden {
    display: none;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

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

  .sm\:p-3 {
    padding: 0.75rem;
  }

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

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

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

  .sm\:hover\:mb-\[-235px\]:hover {
    margin-bottom: -235px;
  }

  .sm\:hover\:mt-\[137px\]:hover {
    margin-top: 137px;
  }
}

@media (min-width: 768px) {
  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-\[8vw\] {
    margin-left: 8vw;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

@media (min-width: 1024px) {
  .lg\:ml-\[20vw\] {
    margin-left: 20vw;
  }

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

  .lg\:w-\[27\%\] {
    width: 27%;
  }

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

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

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