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

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

input, button, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
  border: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  user-select: none;
}

html {
  scroll-behavior: auto;
}

body {
  width: 100%;
}
body.lockscroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}
body.elementor-editor-active .transition-elem-barba {
  display: none !important;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

html {
  width: 100%;
  overflow-x: hidden;
}
html:not(.firefox)::-webkit-scrollbar {
  width: 5px;
}
html:not(.firefox)::-webkit-scrollbar-track {
  background: #ffffff;
}
html:not(.firefox)::-webkit-scrollbar-thumb {
  background: rgb(23, 23, 24);
  border-radius: 10px;
}
html:not(.firefox)::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}
html:not(.firefox)::-ms-scrollbar {
  width: 5px;
}
html.lenis-stopped:not(.firefox)::-webkit-scrollbar-thumb {
  background: rgba(23, 23, 24, 0);
}
html.lenis-stopped.firefox {
  scrollbar-color: #1c1c1c transparent !important;
}
html.firefox {
  scrollbar-color: #1c1c1c transparent !important;
  scrollbar-width: thin !important;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent], .lenis [data-lenis-prevent-wheel], .lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

main#content {
  width: 100% !important;
  min-width: 100% !important;
}

/*
.transition-elem-barba{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 1000;

  .elementor-widget-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    mix-blend-mode: difference;
  }

  &.actif{
    left: auto;
    right: 0;
  }
}
*/
.transition-elem-barba {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #f8f8f8;
  z-index: 1000;
  overflow: hidden;
}
.transition-elem-barba .elementor-widget-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  mix-blend-mode: difference;
}
.transition-elem-barba.actif {
  bottom: auto;
  top: 0;
}

.masonry-galerie .gallery {
  position: relative;
  width: 100%;
}

/* 3 colonnes desktop */
.masonry-galerie .gallery .gallery-item {
  float: none !important;
  width: calc((100% - 60px) / 3);
  margin: 0 !important;
  margin-bottom: 30px !important;
  box-sizing: border-box;
}

/* 2 colonnes tablette */
@media (max-width: 1024px) {
  .masonry-galerie .gallery .gallery-item {
    width: calc((100% - 30px) / 2) !important;
    max-width: calc((100% - 30px) / 2) !important;
  }
}
/* 1 colonne mobile */
@media (max-width: 767px) {
  .masonry-galerie .gallery .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.masonry-galerie .gallery .gallery-icon,
.masonry-galerie .gallery .gallery-icon img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #header-home #main-nav nav ul, #header-home #main-nav-int nav ul, #main-header #main-nav nav ul, #main-header #main-nav-int nav ul, .header-work #main-nav nav ul, .header-work #main-nav-int nav ul {
    flex-direction: column;
  }
}
#header-home #main-nav nav ul li a, #header-home #main-nav-int nav ul li a, #main-header #main-nav nav ul li a, #main-header #main-nav-int nav ul li a, .header-work #main-nav nav ul li a, .header-work #main-nav-int nav ul li a {
  position: relative;
}
@media (max-width: 767px) {
  #header-home #main-nav nav ul li a, #header-home #main-nav-int nav ul li a, #main-header #main-nav nav ul li a, #main-header #main-nav-int nav ul li a, .header-work #main-nav nav ul li a, .header-work #main-nav-int nav ul li a {
    padding: 8px 0;
    margin: 0;
    line-height: 1;
  }
}
#header-home #main-nav nav ul li a:after, #header-home #main-nav-int nav ul li a:after, #main-header #main-nav nav ul li a:after, #main-header #main-nav-int nav ul li a:after, .header-work #main-nav nav ul li a:after, .header-work #main-nav-int nav ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 5px;
  height: 5px;
  background: #fff;
  transform: translateX(-50%) translateY(100%);
  border-radius: 100px;
}
@media (max-width: 767px) {
  #header-home #main-nav nav ul li a:after, #header-home #main-nav-int nav ul li a:after, #main-header #main-nav nav ul li a:after, #main-header #main-nav-int nav ul li a:after, .header-work #main-nav nav ul li a:after, .header-work #main-nav-int nav ul li a:after {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  #header-home #main-nav nav ul, #main-header #main-nav nav ul, .header-work #main-nav nav ul {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  #header-home #main-nav nav ul li a, #main-header #main-nav nav ul li a, .header-work #main-nav nav ul li a {
    padding: 8px 0;
    margin: 0;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  #header-home #main-nav nav ul li a:after, #main-header #main-nav nav ul li a:after, .header-work #main-nav nav ul li a:after {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #header-home #main-nav nav ul li a.elementor-item-active, #main-header #main-nav nav ul li a.elementor-item-active, .header-work #main-nav nav ul li a.elementor-item-active {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  #header-home #main-nav-int nav ul li a.elementor-item-active, #main-header #main-nav-int nav ul li a.elementor-item-active, .header-work #main-nav-int nav ul li a.elementor-item-active {
    font-weight: 600;
  }
}
#header-home #main-nav-int nav ul li a:after, #main-header #main-nav-int nav ul li a:after, .header-work #main-nav-int nav ul li a:after {
  background: #171718;
}
#header-home .video-header-home, #main-header .video-header-home, .header-work .video-header-home {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#header-home .video-header-home .e-hosted-video, #main-header .video-header-home .e-hosted-video, .header-work .video-header-home .e-hosted-video {
  width: 100%;
  height: 100%;
}
#header-home .video-header-home .e-hosted-video video, #main-header .video-header-home .e-hosted-video video, .header-work .video-header-home .e-hosted-video video {
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #000;
  border: none;
  display: flex;
  height: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .header-work #main-nav nav ul {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .header-work #main-nav nav ul {
    flex-direction: column !important;
  }
}
#main-header #main-nav nav ul li a:after {
  background: #171718;
}

