::-webkit-scrollbar {
  display: none;
}

:root {
  /* --violet: #7700c0; */
  --violet: #e876e8;
  --newsWidth: 0;
  /* --violet: rgb(246, 144, 246); */

  --pane-padding: 5px 42px;
}
@font-face {
  font-family: "Helve";
  src: url("../fonts/HelveticaNeue.ttf") format("truetype");
}
@font-face {
  font-family: "Helve-IT";
  src: url("../fonts/HelveticaNeue-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Helve-M";
  src: url("../fonts/HelveticaNeue-Medium-11.ttf") format("truetype");
}
@font-face {
  font-family: "Helve-B";
  src: url("../fonts/HelveticaNeue-Bold-02.ttf") format("truetype");
}
@font-face {
  font-family: "Helve-M-IT";
  src: url("../fonts/HelveticaNeue-MediumItalic-12.ttf") format("truetype");
}
@font-face {
  font-family: "Helve-B-IT";
  src: url("../fonts/HelveticaNeue-BoldItalic-04.ttf") format("truetype");
}

@font-face {
  font-family: "CircularStd";
  src: url("/assets/fonts/CircularStd-Bold.otf") format("opentype");
}
a {
  text-decoration: none;
  color: black;
}
@keyframes marquee {
  from {
    left: 100%;
  }
  to {
    left: -100%;
  }
}

.index-container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  /* background-color: #f7f7f7; */
}

nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: sticky;
  top: 0;
  margin-top: 0px;
  z-index: 5;
  background-color: rgb(246, 144, 246);
  transition: 50ms ease-out;
}

strong {
  color: var(--violet);
}
nav > a {
  padding: 4px;
  color: var(--violet);
  font-size: 10px;
  opacity: 0;
  /* letter-spacing: 20px; */
  /* font-family: Helve-IT; */
  animation: marquee 15s linear infinite;
}

.margin {
  background-color: var(--violet);
  width: 100%;
  height: 25px;
}
nav > a:hover {
  text-decoration: underline;
  color: var(--violet);
}
nav > a > span {
  /* color: black; */
  /* color: white; */
}
/* @font-face {
  font-family: "Unica-Italic";
  src: url("/assets/font/Unica77LL-MediumItalic.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */
html {
  /* scroll-behavior: smooth; */
  overflow-x: hidden;
}
body {
  -ms-overflow-style: none;
}

em {
  color: var(--violet);
}

.name {
  color: var(--violet);
}

.contact-img {
  width: 50%;
  position: fixed;
  top: 42.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  /* height: 25px; */
}
.contact-img-2 {
  width: 35%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  /* height: 25px; */
}

.scan-1 {
  position: absolute;
  left: 250;
  right: 0;
  top: 70;
}
.scan-1 img {
  /* transform: rotate(3deg); */
  object-fit: contain;
  width: 10%;
}
.section-text {
  /* margin-bottom: 2vh; */
}
.section-cv {
  margin-bottom: 2vh;
}

.date-cv-contain > li {
  margin-top: 0vh;
  /* margin-bottom: 0.5vh; */
}

.date-project {
  opacity: 0;
  visibility: hidden;
  margin-right: 20px;
}
.date-cv {
  /* margin-bottom: 2vh; */
  /* margin-top: 1vh;
  opacity: 0.25; */

  /* position: absolute; */
  right: 0px;
  opacity: 0.25;

  /* color: var(--violet); */
}
.title-cv {
  margin-bottom: 1.5vh;
  /* text-decoration: underline; */
}
.date-cv-contain {
  margin-bottom: 1vh;
}

.cv-expo {
  /* font-family: Helve-M; */
  /* font-style: italic; */
  /* text-decoration: underline; */
  color: var(--violet);
}
p > a {
  color: var(--violet);
}
p > a:hover {
  text-decoration: underline;
  cursor: alias;
}
.cv-expo:hover {
  text-decoration: underline;
  cursor: alias;
}
.cv-cur {
  /* font-family: "Helve-M-IT"; */
}
.cv-place {
  /* font-weight: 800; */
  /* font-family: "Helve-M-IT"; */
  /* color: var(--violet); */
  /* font-family: Helve-IT; */
  /* opacity: 0.4; */
  font-family: "Helve-IT";
}
.post {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background-color: blue; */
  /* font-family: Helve-B; */
  /* font-family: Helve; */
  font-family: Helve;
  /* font-weight: 200; */

  /* font-weight: 600; */
  font-size: 14px;
  line-height: 17px;
}
.outer-about-container {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.button:hover {
  /* text-decoration: underline; */
  color: var(--violet) !important;
}

.reveal {
  display: block !important;
}
.preview-project {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 4;
  display: flex;
  justify-content: center;
}
.preview-project > figure {
  position: absolute;
  display: none;
  width: 100%;
}

.preview-project > figure img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: 0.2ms ease-in-out;
}
.vertical-mode {
  height: calc(100%) !important;
  width: auto !important;
}
.margin-mode {
  /* height: 80vh !important; */
  height: calc(100vh - 119.5px) !important;
  width: auto !important;
}
.inner-about-container {
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-top: 16.5px; */
  margin-top: 20px;
  /* border: 0.75px solid black; */
  background-color: white;
  border-bottom: 0px solid transparent;
  /* padding-top: 20px;
  margin-top: 15px; */
  /* padding-bottom: 15px; */
  align-items: center;
  position: relative;
  /* margin-top: 5px; */
  z-index: 0;
}

