:root {
  --title-font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --corps-texte: var(--title-font);
  --couleur-secondaire: whitesmoke;
  --couleur-principale: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.text-block {
  color: #000;
  display: block;
  overflow: visible;
}

.container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: .5rem 1rem;
  display: flex;
  position: static;
}

.logo-texte {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.2rem;
  line-height: 1.2;
  display: block;
  overflow: visible;
}

.studio-texte-nav {
  border-right: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.studio-texte-nav:hover {
  background-color: #f5f5f5;
  border: 1px solid #7a7a7a;
  border-radius: 5px;
}

.studio-texte-nav.w--current {
  transition: all .4s;
}

.projets-texte-nav {
  border-right: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  transition: all .4s;
}

.projets-texte-nav:hover {
  background-color: #f5f5f5;
  border: 1px solid #7a7a7a;
  border-radius: 5px;
}

.contact-texte-nav {
  border-right: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  transition: all .4s;
}

.contact-texte-nav:hover, .contact-texte-nav.w--current:hover {
  background-color: #f5f5f5;
  border: 1px solid #7a7a7a;
  border-radius: 5px;
}

.paris-time-nav {
  color: #ff8000;
  cursor: default;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  display: none;
}

.navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-height: 12vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 11rem;
  max-width: 11rem;
  height: 6vh;
  max-height: 6rem;
  text-decoration: none;
}

