/* Home */
/*Actus*/
.actus-title {
  position: absolute;
  top: 10vh;
  left: 16vmin;
  font-family: var(--base-font-family);
  font-size: 7.2vmin;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2vmin;
  z-index: 3;
  margin: 0;
}

.gallery-container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}

.gallery-track {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 50vw;
  will-change: transform;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(0);
}

#pin-section {
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: relative;
}

#gallery-title {
  position: absolute;
  bottom: 0;
  left: 16vmin;
  right: 16vmin;
  top: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--base-font-family);
  font-size: 3vmin;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2vmin;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.item {
  flex-shrink: 0;
  height: 50vh;
  background: #1a1a1a;
  flex: 0 0 auto;
  container-type: inline-size;
}

.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.item:hover img {
  filter: grayscale(0%);
}

.item-tous {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  transition: background 0.3s ease;
}
.item-tous:hover {
  background: #2a2a2a;
}

.item-tous-label {
  font-family: var(--base-font-family);
  font-size: 20cqi;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5cqi;
  transition: color 0.3s ease;
}
.item-tous:hover .item-tous-label {
  color: #f27022;
}

#track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
}

/*Clients*/
.clients {
  position: absolute;
  width: 30vmin;
  height: 30vmin;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease;
}

/* Corps */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100svh;
  background-color: var(--background-color);
  font-family: var(--primary-font-family);
  overflow-x: hidden;
  touch-action: pan-y;
  overscroll-behavior: none;
}

.page1,
.page3 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  touch-action: pan-y;
  box-sizing: border-box;
}

/* animations js */
.scroll-diagonale {
  transform: translateY(-100%);
  pointer-events: none;
}

.page1.scroll-diagonale {
  transform: none;
  clip-path: polygon(0% 0%, 100% 0%, 100% -20%, 0% 0%) !important;
}

