@charset "UTF-8";
/* FONTS */
/* COLORS */
/* GRADIENT */
/* MARGIN/PADDING  */
.contact, .references, .chapeau_header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img, video {
  height: auto;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  margin: 0;
  height: auto;
}

.center {
  text-align: center;
}

.dark {
  background-color: #000000;
}

.light {
  background-color: #ffffff;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

section * {
  position: relative;
  z-index: 10;
}

h1 {
  font-family: "Kazimir Text", "Comics Sans MS", sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
}

h2 {
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}

h3 {
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}

/* 100 – Ultra Light / Hairline */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-UltLt.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-UltLtIt.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* 200 – Thin */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-Th.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-ThIt.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
/* 300 – Light */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-LtIt.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* 400 – Regular / Roman */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-It.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* 500 – Medium */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-Md.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-MdIt.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* 700 – Bold */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-BdIt.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* 800 – ExtraBold / Heavy */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-Hv.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* 900 – Black / ExtraBlack */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-Blk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Si tu veux utiliser les versions Condensed / Extended,
   tu peux les mapper avec font-stretch, par ex. :

@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("webfonts/HelveticaNeueLTStd-BdCn.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
*/
/* 100 – Hairline */
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* 200 – Thin */
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* 300 – Light */
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* 400 – Book / Regular */
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* 500 – Medium */
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* 600 – Semibold */
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* 700 – Bold */
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 800 – ExtraBold */
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* 900 – Black */
@font-face {
  font-family: "Kazimir Text";
  src: url("webfonts/KazimirText-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.btn_border {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  height: 40px;
  border: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.btn_border::before {
  content: "";
  background: linear-gradient(93deg, #FB9A20 -24.98%, #8A38F5 51.17%, #1115F5 104.91%);
  width: 0%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: 0.4s ease;
}
.btn_border:hover:before {
  width: 100%;
  opacity: 1;
}

.btn--contact {
  color: #ffffff;
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: block;
  margin-bottom: -5px;
  z-index: 10;
  position: relative;
  transition: 0.5s ease;
}

.btn--frise {
  display: flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: var(--Punchy-Basics-white, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Helvetica Neue";
  font-size: 28px;
  font-style: normal;
  line-height: normal;
}

header {
  background-color: #000000;
  position: relative;
  top: 0;
  z-index: 20;
}
header nav {
  padding: 20px 140px;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul img, header nav ul div {
  position: relative;
  z-index: 10;
}

.cursor_follower {
  position: fixed;
  width: 40px;
  height: 40px;
  pointer-events: none;
  transition: background 0.2s, transform 0.1s;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1;
}

.bloc_frise {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px 0;
}

.fil_bloc::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: black;
}

.btn--frise {
  white-space: nowrap;
}

.btn--frise {
  display: flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: var(--Punchy-Basics-white, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Helvetica Neue";
  font-size: 28px;
  font-style: normal;
  line-height: normal;
}

.btn_wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.fil_bloc {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
}

.chapeau_header {
  padding: 60px 140px;
}
.chapeau_header p {
  font-size: 3.6rem;
  font-family: "Kazimir Text", "Comics Sans MS", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.chapeau_header p span {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.gradient_txt--blue {
  background: linear-gradient(93deg, #00F2FF -0.01%, #8B32FF 99.99%);
  font-family: "Kazimir Text", "Comics Sans MS", sans-serif;
}

.gradient_txt--rose {
  background: linear-gradient(93deg, #FF00B3 -0.01%, #FF706A 35.99%, #7C00FE 95.33%);
  font-family: "Kazimir Text", "Comics Sans MS", sans-serif;
}

.gradient_txt--purple {
  background: linear-gradient(93deg, #FF9F27 -0.01%, #8B32FF 49.99%, #0004FF 99.99%);
  font-family: "Kazimir Text", "Comics Sans MS", sans-serif;
}

.gradient_txt--orange {
  background: linear-gradient(92deg, #FF9700 -4.07%, #FF706A 35.99%, #7C00FE 95.33%);
  font-family: "Kazimir Text", "Comics Sans MS", sans-serif;
}

.gradient_txt {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  background-size: 300% 100%;
  animation: liquid-gradient 3s ease-in-out infinite;
  padding-right: 4px;
}

@keyframes liquid-gradient {
  0% {
    background-position: 0% 50%;
    filter: hue-rotate(0deg);
  }
  50% {
    background-position: 100% 50%;
    filter: hue-rotate(15deg);
  }
  100% {
    background-position: 0% 50%;
    filter: hue-rotate(0deg);
  }
}
.vos_besoin {
  padding: 60px 0 1px 0;
}
.vos_besoin h2 {
  padding-inline: 140px;
}
.vos_besoin > ul {
  overflow: hidden;
}
.vos_besoin > ul > li {
  padding-inline: 140px;
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #000000;
  opacity: 0.3;
  transform: translateY(20px);
  transition: background-color 0.6s ease, opacity 0.6s ease, color 0.6s ease, transform 0.6s ease;
}
.vos_besoin > ul > li p,
.vos_besoin > ul > li li {
  font-size: 2rem;
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif;
  font-weight: 200;
  color: #ffffff;
  transition: color 0.6s ease;
}
.vos_besoin > ul > li p strong,
.vos_besoin > ul > li li strong {
  font-weight: 700;
}
.vos_besoin > ul > li li {
  list-style: disc;
  margin-left: 40px;
}
.vos_besoin > ul > li h3 {
  color: #ffffff;
  transition: color 0.6s ease;
}

/* HOVER */
.vos_besoin ul li:hover {
  background-color: #FFF;
  opacity: 1;
  transition: color 0.6s ease;
}
.vos_besoin ul li:hover h3 {
  color: #000;
  transition: color 0.6s ease;
}
.vos_besoin ul li:hover p {
  color: #000;
}
.vos_besoin ul li:hover li {
  color: #000;
}

.vosBesoinsSeparateur {
  height: 59px;
  background-color: #FFF;
}

.unique {
  padding: 80px 140px;
}
.unique h2, .unique h3 {
  color: #000000;
}
.unique h3 {
  font-size: 3.6rem;
  transition: 0.2s ease;
  width: fit-content;
}
.unique p {
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
}

.unique__steps {
  margin-top: 40px;
  overflow: hidden;
}
.unique__steps .unique-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 20px;
  background-color: #ffffff;
}
.unique__steps .unique-block .unique-block__icon {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.unique__steps .unique-block .unique-block__content {
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
}
.unique__steps .unique-block .unique-block__content .unique-block__title {
  margin: 0 0 10px 0;
}
.unique__steps .unique-block .unique-block__content .unique-block__text {
  margin: 0;
}
.unique__steps .unique-block:nth-child(odd) {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.unique__steps .unique-block:hover .unique-block__icon {
  transform: scale(1.2);
}
.unique__steps .unique-block:hover .unique-block__content {
  transform: translateX(30px);
}

.bloc5-spacer {
  height: 200px; /* ou plus si besoin */
  pointer-events: none;
}

#bloc5, .unique__steps {
  height: auto !important;
}

.references {
  position: relative !important;
  padding: 80px 140px;
}
.references h2 {
  text-align: center;
}

.references_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.references_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
}
.references_list li img {
  transition: 0.2s ease;
}
.references_list li:hover img {
  transform: translateY(-25px);
}

.contact {
  padding: 80px 140px;
}
.contact h2 {
  color: #000000;
}
.contact > ul {
  display: flex;
  flex-direction: column;
}
.contact > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  border-bottom: 1px solid #000000;
}
.contact > ul > li:first-child {
  border-top: 1px solid #000000;
}
.contact > ul > li:hover .contact__infos ul {
  height: 70px;
}

.contact__name {
  font-size: 4.2rem;
}

.contact__infos h3 {
  color: #000000;
}
.contact__infos ul {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}
.contact__infos ul li {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  gap: 10px;
}
.contact__infos ul li a {
  font-size: 2rem;
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #000000;
}
.contact__infos ul li div {
  padding-right: 10px;
  border-right: 1px solid #000000;
}

.contact__infos {
  text-align: end;
}

.contact__linkedin {
  font-family: "Helvetica Neue LT Std", "Arial", sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.noBotUnderline {
  border-bottom: unset !important;
}

footer {
  padding: 30px 140px;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer ul li {
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Arial", sans-serif;
}
footer ul li:nth-child(2) {
  text-align: center;
}

.lien_linkedin a {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
  gap: 10px;
  color: #FFF;
  text-decoration: none;
}
.lien_linkedin a:hover img {
  scale: 1.1;
  transition: 0.2s ease-out;
}

.double_infos_responsive {
  display: none;
}

#bloc3responsive {
  display: none;
}

#bloc6responsive {
  display: none;
}

@media (max-width: 1024px) { /* PC */ }
@media (max-width: 875px) { /* PC */
  #cursorFollower {
    display: none !important;
    opacity: 0 !important;
  }
  header nav {
    padding: 20px 20px;
  }
  .chapeau_header {
    padding: 60px 40px;
  }
  .vos_besoin > ul > li, .vos_besoin h2 {
    padding-inline: 40px;
  }
  .unique {
    padding: 80px 40px;
  }
  .references {
    padding: 80px 0px;
  }
  .contact {
    padding: 80px 40px;
  }
  footer ul li:first-child {
    display: none;
  }
  .contact > ul > li {
    justify-content: space-between;
    padding-block: 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .noBotUnderline {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }
  .noBotUnderline p, .noBotUnderline p em {
    font-size: 22px;
  }
  .chapeau_header p, .unique h3, .contact__name {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  .references_list {
    gap: 20px;
  }
  .bloc5-spacer {
    display: none;
  }
  .double_infos {
    display: none;
  }
  .double_infos_responsive {
    display: block;
  }
  #bloc3responsive {
    display: block;
  }
  #bloc3 {
    display: none;
  }
  #bloc3responsive .fil_bloc::before {
    transform: unset;
  }
  #bloc3responsive .btn_wrapper {
    opacity: 1;
    margin: 0 auto;
    position: relative;
  }
  #bloc3responsive .btn--frise {
    top: 30px;
  }
  #bloc3responsive .fil_bloc {
    margin-bottom: 30px;
  }
  footer {
    padding: 30px 0px;
  }
  footer ul {
    flex-direction: column;
    gap: 10px;
  }
  footer ul li:nth-child(2) {
    width: 100%;
  }
  .unique__steps .unique-block {
    gap: 10px;
    padding: 20px 0;
  }
  #bloc6responsive {
    display: block;
  }
  #bloc6 {
    display: none;
  }
  .references_list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
  }
  .references_col {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
  }
  #bloc6responsive .references_list {
    overflow: hidden;
  }
  #bloc6responsive .references_col {
    will-change: transform;
  }
  #bloc6responsive .references_col img {
    flex-shrink: 0;
  }
}

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