/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./web/src/sass/app.scss ***!
  \****************************************************************************************************************/
:root {
  --pink: #F8CED3;
  --black: #424242;
  --background: var(--pink);
}

/*
|--------------------
|    FONTS IMPORTS
|--------------------
|
| 100 - Extra Light or Ultra Light
| 200 - Light or Thin
| 300 - Book or Demi
| 400 - Normal or Regular
| 500 - Medium
| 600 - Semibold, Demibold
| 700 - Bold
| 800 - Black, Extra Bold or Heavy
| 900 - Extra Black, Fat, Poster or Ultra Black
|
*/
/*
|--------------------------
|      DEFAULT & RESET
|--------------------------
*/
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

button,
input,
select,
textarea {
  letter-spacing: inherit;
  font-family: inherit;
  font-size: inherit;
}

a,
button,
select,
input,
textarea {
  color: inherit;
}
a:focus, a:focus-visible,
button:focus,
button:focus-visible,
select:focus,
select:focus-visible,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
  outline-offset: 0;
}

a,
button {
  cursor: pointer;
}

button {
  text-transform: inherit;
}

a {
  text-decoration: none;
}

ol li,
ul li {
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

img {
  max-width: 100%;
}
img[data-src] {
  opacity: 0;
  transition: opacity 0.4s ease;
}

/*
|--------------------
|       MAIN
|--------------------
*/
:root {
  --white: #E7E4DA;
  --grey: #ececec;
  --blue: #1d67b4;
}

main {
  position: relative;
  z-index: 2;
  background: radial-gradient(circle, transparent 16%, var(--background) 16%, var(--background) 84%, transparent 84%, transparent) 0% 0%/240px 240px, radial-gradient(circle, transparent 16%, var(--background) 16%, var(--background) 84%, transparent 84%, transparent) 120px 120px/240px 240px, linear-gradient(rgba(66, 66, 66, 0.1490196078) 1px, transparent 1px) 0px -0.5px/120px 120px, linear-gradient(90deg, rgba(66, 66, 66, 0.1490196078) 1px, var(--background) 1px) -0.5px 0px/120px 120px var(--background);
  background-size: 240px 240px, 240px 240px, 120px 120px, 120px 120px;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
}

.trigger {
  flex: 1;
  position: relative;
  padding: 0 80px;
}
.trigger[data-type=box] {
  display: flex;
  align-items: center;
  gap: 40px;
}

.box {
  flex: 1;
  aspect-ratio: 1;
  padding: 0 8px;
  text-align: right;
  background-color: white;
}
.box:before {
  content: attr(data-value);
  display: none;
}
.box:after {
  content: "%";
  display: none;
}

.content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
}
.content-title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 24px;
}
.content-image {
  aspect-ratio: 4/3;
  background-color: var(--grey);
}

.title {
  font-size: 5.5vw;
  line-height: 80%;
  max-width: 64%;
}
.title-line {
  overflow: hidden;
}
.title-item {
  position: relative;
  display: inline-block;
}

@font-face {
  font-family: "kometa";
  src: url(.././fonts/VictorSerifTrial-45RegularItalic.otf);
}
@font-face {
  font-family: "neuehaas";
  src: url(.././fonts/NeueHaasDisplayLight.ttf);
}
#globe .intro {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#globe .intro-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(.././img/globevideoretravaille.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#globe .anim {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  color: #000;
  text-align: center;
  font-family: "neuehaas";
  font-size: 5.375rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.04;
  text-transform: none;
}
#globe .anim-contrainer {
  max-width: 1360px;
  margin: auto;
}
#globe .anim-title {
  max-width: 83.3333333333%;
  margin: auto;
}
#globe .anim .word {
  perspective: 2000px;
}
#globe .anim span {
  font-family: "kometa";
}

header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding: 24px 80px;
  background-color: var(--background);
}
header svg {
  width: 100%;
}
header div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ruler {
  position: fixed;
  top: 1px;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 16px;
  background-image: repeating-linear-gradient(0deg, var(--black), var(--black) 1px, transparent 1px, transparent);
  background-size: 8px 1dvh;
}
.ruler-five {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 32px;
  background-image: repeating-linear-gradient(0deg, var(--black), var(--black) 1px, transparent 1px, transparent);
  background-size: 8px 5dvh;
}

.gsap-marker-start {
  left: 32px !important;
  right: auto !important;
  color: var(--white) !important;
  font-family: "IBM Plex Mono", monospace !important;
  background-color: var(--black);
  border-width: 1px 0 0 !important;
  transform: translate(0%, 0%) translate(0px, 1px) !important;
}
.gsap-marker-start:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 1px;
  background-color: var(--black);
}

.gsap-marker-end {
  display: none !important;
}

.gsap-marker-scroller-start, .gsap-marker-scroller-end {
  left: 16px !important;
  right: auto !important;
  font-family: "IBM Plex Mono", monospace !important;
  border-color: currentColor !important;
}