.nav-menu {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-wrapper {
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 8vh;
  max-height: 7vh;
  margin-right: 0;
  padding: 0 1rem .5rem;
  display: flex;
  overflow: visible;
}

.hero-section {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 89vh;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 10.2% .5% 0% auto;
  overflow: hidden;
}

.hero-section.is-studio-page {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 60vw;
  height: 89vh;
  padding-top: .5%;
  padding-bottom: .5%;
}

.hero-section.is-desktop {
  width: 60vw;
}

.hero-section.is-mobile {
  display: flex;
}

.hero-section.is-home-destop {
  width: 99vw;
}

.body {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  text-decoration: none;
  display: flex;
}

.contact-wrapper {
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 4.5vw;
  height: 24vh;
  padding: .3rem;
  display: flex;
  position: fixed;
  inset: auto 0% 25% auto;
  overflow: visible;
}

.contact-wrapper.projet {
  display: none;
}

.contact-wrapper.is-contact-project-link {
  display: none;
  overflow: hidden;
}

.aper-u-wrapper {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fefefe;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 210vh;
  margin-left: .5rem;
  margin-right: .5rem;
  line-height: 5px;
  display: flex;
  position: relative;
  inset: 11% auto auto;
}

.aper-u-wrapper.is-projets {
  height: 98vh;
}

.aper-u-wrapper.is-projets.is-mobile {
  height: 100vh;
}

.aper-u-wrapper.is-contact {
  height: 198vh;
  top: 10%;
}

.aper-u-wrapper.is-contact.is-mobile {
  display: none;
}

.aper-u-wrapper.is-contact.is-desktop {
  height: 253vh;
}

.aper-u-wrapper.is-studio {
  height: 248vh;
  margin-left: .5rem;
  margin-right: .5rem;
}

.aper-u-wrapper.is-studio.is-desktop {
  height: 130vh;
}

.line {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #bebebe;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 9.5rem;
  display: block;
  position: fixed;
  left: 1045.56px;
  overflow: visible;
}

.text-block-2 {
  padding: 1px;
}

.text-block-3 {
  color: #000;
  background-image: linear-gradient(#a09b9b 40%, #fff);
  border: .5px solid #d9d9d9;
  border-radius: 3px;
  text-decoration: none;
}

.link-block {
  color: #000;
  background-image: linear-gradient(#d9d9d9 40%, #fff);
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  transform: rotate(90deg);
}

.external-link {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  flex-flow: column;
  display: flex;
}

.div-block {
  border-bottom: 2px solid #d9d9d9;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 150px;
  margin-left: -.5rem;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  transform: translate(-56px)rotate(90deg);
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.head-srudio-tag {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: var(--title-font);
  background-color: #f5f5f5;
  border-radius: 5px;
  flex: 0 auto;
  width: 38vw;
  max-width: 38vw;
  height: 25vh;
  max-height: 25vh;
  margin-top: .5rem;
  margin-left: .5rem;
  padding: 1rem;
  display: block;
}

.head-srudio-tag.is-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/dream-studio.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: clip;
}

.text-block-4 {
  font-family: var(--title-font);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-3 {
  padding: .5rem 1rem;
}

.div-block-4 {
  padding-left: 0;
}

.js-tag {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  line-height: 1.2;
}

.text-block-5 {
  font-family: var(--corps-texte);
  line-height: 1.2;
}

.div-block-5 {
  object-fit: fill;
  border-radius: 5px;
  flex-flow: row;
  width: 40%;
  height: 96%;
  display: block;
}

.image {
  border-radius: 5px;
  width: 100%;
}

.hero-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.studio-text-head {
  background-color: var(--couleur-secondaire);
  color: #000;
  border-radius: 5px;
  width: 38vw;
  height: 40vh;
  margin-top: 1rem;
  margin-left: .5rem;
  padding: 1rem;
}

.studio-text-head-top {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.studio-text-head-body {
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-wrapper-studio {
  width: 100vw;
  min-height: 100svh;
}

.studio-photo-team {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  min-width: 40%;
  max-width: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  overflow: auto hidden;
}

.photo-team-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.photo-team-1 {
  border: 30px;
  border-radius: 5px;
  flex: 0 auto;
  overflow: visible;
}

.photo-team-2 {
  object-fit: cover;
  border-radius: 5px;
  flex: 0 auto;
  width: 31%;
  min-width: 31%;
  max-width: 35%;
  display: block;
  overflow: clip;
}

.photo-team-3 {
  object-fit: cover;
  border-radius: 5px;
  flex: 0 auto;
  width: 64%;
  min-width: 64%;
  max-width: 64%;
  display: block;
}

.photo-team-4 {
  object-fit: cover;
  border-radius: 5px;
  flex: 0 auto;
  width: 36%;
  min-width: 36%;
  max-width: 36%;
  display: block;
  overflow: clip;
}

.text-block-6 {
  font-family: var(--title-font);
  text-transform: capitalize;
  line-height: 1.2;
}

.roadmap-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  border-radius: 5px;
  flex-flow: column;
  width: 38vw;
  max-width: 38vw;
  height: 28vh;
  max-height: 28vh;
  margin-top: .5rem;
  margin-left: .5rem;
  padding: 1rem;
  display: flex;
}

.roadmap-title {
  font-family: var(--title-font);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.roadmap-corps-texte, .text-block-7 {
  line-height: 1.2;
}

.roadmap-service-title {
  font-family: var(--title-font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-8 {
  font-family: var(--corps-texte);
  font-size: 1rem;
}

.service-block {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  background-color: #f5f5f5;
  border-radius: 5px;
  flex-flow: column;
  width: 38vw;
  max-width: 38vw;
  margin-left: .5rem;
  padding: 1rem;
  display: flex;
}

.service-title {
  text-transform: capitalize;
  line-height: 1.2;
}

.service-text-body {
  line-height: 1.2;
}

.text-block-9 {
  font-family: var(--title-font);
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 700;
}

.team-block {
  width: 38vw;
  max-width: 38vw;
}

.horizontal-scroll-container {
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  display: flex;
  overflow: auto hidden;
}

.team {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 38vw;
  max-width: 38vw;
  height: 35vh;
  max-height: 25vh;
}

.team-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  line-height: 1.2;
  display: block;
}

.team-text {
  font-family: var(--corps-texte);
  font-size: 1rem;
}

.h-team {
  font-family: var(--title-font);
  text-transform: capitalize;
}

.code, .code-2 {
  text-decoration: underline;
}

.contact {
  background-color: #f5f5f5;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 38vw;
  max-width: 38vw;
  height: 14vh;
  max-height: 14vh;
  display: flex;
}

.studio-contact-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 1rem 1rem;
  display: flex;
}

.contact-text {
  font-family: var(--corps-texte);
  font-size: 1rem;
  line-height: 1.2;
}

.heading {
  font-family: var(--title-font);
}

.h-contact {
  font-family: var(--title-font);
  text-transform: capitalize;
}

.footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  max-width: 38vw;
  height: 35vh;
  margin-top: 6rem;
  padding: 2rem 0 0;
  display: flex;
  overflow: visible;
}

.footer.is-mobile {
  display: none;
}

.footer-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  padding: 1rem 1rem 0;
  display: flex;
  overflow: visible;
}

.text-block-10 {
  font-family: var(--title-font);
  color: #ff8000;
  line-height: 1.2;
}

.footer-logo {
  font-family: var(--title-font);
  color: #ff8000;
  text-overflow: clip;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  transform: scale3d(.86, 3, 1);
}

.div-block-6 {
  width: 38vw;
  max-width: 38vw;
}

.js-signatur-wrapper {
  justify-content: center;
  align-items: center;
  width: 38vw;
  max-width: 38vw;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.js-signature {
  font-family: var(--corps-texte);
  text-transform: uppercase;
  height: 100%;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer-copyright-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  font-family: var(--corps-texte);
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 38vw;
  max-width: 38vw;
  padding: .5rem 1rem 0;
  font-weight: lighter;
  display: flex;
}

.footer-copyright {
  font-family: var(--corps-texte);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.svg-footer {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.svg {
  color: #fff;
  background-color: #fff;
}

.image-2 {
  flex: 1;
  width: 362px;
  display: block;
}

.image-3 {
  flex: 0 auto;
  width: 35px;
  overflow: visible;
}

.avalaible {
  background-color: #f5f5f5;
  background-image: url('../images/illustration-projet.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 5px;
  width: 38vw;
  height: 32vh;
}

.available-wrapper {
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  overflow: clip;
}

.available-bg {
  color: #fff8f8;
  object-fit: cover;
  transform-style: preserve-3d;
  transform: translate(0, 18px)scale(1.4);
}

.div-block-7 {
  position: relative;
}

.born {
  z-index: 2;
  color: #ff8000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
  inset: 5% 0% 0%;
  transform: translate(80%, 135px);
}

.born-text {
  font-family: var(--title-font);
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-block-11 {
  flex-flow: column;
  display: block;
}

.paris-text-body {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.studio-presentation {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 38vw;
  max-width: 38vw;
  height: 28vh;
  max-height: 28vh;
  padding: 1rem;
}

.heading-2 {
  font-family: var(--title-font);
}

.studio-presentation-title {
  font-family: var(--title-font);
  text-transform: capitalize;
  font-size: 1.2rem;
  line-height: 1.2;
}

.studio-presentation-body-text {
  font-family: var(--corps-texte);
  font-size: 1rem;
  line-height: 1.2;
}

.photo-team-5 {
  object-fit: cover;
  border-radius: 5px;
  flex: 0 auto;
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  display: block;
}

.text-block-12 {
  font-family: var(--corps-texte);
  font-size: 1rem;
}

.code-3 {
  text-decoration: underline;
}

.body-3 {
  height: 101vh;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 5px;
  width: 98%;
  height: 90%;
}

.visible-reaction {
  z-index: 5;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 85%;
  display: flex;
  position: absolute;
  inset: 12.5% 0% 0% 1%;
}

.button {
  border-radius: 5px;
}

.div-block-9 {
  background-color: #fff;
}

.off-visible-reaction {
  z-index: 5;
  color: #fff;
  background-color: #fff;
  border-radius: 5px;
  width: 20vw;
  height: 6vh;
  padding: .5rem;
  display: none;
  position: absolute;
  top: 2%;
  left: 25%;
  right: auto;
}

.off-btn-visble-reaction {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: none;
}

.off-btn-left {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  height: 100%;
  display: flex;
}

.esthetic-point {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.preview {
  font-family: var(--title-font);
  color: #000;
  cursor: default;
  padding: .2rem;
  font-size: 1rem;
  line-height: 1.2;
  position: absolute;
}

.close-btn-text {
  z-index: 2;
  font-family: var(--title-font);
  color: #000;
  cursor: pointer;
  padding: .1rem .3rem;
  font-size: 1rem;
  line-height: 1.2;
  display: none;
  position: absolute;
  overflow: clip;
}

.close-btn-text:hover {
  background-color: #d9d9d9;
  border-radius: 5px;
}

.circle-1, .circle-2 {
  background-color: #b3b3b3;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.projet-head-left {
  background-color: #f5f5f5;
  background-image: url('../images/illustration-projet.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 38vw;
  height: 25vh;
}

.projet-head-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.projet-title-since {
  font-family: var(--title-font);
}

.projes-body-text-head {
  font-family: var(--corps-texte);
  font-size: 1rem;
  line-height: 1.2;
}

.all-project {
  font-family: var(--corps-texte);
  color: #000;
  background-image: linear-gradient(#d9d9d9, #d9d9d9);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 4.5vh;
  padding: .5rem;
  display: flex;
}

.all-project-body-text {
  font-size: 1rem;
  line-height: 1.2;
}

.div-block-10 {
  width: 38vw;
  height: 25vh;
}

.project-section {
  background-color: #f5f5f500;
  border-radius: 5px;
  width: 38vw;
  height: 26vh;
}

.project-wrapper {
  border-radius: 5px;
  width: 100%;
  height: 110%;
  padding: 0;
}

.project-justzeze {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 1rem;
  transition: all .4s;
  display: flex;
}

.project-justzeze:hover {
  background-color: #fff;
}

.justzeze-logo {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 1rem;
  font-size: 3rem;
  display: flex;
}

.justzeze-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.heading-3, .justzeze-the-logo {
  font-size: 3rem;
}

.ustzeze-title {
  font-family: var(--title-font);
  text-transform: capitalize;
  font-size: 1.2rem;
  line-height: 1.2;
}

.justzeze-the-body-text {
  font-family: var(--corps-texte);
  font-size: 1rem;
  line-height: 1.2;
}

.preview-justzeze-btn {
  color: #000;
  background-color: #f5f5f500;
  border-radius: 5px;
  transition: all .4s;
}

.preview-justzeze-btn:hover {
  background-color: #f5f5f5;
}

.live-justzeze-btn {
  color: #000;
  background-color: #f5f5f500;
  border-radius: 5px;
  transition: all .4s;
}

.live-justzeze-btn:hover {
  background-color: #f5f5f5;
}

.julesstudio-contact {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 38vw;
  height: 28vh;
}

.js-contact-wrapper {
  background-image: url('../images/peace-of-mind.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  padding: 1rem;
  overflow: clip;
}

.available-title-contact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  padding-right: 4rem;
  font-size: 1rem;
  line-height: 1.2;
}

.logo-js-contact-decoration {
  transform: translate(0, -47px);
}

.bold-text {
  font-family: var(--title-font);
  color: #ff8000;
}

.julesstudio-contact-block {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 38vw;
  height: 25vh;
}

.julesstudio-contact-text-wrapper {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.julesstudio-contact-heading {
  font-family: var(--title-font);
  font-size: 1.2rem;
  line-height: 1.875;
}

.text-block-13 {
  line-height: 1.2;
}

.julesstudio-contact-body-text {
  font-family: var(--corps-texte);
  color: #000;
  line-height: 1.2;
  text-decoration: none;
}

.code-4, .code-5 {
  text-decoration: underline;
}

.avalailable-studio {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 90%;
  max-width: 100%;
  min-height: 40svh;
  display: flex;
}

.div-block-11 {
  width: 100%;
  height: 100%;
}

.video-bg-wrapper {
  border-radius: 5px;
  width: 100%;
  height: 164%;
  overflow: hidden;
}

.video-bg-wrapper.is-desktop {
  height: 100%;
}

.background-video {
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.background-video.is-studio-video {
  position: static;
  overflow: visible;
}

.background-video.is-home {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: static;
}

.collection-list, .collection-item {
  width: 100%;
  height: 100%;
}

.text-block-14 {
  font-family: var(--corps-texte);
  line-height: 1.2;
}

.image-4 {
  border-radius: 5px;
  width: 18%;
  height: 7vh;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.collection-item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 40vh;
  display: block;
}

.video-preview-wrapper {
  width: 50vw;
  max-width: 45vw;
  height: 42vh;
  max-height: 45vh;
}

.video, .collection-item-3, .video-2 {
  width: 100%;
  height: 100%;
}

.div-block-13 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 38vh;
  margin-left: 4rem;
  display: block;
}

.preview-studio-video {
  background-color: #e6e6e6c4;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 38vw;
  height: 37vh;
  margin-left: 4rem;
  padding: 0 .5rem .5rem;
  display: flex;
}

.preview-studio-video.is-home {
  cursor: none;
  justify-content: space-between;
  align-items: center;
  height: 38vh;
  position: relative;
  top: 19.5%;
  left: -52%;
  overflow: clip;
}

.preview-studio-video.is-studio {
  cursor: none;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -11%;
}

.preview-studio-video.is-contact {
  cursor: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0%;
  left: -11%;
}

.video-3 {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.video-studio-preview {
  border-radius: 5rem;
  max-width: 100%;
  max-height: 90%;
  margin-top: 1%;
  padding-bottom: 0;
}

.btn-video-wrapper {
  cursor: default;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 103%;
  height: 6vh;
  display: flex;
}

.div-block-14 {
  z-index: 6;
  position: static;
  inset: auto auto 0% 27%;
}

.show-preview-wrapper {
  z-index: 6;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  cursor: pointer;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 8vh;
  margin-bottom: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 3% 10%;
}

.show-preview-wrapper.is-open {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 0;
  display: none;
  overflow: visible;
}

.show-preview-wrapper.is-close {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

.show-preview-text {
  font-family: var(--corps-texte);
  color: #000;
  max-width: 6vw;
  max-height: 5vh;
  text-decoration: none;
}

.show-preview-icon {
  cursor: default;
  font-size: 4rem;
}

.show-preview-text-wrapper {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  font-family: var(--title-font);
  background-color: #f5f5f5cc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 6vw;
  max-width: 6vw;
  height: 5vh;
  max-height: 5vh;
  padding: .3rem .5rem;
  font-size: 1.1rem;
  display: flex;
}

.show-preview-text-wrapper.is-close {
  cursor: pointer;
  padding: .3rem .5rem;
  font-size: 1.1rem;
}

.code-embed {
  display: none;
}

.nav-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  max-height: 11vh;
  padding: .5rem 1rem;
  display: flex;
}

.image-5 {
  width: 12rem;
  height: 6vh;
  max-height: 6vh;
  overflow: visible;
}

.paris-time-am {
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 15vw;
  display: flex;
}

.code-embed-2 {
  font-family: var(--corps-texte);
  cursor: default;
  display: flex;
  overflow: clip;
}

.code-embed-3 {
  display: flex;
}

.code-embed-4, .code-embed-5 {
  display: none;
}

.video-wrapper {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 83%;
  max-height: 90%;
  padding-top: .5rem;
  display: flex;
}

.code-embed-6 {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.navbar-mobile {
  z-index: 900;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-mobile {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 8vh;
  padding: 1rem;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.menu-studio-mobile-wrapper {
  color: #000;
  text-transform: uppercase;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left-width: 1px;
  border-left-color: #000;
  border-radius: 5px;
  padding: .5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.menu-studio-mobile-wrapper:hover {
  background-color: #ededed;
}

.text-block-15 {
  text-transform: uppercase;
}

.mobile-link-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-logo-wrapper {
  width: 5vw;
  padding: .5rem;
}

.mobile-contact-wrapper {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  height: 8vh;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 8%;
}

.mobile-contact-essentiel {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.mobile-contact {
  width: 100vw;
  height: 8vh;
  display: none;
  position: fixed;
  inset: auto 0% 8%;
}

.div-block-15 {
  width: 100vw;
  height: 6vh;
}

.mobile-mail-wrapper {
  color: #000;
  background-image: linear-gradient(#d9d9d9 40%, #fff);
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  padding: .5rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  text-decoration: none;
  display: flex;
}

.mobile-ig-wrapper, .mobile-ln-wrapper {
  color: #000;
  background-image: linear-gradient(#d9d9d9 40%, #fff);
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.mobile-contact-wrapper-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  display: flex;
}

.mobile-contact-wrapper-right {
  width: 30vw;
}

.code-embed-7 {
  opacity: 0;
}

.accordion-container, .accordion-aper-u-wrapper {
  display: none;
}

.mail-link-studio-page {
  font-family: var(--corps-texte);
  color: #000;
  line-height: 1.2;
}

.video-container-mobile {
  display: none;
}

.link-2, .btn-open-popup {
  color: #000;
}

.popup-wrapper {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.popup-overlay {
  z-index: 20;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
}

.popup-content {
  z-index: 30;
  background-color: #97979700;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 72vw;
  min-width: 50vw;
  max-width: 80vw;
  height: 80vh;
  min-height: 45vh;
  max-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-close-popup {
  z-index: 40;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: .5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.iframe-cal-com {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
  overflow: clip;
}

.svg-2 {
  color: #888a86;
  width: 40px;
  height: 40px;
}

.svg-btn-close-popup {
  color: #fff;
}

.slide-backdrop {
  z-index: 70;
  background-color: #fff;
  width: 100svw;
  height: 91svh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: auto;
  transform: none;
}

.slide-wrapper {
  width: 100svw;
  height: 800svh;
  padding: .5rem;
}

.discovery-project-header {
  padding: 6rem 3rem;
}

.paragraph-2 {
  font-family: Merriweather, serif;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-3 {
  line-height: 1.2;
}

.project-contributions {
  font-family: Merriweather, serif;
  font-size: .75rem;
  line-height: 1.2;
}

.link-3 {
  color: #000;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.project-media-card-grid-bg {
  background-image: url('../images/photo-site-bg-hero-main.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110svw;
  background-attachment: scroll;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 98svw;
  height: 150svh;
  display: flex;
}

.project-media-card-grid-bg.this-is-video {
  background-image: url('../images/IMG_3889.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-media-card-grid-bg.this-is-video.the-end-video {
  background-image: url('../images/IMG_3385.webp');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.project-media-card-main-grid {
  border: 0 solid #fff;
  border-radius: 5px;
  width: 1030px;
}

.discovery-project-context {
  padding: 9rem 3rem;
}

.project-context {
  font-size: .75rem;
  line-height: 1.2;
}

.discovery-project-context-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 30svw;
  display: flex;
}

.project-context-title {
  font-family: Merriweather, serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-span, .text-span-2 {
  font-size: .875rem;
}

.discovery-project-approche {
  padding: 9rem 3rem;
}

.discovery-project-approche-inner {
  max-width: 30svw;
}

.project-approche {
  font-family: Merriweather, serif;
  font-size: .75rem;
  line-height: 1.2;
}

.discovery-project-done {
  padding: 9rem 3rem;
}

.discovery-project-done-inner {
  max-width: 30svw;
}

.project-done {
  font-family: Merriweather, serif;
  font-size: .75rem;
  line-height: 1.2;
}

.project-done-title {
  font-family: Merriweather, serif;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text-2 {
  font-size: .875rem;
}

.discovery-project-footer {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15.3125rem;
  padding: 1rem 3rem;
  display: flex;
}

.project-footer-palette {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-desc {
  color: #888a86;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: .75rem;
  line-height: 1.2;
}

.footer-palette-right {
  background-color: #cacaca;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.footer-palette-left {
  background-color: #ff8000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.footer-last-update {
  color: #888a86;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1.2;
}

.project-more-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  font-family: Merriweather, serif;
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.discovery-project-contact-card {
  color: #000;
  background-color: #f3f2f0;
  border-radius: 5px;
  margin-left: 10rem;
  margin-right: 10rem;
  padding: 1rem;
  display: block;
}

.project-contact-card-heading {
  font-size: .75rem;
}

.project-contact-card-text {
  font-family: Merriweather, serif;
  font-size: .75rem;
  line-height: 1.2;
}

.link-4 {
  color: #000;
  font-family: Merriweather, serif;
}

.link-block-4 {
  color: #000;
  margin-left: 3px;
  padding-left: 0;
  font-family: Merriweather, serif;
}

.contact-card-end {
  display: flex;
}

.main-footer-card {
  justify-content: center;
  align-items: center;
  padding: 10rem 1rem .8rem;
  display: flex;
}

.div-block-23 {
  z-index: 90;
  background-color: #000;
  width: 100svw;
  position: fixed;
  inset: auto 0% 0% auto;
}

.tagline-wrapper {
  max-width: 35svw;
  display: none;
}

.tagline-wrapper.is-the-desk {
  cursor: default;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 25svw;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(-20px, -25px);
}

.heading-5 {
  color: #fff;
}

.tagline-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

.bold-text-3 {
  text-transform: uppercase;
  white-space: pre-wrap;
  word-break: keep-all;
  font-size: 1.4rem;
  line-height: 1.2;
}

.text-span-5 {
  margin-left: 30px;
}

.tagline-copyright {
  line-height: 1.2;
}

.tagline-js-label {
  white-space: nowrap;
  word-break: normal;
  margin-left: 1px;
  font-size: .8rem;
  line-height: 1.2;
}

.tagline-inner {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 114px;
  margin-right: 0;
  font-size: .75rem;
  line-height: 1.2;
  display: flex;
  transform: translate(-120px, -4px);
}

.text-span-6 {
  margin-left: -24px;
}

.off-visibility-reaction {
  z-index: 5;
  background-color: #fff;
  border-radius: 5px;
  width: 20vw;
  height: 6vh;
  padding: .5rem;
  position: absolute;
  top: 2%;
  left: 25%;
}

.off-visibility-btn-reaction {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.div-block-24 {
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  height: 100%;
  display: flex;
}

.off-visibility-bnt-left {
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  height: 100%;
  font-size: .875rem;
  line-height: 1.2;
  display: flex;
}

.preview-visibility {
  cursor: default;
  padding: .2rem;
  position: absolute;
}

.close-visibility-btn {
  z-index: 2;
  cursor: pointer;
  padding: .25rem .3rem;
  display: none;
  position: absolute;
  overflow: clip;
}

.close-visibility-btn:hover {
  background-color: #d9d9d9;
  border-radius: 5px;
}

.esthetic-visibility-point {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.circle-v1, .circle-v2 {
  background-color: #b3b3b3;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  border-radius: 5px;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.faq1_list {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.faq1_component {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 4rem 1rem;
}

.heading-style-h2 {
  font-family: var(--title-font);
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h4 {
  font-family: var(--title-font);
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.section_faq1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  line-height: 1.2;
}

.padding-global {
  padding-left: 0;
  padding-right: 0;
}

.margin-top, .margin-top.margin-xxlarge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.text-align-center {
  text-align: center;
}

.text-size-medium-2 {
  font-family: var(--corps-texte);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.text-size-medium-2.text-weight-bold {
  font-family: var(--corps-texte);
}

.section-faq {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  line-height: 1.2;
  display: flex;
}

.paragraph-8 {
  font-family: var(--corps-texte);
}

.bold-text-4 {
  font-family: var(--corps-texte);
  font-size: 1.125rem;
  line-height: 1.2;
}

.paragraph-9 {
  font-family: var(--corps-texte);
}

.text-cta-with-designer {
  font-family: var(--corps-texte);
  text-align: left;
  text-overflow: clip;
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-5 {
  color: #000;
}

.btn-reserve-a-call {
  color: #000;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 5px;
}

.loader {
  z-index: 999999999;
  background-color: #fff;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-child {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.loader-bg-video {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 99vw;
  height: 99vh;
  padding: 75vh 6vw 5vh;
  display: flex;
  transform: translate(0, 100vh);
}

.loader-bg-video-upster {
  grid-column-gap: 20.5rem;
  grid-row-gap: 20.5rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.loader-bg-video-upster.is-mobile {
  display: none;
}

.loader-clic {
  color: #fff;
  white-space: pre-wrap;
  word-break: break-all;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  text-decoration: underline;
}

.loader-tag-wrapper {
  width: 25vw;
}

.bold-text-8 {
  text-decoration: none;
}

.loader-tagline-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -47px;
  margin-left: 100px;
  display: flex;
}

.text-span-10 {
  margin-left: -31px;
}

.text-span-11 {
  margin-left: 15px;
}

.text-span-12 {
  margin-left: -11px;
}

.left-text-loader-wrapper {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-text-loader-botom {
  font-size: 1.3rem;
}

.cta-loader {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
  display: flex;
}

.link-6 {
  color: #fff;
  font-size: 1rem;
}

.cta-loader-inner {
  color: #fff;
  font-size: 1.3rem;
}

.bold-text-9 {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.left-upster-loader {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: static;
}

.counter-loader-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.zero, .one-hundred {
  font-size: 3rem;
  position: static;
}

.bold-text-10 {
  position: static;
}

.material-wave-loading {
  width: 250px;
  height: 250px;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-wrapper {
  z-index: 9999999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-shadow {
  opacity: .67;
  filter: blur(7px);
  background-color: #999;
  border-radius: 100%;
  width: 26vw;
  height: 2vh;
}

.lotties-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  display: flex;
}

.link-7 {
  color: #fff;
}

.enter {
  color: #fff;
  text-decoration: underline;
  transition: all .4s;
}

.enter:hover {
  border-bottom: 2px solid #ff8000;
}

.logoline {
  color: #0000;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #000;
  font-size: 14vw;
}

.tspan {
  color: #0000;
}

.loader-span-wrapper {
  transform: rotate(90deg);
}

.welcome {
  width: 250px;
  height: 72px;
  transform: translate(0, 43vh);
}

@media screen and (min-width: 1920px) {
  .aper-u-wrapper.is-contact.is-mobile, .aper-u-wrapper.is-contact.is-desktop {
    height: 190vh;
  }

  .text-block-2 {
    white-space: nowrap;
    font-size: 1.5rem;
  }

  .text-block-3 {
    font-size: 1.2rem;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    transform: translate(-55px)rotate(90deg);
  }

  .text-block-6 {
    font-size: 1.5rem;
  }

  .text-block-8 {
    font-size: 1.3rem;
  }

  .text-block-9 {
    font-size: 1.5rem;
  }

  .contact-text {
    font-size: 1.3rem;
  }

  .h-contact {
    font-size: 1.5rem;
  }

  .studio-presentation {
    font-size: 1.2rem;
  }

  .studio-presentation-title {
    font-size: 1.5rem;
  }

  .studio-presentation-body-text, .text-block-12 {
    font-size: 1.3rem;
  }

  .projet-title-since {
    font-size: 1.5rem;
  }

  .projes-body-text-head, .all-project {
    font-size: 1.3rem;
  }

  .ustzeze-title {
    font-size: 1.5rem;
  }

  .justzeze-the-body-text, .preview-justzeze-btn, .live-justzeze-btn {
    font-size: 1.3rem;
  }

  .js-contact-wrapper {
    overflow: clip;
  }

  .available-title-contact {
    justify-content: center;
    align-items: center;
  }

  .julesstudio-contact-heading {
    font-size: 1.5rem;
  }

  .contact-container-mobile {
    font-size: 1.3rem;
  }

  .tagline-heading {
    font-size: 2rem;
  }

  .text-span-5 {
    margin-left: 5px;
  }

  .tagline-inner {
    font-size: 1.1rem;
    transform: translate(-200px, 10px);
  }

  .faq1_question {
    font-size: 1.3rem;
  }

  .faq1_component {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .faq1_answer, .bold-text-4 {
    font-size: 1.3rem;
  }

  .text-cta-with-designer, .btn-reserve-a-call {
    font-size: 1.5rem;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
  }

  .logo-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .hero-section {
    z-index: 10;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 99vw;
    height: 75vh;
    margin-bottom: 0;
    padding-bottom: 2rem;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .hero-section.is-studio-page {
    position: relative;
  }

  .hero-section.is-studio-page.is-mobile {
    background-image: none;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 0;
    padding-bottom: 4rem;
    overflow: clip;
  }

  .hero-section.is-home-mobile {
    padding-bottom: 0;
  }

  .hero-section.is-desktop {
    display: none;
  }

  .hero-section.is-mobile {
    width: 99vw;
    display: flex;
  }

  .hero-section.is-home-destop {
    padding-bottom: 0;
  }

  .hero-section.is-studio-mobile {
    margin-bottom: 2rem;
  }

  .body {
    padding-bottom: 64px;
  }

  .contact-wrapper {
    display: none;
  }

  .aper-u-wrapper.is-projets.is-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 99vw;
    max-width: 99vw;
    height: 153vh;
    margin-bottom: 2rem;
    position: static;
    overflow: hidden;
  }

  .aper-u-wrapper.is-contact.is-mobile {
    justify-content: center;
    align-items: center;
    width: 99vw;
    max-width: 99vw;
    height: 170vh;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .aper-u-wrapper.is-contact.is-desktop {
    display: none;
  }

  .aper-u-wrapper.is-studio {
    width: 99vw;
    max-width: 99vw;
    height: 210svh;
    max-height: 190svw;
    position: relative;
    top: 0%;
    right: 0%;
    overflow: visible;
  }

  .body-2 {
    overflow: visible;
  }

  .hero-wrapper-studio {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: 222svh;
    display: flex;
    overflow: scroll;
  }

  .hero-wrapper-studio.is-studio {
    max-height: 100vh;
  }

  .hero-wrapper-studio.is-mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 210vh;
  }

  .studio-photo-team {
    aspect-ratio: 5.5 / 2;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 90%;
    max-width: 100%;
    margin-left: .5rem;
    margin-right: .7rem;
    display: block;
    overflow: visible;
  }

  .photo-team-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 99vw;
    max-width: 99vw;
    display: flex;
    overflow: scroll;
  }

  .photo-team-2 {
    width: 22.5%;
    min-width: 22.5%;
    max-width: 24.5%;
  }

  .photo-team-3 {
    width: 46%;
    min-width: 46%;
    max-width: 48%;
  }

  .photo-team-4 {
    width: 26%;
    min-width: 26%;
    max-width: 28%;
  }

  .roadmap-block, .service-block, .team-block {
    width: 99vw;
    max-width: 99vw;
  }

  .team {
    width: 99vw;
    max-width: 99vw;
    padding: .3rem .3rem 1rem;
  }

  .team-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .contact {
    width: 99vw;
    max-width: 99vw;
  }

  .studio-contact-wrapper {
    padding-bottom: 2rem;
  }

  .footer {
    flex: 0 auto;
    width: 99vw;
    margin-top: 0;
    position: relative;
  }

  .footer.is-mobile {
    align-items: stretch;
    max-width: 99vw;
    height: 43vh;
    margin-top: 2rem;
    padding-bottom: 1rem;
    position: static;
  }

  .footer-logo-wrapper {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .footer-logo {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .js-signatur-wrapper {
    width: 99vw;
    max-width: 99vw;
    margin-bottom: 1rem;
  }

  .footer-copyright-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #000;
    width: 99vw;
    max-width: 99vw;
    padding-bottom: .5rem;
    display: flex;
  }

  .available-wrapper {
    height: 100%;
  }

  .available-bg {
    display: block;
    position: static;
    overflow: clip;
    transform: translate3d(39px, -23px, 79px)scale(1.4);
  }

  .studio-presentation {
    flex: none;
    width: 99vw;
    max-width: 99vw;
    height: 18vh;
    max-height: 30vh;
  }

  .photo-team-5 {
    width: 26%;
    min-width: 26%;
    max-width: 28%;
  }

  .visible-reaction, .off-visible-reaction {
    display: none;
  }

  .projet-head-left {
    width: 99vw;
    max-width: 99vw;
  }

  .project-section.is-mobile {
    width: 99vw;
    max-width: 99vw;
    height: 68vh;
    margin-bottom: 8rem;
  }

  .project-wrapper {
    height: 100%;
    margin-bottom: 0;
  }

  .project-justzeze {
    height: 100%;
  }

  .justzeze-logo {
    height: 8vh;
  }

  .justzeze-link {
    justify-content: space-between;
    align-items: center;
  }

  .preview-justzeze-btn {
    background-image: linear-gradient(#d9d9d9 40%, #fff);
    border: 1px solid #d9d9d9;
    justify-content: center;
    align-items: center;
    width: 40vw;
    max-width: 40vw;
    height: 4vh;
    display: flex;
  }

  .live-justzeze-btn {
    background-image: linear-gradient(#d9d9d9 40%, #fff);
    border: 1px solid #d9d9d9;
    justify-content: center;
    align-items: center;
    width: 50vw;
    max-width: 50vw;
    height: 4vh;
    max-height: 4vh;
    display: flex;
  }

  .julesstudio-contact.is-mobile {
    justify-content: center;
    align-items: center;
    width: 99vw;
    max-width: 99vw;
    margin-left: .5rem;
    margin-right: .5rem;
    display: flex;
  }

  .julesstudio-contact-block.is-mobile {
    width: 99vw;
    max-width: 99vw;
    height: 20vh;
  }

  .code-4 {
    display: inline;
  }

  .code-5 {
    color: #000;
  }

  .avalailable-studio {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 90%;
    max-width: 100%;
    min-height: 45svh;
    display: flex;
    overflow: hidden;
  }

  .video-bg-wrapper {
    justify-content: center;
    align-items: center;
    width: 99%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .video-bg-wrapper.is-mobile-home {
    margin-bottom: 0;
  }

  .background-video {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .background-video.is-studio-video {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .background-video.is-home {
    z-index: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0%;
  }

  .background-video.is-home.js-hero-video {
    z-index: -1;
    position: absolute;
    overflow: clip;
  }

  .preview-studio-video.is-home, .preview-studio-video.is-studio, .preview-studio-video.is-contact.is-mobile, .preview-studio-video.is-mobile, .show-preview-wrapper, .show-preview-wrapper.is-close {
    display: none;
  }

  .video-wrapper {
    width: 50%;
    height: auto;
  }

  .navbar-mobile {
    background-color: #fff;
    width: 100vw;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
    position: static;
  }

  .nav-container-mobile {
    padding-top: .5px;
    padding-bottom: .5px;
  }

  .nav-menu-mobile {
    z-index: 99;
    display: flex;
  }

  .mobile-logo-wrapper {
    object-fit: cover;
    width: 10vw;
  }

  .mobile-contact-wrapper {
    background-color: #fff0;
    background-image: none;
    width: 100vw;
    display: flex;
  }

  .mobile-contact {
    z-index: 10;
    background-color: #fff0;
    display: none;
    position: relative;
    inset: 0%;
  }

  .mobile-contact.is-mobile {
    justify-content: center;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .mobile-mail-wrapper, .mobile-contact-wrapper-right {
    width: 50vw;
  }

  .image-6 {
    object-fit: contain;
  }

  .dropdown {
    vertical-align: bottom;
    width: 99vw;
  }

  .dropdown-toggle {
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 99vw;
  }

  .div-block-16, .div-block-17 {
    background-color: #fff;
  }

  .aper-u-dropdown-wrapper {
    z-index: 10;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 8vh;
    max-height: 8vh;
    display: flex;
    position: relative;
  }

  .aper-u-dropdown-wrapper.is-project {
    background-color: #fff;
    position: relative;
    inset: 0%;
  }

  .mobile-aper-u-wrapper {
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 30vh;
    padding: .5rem;
    display: flex;
  }

  .mobile-video-aper-u-wrapper {
    background-color: #d1d1d161;
    border-radius: 5px;
    width: 50vw;
    max-width: 50vw;
    padding: .5rem .3rem .5rem .5rem;
  }

  .dropdown-list {
    border-radius: 5px;
  }

  .dropdown-list.w--open {
    padding-bottom: 3.6rem;
  }

  .projet-dropdown-mobile {
    z-index: 10;
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 99vw;
    max-width: 99vw;
    height: 8vh;
    max-height: 8vh;
  }

  .div-block-18 {
    background-color: #fff;
    width: 100vw;
  }

  .gallerie-projet-wrapper {
    background-color: #fff;
    border-radius: 5px;
    width: 100vw;
    height: 33vh;
  }

  .visual-gallerie-project-wrapper {
    width: 100vw;
    height: 25vh;
  }

  .bottom-gallerie-project-wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    display: flex;
  }

  .gallerie-project-title {
    color: #000;
    font-size: 1rem;
    line-height: 1.2;
  }

  .gallerie-project-counter {
    font-size: 1rem;
    line-height: 1.2;
  }

  .gallerie-project-all-wrapper {
    background-image: linear-gradient(#d9d9d9 40%, #fff);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: .5rem;
    text-decoration: none;
  }

  .text-block-16 {
    color: #000;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
  }

  .dropdown-toggle-2 {
    z-index: 10;
    width: 100vw;
  }

  .link-block-2, .logo-mobile-bottom {
    width: 100%;
    height: 100%;
  }

  .dropdown-mask-wrapper {
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .dropdown-list-2 {
    z-index: 10;
    position: absolute;
    inset: 100% 0% auto;
  }

  .dropdown-list-2.w--open {
    width: 100%;
  }

  .code-embed-7 {
    display: none;
  }

  .mobile-bg-video-wrapper {
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
  }

  .background-video-2 {
    width: 100%;
    height: 100%;
  }

  .window-wrapper {
    background-color: #fff0;
    border: 4px solid #fff;
    width: 99vw;
    height: 75vh;
    position: relative;
    overflow: hidden;
  }

  .background-video-3 {
    z-index: -1;
    width: 100vw;
  }

  .div-block-19 {
    position: relative;
  }

  .js-window {
    z-index: 10;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .dropdown-2 {
    width: 100vw;
    height: 8vh;
    position: static;
  }

  .dropdown-toggle-3 {
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 99vw;
  }

  .gallerie-container {
    height: 30vh;
    padding: .5rem;
  }

  .gallerie-projets-container {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 8vh;
    max-height: 8vh;
    display: flex;
  }

  .div-block-20 {
    max-width: 100vw;
  }

  .accordion-container {
    justify-content: center;
    align-items: center;
    width: 99vw;
    max-width: 99vw;
    display: block;
  }

  .accordion-top {
    cursor: pointer;
    background-color: #fff;
    border: .5px solid #000;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    width: 99vw;
    max-width: 99vw;
    height: 8vh;
    max-height: 8vh;
    padding: 1.3rem;
    display: flex;
  }

  .div-block-21 {
    font-size: 1.3rem;
  }

  .accordion-wrapper-element {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #f5f5f5;
    border-radius: 5px;
    height: 0%;
    margin-top: .3rem;
    margin-bottom: .3rem;
    display: flex;
    overflow: hidden;
  }

  .mobile-item-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #f5f5f5;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 40vh;
    max-height: 40vh;
    margin: 1rem;
    padding: 1rem;
    display: flex;
  }

  .gallerie-projet-link {
    color: #000;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none;
    display: flex;
  }

  .mobile-item-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-link-item {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-main-item-image {
    width: 25vw;
    height: 23vh;
  }

  .link {
    color: #000;
    font-size: 1rem;
    text-decoration: underline;
  }

  .mobile-link-externe-website {
    color: #000;
    font-size: 1rem;
  }

  .all-projects-mobile {
    background-image: linear-gradient(#d9d9d9 40%, #fff);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: .5rem;
    font-size: 1rem;
    text-decoration: none;
  }

  .all-projets {
    color: #000;
    font-size: 1rem;
    text-decoration: none;
  }

  .mobile-counter-projets {
    color: #7e7e7e;
  }

  .accordion-aper-u-wrapper {
    width: 99vw;
    max-width: 99vw;
  }

  .accordion-aper-u-wrapper.is-mobile {
    flex-flow: column;
    display: flex;
  }

  .accordion-aper-u-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    cursor: pointer;
    background-color: #fff;
    border: .5px solid #000;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    width: 99vw;
    max-width: 99vw;
    height: 8vh;
    max-height: 8vh;
    padding: 1.3rem;
    display: flex;
  }

  .accorion-aper-u-bottom-wrapper {
    background-color: #f5f5f5;
    border-radius: 5px;
    height: 0%;
    margin-top: .3rem;
    margin-bottom: .3rem;
    display: flex;
    overflow: hidden;
  }

  .icone-aper-u-dropdown {
    color: #888a86;
    width: 3vw;
    height: 0%;
    position: static;
  }

  .mobile-aper-u-container-accordion {
    background-color: #f5f5f5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35vh;
    max-height: 40vh;
    margin: 1rem;
    padding: 1rem;
    display: flex;
  }

  .left-accordion-top-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon-calendar-project {
    color: #888a86;
    width: 3vw;
  }

  .text-block-17 {
    font-size: 1rem;
  }

  .icon-show-wrapper {
    color: #888a86;
    width: 3vw;
    height: 0%;
    position: static;
  }

  .aper-u-title-left {
    font-size: 1rem;
  }

  .rigth-aper-u-accordion {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .load-icon {
    position: absolute;
  }

  .chevron-icon {
    position: absolute;
    transform: translate(-22px, -13px);
  }

  .footer-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    color: #000;
    line-height: 1.2;
    text-decoration: none;
  }

  .div-block-22 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mail-link-studio-page {
    color: #000;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    transform: translate(0, -4px);
  }

  .contact-bloc-studio {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .video-container-mobile {
    justify-content: center;
    align-items: center;
    width: 99vw;
    display: flex;
  }

  .contact-container-mobile {
    font-size: 1rem;
  }

  .link-contact {
    color: #000;
    font-size: .875rem;
    line-height: 1.2;
    text-decoration: none;
  }

  .image-8 {
    object-fit: contain;
  }

  .link-2 {
    color: #000;
  }

  .image-9 {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .image-10 {
    object-fit: contain;
  }

  .slide-backdrop {
    height: 101svh;
    display: none;
    transform: translate(-100%);
  }

  .slide-wrapper {
    height: 810svh;
  }

  .discovery-project-contact-card {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .main-footer-card {
    padding-bottom: 2rem;
  }

  .tagline-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 31svw;
    display: flex;
  }

  .tagline-wrapper.is-the-desk {
    display: none;
  }

  .tagline-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .text-span-3 {
    margin-left: 2.35rem;
  }

  .text-span-4 {
    margin-left: 2.0625rem;
    line-height: 1.2;
  }

  .text-span-5 {
    margin-left: 3.5rem;
  }

  .tagline-copyright, .tagline-js-label {
    color: #fff;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .75rem;
    line-height: 1.2;
  }

  .tagline-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: .1875rem;
    margin-left: 9.05rem;
    padding: .125rem;
    display: flex;
    transform: translate(0, -37px);
  }

  .text-span-6 {
    margin-left: 10px;
  }

  .off-visibility-reaction {
    display: none;
  }

  .button-3.is-secondary {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    line-height: 1.2;
  }

  .container-large {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-medium {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 35.8rem;
    display: flex;
  }

  .faq1_component {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h4 {
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: block;
  }

  .text-align-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    line-height: 1.2;
  }

  .text-cta-with-designer {
    justify-content: center;
    align-items: center;
  }

  .loader {
    display: none;
  }

  .loader-bg-video {
    transform: none;
  }

  .loader-bg-video-upster {
    display: none;
  }

  .loader-bg-video-upster.is-mobile {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50vw;
    height: 100vh;
    display: flex;
  }

  .loader-tag-wrapper {
    width: 25vw;
  }

  .left-text-loader-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .cta-loader {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    white-space: nowrap;
    word-break: normal;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.3rem;
    display: flex;
  }

  .left-upster-loader {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .enter {
    white-space: normal;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 75vh;
  }

  .aper-u-wrapper.is-contact.is-mobile {
    height: 182vh;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .aper-u-wrapper.is-studio {
    height: 222svh;
    max-height: 230svh;
  }

  .hero-wrapper-studio {
    min-height: 223svh;
  }

  .studio-photo-team {
    aspect-ratio: 2.5;
    flex: 1;
    overflow: visible;
  }

  .roadmap-block {
    flex: none;
  }

  .footer {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .footer-logo-wrapper {
    padding-bottom: 0;
  }

  .footer-logo {
    font-size: 4rem;
  }

  .available-wrapper {
    height: 100%;
    overflow: hidden;
  }

  .studio-presentation {
    flex: 1;
    padding: .5rem;
  }

  .avalailable-studio {
    flex: 0 auto;
    min-height: 35svh;
    position: static;
    overflow: clip;
  }

  .video-bg-wrapper {
    padding-bottom: 0;
  }

  .nav-menu-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .mobile-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 50vw;
    max-width: 50vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-logo-wrapper {
    object-fit: contain;
    width: 10vw;
    padding: 0 0 .125rem;
  }

  .mobile-contact-wrapper {
    background-color: #fff0;
    background-image: none;
  }

  .mobile-contact {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
  }

  .mobile-mail-wrapper, .mobile-contact-wrapper-right {
    width: 50vw;
  }

  .slide-backdrop {
    height: 100svh;
    display: none;
    transform: translate(-100%);
  }

  .slide-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 610svh;
    display: flex;
    overflow: hidden;
  }

  .discovery-project-header {
    padding: 3rem 2rem;
  }

  .project-media-card {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
    grid-auto-columns: .5fr;
    overflow: hidden;
  }

  .project-media-card-grid-bg {
    width: 96svw;
    height: 100svh;
  }

  .project-media-card-main-grid {
    width: 500px;
  }

  .discovery-project-context {
    padding: 6rem 2rem;
  }

  .discovery-project-context-inner {
    max-width: 40svw;
  }

  .discovery-project-approche {
    padding: 6rem 2rem;
  }

  .discovery-project-approche-inner {
    max-width: 40svw;
  }

  .discovery-project-done {
    padding: 6rem 2rem;
  }

  .discovery-project-done-inner {
    max-width: 40svw;
  }

  .discovery-project-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .discovery-project-contact-card {
    margin-left: 8rem;
    margin-right: 8rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .main-footer-card {
    padding-top: 6rem;
  }

  .tagline-wrapper {
    max-width: 51svw;
  }

  .text-span-6 {
    margin-left: 10px;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .loader-bg-video-upster.is-mobile {
    width: 50vw;
  }

  .loader-tag-wrapper {
    width: 36vw;
  }

  .loader-tagline-inner {
    margin-top: -33px;
    margin-left: 133px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-bottom: 4rem;
  }

  .hero-section.is-home-mobile {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .hero-section.is-studio-mobile {
    padding-bottom: 1.5rem;
  }

  .aper-u-wrapper.is-projets.is-mobile {
    justify-content: center;
    align-items: center;
    width: 99vw;
    max-width: 99vw;
    height: 126vh;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .aper-u-wrapper.is-contact.is-mobile {
    height: 174vh;
  }

  .aper-u-wrapper.is-studio {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: 186vh;
    max-height: 200vh;
  }

  .hero-wrapper-studio {
    min-height: 190svh;
    overflow: hidden;
  }

  .studio-photo-team {
    aspect-ratio: 1;
    object-fit: cover;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 19svh;
    max-height: 20svh;
    margin-left: .25rem;
    margin-right: .5rem;
    overflow: scroll;
  }

  .photo-team-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 99vw;
    overflow: visible;
  }

  .photo-team-2 {
    width: 16.5%;
    min-width: 26.5%;
    overflow: hidden;
  }

  .photo-team-3 {
    width: 54%;
    min-width: 54%;
    max-width: 54%;
    overflow: hidden;
  }

  .photo-team-4 {
    width: 31%;
    min-width: 31%;
    max-width: 31%;
    overflow: hidden;
  }

  .text-block-6 {
    font-size: 1.25rem;
  }

  .roadmap-block {
    flex: none;
    height: 20vh;
    margin-top: 0;
  }

  .text-block-8 {
    font-size: .875rem;
  }

  .service-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: none;
  }

  .text-block-9 {
    font-size: 1.25rem;
  }

  .team {
    flex: none;
    height: 21vh;
  }

  .team-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-text {
    font-size: .875rem;
  }

  .h-team {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .studio-contact-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: none;
    padding-bottom: 0;
  }

  .contact-text {
    font-size: .875rem;
  }

  .h-contact {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .footer {
    flex: none;
    height: 33vh;
  }

  .footer.is-mobile {
    justify-content: center;
    align-items: stretch;
    width: 90vw;
    max-width: 90vw;
    height: 38vh;
    margin-left: .125rem;
  }

  .footer-logo {
    font-size: 4rem;
    transform: scale3d(.67, 3, 1);
  }

  .js-signatur-wrapper {
    margin-bottom: .5rem;
  }

  .footer-copyright-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-right: 2rem;
  }

  .available-wrapper {
    height: 24vh;
  }

  .available-bg {
    transform: translate3d(14px, -23px, 79px)scale(1.4);
  }

  .born {
    width: 60%;
    transform: translate(31%, 71px);
  }

  .born-text {
    font-size: 1.25rem;
  }

  .studio-presentation {
    flex: none;
    height: 23vh;
    padding: .5rem;
  }

  .studio-presentation-title {
    font-size: 1.25rem;
  }

  .studio-presentation-body-text, .studio-presentation-body-text-wrapper {
    font-size: .875rem;
  }

  .photo-team-5 {
    width: 30%;
    min-width: 30%;
    max-width: 32%;
    overflow: hidden;
  }

  .text-block-12 {
    font-size: .875rem;
  }

  .code-3 {
    font-family: var(--corps-texte);
    font-size: .875rem;
  }

  .projet-head-left {
    background-position: 100% 100%;
    background-size: 88px;
    overflow: hidden;
  }

  .projet-head-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .project-section.is-mobile {
    height: 46vh;
  }

  .project-justzeze {
    height: 107%;
  }

  .justzeze-logo {
    width: 20%;
    height: 6vh;
  }

  .justzeze-link {
    flex-flow: row;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .preview-justzeze-btn {
    width: 60vw;
    max-width: 60vw;
  }

  .live-justzeze-btn {
    width: 36vw;
    max-width: 40vw;
  }

  .julesstudio-contact.is-mobile {
    margin-left: .125rem;
    margin-right: 0;
    overflow: clip;
  }

  .js-contact-wrapper {
    background-position: 100% 100%;
    background-size: 58%;
    background-attachment: scroll;
  }

  .available-title-contact {
    flex-flow: column;
  }

  .heading-4 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    font-size: 1.25rem;
    display: flex;
  }

  .logo-js-contact-decoration.is-mobile {
    width: 35%;
    transform: translate(-31px, 19px);
  }

  .bold-text {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: .875rem;
    display: flex;
  }

  .julesstudio-contact-block.is-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 22vh;
    display: flex;
  }

  .julesstudio-contact-text-wrapper {
    overflow: hidden;
  }

  .julesstudio-contact-text-wrapper.is-mobile {
    width: 99%;
    max-width: 99%;
    padding: 1rem;
  }

  .julesstudio-contact-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .julesstudio-contact-body-text {
    font-size: .9rem;
  }

  .code-5 {
    font-family: var(--corps-texte);
  }

  .avalailable-studio {
    flex: 0 auto;
    min-height: 25svh;
    overflow: hidden;
  }

  .video-bg-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .collection-list-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 55%;
    display: flex;
  }

  .video-wrapper {
    width: 65%;
  }

  .nav-menu-mobile {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    justify-content: space-between;
    align-items: center;
    height: 8vh;
  }

  .menu-studio-mobile-wrapper {
    padding: .2rem;
    font-size: .875rem;
  }

  .mobile-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .mobile-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 12vw;
    padding-bottom: .125rem;
    display: flex;
  }

  .mobile-mail-wrapper {
    width: 60vw;
  }

  .mobile-contact-wrapper-left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 30vw;
  }

  .mobile-contact-wrapper-right {
    width: 60vw;
  }

  .mobile-link-container {
    justify-content: space-between;
    align-items: center;
    width: 40vw;
    max-width: 40vw;
    display: flex;
    overflow: visible;
  }

  .aper-u-dropdown-wrapper {
    display: flex;
    position: relative;
  }

  .mobile-video-aper-u-wrapper {
    background-color: #d1d1d100;
    border-radius: 0;
    width: 80vw;
    max-width: 80vw;
    padding: .3rem;
  }

  .logo-mobile-bottom {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .accordion-container {
    z-index: 10;
  }

  .accordion-top {
    height: 6vh;
  }

  .mobile-item-container {
    height: 32vh;
    padding: .3rem;
  }

  .mobile-link-item {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .mobile-link-externe-website, .all-projets, .mobile-counter-projets {
    font-size: .9rem;
  }

  .mobile-aper-u-container-accordion {
    height: 20vh;
  }

  .icon-calendar-project, .icon-show-wrapper {
    justify-content: center;
    align-items: center;
    width: 5vw;
    display: flex;
  }

  .tv-icon {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mail-link-studio-page {
    justify-content: center;
    align-items: center;
    width: 54vw;
    display: inline-flex;
    overflow: hidden;
    transform: translate(-7px, -17px);
  }

  .contact-bloc-studio {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: pre-wrap;
    word-break: break-all;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    font-size: .875rem;
  }

  .video-container-mobile {
    width: 98vw;
    max-width: 99vw;
  }

  .image-7 {
    width: 46%;
    transform: translate(-48px, 27px);
  }

  .paragraph {
    line-height: 1.2;
  }

  .button-2 {
    color: #000;
    background-color: #fff0;
  }

  .link-2, .btn-open-popup {
    color: #000;
  }

  .slide-backdrop {
    height: 102svh;
    display: none;
    transform: translate(-100%);
  }

  .slide-wrapper {
    height: 600svh;
  }

  .discovery-page-project-section, .project-media-card {
    border-radius: 5px;
  }

  .grid {
    border-radius: 5px;
    place-content: center;
  }

  .project-media-card-grid-bg {
    height: 67svh;
  }

  .project-media-card-main-grid {
    width: 300px;
  }

  .discovery-project-context-inner, .discovery-project-approche-inner, .discovery-project-done-inner {
    max-width: 60svw;
  }

  .discovery-project-footer {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-footer-desc {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .project-footer-palette {
    justify-content: center;
    align-items: center;
  }

  .footer-desc {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
  }

  .footer-last-update {
    text-transform: uppercase;
    word-break: break-all;
    justify-content: center;
    align-items: center;
    font-family: Merriweather, serif;
    font-size: .8rem;
    display: flex;
  }

  .discovery-project-contact-card {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tagline-wrapper {
    -webkit-text-stroke-width: 0px;
    text-overflow: clip;
    max-width: 75svw;
  }

  .tagline-wrapper.is-the-mobile {
    max-width: 80svw;
  }

  .tagline-heading {
    white-space: pre-line;
    word-break: keep-all;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    display: block;
  }

  .tagline-inner {
    margin-left: 8rem;
  }

  .text-span-6 {
    margin-left: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
  }

  .heading-style-h2 {
    text-align: left;
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .link-5 {
    color: #000;
  }

  .text-span-7, .text-span-8, .text-span-9 {
    margin-left: 10px;
  }

  .loader-tag-wrapper {
    width: 58vw;
  }

  .left-text-loader-botom {
    font-size: 1rem;
  }
}

#w-node-_03443ddf-af7d-d621-ce11-88be3fe165aa-defb2993, #w-node-_13c2eecc-3857-d42e-3959-af11c98d497d-defb2993, #w-node-_4138e686-ae83-0137-5d91-0d525d1e4cb8-defb2993 {
  grid-area: span 7 / span 7 / span 7 / span 7;
}

@media screen and (max-width: 479px) {
  #w-node-_03443ddf-af7d-d621-ce11-88be3fe165aa-defb2993 {
    place-self: center;
  }
}


