@charset "UTF-8";
@font-face {
  font-family: "TikTok Sans Expanded";
  src: url("/fonts/TikTokSans18ptExpanded-Light.eot");
  src: url("/fonts/TikTokSans18ptExpanded-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/TikTokSans18ptExpanded-Light.woff") format("woff"), url("/fonts/TikTokSans18ptExpanded-Light.woff2") format("woff2"), url("/fonts/TikTokSans18ptExpanded-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "TikTok Sans Expanded";
  src: url("/fonts/TikTokSans18ptExpanded-Regular.eot");
  src: url("/fonts/TikTokSans18ptExpanded-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/TikTokSans18ptExpanded-Regular.woff") format("woff"), url("/fonts/TikTokSans18ptExpanded-Regular.woff2") format("woff2"), url("/fonts/TikTokSans18ptExpanded-Regular.ttf") format("truetype");
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-image: url("/img/pattern.svg");
  background-color: #F4DACB;
}

p, li, span {
  text-wrap-style: pretty;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

li, a, input, select, textarea, button {
  box-shadow: none !important;
  outline: none !important;
  text-shadow: unset !important;
}

img {
  pointer-events: none;
}

main .content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
main .content .content__img {
  max-width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: transform;
}
main .content .header-wrapper {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  margin: 0 6vw;
}
@media (min-width: 2000px) {
  main .content .header-wrapper {
    max-width: 1800px;
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  main .content .header-wrapper {
    margin: 80px 6vw 80px 6vw;
  }
}
@media (max-width: 1050px) {
  main .content .header-wrapper {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  main .content .header-wrapper {
    height: 300px;
  }
}
main .content .header-wrapper .top p, main .content .header-wrapper .bottom p {
  margin: 0;
  font-family: "TikTok Sans Expanded";
  font-size: clamp(20px, 20px + 12 * (100vw - 576px) / 1024, 32px);
  font-weight: 300;
}
main .content .header-wrapper #word {
  font-size: 15vw;
  cursor: pointer;
}
@media (max-width: 4900px) {
  main .content .header-wrapper #word {
    font-size: 1vw;
  }
}
@media (max-width: 4700px) {
  main .content .header-wrapper #word {
    font-size: 2vw;
  }
}
@media (max-width: 4500px) {
  main .content .header-wrapper #word {
    font-size: 3vw;
  }
}
@media (max-width: 4300px) {
  main .content .header-wrapper #word {
    font-size: 4vw;
  }
}
@media (max-width: 4100px) {
  main .content .header-wrapper #word {
    font-size: 5vw;
  }
}
@media (max-width: 3900px) {
  main .content .header-wrapper #word {
    font-size: 6vw;
  }
}
@media (max-width: 3700px) {
  main .content .header-wrapper #word {
    font-size: 7vw;
  }
}
@media (max-width: 3500px) {
  main .content .header-wrapper #word {
    font-size: 8vw;
  }
}
@media (max-width: 3300px) {
  main .content .header-wrapper #word {
    font-size: 9vw;
  }
}
@media (max-width: 3100px) {
  main .content .header-wrapper #word {
    font-size: 10vw;
  }
}
@media (max-width: 2900px) {
  main .content .header-wrapper #word {
    font-size: 11vw;
  }
}
@media (max-width: 2700px) {
  main .content .header-wrapper #word {
    font-size: 12vw;
  }
}
@media (max-width: 2500px) {
  main .content .header-wrapper #word {
    font-size: 13vw;
  }
}
@media (max-width: 2300px) {
  main .content .header-wrapper #word {
    font-size: 14vw;
  }
}
@media (max-width: 1920px) {
  main .content .header-wrapper #word {
    font-size: 15vw;
  }
}
@media (max-width: 991.98px) {
  main .content .header-wrapper #word {
    font-size: 16vw;
  }
}
main .content .header-wrapper #word .letter {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform-origin: center;
  letter-spacing: -0.05em; /* rapprochement par défaut */
  font-family: "TikTok Sans", sans-serif;
  color: black;
  /* F étiré */
  /* D étiré */
}
main .content .header-wrapper #word .letter:first-of-type {
  font-variation-settings: "wght" 100;
}
main .content .header-wrapper #word .letter:nth-of-type(2) {
  font-variation-settings: "wght" 300;
}
main .content .header-wrapper #word .letter:nth-of-type(3) {
  font-variation-settings: "wght" 500;
}
main .content .header-wrapper #word .letter:nth-of-type(4) {
  font-variation-settings: "wght" 700;
  transform: scaleX(1.3);
}
main .content .header-wrapper #word .letter:nth-of-type(5) {
  font-variation-settings: "wght" 800;
}
main .content .header-wrapper #word .letter:nth-of-type(6) {
  font-variation-settings: "wght" 900;
  transform: scaleX(1.3);
}
main .content .header-wrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 430px) {
  main .content .header-wrapper .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
main .salon-wrapper {
  position: relative;
  z-index: 999;
  margin: 0 6vw 120px 6vw;
  padding: 60px 120px;
  background-color: #FF9AC7;
}
@media (min-width: 2000px) {
  main .salon-wrapper {
    max-width: 1650px;
    margin: 0 auto 120px auto;
  }
}
@media (max-width: 1600px) {
  main .salon-wrapper {
    padding: 60px;
  }
}
@media (max-width: 1199.98px) {
  main .salon-wrapper {
    flex-direction: column;
    margin: 0 6vw 80px 6vw;
    padding: 40px;
  }
}
main .salon-wrapper .titre {
  margin: 0 0 60px 0;
  font-family: "TikTok Sans Expanded";
  font-size: clamp(24px, 24px + 8 * (100vw - 576px) / 1024, 32px);
  font-weight: 300;
  color: #1D1D1B;
}
main .salon-wrapper .salon-content {
  display: flex;
  gap: 160px;
}
@media (max-width: 1600px) {
  main .salon-wrapper .salon-content {
    gap: 100px;
  }
}
@media (max-width: 1400px) {
  main .salon-wrapper .salon-content {
    flex-direction: column;
    gap: 60px;
  }
}
main .salon-wrapper .salon-content .salon-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
main .salon-wrapper .salon-content .salon-content-left p {
  margin: 0;
  font-family: "TikTok Sans Expanded";
  font-size: clamp(16px, 16px + 8 * (100vw - 576px) / 1024, 24px);
  font-weight: 300;
  color: #1D1D1B;
}
main .salon-wrapper .salon-content .salon-content-left p span {
  display: block;
}
@media (max-width: 767.98px) {
  main .salon-wrapper .salon-content .salon-content-left p span {
    display: contents;
  }
}
main .salon-wrapper .salon-content .salon-content-left a {
  font-family: "TikTok Sans Expanded";
  font-size: clamp(18px, 18px + -2 * (100vw - 576px) / 1024, 16px);
  font-weight: 500;
  color: #1D1D1B;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out, opacity 0.25s ease-out, transform 0.25s ease-out, height 0.25s ease-out, width 0.25s ease-out, padding 0.25s ease-out;
}
main .salon-wrapper .salon-content .salon-content-left a:hover {
  color: #F9D2D9;
}
main .salon-wrapper .salon-content .salon-content-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
main .salon-wrapper .salon-content .salon-content-right p {
  margin: 0;
  font-family: "TikTok Sans Expanded";
  font-size: clamp(16px, 16px + 8 * (100vw - 576px) / 1024, 24px);
  font-weight: 300;
  color: #1D1D1B;
}
main .salon-wrapper .salon-content .salon-content-right a {
  font-family: "TikTok Sans Expanded";
  font-size: clamp(16px, 16px + 12 * (100vw - 576px) / 1024, 28px);
  font-weight: 300;
  color: #1D1D1B;
  text-decoration: none;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out, opacity 0.25s ease-out, transform 0.25s ease-out, height 0.25s ease-out, width 0.25s ease-out, padding 0.25s ease-out;
}
main .salon-wrapper .salon-content .salon-content-right a:hover {
  color: #F9D2D9;
}
main .artfwd-infos-wrapper {
  position: relative;
  z-index: 999;
  margin: 140px 6vw 0 6vw;
  display: flex;
  gap: 160px;
}
@media (min-width: 2000px) {
  main .artfwd-infos-wrapper {
    max-width: 1650px;
    margin: 140px auto 0 auto;
  }
}
@media (max-width: 1399.98px) {
  main .artfwd-infos-wrapper {
    gap: 100px;
  }
}
@media (max-width: 1199.98px) {
  main .artfwd-infos-wrapper {
    gap: 60px;
    margin: 100px 6vw 0 6vw;
  }
}
@media (max-width: 991.98px) {
  main .artfwd-infos-wrapper {
    margin: 100px 6vw 80px 6vw;
    flex-direction: column;
  }
}
main .artfwd-infos-wrapper .artfwd-infos-left {
  flex: 1;
}
main .artfwd-infos-wrapper .artfwd-infos-left img {
  position: sticky;
  top: 20px;
  width: 100%;
  height: 700px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  main .artfwd-infos-wrapper .artfwd-infos-left img {
    height: 560px;
  }
}
@media (max-width: 767.98px) {
  main .artfwd-infos-wrapper .artfwd-infos-left img {
    height: 400px;
  }
}
main .artfwd-infos-wrapper .artfwd-infos-right {
  flex: 1;
}
main .artfwd-infos-wrapper .artfwd-infos-right p {
  margin: 0;
  font-family: "TikTok Sans Expanded";
  font-weight: 400;
  color: #1D1D1B;
}
main .artfwd-infos-wrapper .artfwd-infos-right p span {
  display: block;
}
@media (max-width: 1199.98px) {
  main .artfwd-infos-wrapper .artfwd-infos-right p span {
    display: contents;
  }
}
main .artfwd-infos-wrapper .artfwd-infos-right .titre {
  margin-bottom: 60px;
  font-size: clamp(24px, 24px + 22 * (100vw - 576px) / 1024, 46px);
}
@media (max-width: 1199.98px) {
  main .artfwd-infos-wrapper .artfwd-infos-right .titre {
    margin-bottom: 40px;
  }
}
main .artfwd-infos-wrapper .artfwd-infos-right .description {
  margin-bottom: 20px;
  font-size: clamp(16px, 16px + 2 * (100vw - 576px) / 1024, 18px);
}
main .artfwd-infos-wrapper .artfwd-infos-right .description:last-of-type {
  margin-bottom: 0;
}
main .nos-artistes-wrapper .pin-spacer {
  background-color: #F9D2D9;
}
main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg {
  padding: 100px 6vw;
  background-color: #F9D2D9;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg {
    padding: 80px 6vw;
  }
}
main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg .titre {
  margin: 0 0 60px 0;
  font-family: "TikTok Sans Expanded";
  font-size: clamp(24px, 24px + 22 * (100vw - 576px) / 1024, 46px);
  font-weight: 400;
  color: #1D1D1B;
}
main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg .nos-artistes-items {
  display: flex;
  flex-wrap: nowrap;
  gap: 140px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1199.98px) {
  main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg .nos-artistes-items {
    gap: 100px;
  }
}
main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg .nos-artistes-items .item {
  display: flex;
  align-items: center;
}
main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg .nos-artistes-items .item .item-left img {
  max-width: 280px;
  display: block;
}
main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg .nos-artistes-items .item .item-right {
  margin-left: -40px;
}
@media (max-width: 1399.98px) {
  main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg .nos-artistes-items .item .item-right {
    margin-left: -30px;
  }
}
@media (max-width: 1199.98px) {
  main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg .nos-artistes-items .item .item-right {
    margin-left: -20px;
  }
}
main .nos-artistes-wrapper .nos-artistes .nos-artistes-bg .nos-artistes-items .item .item-right p {
  margin: 0;
  font-family: "TikTok Sans Expanded";
  font-size: clamp(40px, 40px + 24 * (100vw - 576px) / 1024, 64px);
  font-weight: 400;
  color: #1D1D1B;
  text-transform: uppercase;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 120px 6vw;
}
@media (min-width: 2000px) {
  footer {
    max-width: 1650px;
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  footer {
    flex-direction: column;
    gap: 60px;
    padding: 80px 6vw;
  }
}
footer .footer-left img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  footer .footer-left img {
    width: 100%;
  }
}
footer .footer-left p {
  max-width: 590px;
  margin: 0;
  font-family: "TikTok Sans Expanded";
  font-size: clamp(18px, 18px + 8 * (100vw - 576px) / 1024, 26px);
  font-weight: 400;
  color: #1D1D1B;
}
@media (max-width: 1199.98px) {
  footer .footer-left p {
    max-width: 100%;
  }
}
footer .footer-left p:first-of-type {
  margin-bottom: 30px;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
}
footer .footer-right p {
  margin: 0 0 20px 0;
  font-family: "TikTok Sans Expanded";
  font-size: clamp(18px, 18px + 10 * (100vw - 576px) / 1024, 28px);
  font-weight: 300;
  color: #1D1D1B;
}
footer .footer-right a {
  display: inline-block;
  margin: 0;
  font-family: "TikTok Sans Expanded";
  font-size: clamp(18px, 18px + 10 * (100vw - 576px) / 1024, 28px);
  font-weight: 300;
  color: #1D1D1B;
  text-decoration: none;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out, opacity 0.25s ease-out, transform 0.25s ease-out, height 0.25s ease-out, width 0.25s ease-out, padding 0.25s ease-out;
}
footer .footer-right a:hover {
  color: #FF9AC7;
}/*# sourceMappingURL=style.css.map */