#pyramide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* Page 1 */
.page1 {
  z-index: 4;
  position: fixed;
  justify-content: center;
  background: radial-gradient(ellipse at 85% 15%, rgba(242, 112, 34, 0.5) 0%, rgba(242, 112, 34, 0.2) 30%, transparent 75%), linear-gradient(225deg, #b84d0f 0%, #521e04 45%, #4a2310 75%, #1a0f0a 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

/* Titre */
.text-container-centre {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.stack-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.stack-title span {
  display: block;
}

.stack-title span::first-letter {
  color: var(--primary-color);
}

.lien-contact {
  position: fixed;
  top: 8vmin;
  white-space: nowrap;
  right: 2%;
  font-family: var(--secondary-font-family);
  font-size: 4.2vmin;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2vmin;
  text-decoration: none;
  animation: alternerCouleur 4s infinite ease-in-out;
  transition: transform 0.3s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  padding: 2vmin 1.2vmin;
  border: 0.3vmin solid rgba(255, 255, 255, 0.6);
  border-radius: 3vmin;
  box-shadow: 0 0 2.5vmin rgba(242, 112, 34, 0.2);
}

.lien-contact:hover {
  color: var(--tertiary-color);
  border-color: var(--primary-color);
  box-shadow: 0 0 3vmin rgba(242, 112, 34, 0.55), inset 0 0 1.5vmin rgba(242, 112, 34, 0.15);
}

.page1 .scroll {
  position: absolute !important;
  bottom: 4vmin;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.heartbeat {
  display: inline-block;
  color: rgb(192, 192, 192);
  font-size: 3vmin;
  animation: heartbeat 2s ease-in-out 4s infinite both;
}

/* Page 2 */
.page2 {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  background: radial-gradient(ellipse at 90% 15%, rgba(65, 58, 55, 0.7) 0%, rgba(65, 58, 55, 0.2) 50%, transparent 80%), radial-gradient(ellipse at 85% 85%, rgba(139, 64, 20, 0.75) 0%, rgba(139, 64, 20, 0.2) 45%, transparent 75%), radial-gradient(ellipse at 15% 15%, rgba(110, 75, 45, 0.7) 0%, rgba(110, 75, 45, 0.15) 45%, transparent 80%), radial-gradient(ellipse at 15% 85%, rgba(45, 25, 12, 0.85) 0%, rgba(45, 25, 12, 0.3) 55%, transparent 85%), #0a0604;
  transition: transform 1.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
  backface-visibility: hidden;
  overscroll-behavior: contain;
}

.page2-p {
  height: 100vh;
  height: 100svh;
  min-height: 100svh;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow-x: hidden;
  padding: 0 16vmin;
}

/* img page2 */
.section-image,
.section-text {
  align-self: center;
}

.section-image {
  flex-shrink: 0;
  border-radius: 1.5vw;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.section-image a {
  display: block;
  width: 100%;
  height: 100%;
}

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

.section-image-reveal a {
  position: relative;
}

.section-image-reveal .img-after {
  position: absolute;
  inset: 0;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-image-reveal.reveal-down .img-after {
  clip-path: circle(150% at 50% 0%);
}

.section-image-reveal.reveal-up .img-after {
  clip-path: circle(150% at 50% 100%);
}

.section-text {
  flex-shrink: 0;
  min-width: 0;
  display: flex;
  justify-content: center;
}

.btn-voir-plus {
  display: inline-block;
  margin-top: 2vmin;
  padding: 1vmin 3vmin;
  font-family: var(--quaternary-font-family);
  font-size: 2vmin;
  font-weight: 600;
  letter-spacing: 0.1vmin;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  border: 0.15vmin solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25vmin;
  transition: all 0.3s ease;
}
.btn-voir-plus:hover {
  color: #f27022;
  border-color: #f27022;
}

/* Page 3 */
.page3 {
  z-index: 2;
  position: fixed;
  padding: 0;
  background: radial-gradient(circle at 20% 45%, rgba(139, 69, 19, 0.8) 0%, rgba(80, 40, 10, 0.45) 50%, transparent 80%), radial-gradient(circle at 65% 50%, rgba(160, 82, 45, 0.7) 0%, rgba(90, 45, 15, 0.35) 55%, transparent 85%), #0f0805;
  transition: transform 1.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.clientsw {
  position: absolute;
  top: 5svh;
  left: 10%;
  right: 10%;
  bottom: 5svh;
  z-index: 1;
  width: auto;
  height: auto;
  border: 0.1vmin solid rgba(218, 165, 32, 0.25);
  border-radius: 2.5vmin;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 8svh;
  overflow: hidden;
  box-sizing: border-box;
}

.logo-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(8svh + 13vmin);
  pointer-events: none;
  overflow: hidden;
}

.clients-content {
  text-align: center;
  display: contents;
}

.clients-content h3 {
  font-family: var(--secondary-font-family);
  font-size: 7vmin;
  font-weight: 300;
  color: var(--tertiary-color);
  margin-bottom: 0.2dvw;
}

.clients-content p {
  font-family: var(--secondary-font-family);
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.8vmin;
  line-height: 1.4;
  letter-spacing: 0.01vmin;
}

/* Bouton page2 */
.bouton_explore {
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.cercle_ext {
  position: absolute;
  width: 120%;
  height: 120%;
  pointer-events: none;
  animation: rotateCircle 8s linear infinite;
}

.cercle_ext circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.35);
  stroke-dasharray: 301.6;
  stroke-dashoffset: 60;
  transition: stroke 0.3s ease;
}

.cercle_inter {
  width: 100%;
  height: 100%;
  border: 0.15vmin solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(0.02vmin);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.bouton-logo {
  position: absolute;
  width: 85%;
  height: auto;
  object-fit: contain;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cercle_inter span {
  font-family: var(--secondary-font-family);
  font-size: 3vmin;
  font-weight: 700;
  letter-spacing: 0.1vmin;
  color: var(--tertiary-color);
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 4vmin;
}

.bouton_explore:hover .cercle_inter {
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(0.02vmin);
  border-color: var(--tertiary-color);
}

.bouton_explore:hover .cercle_ext circle {
  stroke: rgba(255, 255, 255, 0.7);
}

.page_mentions {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vmin 16vmin;
  background: radial-gradient(ellipse at 85% 15%, rgba(242, 112, 34, 0.3) 0%, rgba(242, 112, 34, 0.1) 30%, transparent 75%), linear-gradient(225deg, #b84d0f 0%, #521e04 45%, #4a2310 75%, #1a0f0a 100%);
  transition: transform 1.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.mentions-content {
  max-width: 900px;
  width: 100%;
}

.mentions-content h1 {
  font-family: var(--base-font-family);
  font-size: 7.2vmin;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2vmin;
  margin-bottom: 2vmin;
}

.mentions-separator {
  display: block;
  width: 8vmin;
  height: 0.3vmin;
  background-color: var(--primary-color);
  margin-bottom: 4vmin;
}

.mentions-text p {
  font-family: var(--secondary-font-family);
  font-size: 2.2vmin;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 2vmin;
}

.mentions-text a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.mentions-text a:hover {
  color: #ffffff;
}

.mentions-sbf {
  font-family: var(--secondary-font-family);
  font-size: 2vmin;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4vmin;
  font-style: italic;
}

.page-soutenement {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  background: radial-gradient(ellipse at 90% 15%, rgba(65, 58, 55, 0.7) 0%, rgba(65, 58, 55, 0.2) 50%, transparent 80%), radial-gradient(ellipse at 85% 85%, rgba(139, 64, 20, 0.75) 0%, rgba(139, 64, 20, 0.2) 45%, transparent 75%), radial-gradient(ellipse at 15% 15%, rgba(110, 75, 45, 0.7) 0%, rgba(110, 75, 45, 0.15) 45%, transparent 80%), radial-gradient(ellipse at 15% 85%, rgba(45, 25, 12, 0.85) 0%, rgba(45, 25, 12, 0.3) 55%, transparent 85%), #0a0604;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12vmin 0;
  gap: 8vmin;
  transition: transform 1.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.sout-title {
  padding: 0 16vmin;
  font-size: 7.2vmin;
}

.sout-section {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 16vmin;
  box-sizing: border-box;
  gap: 4vmin;
}

.sout-section .section-image {
  flex-shrink: 0;
  border-radius: 1.5vw;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.sout-section .section-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sout-section .section-text {
  flex: 1;
  width: auto;
  height: auto;
  min-width: 0;
  justify-content: center;
}

@media (min-aspect-ratio: 8/5) {
  .sout-section .section-image {
    width: min(45%, 93.3333333333svh);
    max-height: 75svh;
  }
  .sout-section .text-container-gauche h3 {
    font-size: 4.6vmin;
  }
  .sout-section .section-content {
    font-size: 3vmin;
  }
  h3.staircase span {
    display: block;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  h3.staircase span:first-child {
    text-align: left;
  }
  h3.staircase span:nth-child(2) {
    text-align: center;
  }
  h3.staircase span:last-child {
    text-align: right;
  }
}
@media (max-aspect-ratio: 8/5) {
  .page-soutenement {
    padding: 8vmin 0;
    gap: 25svh;
  }
  .sout-title {
    padding: 0 8vmin;
    transform: translateY(calc(12.5svh - 4vmin));
  }
  .sout-section {
    flex-direction: column;
    padding: 0 8vmin;
    gap: 4vmin;
  }
  .sout-section .section-image {
    width: min(100%, 60svh);
  }
  .page-soutenement .sout-section .text-container-gauche h3 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
@media (min-aspect-ratio: 13/10) and (max-aspect-ratio: 8/5) {
  .text-container-gauche h3.staircase {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}/*# sourceMappingURL=home.css.map */