.header-work #main-nav nav ul li a:after {
  background: #ffffff;
}

.main-footer {
  padding-top: 150px;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .main-footer {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .main-footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .main-footer img {
    float: left;
    width: 150px;
  }
  .main-footer .e-child {
    padding: 0;
  }
  .main-footer .e-child ul li a {
    font-size: 1.3em;
  }
}
@media (max-width: 1024px) {
  .main-footer nav ul {
    flex-direction: column;
  }
}
.main-footer nav ul li a {
  position: relative;
}
@media (max-width: 1024px) {
  .main-footer nav ul li a {
    padding: 8px 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }
}
.main-footer nav ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 5px;
  height: 5px;
  background: #fff;
  transform: translateX(-50%) translateY(100%);
  border-radius: 100px;
}
@media (max-width: 1024px) {
  .main-footer nav ul li a:after {
    display: none !important;
  }
}
.main-space {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1400px) {
  .main-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .main-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .main-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.main-space.min-bottom {
  padding-bottom: 50px;
}

.header-space-top {
  padding-top: 100px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .header-space-top {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .header-space-top {
    padding-top: 40px;
  }
}

.header-space-bottom {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .header-space-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .header-space-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main-list-work .list-work .work_item:nth-child(odd) .e-con-inner {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .main-list-work .list-work .work_item:nth-child(odd) .e-con-inner {
    flex-direction: row;
  }
}
.main-list-work .list-work .work_item:nth-child(odd) .e-con-inner .list-work-right {
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .main-list-work .list-work .work_item:nth-child(odd) .e-con-inner .list-work-right {
    align-items: flex-start;
  }
}
.main-list-work .list-work .work_item .video-work .elementor-open-inline {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-list-work .list-work .work_item .video-work .elementor-open-inline iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  min-width: 101%;
  min-height: 101%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border: none;
  background: #171718;
}

.single-work_item .descr-work ul {
  padding: 0;
  list-style: none;
}
.single-work_item .descr-work ul strong {
  font-weight: 500;
}
.single-work_item header {
  position: absolute;
  width: 100%;
  z-index: 1;
  mix-blend-mode: difference;
}

.work_item {
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .work_item .img-work img {
    opacity: 1 !important;
  }
}

#header-video-work.video-work {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
#header-video-work.video-work .btn-watch {
  mix-blend-mode: difference;
}
#header-video-work.video-work .e-con-inner, #header-video-work.video-work .elementor-widget-video {
  width: 100%;
  height: 100%;
}
#header-video-work.video-work .elementor-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#header-video-work.video-work iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.about-team ul {
  list-style: none;
  padding: 0;
}
.about-team ul li {
  border-bottom: 1px solid rgba(23, 23, 24, 0.1803921569);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about-team ul li b, .about-team ul li strong {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.page-work-list .work_item {
  overflow: hidden;
}
.page-work-list .work_item .overlay-work {
  width: 102%;
  max-width: 102% !important;
  height: 102%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.page-work-list .work_item .info-work {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  transition: none !important;
  will-change: transform;
  display: none;
}
@media (max-width: 1024px) {
  .page-work-list .work_item .info-work {
    position: relative;
    display: flex;
  }
}
.page-work-list .work_item .video-work .elementor-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-work-list .work_item .video-work .elementor-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  min-width: 101%;
  min-height: 101%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border: none;
}

.content-work {
  grid-template-columns: 0.2fr 1fr !important;
  grid-template-rows: auto !important;
}
@media (max-width: 767px) {
  .content-work {
    grid-template-columns: 1fr !important;
  }
}

.gallery-work .elementor-gallery-item__image {
  transform-origin: center !important;
}

.elementor-lightbox .dialog-close-button, .elementor-popup-modal .dialog-close-button {
  right: 30px !important;
  top: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.elementor-lightbox .dialog-close-button svg, .elementor-popup-modal .dialog-close-button svg {
  fill: #171718 !important;
  width: 30px !important;
  height: 30px !important;
}
.elementor-lightbox .swiper-wrapper .elementor-lightbox-item img, .elementor-popup-modal .swiper-wrapper .elementor-lightbox-item img {
  box-shadow: none !important;
}

.elementor-popup-modal .dialog-close-button {
  position: fixed;
}

.dialog-lightbox-widget-content .elementor-video-container .elementor-video-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-custom-embed-play svg {
  fill: #171718;
  height: 50px;
  width: 50px;
  filter: none;
}

.image-contact .elementor-widget-image {
  height: 100svh;
  width: auto;
}
.image-contact .elementor-widget-image img {
  width: auto;
}

#vimeo-lightbox {
  background-color: rgba(255, 255, 255, 0.9) !important;
  cursor: none !important;
}
@media (max-width: 1024px) {
  #vimeo-lightbox {
    background-color: rgba(255, 255, 255, 0.97) !important;
  }
}
#vimeo-lightbox .dialog-widget-content {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 55%;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  overflow: inherit;
  /*
  top: -30px !important;
  right: -30px !important;
  position: absolute;
  z-index: 1000;
  left: auto;
  bottom: auto;
  transform: translate(100%, -100%);
  */
}
@media (max-width: 1024px) {
  #vimeo-lightbox .dialog-widget-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #vimeo-lightbox .dialog-widget-content {
    width: 100%;
  }
}
#vimeo-lightbox .dialog-widget-content .dialog-close-button {
  animation: none !important;
  transition: none !important;
  margin-block-start: 0 !important;
  inset-inline-end: 0 !important;
  width: 25px;
  height: 25px;
  cursor: none !important;
  opacity: 0;
}
@media (max-width: 1024px) {
  #vimeo-lightbox .dialog-widget-content .dialog-close-button {
    width: 35px;
    height: 35px;
    opacity: 1;
    left: 50%;
    position: absolute;
    top: -50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
#vimeo-lightbox .dialog-widget-content .dialog-close-button svg {
  width: 100%;
}
#vimeo-lightbox .dialog-widget-content .dialog-close-button svg path {
  stroke: #000 !important;
}
#vimeo-lightbox .dialog-widget-content .dialog-close-button .dialog-close-button-icon {
  display: none;
}
#vimeo-lightbox .dialog-widget-content .dialog-lightbox-message {
  width: 100%;
}
#vimeo-lightbox .dialog-widget-content .video-lightbox-wrap {
  width: 100%;
}
#vimeo-lightbox .dialog-widget-content .video-lightbox-wrap .video-lightbox-ratio {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
#vimeo-lightbox .dialog-widget-content .video-lightbox-wrap .video-lightbox-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.back-button {
  position: relative;
}
.back-button:before, .back-button:after {
  content: "";
  width: 0;
  height: 1px;
  background: #171718;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width 0.5s ease-out;
}
.back-button:after {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}
.back-button:hover:before, .back-button:hover:after {
  width: 100%;
}