.reduce {
  transition: all 500ms cubic-bezier(0.15, 0.01, 0.005, 0.995) !important;
  width: 85% !important;
}

@keyframes slide {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - var(--newsWidth));
  }
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.news-container {
  /* background-color: red; */
  width: 100%;
}

.news-gradient {
  background: linear-gradient(
    0deg,
    rgba(159, 159, 159, 0) 0%,
    rgba(255, 255, 255, 1) 55%
  );
  height: 50px;
}

.news-container > span {
  /* display: inline-block;
  left: 0;
  animation: 2s linear infinite slide;
  animation-direction: alternate-reverse;
  animation-iteration-count: infinite; */
  display: inline-block;
  /* animation: move 5s linear infinite alternate; */
}

.news-inner-container {
  display: inline-block;
  position: relative;
  padding-top: 2.5px;
}

.anim {
  animation: slide 30s linear infinite alternate;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
}
.news-banner {
  /* animation: marquee 30s linear infinite; */
  position: fixed;

  top: 0;
  /* height: 12.5px; */
  margin-top: 2.5px;
  left: 140;
  display: flex;
  justify-content: space-between;
  z-index: 80;
  /* animation: 10s linear infinite alternate slide; */
}
.contact {
  width: 100%;
  /* animation: marquee 30s linear infinite; */
  position: fixed;
  top: 0;
  height: 14;
  /* margin-top: 2.5px; */
  left: 0%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  white-space: nowrap;
  transition: 0.2s ease-in;
}

.contact > span:nth-child(1) {
  padding-left: 5px;
  padding-right: 3.5px;
  padding-top: 2.5px;
  display: flex;
  background-color: white;
}

.il {
  color: var(--violet);
}
.contact > span:nth-child(3) {
  padding-top: 2.5px;
  padding-right: 2.5px;
  padding-left: 3.5px;
  display: flex;
  background-color: white;
}
.next-news-banner {
  width: 100%;
  /* animation: marquee 100s linear infinite; */
  position: relative;
  height: 15px;
  margin-top: 2.5px;
  left: 0%;
  display: flex;
  /* font-family: Helve; */
  /* margin-bottom: 1px; */
  /* position: sticky;
  top: 0; */
}
.news-banner > * {
}
#work-cta {
  position: fixed;
  opacity: 0;
  z-index: 0;
}
.rotate {
  transform: rotate(0.25deg);
  /* padding-top: 12px; */
}
.inner-about-container > div {
  width: 93%;
}
.project-container {
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

.glass-left {
  width: 50%;
  height: 100vh;
  /* background-color: aqua; */
  /* background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(2 0 36 / 39%) 100%
  ); */
  opacity: 0.05;
  cursor: pointer;
  position: absolute;
  cursor: w-resize;
  z-index: 5;
}
.glass-right {
  width: 50%;
  height: 100vh;
  right: 0;
  /* background-color: red; */
  /* background: linear-gradient(
    90deg,
    rgb(2 0 36 / 39%) 0%,
    rgba(255, 255, 255, 0) 100%
  ); */
  opacity: 0.05;
  cursor: pointer;
  position: absolute;
  cursor: e-resize;
  z-index: 5;
}
.outer-about-container {
  /* cursor: pointer; */
}
.inner-about-container {
  cursor: auto;
}

.read-more {
  display: none;
}

.cartel {
  width: 25%;
  background-color: white;
  overflow: hidden;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5;
  left: 0;
  right: 0;
  cursor: pointer;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fake-background {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.cartel-container {
  /* background-color: red; */
  width: 94.5%;
  height: 100%;
  margin: 10px;
  width: 100%;

  /* margin-top: 100px;
  margin-bottom: 100px; */
}

.cartel-container > * {
  margin-left: 10px;
}
/* .top-cartel0 {
  opacity: 1 !important;
} */
.cartel-parent {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  position: absolute;
}
.cartel-p {
  display: flex;
  width: 100%;
  height: calc(100vh - 60px);
  justify-content: center;
  position: absolute;
  z-index: 99;
  overflow: overlay;
}

.children-carousel:last-of-type {
  /* opacity: 0.5; */
  /* min-height: calc(100vh + 1px) !important; */
  background-color: black;
}
.top-cartel {
  position: absolute;
  top: 0;
  margin-top: 9px;
  /* margin-top: 6px; */
  margin-right: 10px;
  opacity: 0;
  width: calc(100% - 20px);
}

.top-cartel-index {
  position: absolute;
  top: 0;
  margin-top: 9px;
  /* margin-top: 6px; */
  margin-right: 10px;
  opacity: 0;
  width: calc(100% - 20px);
}

.top-cartel-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 7px; */
}
.top-cartel-subtitle-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.top-cartel-subtitle-3 {
  overflow: hidden;
  /* font-size: 10px; */
}
.top-cartel-title > div:nth-child(1) {
  color: var(--violet);
}
.top-cartel-title > div:nth-child(1) > span {
  color: black;
}
.top-cartel-container > div:nth-child(1) {
  /* opacity: 0 !important; */
}

.scroll-m-hide {
  overflow: hidden;
}
.r-cta {
  color: var(--violet);
}
.read-m-hide {
  display: none !important;
}
.main-carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  /* overflow-y: scroll;
  scroll-snap-type: y mandatory; */
  /* pointer-events: none; */
  /* overflow-x: hidden; */
  /* overflow: hidden; */
}
#Projet-1 {
  width: 100%;
}
#Projet-1 img {
  /* height: 100vh; */
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.children-carousel {
  width: 100%;
  /* height: 100vh; */
  /* display: flex; */
  overflow: hidden;
  /* scroll-snap-align: start; */

  /* height: 100vh; */
}

