/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  box-sizing: border-box;
}

*{
  box-sizing: border-box;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"] {
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Changed from `textfield` to `none` to normalize iOS rounded input.
 * Box-sizing: content-box rule removed (similar to normalize.css >=4.0.0)
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


@font-face {
  font-family: Hobostd;
  src: url('../fonts/hobostd.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-main: #100a17;
  --white-main: white;
}

.container {
max-width: 1440px;
}

body {
  background-color: var(--black-main);
  color: var(--white-main);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  font-size: 1.1111111111111112vw;
}

h1 {
  color: var(--white-main);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 5.5625em;
  font-weight: 500;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 3.4375em;
  font-weight: 500;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 1.3125em;
  font-weight: 500;
  line-height: 1;
}

p {
  margin: 0;
}

a {
  color: var(--white-main);
  text-decoration: none;
}

.section {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  width: 100%;
  box-sizing: border-box;
}

.section.hero{
  padding-top: 15em;
}

.h-flex {
display: flex;
width: 100%;
flex-direction: row;
align-items: flex-start;
gap: 1.875em;
}



/* Style pour les liens avec classe button */
a.button {
text-decoration: none;
display: inline-block;
}

/* Styles pour le slider infini avec CSS Grid */
.logos--container {
overflow: hidden;
width: 100%;
}

.logos--slider {
display: grid;
grid-auto-flow: column;
grid-auto-columns: max-content;
gap: 15em;
animation: slideLogos 30s linear infinite;
will-change: transform;
}

@media screen and (max-width: 1024px) {
.logos--slider {
gap: 8em;
}
}

@media screen and (max-width: 768px) {
.logos--slider {
gap: 5em;
}
}

@media screen and (max-width: 640px) {
.logos--slider {
gap: 4em;
}
}

@media screen and (max-width: 480px) {
.logos--slider {
gap: 3em;
}
}

@keyframes slideLogos {
to {
transform: translateX(var(--slide-distance));
}
}


.section.is--spectacles {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), url('../images/RINGLING.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100svh;
  height: 100%;
  padding-top: 15em;
  position: relative;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.section.is--contact {
  background-image: linear-gradient(#000c, #000c), url('../images/PICTURES.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100svh;
  height: 100%;
  padding-top: 15em;
  position: relative;
}

.is--homepage {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url('../images/master-3556.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 100svh;
  padding-top: 15em;
  position: relative;
}

.section.is--contact.secondary {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.about {
  padding-top: 3.75em;
  padding-bottom: 0;
}

.section.is--about {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/MASKERADE.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 100svh;
  padding-top: 15em;
  position: relative;
}

.section.is--about.secondary {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.is--media {
  background-image: linear-gradient(#0006, #0006), url('../images/PRESS.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 100svh;
  padding-top: 15em;
  position: relative;
}

.section.is--media.is--center {
  padding-top: 0;
  padding-bottom: 0;
}

.section.is--center {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.c {
  width: 100%;
  max-width: 1720px;
  padding-left: 7.5em;
  padding-right: 7.5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;

}

.v-flex {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  box-sizing: border-box;
}

.v-flex.margin--top--60 {
  margin-top: 60px;
  position: sticky;
  top: 11.25em;
}

.v-flex.is--center {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.v-flex.gap--60 {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
}

.v-flex.gap--60.is-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.v-flex.max--width--720.gap--21 {
  grid-column-gap: 1.3125em;
  grid-row-gap: 1.3125em;
  padding-right: 1.875em;
}

.v-flex.max--width--720.gap--21.is--right {
  padding-left: 1.875em;
  padding-right: 0;
}

.v-flex.margin--top--30 {
  margin-top: 30px;
  position: sticky;
  top: 11.25em;
}

.v-flex.margin--top--30.gap--32 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.v-flex.margin--top--30.gap--32.max--width--480 {
  width: 30em;
}

.v-flex.max--width--30 {
  max-width: 31%;
}

.v-flex.about {
  padding-right: 7.5em;
}

.v-flex.about.second {
  position: sticky;
  top: 3.75em;
  padding-left: 7.5em;
  padding-right: 0em;
}

.v-flex.gap--16 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.v-flex.gap--16.is--right {
  justify-content: flex-start;
  align-items: flex-end;
}

.h1 {
  color: var(--white-main);
  font-family: Hobostd, Arial, sans-serif;
  font-size: 5.5625em;
  font-weight: 500;
  line-height: 1;
}

.h2 {
  font-family: Hobostd, Arial, sans-serif;
  font-size: 3.4375em;
  font-weight: 500;
  line-height: 1;
}

.h3 {
  font-family: Hobostd, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.h3.txt--center.z-index2 {
  z-index: 2;
  position: relative;
}

.p-medium {
  font-size: 21px;
  font-weight: 400;
}

.p-small {
  font-size: 14px;
}


.header {
  max-width: 100%;
  height: 100px;
  margin: 0 auto;
  border: 1px solid var(--white-main);
}

.button {
  border: 1px solid var(--white-main);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 150px;
  padding: 12px 30px;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 0 10px #ffffff80, 0 0 10px #ffffff80;
  position: relative;
  overflow: visible;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Élément réel pour l'animation de bordure au lieu d'un pseudo-élément */
.button-border {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 150px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: borderGlow 3s ease infinite;
  pointer-events: none;
  will-change: background-position;
}

.button:hover .button-border {
  opacity: 1;
}

@keyframes borderGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.button:hover {
  border-color: #c099df;
  box-shadow: inset 0 0 10px #ffffff80, 0 0 20px #c099df80;
}

.button.is--big {
  padding: 60px 120px;
}

.button.is--big p {
  font-size: 2em;
}

.navbar__wrapper {
max-width: 100%;
padding: 5px;
position: fixed;
top: 0;
z-index: 1000;
width:100%;
}

.navbar {
  border: 1px solid var(--white-main);
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: space-between;
  width: 100%;
  max-width: min(calc(1920px - 10px), calc(100% - 10px));
  height: 3.125em;
  padding-left: 5px;
  margin: 0 auto;
  box-shadow: 0 0 5px #ffffff40;
  box-sizing: border-box;
}

.logo {
  padding: 5px 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  margin-bottom: auto;
}

.logo-img {
  width: 100%;
  height: 100%;
  max-height: 3.125em;
  object-fit: contain;
}

.nav-p {
  text-transform: uppercase;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}

.nav-p:hover {
  color: #c099df;
}

.lang__wrapper {
  margin-right: 1.875em;
  display: flex;
}

.lang__wrapper.mobile {
  display: none;
  margin-right: 0;
}

.lang--p {
  color: #ffffff4d;
  text-transform: uppercase;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.lang--p.is-active {
  color: var(--white-main);
}


.menu--button {
  display: none;
}

.menu--nav__open, .menu--nav__close {
  text-transform: uppercase;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.menu--nav__close {
  display: none;
}

.nav--menu {
  gap: 1.875em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h-flex {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  width: 100%;
}

.h-flex.gap--120 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
}

.h-flex.margin--bottom--120 {
  margin-bottom: 7.5em;
}

.h-flex.gap--15 {
  grid-column-gap: .9375em;
  grid-row-gap: .9375em;
}

.h-flex.gap--60 {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
}

.img--portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 15px;
  width: 30em;
}

.img--portrait.hero {
  z-index: 0;
  width: 22.5em;
  position: absolute;
  inset: auto auto 3.75em 15em;
}

.img--portrait.hero.is--right {
  z-index: 0;
  inset: 7.5em 15em auto auto;
}

.img--portrait.about {
  margin-bottom: 0em;
  position: relative;
  bottom: 7.5em;
  max-width: 480px;
}

.img--portrait.about.secondary {
  margin-bottom: 0;
  top: 0;
}

.logos--slider {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.logo--company {
  width: 200px;
  max-height: 150px;
  height: auto;
  object-fit: contain;
}



.code-embed {
  display: none;
}

.logos--container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.img--paysage {
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  width: 100%;
  height: 15em;
}

.date__container {
  border-style: solid none none;
  border-width: 2px;
  border-color: var(--white-main);
  width: 100%;
}

.date__wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.slider {
  width: 100%;
}

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

.max--width--720 {
  width: 45em;
}

.svg--arrow {
  object-fit: cover;
  position: absolute;
  inset: auto 1.875em 1.875em auto;
  animation: arrowBounce 1.2s ease-in-out infinite;
}

.svg--arrow.is--center {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 5.625em;
  z-index: 1;
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

.max--width--616 {
  width: 38.5em;
}

.miniature__wrapper {
  aspect-ratio: 3 / 2;
  border-radius: 5px;
  overflow: hidden;
  height: 59px;
}

.tag {
  background-color: #ffffff1a;
  border-radius: 50px;
  padding: 12px 30px;
}

.tag__wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.show--img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  width: 100%;
  height: 418px;
}

.image-mini {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

.max--width--480 {
  width: 38.5em;
}

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

.progress__bar {
  width: 75%;
  height: 3px;
  background-color: #ffffff1a;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.progress__bar--fill {
  height: 100%;
  width: 0%;
  background-color: var(--white-main);
  border-radius: 15px;
  transition: width 0.1s ease-out;
}

.input-2 {
  border: 1px solid var(--white-main);
  background-color: #ffffff1a;
  border-radius: 15px;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
}

.textarea {
  border: 1px solid var(--white-main);
  background-color: #ffffff1a;
  border-radius: 15px;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  font-family: DM Sans, sans-serif;
  color: var(--white-main);
  resize: vertical;
  min-height: 120px;
}

.textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}



@font-face {
  font-family: 'Hobostd';
  src: url('../fonts/hobostd.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


.divider {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.logo--footer {
  max-width: 150px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  margin-right: auto;
  margin-top: auto;
}

.footer__social {
  display: flex;
  flex-direction: row;
  gap: 0.9375em;
}

.footer__links__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.1;
}

h6 {
  font-size: 1.25em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hobostd, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.footer__copyright {
  font-size: 14px;
  padding-bottom: 0.9375em;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}

.review {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hobostd, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

/* Navigation arrows */
.gallery-slider .glide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  color: #000;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-slider .glide__arrow:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.1);
}

.gallery-slider .glide__arrow--left {
  left: 20px;
}

.gallery-slider .glide__arrow--right {
  right: 20px;
}


/* Responsive pour le slider */

/* Masonry Grid avec vitesses de scroll différentes */
.masonry-section {
  padding: 60px 0;
}

.load-more-container {
  text-align: center;
  margin-top: 60px;
  padding: 20px 0;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  align-items: start;
}

.masonry-column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.masonry-item {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.masonry-item:hover img {
  transform: scale(1.05);
}

/* Lightbox Modal */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}

.lightbox-container {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 95vh;
  object-fit: contain;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  position: relative;
}

/* Format paysage - largeur maximale */
.lightbox-image.landscape {
  width: 90vw;
  height: auto;
  max-height: 95vh;
  object-fit: contain;
}

/* Format portrait - hauteur maximale */
.lightbox-image.portrait {
  width: 90vw;
  height: auto;
  max-height: 95vh;
  object-fit: contain;
}

/* Format carré - taille moyenne */
.lightbox-image.square {
  width: 90vw;
  height: auto;
  max-height: 95vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10001;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.lightbox-close:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}


/* Horizontal Scroll Section */
.section.horizontal-trigger {
  position: relative;
  padding: 0 1.875em;
  overflow: visible;
  min-height: 200vh;
}

/* Desktop only - Scroll horizontal */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Timeline Swiper pour Mobile/Tablet */
.timeline-swiper {
  width: 100%;
  padding: 40px 0;
}

.timeline-swiper-container {
  width: 100%;
  padding-bottom: 50px;
}

.timeline-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-swiper .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.timeline-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #666;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.timeline-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  transform: scale(1.2);
}

.horizontal-section {
  position: relative;
  width: 100%;
  min-height: 200vh;
  overflow: visible;
}

.sticky__container {
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}

.horizontal-section .list {
  display: flex;
  flex-direction: row;
  will-change: transform;
  gap: 40px;
  padding: 0;
  align-items: center;
  position: relative;
}

.horizontal-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1,875em;
  width: 800px;
  height: 400px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.horizontal-item--spacer {
  background-color: transparent;
  border: none;
  padding: 0;
  height: 400px;
  display: flex;
  flex-shrink: 0;
}

.horizontal-item h4 {
  font-size: 5.5625em;
  margin-bottom: 20px;
  font-weight: 700;
}

.horizontal-item p {
  font-size: 16px;
  line-height: 1.6;
}

/* Flèches de navigation */
.sticky__container .arrow__wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  pointer-events: none;
  z-index: 10;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.sticky__container .arrow__right {
  width: 50px;
  height: 50px;
  margin-left: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  cursor: pointer;
}



.sticky__container .arrow__left {
  transform: rotate(90deg);
}

.sticky__container .arrow__right {
  transform: rotate(-90deg);
}



  .logos--slider {
    grid-column-gap: 8em;
  }
  
  .v-flex.gap--60.is-right {
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .img--portrait.hero {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 15px;
    width: 250px;
  }

  .img--portrait.hero.is--right {
    z-index: 0;
    inset: 3.75em 7.5em auto auto;
  }
  
  .img--portrait.hero {
    z-index: 0;
    position: absolute;
    inset: auto auto 30px 7.5em;
  }
  
  .logo--company {
    width: 160px;
    max-height: 120px;
  }


  .masonry-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
  
  .masonry-column {
    gap: 4px;
  }
  
  .lightbox-image.landscape,
  .lightbox-image.portrait,
  .lightbox-image.square {
    width: 90vw;
    max-height: 95vh;
  }


  
  .mobile-only {
    display: none;
  }
  
  .section.horizontal-trigger {
    min-height: auto;
  }

  .timeline-swiper {
    padding: 30px 0;
  }
  
  .timeline-swiper .swiper-pagination {
    margin-top: 20px;
  }

  .horizontal-item {
    width: 600px;
    height: 350px;
    padding: 30px;
  }
  
  .horizontal-item h4 {
    font-size: 5em;
  }
  
  .progress__bar {
    width: 70%;
  }
  
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

/* Breakpoint: max-width: 991px */
@media screen and (max-width: 991px) {

  
  body {
    font-size: 16px;
  }

  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: block;
  }
  

  .navbar__wrapper {
    position: sticky;
    top: 0;
    z-index: 10;
    margin-bottom: -60px;
  }

  h1 {
    font-size: 55px;
  }

  .logo {
    height: auto;
  }


  .logo-img {
    width: 100%;
    height: 100%;
    max-height: 35px;
    object-fit: contain;
  }
  
  .navbar {
    border-radius: 24px;
    height: auto;
    min-height: 48px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .navbar > .logo,
  .navbar > .menu--button {
    position: absolute;
    top: 0;
  }

  .navbar > .logo {
    left: 5px;
  }

  .navbar > .menu--button {
    right: 5px;
  }

  .navlink__wrapper {
    padding: 0;
    max-height: 0;
    display: none;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    transform: translateY(-20px);
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, transform 0.3s ease;
    margin-top: 3.125em;
  }

  .navlink__wrapper.menu-open {
    padding: 60px 0px;
    opacity: 1;
    transform: translateY(0);
    max-height: none;
  }

  .nav--menu {
    gap: 15px;
  }

  .nav--menu > * {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 0s;
  }

  .navlink__wrapper.menu-open .nav--menu > * {
    opacity: 1;
    transform: translateY(0);
  }
  
  .c {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }

  .v-flex.max--width--720 {
    width: 100%;
  }

  .v-flex.max--width--720.gap--21 {
    padding-right: 0;
  }

  .max--width--480 {
    width: 100%;
  }

  .v-flex.max--width--720.gap--21.is--right {
    padding-left: 0;
  }

  .v-flex.margin--top--30.gap--32.max--width--480 {
    width: 100%;
  }

  .v-flex.about {
    flex: 1;
    padding-right: 0;
  }

  .v-flex.about.second {
    position: sticky;
    top: 0;
    padding-left: 0;
    padding-right: 0em;
  }
  

  .button.is--big {
    font-size: 1.3125em;
    font-weight: 500;
    line-height: 1.1;
  }

  .lang__wrapper {
    display: none;
  }

  .lang__wrapper.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu--button {
    display:flex;
    padding-top: 16.5px;
    padding-right: 25px;
    margin-bottom:auto;
    position: relative;
  }

  .menu--nav__open,
  .menu--nav__close {
    white-space: nowrap;
    position: absolute;
    right: 25px;
    top: 16.5px;
  }

  .menu--nav__open {
    display: block;
  }

  .menu--nav__close {
    display: none;
  }

  .nav--menu {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .h-flex.gap--120 {
    grid-column-gap: 3.75em;
    grid-row-gap: 3.75em;
  }

  .img--portrait.about {
    flex: 1;
  }

  .spectacle__wrapper {
    flex-flow: wrap;
    width:100%;
  }

  .spectacle__wrapper.reverse {
    flex-flow: wrap-reverse;
  }

  .heading {
    font-size: 1.3125em;
  }

  .is--mobile {
    display: none;
  }

  body {
    font-size: 16px;
  }

  .horizontal-item {
    width: 400px;
  }
  
  .img--portrait {
    width: 50%;
  }

  .arrow__wrapper {
    padding: 0 20px;
  }

  .logo--footer {
    max-width: 100px;
  }
}

/* Breakpoint: max-width: 768px */
@media screen and (max-width: 768px) {

  
  .section {
    padding-top: 60px;
    padding-bottom: 66px;
  }


  .logos--slider {
    grid-column-gap: 5em;
  }
  
  .logo--company {
    width: 140px;
    max-height: 100px;
  }

  .img--portrait.hero {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 15px;
    width: 200px;
  }

  .img--portrait.hero.is--right {
    z-index: 0;
    inset: 3.75em 5em auto auto;
  }
  
  .img--portrait.hero {
    z-index: 0;
    position: absolute;
    inset: auto auto 30px 5m;
  }

  .section.is--contact .h-flex.gap--60 {
    flex-wrap: wrap;
  }
  
  .section.is--contact .h-flex.gap--60 > div {
    width: 100%;
    flex: 1 1 100%;
  }
  
  h1 {
    font-size: 40px;
  }


  .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  
  .masonry-column {
    gap: 4px;
  }
  
  .masonry-section {
    padding: 40px 0;
  }
  
  .lightbox-overlay {
    padding: 20px;
  }
  
  .lightbox-image.landscape,
  .lightbox-image.portrait,
  .lightbox-image.square {
    width: 90vw;
    max-height: 95vh;
  }

  .horizontal-item {
    width: 300px;
    padding: 30px;
  }

  .img--portrait {
    width: 75%;
  }
  
  .horizontal-item h4 {
    font-size: 2.5em;
  }
  
  .horizontal-section .list {
    gap: 30px;
    padding: 0 3vw;
  }
  
  .arrow__wrapper {
    padding: 0 15px;
  }
  
  .arrow__left,
  .arrow__right {
    width: 40px;
    height: 40px;
  }

  .horizontal-item {
    width: 400px;
    height: 300px;
    padding: 25px;
  }
  
  .horizontal-item h4 {
    font-size: 2em;
  }
  
  .horizontal-item p {
    font-size: 14px;
  }
  
  .horizontal-section .list {
    gap: 25px;
  }
  
  .horizontal-item--spacer {
    height: 300px;
  }
  
  .progress__bar {
    width: 65%;
    height: 2px;
  }
  
  .sticky__container {
    height: 40vh;
  }
  
  .arrow__wrapper {
    padding: 0 20px;
  }
  
  .arrow__left,
  .arrow__right {
    width: 40px;
    height: 40px;
  }


  h2 {
    font-size: 2.125em;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .v-flex.margin--top--60 {
    margin-top: 0;
    position: static;
  }

  .v-flex.is--center.max--width--616 {
    width: 100%;
  }

  .v-flex.about.second {
    margin-top: 0em;
    display: flex;
  }

  .h3 {
    font-size: 1.5em;
  }

  .review {
    font-size: 21px;
    line-height: 1.2;
  }

  .h3.txt--center {
    font-size: 2em;
  }

  .button.is--big {
    padding: 30px;
    font-size: 14px;
    line-height: 1.1;
  }

  .button.date__mobile {
    margin-top: 1.875em;
  }

  .h-flex.gap--120.wrap {
    flex-flow: column;
  }

  .h-flex.gap--120.wrap.reverse {
    flex-flow: column-reverse;
  }

  .h-flex.margin--bottom--120.wrap {
    grid-column-gap: 7.5em;
    grid-row-gap: 7.5em;
    flex-flow: wrap;
  }

  .img--portrait.about.secondary {
    margin-bottom: 0;
    top: 0;
  }

  .date__wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .is--mobile {
    display: block;
  }

  .date {
    display: none;
  }

  .date.is--mobile {
    display: block;
  }

  .heading-2 {
    font-size: 3.75em;
  }
}

/* Breakpoint: max-width: 640px */
@media screen and (max-width: 640px) {
  .logos--slider {
    grid-column-gap: 4em;
  }
  
  .h-flex {
    grid-column-gap: 0.9375em;
    grid-row-gap: 0.9375em;
    width: 100%;
  }

  .img--portrait.hero {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 15px;
    width: 150px;
  }

  .img--portrait.hero.is--right {
    z-index: 0;
    inset: 3.75em 2.5em auto auto;
  }
  
  .img--portrait.hero {
    z-index: 0;
    position: absolute;
    inset: auto auto 30px 2.5em;
  }

  .miniature__wrapper {
    aspect-ratio: 3 / 2;
    border-radius: 5px;
    overflow: hidden;

    height: 59px;
  }

  .h-flex.is--center.gap--60.footer {
    flex-direction: column;
  }

  .logo--company {
    width: 120px;
    max-height: 90px;
  }


  .logo--footer {
    max-width: 60px;
  }
}

/* Breakpoint: max-width: 480px */
@media screen and (max-width: 480px) {
  .logos--slider {
    grid-column-gap: 3em;
  }


  
  .logo--company {
    width: 100px;
    max-height: 75px;
  }

  .miniature__wrapper {
    aspect-ratio: 3 / 2;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 59px;
  }


  .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  
  .masonry-column {
    gap: 4px;
  }
  
  .lightbox-image.landscape,
  .lightbox-image.portrait,
  .lightbox-image.square {
    width: 90vw;
    max-height: 95vh;
  }
  
  .lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .horizontal-item {
    width: 300px;
    height: 250px;
    padding: 20px;
  }

  .img--portrait {
    width: 100%;
  }
  
  .horizontal-item h4 {
    font-size: 1.5em;
  }
  
  .horizontal-item p {
    font-size: 12px;
  }
  
  .horizontal-section .list {
    gap: 20px;
    padding: 0 2vw;
  }
  
  .progress__bar {
    width: 60%;
    height: 2px;
  }
  
  .sticky__container {
    height: 35vh;
  }
  
  .arrow__wrapper {
    padding: 0 15px;
  }
  
  .arrow__left,
  .arrow__right {
    width: 35px;
    height: 35px;
  }
  
  .horizontal-item--spacer {
    height: 250px;
  }

  .p-stretch {
    text-align: justify;
  }

}