a.marquee-gsap {
  display: block;
}

#text-contact {
  mix-blend-mode: difference;
}

.info-contact a {
  position: relative;
}
.info-contact a:after {
  content: "";
  background: #171718;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.4s ease-out;
}
.info-contact a:hover:after {
  width: 100%;
}

.marquee-gsap {
  overflow: hidden;
  white-space: nowrap;
  contain: content;
  transform: translateZ(0);
}
.marquee-gsap .marquee-track {
  display: block;
  white-space: nowrap;
  will-change: transform;
  transform: translateZ(0);
  transition: none;
  animation: none;
  line-height: 1;
}
.marquee-gsap .marquee-track span {
  display: inline-block;
  padding-right: 4rem;
  color: #171718;
  font-size: clamp(3rem, 8vw, 10rem);
  font-weight: 800;
  line-height: 1;
}
.marquee-gsap.marquee-contact-page .marquee-track span {
  color: #fff;
}

@media (max-width: 767px) {
  .transition-elem-barba .marquee-gsap .marquee-track span {
    font-size: 7em;
  }
}

.title-work-fixed {
  overflow: hidden;
  white-space: nowrap;
  mix-blend-mode: difference;
  pointer-events: none;
  user-select: none;
}
.title-work-fixed .title-work-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  height: 0;
  overflow: hidden;
}
.title-work-fixed .title-work-track #title-work {
  padding-right: 20px;
}
.title-work-fixed .title-work-track #title-work, .title-work-fixed .title-work-track #subtitle-work {
  display: inline-block;
  color: #ffffff;
  font-size: 3.5vw;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