.slide-n-container {
  /* position: absolute; */
  /* right: -5;
  top: 28.5; */
}
.date-n-container {
  /* position: absolute; */
  right: -5;
  top: 0;
}
.slide-number {
  right: 0;
  position: absolute;
  /* margin-right: 13px;
  margin-top: 8.5px; */
  /* margin-top: 5px; */
  opacity: 0;
  /* transition: 0.15s ease-in-out; */
}
.slide-number:hover {
  cursor: pointer;
  opacity: 0.3;
}
.date-number {
  right: 0;
  position: absolute;
  /* margin-right: 13px;
  margin-top: 8.5px; */
  /* margin-top: 5px; */
  opacity: 0;
  /* transition: 0.15s ease-in-out; */
}

.carousel-cell {
  width: 100%;
  height: 100vh;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* background-color: black; */
}

.left {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100vh;
  /* background-color: red; */
  z-index: 1;
  opacity: 0.3;
  cursor: w-resize;
}
.right {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100vh;
  /* background-color: green; */
  opacity: 0.3;
  z-index: 1;
  cursor: e-resize;
}
.carousel-cell img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.carousel-cell img.loaded {
  opacity: 1;
}
.carousel-cell img.lazyloaded {
  opacity: 1;
}

.video {
  background-color: black;
}

.carousel-cell video {
  /* width: 75%; */
  height: calc(100vh - 145px);
  background-color: black;
  object-fit: cover;
}

.index-project {
  position: absolute;
  bottom: 0;
  margin-bottom: 37.5px;
  width: 100%;
  opacity: 1;
}
.index-project > div > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#about-cta {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  text-decoration: underline;
}
#index-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  opacity: 1;
  text-decoration: underline;
}

#index-cta:hover {
  color: var(--violet);
}
.inside-img {
  width: 100%;
}
.inside-img img {
  width: 100%;
}

.inside-cv-img {
  width: 100%;
}
.inside-cv-img img {
  width: 20%;
}
#about-cta:hover {
  color: var(--violet);
}
.carousel-cell img {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

/* img.loaded {
  opacity: 1;
} */

.mobile-cell {
  display: none;
}

.project-index {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
}
.project-index-img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.project-index:hover > .project-index-img {
  opacity: 0.5;
}
.project-index-img:hover {
  opacity: 1 !important;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.project-index-img:hover .index-img-container {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.glass-index {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.index-background {
  position: absolute;
  width: 100%;
  z-index: 99;
  height: 100vh;
  display: flex;
  justify-content: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.index-background img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.index-background video {
  height: calc(100vh - 145px);
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-img-container {
  flex-grow: 0;
  height: 62.5px;
  margin-right: 7.5px;
  justify-content: flex-start;
  filter: grayscale(1);
}
.index-img-container img {
  /* width: 55px; */
  object-fit: contain;
  height: 55px;
}

.index-img-container video:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.index-img-container video {
  /* width: 55px; */
  object-fit: contain;
  height: 55px;
  filter: grayscale(1);
}

.top-cartel-container-index > .top-cartel-index {
  opacity: 1;
}

.index-container > .cartel-p > .cartel {
  overflow: unset;
  height: auto;
}

.top-cartel-container-index {
  height: 60px;
  position: sticky;
  position: -webkit-sticky;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  right: 0;
  margin: auto;
  z-index: 100;
}
.num-index {
  position: absolute;
  right: 0;
  margin-right: 10px;
  color: var(--violet);
}
.index-cartel-container {
  width: 25%;
  height: 100px;
  background-color: white;
}
.index-cartel-container > div {
  margin-left: 10px;
  width: calc(25% - 20px);
}

/* .top-cartel-container-index > div {
  height: 60px;
  position: relative;
  display: flex;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  right: 0;
  margin: auto;
} */

.zik {
  color: black;
  z-index: 1000;
  cursor: pointer;
}
