.body {
  background-color: #0d0d0d;
}

.body.label {
  background-color: #0e0e0e;
  background-image: none;
}

.page-container.home {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block {
  position: static;
  top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.home {
  position: absolute;
  left: 0%;
  top: 40vh;
  right: 0%;
  bottom: 0%;
}

.div-block.label {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block.studio {
  padding-top: 40px;
  padding-bottom: 120px;
}

.div-block.studio.top {
  padding-bottom: 0px;
}

.div-block.studio.bottom {
  padding-bottom: 40px;
}

.text-block {
  width: 50%;
  font-family: 'Sequel sans book disp', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #fff;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Sequel sans book disp', sans-serif;
  color: #e4e4e4;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border-style: solid;
  border-width: 0.5px;
  border-color: #fff;
  background-color: #e4e4e4;
  color: #0e0e0e;
  text-transform: uppercase;
}

.button.mail {
  width: 180px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 13px;
  text-transform: lowercase;
}

.image {
  padding-right: 2px;
  background-color: transparent;
}

.artist-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.artists-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.artist-image {
  width: 100%;
  height: 250px;
  border-radius: 2px;
  background-color: #0e0e0e;
  background-image: url('../images/69762051_122828752404741_5720682939742683136_n.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.artist-image.reve-olver {
  width: 20vw;
  height: 20vw;
  background-color: #0e0e0e;
}

.artist-image.waeel {
  background-color: #0e0e0e;
  background-image: url('../images/230679828_873829453569658_8058034703393565810_n.jpg');
  background-position: 50% 0%;
}

.artist-image.zero {
  background-color: #0e0e0e;
  background-image: url('../images/230787009_791950128141250_1842050854915716985_n.jpg');
  background-position: 50% 50%;
}

.artist-image.no-made {
  background-color: #0e0e0e;
  background-image: url('../images/230787009_79195012FD8141250_1842050854915716985_n.png');
  background-position: 50% 50%;
  background-size: cover;
}

.artist-info-bloc {
  margin-top: 10px;
}

.text-block-2 {
  font-family: 'Sequel sans book disp', sans-serif;
  color: #e4e4e4;
  text-align: center;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.image-3 {
  width: 40px;
  height: 40px;
}

.image-4 {
  width: 40px;
  height: 40px;
}

.image-5 {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  margin-left: 3px;
}

.bold-text {
  font-size: 14px;
  letter-spacing: 1px;
}

.artist-info-management {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.management {
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  color: #e4e4e4;
  line-height: 17px;
  text-align: center;
}

.text-block-4 {
  color: #e4e4e4;
  text-align: center;
}

.contact {
  margin-top: 10px;
  color: grey;
  line-height: 17px;
  text-align: center;
}

.navbar {
  width: 100%;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-family: 'Sequel sans book disp', sans-serif;
  color: #e4e4e4;
  text-transform: uppercase;
}

.logo-long {
  margin-top: 0px;
  text-align: center;
}

.top-line-2 {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navbar-fw {
  position: static;
  height: 105px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0e0e0e;
}

.logo-short {
  display: none;
  margin-top: 4px;
}

.nav-button-animated {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated.w--open {
  background-color: transparent;
}

.brand {
  position: static;
  left: 30px;
  top: 20px;
  right: auto;
  bottom: auto;
  margin-right: 30px;
}

.brand.w--current {
  position: static;
  left: 30px;
  top: 20px;
  right: auto;
  bottom: auto;
  margin-top: 0px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 7px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  margin-right: 0px;
  margin-left: 0px;
}

.instagram {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  margin-top: 0px;
}

.nav-link-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Sequel sans disp', sans-serif;
  color: #e4e4e4;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  background-color: transparent;
  background-image: none;
  color: #a8a8a8;
}

.nav-link-2.w--current {
  font-family: 'Sequel sans book disp', sans-serif;
  color: #fff;
}

.nav-link-2.right {
  position: static;
  left: auto;
  top: 40px;
  right: 15px;
  bottom: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 2px 7px;
  background-color: #342949;
  color: #f9f9f9;
  font-weight: 500;
}

.nav-link-2.right:hover {
  background-color: #f57e64;
  color: #000;
}

.nav-link-2.right.skills:hover {
  background-color: #f57e64;
  color: #272035;
}

.container-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
}

.middle-line-2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.bottom-line-2 {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-10 {
  margin-right: 0px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-footer-link {
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-footer-link:hover {
  opacity: 0.7;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0e0e0e;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 0px;
  color: #272035;
  font-size: 15px;
  cursor: pointer;
}

.small.footer-small:hover {
  color: #f57e64;
}

.small.footer-small.noclick {
  margin-left: 0px;
  color: #e4e4e4;
  cursor: default;
}

.small.footer-small.noclick:hover {
  color: #e4e4e4;
}

.footer-link {
  font-family: 'Sequel sans book disp', sans-serif;
  color: #e4e4e4;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  color: #c5c5c5;
}

.studio-image {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  background-color: #0e0e0e;
  background-image: url('../images/Studio1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.studio-image.reve-olver {
  width: 20vw;
  height: 20vw;
  background-color: #0e0e0e;
}

.studio-image.waeel {
  background-color: #0e0e0e;
  background-image: url('../images/Capture-d’écran-2021-07-15-à-14.41.35.png');
  background-position: 50% 0%;
}

.studio-image.zero {
  background-color: #0e0e0e;
  background-image: url('../images/Capture-d’écran-2021-07-15-à-14.42.47.png');
}

.studio-image.no-made {
  background-color: #0e0e0e;
  background-image: url('../images/64947550_1506129429528751_7351956345337151488_n.jpg');
  background-position: 100% 50%;
}

.studio-image._2 {
  background-image: url('../images/Studio2.png');
  background-size: cover;
  background-attachment: scroll;
}

.studio-image._3 {
  background-image: url('../images/Studio3.png');
}

.label-pic-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  margin-bottom: 30px;
}

.texte-studio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.studio-txt-pres {
  width: 80%;
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
  color: #e4e4e4;
  line-height: 17px;
  text-align: center;
}

.studio-txt-pres.tarifs {
  margin-top: 30px;
}

.label-txt-pres {
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
  color: #e4e4e4;
  line-height: 17px;
  text-align: center;
}

.label-txt-pres.tarifs {
  margin-top: 30px;
}

.records-img {
  margin-bottom: 30px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.texte-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 100vw;
  }

  .div-block.label {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .div-block.studio {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .div-block.studio.top {
    padding-top: 0px;
  }

  .div-block.studio.bottom {
    padding-top: 40px;
  }

  .artist-column {
    width: 50%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .artist-column.left {
    padding-right: 15px;
  }

  .artist-column.right {
    padding-left: 15px;
  }

  .artists-content {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-long {
    display: block;
  }

  .navbar-fw {
    width: 100%;
    height: auto;
  }

  .logo-short {
    display: block;
    margin-top: -1px;
  }

  .brand {
    margin-right: 60px;
  }

  .nav-wrapper {
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-9 {
    display: block;
    margin-left: 10px;
  }

  .cart-nav-wrapper {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-link-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    text-align: center;
  }

  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .small.footer-small {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .studio-image {
    height: 200px;
  }

  .label-pic-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .photo-column {
    width: 33%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo-column.left {
    padding-right: 15px;
  }

  .photo-column.right {
    padding-left: 15px;
  }

  .studio-txt-pres {
    width: 90%;
  }

  .label-txt-pres {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .div-block.label {
    padding-top: 40px;
  }

  .div-block.studio {
    padding-top: 75px;
  }

  .div-block.studio.top {
    margin-top: 40px;
  }

  .image {
    width: 400px;
  }

  .artist-column.left {
    padding-right: 7px;
  }

  .artist-column.right {
    padding-left: 7px;
  }

  .artists-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .artist-image.no-made {
    background-position: 50% 50%;
  }

  .artist-info-bloc {
    width: 70%;
  }

  .social-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .management {
    padding-right: 0px;
    padding-left: 0px;
  }

  .top-line-2 {
    top: 30px;
    width: 20px;
    height: 3px;
    border-radius: 20px;
    background-color: #e4e4e4;
  }

  .navbar-fw {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-short {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: -2px;
  }

  .nav-button-animated {
    position: absolute;
    left: 0%;
    top: -18px;
    right: auto;
    bottom: auto;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .brand {
    position: absolute;
    left: 0%;
    top: 22px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand.w--current {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 15px;
  }

  .nav-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .instagram {
    position: relative;
    left: auto;
    top: 0%;
    bottom: 0%;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-nav-wrapper {
    position: absolute;
    left: 0%;
    top: 15px;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 0px;
  }

  .nav-menu {
    width: 100vw;
    margin-top: -15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #0e0e0e;
  }

  .nav-link-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 18px;
    text-align: center;
  }

  .nav-link-2.right {
    margin-bottom: 0px;
  }

  .container-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .middle-line-2 {
    top: 35px;
    width: 20px;
    height: 3px;
    border-radius: 20px;
    background-color: #e4e4e4;
  }

  .bottom-line-2 {
    top: 40px;
    width: 20px;
    height: 3px;
    border-radius: 20px;
    background-color: #e4e4e4;
  }

  .footer-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small.footer-small {
    padding-bottom: 5px;
  }

  .small.footer-small.noclick {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-11 {
    margin-bottom: 30px;
  }

  .label-pic-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .photo-column.left {
    padding-right: 7px;
  }

  .photo-column.right {
    padding-left: 7px;
  }

  .texte-studio {
    width: 100%;
  }

  .studio-txt-pres {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .label-txt-pres {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .texte-label {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block.home {
    top: 35vh;
  }

  .div-block.label {
    padding-top: 40px;
  }

  .div-block.studio {
    padding-top: 45px;
  }

  .div-block.studio.top {
    padding-top: 0px;
  }

  .button-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    width: 90px;
    margin: 5px 6px;
    border-width: 1px;
    background-color: #0e0e0e;
    font-size: 15px;
  }

  .button.studio {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image {
    width: 85vw;
  }

  .artist-column {
    width: 100%;
  }

  .artist-column.left {
    padding-right: 0px;
  }

  .artist-column.right {
    padding-left: 0px;
  }

  .artists-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .artist-image.no-made {
    height: 270px;
  }

  .social-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-long {
    width: 130px;
  }

  .top-line-2 {
    width: 19px;
  }

  .logo-short {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-left: 2px;
    padding-right: 0px;
  }

  .nav-button-animated {
    left: 0%;
    top: -16px;
    right: auto;
    bottom: auto;
  }

  .brand {
    position: absolute;
    margin-top: 2px;
    margin-left: 6px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand.w--current {
    left: 0%;
    top: 15px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3px;
    padding-left: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-wrapper {
    margin-top: 9px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-9 {
    display: block;
    width: 19px;
    margin-top: 1px;
  }

  .instagram {
    display: block;
    margin-top: 2px;
    font-size: 14px;
  }

  .nav-menu {
    padding-bottom: 15px;
  }

  .nav-link-2 {
    padding-left: 20px;
    color: #e4e4e4;
    text-align: center;
  }

  .nav-link-2:hover {
    color: #beb0c5;
  }

  .nav-link-2.right.skills {
    position: relative;
    top: auto;
    right: auto;
    z-index: 900;
    display: none;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 14px;
  }

  .nav-link-2.right.skills.mobile {
    display: block;
    font-size: 15px;
  }

  .middle-line-2 {
    width: 19px;
  }

  .bottom-line-2 {
    width: 19px;
  }

  .footer-link-wrapper {
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-10 {
    width: 30px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-footer-link {
    margin-right: 25px;
    margin-left: 25px;
  }

  .small.footer-small {
    margin-bottom: 10px;
  }

  .link-block-2 {
    margin-bottom: 0px;
  }

  .footer-logo-column {
    margin-bottom: 0px;
  }

  .studio-image {
    height: 150px;
    border-radius: 0px;
    background-position: 50% 100%;
  }

  .studio-image.no-made {
    height: 270px;
  }

  .studio-image._2 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .studio-image._3 {
    background-position: 50% 100%;
  }

  .label-pic-content {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo-column {
    width: 100%;
  }

  .photo-column.left {
    padding-right: 0px;
  }

  .photo-column.right {
    padding-left: 0px;
  }

  .photo-column._2 {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Sequel sans disp';
  src: url('../fonts/Sequel-Sans-Light-Disp.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sequel sans book disp';
  src: url('../fonts/Sequel-Sans-Book-Disp.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}