/* font ====================================================== */

@font-face {
    font-family: 'simplon_norm_regular';
    src: url('font/SimplonBPRegular.woff2') format('woff2'),
        url('font/SimplonBPRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'simplon_mono_light';
    src: url('font/SimplonBPMono-Light.woff2') format('woff2'),
        url('font/SimplonBPMono-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'simplon_mono_regular';
    src: url('font/SimplonBPMono-Regular.woff2') format('woff2'),
        url('font/SimplonBPMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* cursor =================================================== */
* {
  cursor: none;
}

.custom-cursor {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 50px;
  height: 50px;
  background-color: white;
  transition: transform 350ms ease;
  transform: translate(-50%, -50%) scale(.3);
  z-index: 100000;
}
.custom-cursor--link {
  transform: translate(-50%, -50%) scale(1);
}


/* basique =================================================== */

body {
  margin: 0px;
  padding: 0px;
  font-family: 'simplon_norm_regular';
  font-size: 16px;
  overflow: hidden !important;

  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
}


.main_wrap {
  background-color: white !important;
  position: absolute;
  height: 100vw;
  width: 100vw;
  top: 0px;
  z-index: -9999;
}

html, body {
  height: 100%;
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.body_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

.bg_detail {
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 1) 1%, rgba(2, 2, 18, 1) 100%, rgba(0, 212, 255, 1) 75%);
  height: 500vw;
  width: 200vw;
  position: absolute;
  top: 0px;
  z-index: -1001;
}

.mono {
  font-family: 'simplon_mono_regular';
}

.full_s {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.video_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: -100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.inv_color {
  color: white;
  mix-blend-mode: difference;
}

.f26 {
  font-size: 26px;
}

/* nav ========================= */
nav {
  z-index: -1000 !important;
  opacity: 1 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px 0px;
}

nav > div > a > svg{
  width: 200px;
  fill: white;
  mix-blend-mode: difference;
}

.prem_nav_lien {
  margin-right: 20px;
}

.logo_reg {
  font-family: 'simplon_mono_regular';
}

.logo_nav:link, .logo_nav:visited {
  font-size: 1.2em;
  font-family: 'simplon_mono_light';
  color: white !important;
  mix-blend-mode: difference;
  text-decoration: none;
}

.logo_nav:hover, .logo_nav:active {
  font-family: 'simplon_mono_light';
  color: white !important;
  mix-blend-mode: difference;
  text-decoration: none;
}

.nav_lien:link, .nav_lien:visited  {
  font-family: 'simplon_mono_light';
  color: white !important;
  mix-blend-mode: difference;
  text-decoration: none;
}

.nav_lien:hover, .nav_lien:active  {
  color: white !important;
  mix-blend-mode: difference;
}


/* video ====================================================== */
.global_cont {
  overflow: visible;
  height: 100vh;
}

.largeur {
  display: flex;
  align-items: center;
  height: 80%;
}

.largeur > div {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.largeur > div img {
  width: 100%;
}

.pp_largeur {
  width: 330px;
}

.pp_largeur_m {
  width: 330px;
}

.largeur_m {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 400px;
}

.global_cont_mobile {
  height: 100vh;
  overflow-y: scroll;
}

.largeur_m > div img {
  width: 100%;
}

.nom_client_cover {
  margin-bottom: 0px;
  font-size: 12px;
  font-family: 'simplon_mono_regular';
}

.nom_projet_cover {
  margin-bottom: -15px;
  font-size: 16px;
  font-family: 'simplon_mono_regular';
}


#slider_projet,
#slider_m,
#nav {
    opacity: 0;
}


/* detail de projet ==================== */
.prev_next {
  align-items: flex-end;
}

.cont_typebar {
  flex-direction: column-reverse;
}

#typoBar {
  cursor: none !important;
}

.typo-bar {
    font-family: 'simplon_mono_regular';
}

.gap_client {
  gap: 5px;
  margin-bottom: -15px;
}

.info_video_detail_projet {
  font-family: 'simplon_mono_regular';
}

.cont_play {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  height: 80px;
  width: 80px;
  background-color: black;
  opacity: 50%;
  border-radius: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.play_btn {
  margin-left: 5px;
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  
  border-left: 30px solid white;
  mix-blend-mode: difference;
}



.detail_projet_body {
  overflow: hidden;
}

.client, .titre, .date_proj, .time, .plus_info {
  margin-bottom: 0px;
  font-family: 'simplon_mono_light';
}

.plus_info {
  text-decoration: underline;
}

.desc {
  max-width: 28.5vw;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  mix-blend-mode: difference;
}


.cont_desc_mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(calc(100% + 20px));
}

.desc_mobile {
  color: #fff;
  mix-blend-mode: difference;
}

.cont_desc {
  max-width: 520px;
  position: absolute;
  background-color: white;
  bottom: 0px;
  height: 100vh;
  left: -520px;
  z-index: -30;
}

.prev_next {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

.prev_next_link > a:link, .prev_next_link > a:visited {
 margin-right: 20px;
 color: #fff;
 mix-blend-mode: difference;
 text-decoration: none;
}

.prev_next_link > a:hover, .prev_next_link > a:active {
 margin-right: 20px;
}

/* about ==================== */
#three-canvas {
  margin-top: -90px;
  position: relative;
  z-index: -1000;
}

.contact_btn {
  margin-right: 20px;
  color: #000000;
  text-decoration: none;
}

.cont_contact {
  z-index: 100;
  position: absolute;
  bottom: 20px;
  text-align: end;
}


.br_contact {
  display: none;
}


/* info */
.cont_info {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 230%;
  z-index: 100;
}

.cont_info > p {
  color: black;
  mix-blend-mode: difference;
}

.par_m {
  display: inline;
  height: 600px;
  width: auto;
}

.par_d {
  display: none;
}


.droit_paren {
  margin: 0px 0px 20px 0px;
  transform: translateX(140px);
  opacity: 0;
}

.rotate {
  margin: 0px 0px 20px -20px;
  transform: translateX(-140px);
  opacity: 0;
}

.parenthese > img {
  height: 200px;
  width: auto;
}

.rotate > img {
  transform: rotate(180deg);
}

.point_info {
  height: 20px;
  width: 20px;
  background-color: transparent;
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 49.4%;
}

.point_info_2 {
  height: 20px;
  width: 20px;
  background-color: transparent;
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 49.4%;
}

.point_info_3 {
  height: 20px;
  width: 20px;
  background-color: transparent;
  position: absolute;
  z-index: 100;
  top: 60%;
  left: calc(5% + 500px);
}

.ligne-svg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
}


/* Home ====================================*/

.full_s_home {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.intro_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
  z-index: -1000;
}

  .cont_contact_index {
    display: none;
  }




/* responsive ==============================*/
@media (min-width: 576px) {
  .cont_contact_index {
    display: none;
  }
  .cont_typebar {
    flex-direction: row;
  }
  .cont_info {
  justify-content: center;
  align-items: center;
  max-width: 600px;
  z-index: 100;
  position: absolute;
  top: 60%;
  left: 5%;
  transform: none;
}
#text_info_moi {
  opacity: 0;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.par_m {
  display: none;
}

.par_d {
  display: inline;
}


.point_info {
  transform: scale(0);
  height: 15px;
  width: 15px;
  background-color: black;
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 49.4%;
}

.point_info_2 {
  height: 20px;
  width: 20px;
  background-color: transparent;
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 49.4%;
}

.point_info_3 {
  height: 2px;
  width: 2px;
  background-color: transparent;
  position: absolute;
  z-index: 300;
  top: 60.4%;
  left: calc(5% + 580px);
}
.ligne-svg {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
}

.droit_paren {
  margin: 0px 0px 20px 0px;
  transform: translateX(250px);
}

.rotate {
  margin: 0px 0px 20px -20px;
  transform: translateX(-250px);
}
  
}


@media (min-width: 768px) {
  .cont_contact_index {
    display: block;
  }
  .cont_desc_mobile{
    display: none;
  }
  .br_contact {
  display: block;
}

}


@media (min-width: 992px) {
  .desc {
    max-width: 28.5vw;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .cont_desc {
    max-width: 520px;
    position: absolute;
    background-color: white;
    bottom: 0px;
    height: 100vh;
    left: -520px;
    z-index: -30;
  }

}


@media (min-width: 1200px) {
  .desc {
    max-width: 28.5vw;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .cont_desc {
    max-width: 30vw;
    position: absolute;
    background-color: white;
    bottom: 0px;
    height: 100vh;
    left: -30vw;
    z-index: -30;
  }

.point_info_2 {
  height: 20px;
  width: 20px;
  background-color: transparent;
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 43.4%;
}
}


@media (min-width: 1400px) {

}