.tools {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1000;
  color: white;
  font-size: 0.875rem;
  transition: grid-template-rows 0.4s ease;
}
.tools[data-close] .tools-trigger {
  transform: rotate(0deg);
}
.tools[data-close] .tools-container {
  transform: translateX(calc(100% + 24px));
}
.tools-trigger {
  position: relative;
  width: 56px;
  aspect-ratio: 1;
  background-color: var(--black);
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(135deg);
  transition: transform 0.4s ease;
}
.tools-trigger:before, .tools-trigger:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 11px;
  height: 1px;
  background-color: white;
  border-radius: 2px;
}
.tools-trigger:after {
  width: 1px;
  height: 11px;
}
.tools-container {
  position: absolute;
  top: 64px;
  right: 0;
  display: grid;
  gap: 20px;
  width: 412px;
  padding: 20px;
  background-color: var(--black);
  transform: translateX(0);
  transition: transform 0.4s ease;
}
.tools hr {
  height: 1px;
  background-color: black;
  border: none;
}
.tools-item, .tools-progress {
  display: grid;
  grid-template-columns: 1fr 160px;
  align-items: center;
  gap: 12px;
  transition: opacity 0.4s ease;
}
.tools-item--switch, .tools-progress--switch {
  display: block;
  text-align: center;
}
.tools-item--switch input[type=checkbox], .tools-progress--switch input[type=checkbox] {
  appearance: none;
}
.tools-item--switch input[type=checkbox]:checked + label:before, .tools-progress--switch input[type=checkbox]:checked + label:before {
  left: 50%;
}
.tools-item--switch input[type=checkbox]:checked + label span, .tools-progress--switch input[type=checkbox]:checked + label span {
  position: relative;
  z-index: 2;
}
.tools-item--switch input[type=checkbox]:checked + label span:first-child, .tools-progress--switch input[type=checkbox]:checked + label span:first-child {
  color: black;
}
.tools-item--switch input[type=checkbox]:checked + label span:last-child, .tools-progress--switch input[type=checkbox]:checked + label span:last-child {
  color: white;
}
.tools-item--switch label, .tools-progress--switch label {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 3px 10px 5px;
  color: black;
  background-color: white;
  cursor: pointer;
}
.tools-item--switch label:before, .tools-progress--switch label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  z-index: 1;
  width: calc(50% - 2px);
  background-color: black;
  transition: left 0.4s ease;
}
.tools-item--switch label span, .tools-progress--switch label span {
  position: relative;
  z-index: 2;
  text-align: center;
  transition: color 0.4s ease;
}
.tools-item--switch label span:first-child, .tools-progress--switch label span:first-child {
  color: white;
}
.tools-item[data-hidden], .tools-progress[data-hidden] {
  opacity: 0.2;
  pointer-events: none;
}
.tools-item-title, .tools-progress-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tools-item-icon, .tools-progress-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.tools-item-icon:before, .tools-progress-icon:before {
  content: "";
  flex: 0 0 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.tools-item-icon.duration:before, .tools-progress-icon.duration:before {
  background-image: url(.././img/duration.svg);
}
.tools-item-icon.ease:before, .tools-progress-icon.ease:before {
  background-image: url(.././img/ease.svg);
}
.tools-item-icon.adjust:before, .tools-progress-icon.adjust:before {
  background-image: url(.././img/adjust.svg);
}
.tools-item-icon.start:before, .tools-progress-icon.start:before {
  background-image: url(.././img/start.svg);
}
.tools-item-icon.end:before, .tools-progress-icon.end:before {
  background-image: url(.././img/end.svg);
}
.tools-item-icon.stagger:before, .tools-progress-icon.stagger:before {
  background-image: url(.././img/stagger.svg);
}
.tools-item-icon.delay:before, .tools-progress-icon.delay:before {
  background-image: url(.././img/delay.svg);
}
.tools-item-output, .tools-progress-output {
  padding: 2px 8px 4px;
  background-color: black;
}
.tools-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px;
  color: var(--black);
  font-size: 1rem;
  text-align: center;
  background-color: white;
  cursor: pointer;
}
.tools-copy:before {
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  background-image: url(.././img/copy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tools-copy:after {
  content: "copy parameters";
}
.tools-copy[data-done]:after {
  content: "copied";
}
.tools input[type=range], .tools select, .tools progress {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.tools input[type=range] {
  height: 24px;
  padding: 0 4px;
  background-color: white;
  border-radius: 24px;
  cursor: ew-resize;
}
.tools input[type=range]::-webkit-slider-thumb {
  border: none;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: black;
  -webkit-appearance: none;
  box-sizing: content-box;
}
.tools input[type=range]::-moz-range-thumb {
  border: none;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: black;
}
.tools input[type=range]::-ms-thumb {
  border: none;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: black;
  display: inline-block;
}
.tools select {
  padding: 3px 12px;
  color: black;
  background-image: url(.././img/arrow.svg), linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 134px, rgb(0, 0, 0) 134px, rgb(0, 0, 0) 100%);
  background-color: white;
  background-position: center right 8px, center right;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
.tools progress {
  height: 24px;
}
.tools progress::-webkit-progress-value {
  background-color: var(--background);
}
.tools progress::-webkit-progress-bar {
  background-color: white;
}

footer {
  position: sticky;
  bottom: 0;
  padding: 80px;
  cursor: pointer;
  background-color: var(--black);
}
footer svg {
  width: 100%;
}
footer svg path {
  opacity: 0.3;
  transition: fill 0.4s ease, opacity 0.4s ease;
}
footer:hover svg path {
  fill: var(--background);
  opacity: 1;
}

/*# sourceMappingURL=app.css.map*/