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

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

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

.main-wrapper {
  background-color: #fff;
  background-image: radial-gradient(circle at 100% 100%, #fff, #fff0 22%), radial-gradient(circle at 84% 54%, #1ac7ff4f, #fff0 30%), radial-gradient(circle at 100% 40%, #ff94c866, #fff0 33%), radial-gradient(circle at 24% 52%, #ffe8ae66, #fff0 34%), radial-gradient(circle at 0 53%, #04ffb166, #fff0 25%);
  padding-top: 0;
}

.main-wrapper.a-propos {
  background-image: radial-gradient(circle at 84% 24%, #1ac7ff4f, #fff0 27%), radial-gradient(circle at 100% 20%, #ff94c866, #fff0 28%), radial-gradient(circle at 24% 30%, #ffe8ae66, #fff0 17%), radial-gradient(circle at 0 27%, #04ffb166, #fff0 25%);
}

.navbar {
  background-color: #fff0;
  padding-top: 24px;
}

.hero-section {
  margin-bottom: 80px;
}

.brand {
  text-align: center;
  padding-top: 5px;
  position: relative;
}

.image {
  position: static;
  inset: 0%;
}

.nav-link {
  color: #818181;
  cursor: pointer;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.nav-link:hover {
  color: #d66da1;
  font-weight: 500;
}

.nav-link.w--current {
  color: #d66da1;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.home {
  color: #333;
  font-family: Instrument Serif, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.hero-container {
  padding-top: 60px;
}

.hero-content {
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.heading {
  text-align: center;
  margin: 0;
  font-family: Urbanist, sans-serif;
}

.heading.lign1 {
  color: #1a1a1a;
  margin-bottom: 12px;
  font-size: 96px;
  font-weight: 500;
  line-height: 120px;
}

.heading.lign2 {
  color: #d66da1;
  letter-spacing: -3px;
  margin-bottom: 60px;
  font-family: Instrument Serif, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

.heading.lign2.first {
  color: #d66da1;
  display: none;
}

.heading-italic {
  color: #f38ec0;
  -webkit-text-stroke-color: #d66da1;
  font-size: 96px;
  font-weight: 400;
  overflow: visible;
}

.available-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.dot {
  background-color: #4ca78a;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.dispo {
  font-family: Urbanist, sans-serif;
  font-weight: 300;
}

.available-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #dafff3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.heading-2 {
  color: #818181;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.heading-2.white {
  color: #bebebe;
}

.cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.cta-wrapper.projet {
  margin-top: 60px;
  margin-bottom: 60px;
}

.cta {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  align-self: center;
  height: 60px;
  max-height: 60px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.cta:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.cta.secondary {
  color: #1a1a1a;
  cursor: pointer;
  background-color: #ffffff80;
  border: 1px solid #dfdfdf;
  transition: background-color .5s, transform .5s;
}

.cta.secondary:hover {
  background-color: #fff;
  transform: scale(1.05);
}

.cta.secondary.dark {
  color: #fff;
}

.cta.secondary.dark:hover {
  background-color: #ffffff1a;
}

.cta.secondary.white {
  border-color: #fff;
}

.cta.primary {
  cursor: pointer;
  align-self: flex-start;
  transition: transform .5s;
}

.cta.primary:hover {
  transform: scale(1.05);
}

.cta.primary.w--current {
  align-self: flex-start;
}

.cta.primary.white {
  color: #fff;
  background-color: #d66da1;
  margin-bottom: 32px;
}

.cta.primary.pink {
  background-color: #d66da1;
  align-self: center;
  transition: background-color .5s, transform .5s;
}

.cta.primary.pink:hover {
  background-color: #e490b9;
}

.marquee-wrapper {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.marquee-section {
  background-color: #1a1a1a;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  transform: rotate(-2deg);
}

.marquee-track {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.marquee-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.keyword {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.icon-star {
  width: 20px;
  height: 20px;
}

.cursor {
  z-index: 10;
  opacity: .4;
  cursor: none;
  background-color: #1a1a1a;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.body {
  cursor: auto;
}

.work-section {
  background-color: #fff;
  margin-bottom: 100px;
}

.work-section.projects {
  background-color: #fff0;
  margin-top: 60px;
  margin-bottom: 60px;
}

.work-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  flex-flow: column;
  margin-bottom: 60px;
  display: block;
}

.heading-3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Instrument Serif, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-3.white {
  color: #fff;
}

.heading-4 {
  color: #818181;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-4.white {
  color: #fff;
}

.work-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 100%;
  margin-bottom: 32px;
  display: grid;
}

.work-card {
  cursor: pointer;
  flex-flow: column;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.img-wrapper {
  background-color: #b4b4b4;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 12px;
  overflow: hidden;
}

.img-wrapper.pink {
  background-color: #ffdaec;
}

.img-wrapper.blue {
  background-color: #d2f4ff;
}

.img-wrapper.yellow {
  background-color: #fff1cc;
}

.img-wrapper.green {
  background-color: #ccfdee;
}

.work-img {
  border-radius: 8px;
}

.work-datas {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-tags-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.work-tag {
  color: #818181;
  background-color: #ebebeb;
  border-radius: 100px;
  padding: 4px 12px;
}

.expertise-section {
  margin-bottom: 60px;
}

.work-title {
  color: #1a1a1a;
  cursor: pointer;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.card-expertise {
  background-color: #ddd;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  display: block;
}

.card-expertise.strategy {
  background-color: #ffedf6;
}

.card-expertise.discovery {
  background-color: #fff4da;
}

.card-expertise.prototype {
  background-color: #e1faf2;
}

.card-expertise.impact {
  background-color: #d2f4ff;
}

.expertise-title {
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.expertise-title.stategy {
  color: #bd6c93;
}

.expertise-title.discovery {
  color: #b8933e;
}

.expertise-title.prototype {
  color: #46a083;
}

.expertise-title.impact {
  color: #378ba7;
}

.expertise-description {
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.expertise-text-datas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.about-section {
  background-color: #1a1a1a;
  background-image: url('../images/stars-milky.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 32px;
}

.tools-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.heading-5 {
  color: #333;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.tools-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tool {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  font-family: Urbanist, sans-serif;
  display: flex;
}

.tool:hover {
  transform: rotate(-5deg);
}

.tool-logo {
  width: 24px;
  height: 24px;
}

.caption {
  color: #333;
  flex: none;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.caption.projet {
  margin-bottom: 32px;
}

.about-container {
  max-width: 100%;
  padding-bottom: 0;
}

.solar-system {
  aspect-ratio: 1;
  width: 700px;
  max-width: 700px;
  height: 480px;
  margin-left: 80px;
  position: relative;
}

.center-image {
  z-index: 0;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin-top: 4px;
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.me-circle-pp {
  max-width: 230px;
  max-height: 230px;
}

.orbit {
  pointer-events: none;
  cursor: auto;
  position: absolute;
  inset: 50% auto auto 50%;
}

.orbit.is-1 {
  z-index: 1;
  border: 1px #fff;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
}

.orbit.is-2 {
  z-index: 1;
  border: 1px #fff;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  transform: translate(-50%, -50%);
}

.orbit.is-3 {
  z-index: 1;
  border: 1px #fff;
  border-radius: 50%;
  width: 430px;
  height: 430px;
  transform: translate(-50%, -50%);
}

.planet-pos {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.planet-pos.terre {
  top: 50%;
  left: 50%;
}

.planet {
  pointer-events: auto;
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  width: 32px;
  height: 32px;
  transition: transform .5s;
  position: absolute;
  top: 0;
  left: 50%;
}

.planet:hover {
  transform: scale(1.1);
}

.test-circle {
  background-color: #ff2c2c;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.orbit-ring {
  border: 1px dotted #c4c4c4;
  border-radius: 50%;
  position: absolute;
  inset: 50% 0% 0 50%;
  transform: translate(-50%, -50%);
}

.orbit-ring.is-1 {
  pointer-events: none;
  border: 1px dotted #575757;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -110px);
}

.orbit-ring.is-2 {
  border-color: #575757;
  width: 330px;
  height: 330px;
}

.orbit-ring.is-3 {
  border-color: #575757;
  width: 430px;
  height: 430px;
}

.about-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.details-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.title-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 50%;
}

.title-explore {
  color: #fff;
  align-self: auto;
  font-family: Instrument Serif, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.text-explore {
  color: #d6d6d6;
  -webkit-text-stroke-color: #474747;
  padding-left: 12px;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.cta-rs-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.download-cv {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 100px;
  flex: none;
  align-self: center;
  height: 44px;
  padding: 0 16px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 44px;
  text-decoration: none;
  transition: box-shadow .5s, transform .5s;
}

.download-cv:hover {
  background-color: #ffffff14;
  transform: scale(1.03);
  box-shadow: 0 0 20px #ffffff14;
}

.rs-linkblock {
  border: 1px solid #fff3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: box-shadow .5s, transform .5s;
  display: none;
}

.rs-linkblock:hover {
  background-color: #ffffff14;
  transform: scale(1.05);
  box-shadow: 0 0 20px #ffffff14;
}

.rs-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 40%;
  height: 40%;
  text-decoration: none;
}

.explore-svg {
  width: 260px;
}

.card-planet {
  background-color: #1d1d1d;
  border: 1px solid #fff3;
  border-radius: 16px;
  margin-bottom: 32px;
  margin-left: 12px;
  padding: 20px 32px;
  position: relative;
}

.card-planet.terre {
  border-style: solid;
  border-color: #04ffb133;
  max-width: 520px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.card-planet.lune {
  border-color: #bcbcbc33;
  max-width: 520px;
  margin: 100px 0 32px 12px;
  display: none;
  position: relative;
}

.card-planet.mars {
  border-color: #fc906433;
  max-width: 520px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.card-planet.v-nus {
  border-color: #e3a95633;
  max-width: 520px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.card-planet.neptune {
  border-color: #69c7e833;
  max-width: 520px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.card-planet.saturne {
  border-color: #f8cb9833;
  max-width: 520px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.card-planet.uranus {
  border-color: #3bbfbe33;
  max-width: 520px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.card-planet.pluton {
  border-color: #e7843033;
  max-width: 520px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.card-planet.jupiter {
  border-color: #ea9a8233;
  max-width: 520px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.card-planet.mercure {
  border-color: #ffe18033;
  max-width: 520px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.card-planet.intro {
  border-color: #fff3;
  max-width: 520px;
  position: static;
}

.card-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.card-titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.card-header-img {
  width: 60px;
  height: 60px;
}

.title-planet {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.title-planet.terre {
  color: #62f584;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.title-planet.lune {
  color: #bcbcbc;
  letter-spacing: 2px;
}

.title-planet.mars {
  color: #fc9064;
}

.title-planet.v-nus {
  color: #e3a956;
}

.title-planet.neptune {
  color: #69c7e8;
}

.title-planet.saturne {
  color: #f8cb98;
}

.title-planet.uranus {
  color: #3bbfbe;
}

.title-planet.pluton {
  color: #e78430;
}

.title-planet.jupiter {
  color: #ea9a82;
}

.title-planet.mercure {
  color: #ffe180;
}

.title-planet.intro {
  color: #ffae43;
}

.subtitle-planet {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.card-text {
  color: #d4d4d4;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.card-text.projet {
  color: #1a1a1a;
}

.card-close {
  transition: transform .5s;
  position: absolute;
  inset: 20px 32px auto auto;
}

.card-close:hover {
  transform: scale(1.1);
}

.card-close.terre {
  transition: transform .5s;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 20px;
}

.card-close.terre:hover {
  transform: scale(1.1);
}

.close-svg {
  width: 16px;
  height: 16px;
}

.cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.cards-wrapper.lateral {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 32px;
  display: grid;
}

.cards-wrapper.lateral._6 {
  grid-template-rows: auto auto;
  margin-bottom: 60px;
}

.cards-wrapper.lateral._6.impact {
  margin-bottom: 0;
}

.cards-wrapper.lateral.impair {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-self: auto;
  place-items: stretch stretch;
  display: grid;
}

.cards-wrapper.lateral.with-caption {
  margin-bottom: 0;
}

.cards-wrapper.lateral._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cards-wrapper.lateral.clustree {
  margin-bottom: 0;
}

.link {
  color: #d88ab0;
}

.text-body {
  color: #fff;
  flex: none;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 44px;
}

.contact-section {
  background-color: #1a1a1a;
  background-image: url('../images/stars-milky.png'), radial-gradient(circle at 40% 100%, #04ffb126, #fff0 32%), radial-gradient(circle at 0 100%, #ffe8ae40, #fff0 30%), radial-gradient(circle at 100% 100%, #ff94c840, #fff0 32%), radial-gradient(circle at 70% 100%, #1ac7ff40, #fff0 29%);
  background-position: 50%, 0 0, 0 0, 0 0, 0 0;
  background-size: cover, auto, auto, auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-contact {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.title-contact-text {
  color: #fff;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.contact-text-italic {
  color: #f38ec0;
  -webkit-text-stroke-color: #d66da1;
  font-family: Instrument Serif, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.contact-wrapper {
  background-color: #1414144d;
  border: 1px solid #4d4d4d;
  border-radius: 32px;
  flex-flow: column;
  padding: 100px 60px 60px;
  transition: border-color .5s;
  display: flex;
}

.contact-wrapper:hover {
  border-color: #747474;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  width: 60px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container {
  display: none;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.rs-link {
  color: #bebebe;
  background-color: #ffffff80;
  border: 1px #000;
  border-radius: 100px;
  width: auto;
  height: auto;
  padding: 18px;
  font-family: Urbanist, sans-serif;
  text-decoration: none;
  transition: background-color .5s, transform .5s;
}

.rs-link:hover {
  color: #f38ec0;
  background-color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

.rs-star {
  width: 16px;
  height: 16px;
}

.footer-dark {
  background-color: #1a1a1a;
  border-bottom: 1px solid #e4ebf3;
  padding: 32px 30px;
  position: relative;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #bebebe;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.intro-projet-section {
  margin-top: 60px;
  padding-bottom: 0;
}

.projet-h1-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.projet-client {
  color: #888;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.projet-h1 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.projet-photos-wrapper {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 100px;
  display: grid;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.img-projet-photo {
  border-radius: 20px;
  min-width: 640px;
  max-width: 640px;
  max-height: 356px;
}

.img-projet-photo.intro {
  aspect-ratio: auto;
  object-fit: fill;
  width: 1000px;
  position: static;
}

.projet-datas-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 0 60px;
  display: grid;
}

.column-data-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-name {
  color: #818181;
  text-transform: uppercase;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.column-list-elements {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.projet-list-element {
  color: #1a1a1a;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.projet-intro-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3f3f3;
  border-radius: 20px;
  flex-flow: column;
  max-width: 940px;
  padding: 40px;
  display: flex;
}

.projet-text-title {
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.projet-text-title.subtitle {
  font-size: 24px;
}

.projet-text-title.subtitle.level3 {
  font-size: 20px;
}

.projet-text-title.card-intro {
  font-size: 24px;
  line-height: 24px;
}

.projet-text-title.impact {
  margin-bottom: 12px;
}

.projet-text {
  color: #1a1a1a;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.projet-text._32px {
  margin-bottom: 32px;
}

.projet-text.building {
  text-align: center;
  margin-bottom: 60px;
}

.intro-text-wrapper, .intro1-projet-container {
  margin-bottom: 60px;
}

.tab-link {
  background-color: #fff;
  border: 1px #818181;
  border-radius: 100px;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Urbanist, sans-serif;
  transition: color .2s, background-color .2s;
}

.tab-link:hover {
  color: #fff;
  background-color: #d66da1;
}

.tab-link.w--current {
  color: #fff;
  background-color: #d66da1;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Urbanist, sans-serif;
}

.t {
  border-radius: 100px;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.text-wrapper.with-cards {
  margin-bottom: 32px;
}

.text-wrapper.with-cards.impact {
  margin-bottom: 0;
}

.text-wrapper.impact.no-cards {
  margin-top: 60px;
  margin-bottom: 0;
}

.projet-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f0f0f0;
  border-radius: 12px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.projet-card.problem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffeef6;
  padding: 20px;
}

.projet-card.goal {
  background-color: #dcf4fc;
}

.projet-card.user-story {
  background-color: #f3f3f3;
}

.projet-card.feature {
  background-color: #fcf4e2;
}

.projet-card.impact {
  background-color: #e1f6f0;
}

.card-title {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.photo-wrapper {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.img-project-full {
  border-radius: 30px;
  margin-bottom: 32px;
}

.img-project-full.white {
  box-shadow: 0 0 20px #0003;
}

.img-project-full.white.margin {
  margin-bottom: 32px;
}

.img-project-full.no-radius {
  border-radius: 0;
}

.a-propos-section {
  margin-bottom: 100px;
  padding: 0;
}

.a-propos-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.a-propos-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.a-propos-title {
  color: #333;
  font-family: Urbanist, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

.a-propos-text {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}

.a-propos-img {
  background-image: url('../images/PP_Ordon.png');
  background-position: 50% 0;
  background-size: cover;
  width: 400px;
  height: 400px;
  transition: transform .5s;
}

.a-propos-img:hover {
  background-image: url('../images/PP_Ordon_Wink.png');
  transform: rotate(4deg);
}

.details-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.card-detail {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #faedf74d;
  border: 1px solid #d66da166;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  transition: transform .5s;
  display: flex;
}

.card-detail:hover {
  transform: scale(1.02);
}

.card-detail.passion {
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
}

.card-detail.passion.photo {
  background-color: #d66da10a;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  max-height: 160px;
  padding: 32px;
}

.card-detail.passion.photo:hover {
  background-color: #d66da114;
}

.card-detail.passion.photo.test {
  background-color: #fff;
  background-image: radial-gradient(circle at 0 100%, #ff94c866, #fff0 51%);
}

.card-detail.passion.cinema {
  background-color: #b8933e0a;
  border-color: #b8933e66;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  max-height: 160px;
  padding: 60px;
}

.card-detail.passion.cinema:hover {
  background-color: #b8933e14;
}

.card-detail.passion.animaux {
  background-color: #46a0830a;
  border-color: #46a08366;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  max-height: 160px;
  padding: 60px;
}

.card-detail.passion.animaux:hover {
  background-color: #46a08314;
}

.card-detail.passion.psycho {
  background-color: #378ba70a;
  border-color: #378ba766;
  justify-content: center;
  align-items: center;
  max-height: 160px;
  padding: 60px;
}

.card-detail.passion.psycho:hover {
  background-color: #378ba714;
}

.detail-caption {
  color: #797986;
  font-family: Urbanist, sans-serif;
  font-weight: 500;
}

.detail-caption.mobile {
  display: none;
}

.detail-text {
  color: #797986;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.detail-text.enhanced {
  color: #333;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}

.detail-text.enhanced.mobile {
  display: none;
}

.detail-text.passion {
  color: #b8933e;
  font-size: 16px;
}

.detail-text.passion.cinema, .detail-text.passion.animaux {
  color: #333;
}

.detail-text.passion.photo {
  color: #333;
  font-weight: 500;
}

.detail-text.passion.psycho {
  color: #333;
}

.card-detail-img {
  margin-bottom: 20px;
}

.card-detail-img.test {
  background-color: #ffedf6;
  border: 1px #000;
  border-radius: 100px;
  padding: 12px;
}

.card-detail-img.passion.photo {
  background-color: #ffedf6;
}

.card-detail-img.passion.cinema {
  background-color: #fff4da;
}

.card-detail-img.passion.animaux {
  background-color: #e1faf2;
}

.card-detail-img.passion {
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  padding: 12px;
}

.card-detail-img.passion.psycho {
  background-color: #d2f4ff;
}

.passions-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-bottom: 100px;
  display: grid;
}

.details-section {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
}

.photographer-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.photographer-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.photographer-datas-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.photos-img {
  border-radius: 20px;
  transition: transform .5s;
}

.photos-img:hover {
  transform: scale(1.02);
}

.code-embed {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .brand {
    margin-left: 0;
  }

  .image {
    margin-left: 18px;
  }

  .hero-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta.secondary {
    cursor: auto;
  }

  .cta.secondary:hover {
    background-color: #fff;
    border-color: #000;
  }

  .cta.primary {
    align-self: center;
  }

  .work-section {
    margin-bottom: 60px;
  }

  .work-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-title {
    margin-bottom: 32px;
  }

  .heading-4 {
    color: #818181;
    font-weight: 300;
  }

  .work-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-content: stretch;
  }

  .work-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-decoration: none;
  }

  .img-wrapper {
    background-color: #d4f4ff;
    border-radius: 12px;
    padding-bottom: 12px;
  }

  .work-img {
    width: auto;
  }

  .div-block {
    display: flex;
  }

  .work-datas {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .work-tags-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-block {
    color: #1a1a1a;
    font-family: Urbanist, sans-serif;
    font-size: 20px;
    text-decoration: none;
  }

  .work-tag {
    color: #818181;
    background-color: #f1f1f1;
    border-radius: 100px;
    flex: none;
    padding: 4px 12px;
    font-family: Urbanist, sans-serif;
    font-size: 13px;
  }

  .expertise-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tools-list {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .tool {
    flex: none;
  }

  .solar-system {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .about-content {
    grid-template-columns: 1fr;
  }

  .details-content {
    justify-content: center;
    align-items: center;
  }

  .card-planet.intro {
    margin-left: 0;
  }

  .contact-section {
    background-image: radial-gradient(circle at 0 98%, #04ffb166, #fff0 30%), radial-gradient(circle at 100% 90%, #ff94c866, #fff0 42%), radial-gradient(circle at 0 56%, #ffe8ae66, #fff0 34%), radial-gradient(circle at 84% 54%, #1ac7ff4d, #fff0 40%);
  }

  .contact-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container, .footer-form-container-2 {
    max-width: 350px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .a-propos-wrapper {
    flex-flow: column;
    justify-content: space-between;
    place-items: center stretch;
    display: flex;
  }

  .a-propos-text-wrapper {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .a-propos-title {
    text-align: center;
  }

  .a-propos-text {
    text-align: center;
    max-width: 400px;
  }

  .a-propos-img {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .cta.secondary {
    flex: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .a-propos-section {
    margin-bottom: 60px;
  }

  .a-propos-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .a-propos-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .details-wrapper {
    flex-flow: column;
    display: flex;
  }

  .passions-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 60px;
    display: grid;
  }

  .details-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .photographer-datas-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .photos-img {
    border-radius: 16px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-image: radial-gradient(circle at 100% 100%, #fff, #fff0 22%), radial-gradient(circle at 84% 54%, #1ac7ff4f, #fff0 30%), radial-gradient(circle at 100% 40%, #ff94c866, #fff0 33%), radial-gradient(circle at 24% 52%, #ffe8ae66, #fff0 34%), radial-gradient(circle at 0 60%, #04ffb166, #fff0 25%);
  }

  .hero-section {
    margin-bottom: 60px;
  }

  .brand {
    padding-left: 32px;
  }

  .hero-container {
    padding-top: 32px;
  }

  .heading.lign1 {
    margin: 0 0 8px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 48px;
    line-height: 48px;
  }

  .heading.lign2 {
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-italic {
    letter-spacing: -1px;
    font-size: 47px;
    line-height: 50px;
  }

  .available-wrapper {
    margin-bottom: 32px;
  }

  .heading-2 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
  }

  .heading-2.white {
    text-align: center;
    padding: 0;
  }

  .cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cta.secondary {
    text-align: center;
    flex: none;
  }

  .cta.primary {
    text-align: center;
    flex: none;
    align-self: center;
  }

  .cta.primary.white, .cta.primary.pink {
    flex: none;
  }

  .marquee-section {
    margin-bottom: 60px;
  }

  .section-title {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 38px;
  }

  .heading-3.white {
    flex: 0 auto;
  }

  .heading-4 {
    font-size: 18px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .work-wrapper {
    flex-flow: column;
    grid-auto-flow: column;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .work-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .work-img {
    width: auto;
  }

  .work-datas {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .work-tags-wrapper {
    justify-content: center;
    align-items: center;
  }

  .work-tag {
    flex: none;
  }

  .expertise-section {
    margin-bottom: 32px;
  }

  .grid-cards {
    flex-flow: column;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .card-expertise.strategy, .card-expertise.discovery, .card-expertise.prototype, .card-expertise.impact {
    padding: 32px;
  }

  .about-section {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tools-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .tools-list {
    flex-flow: wrap;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .tool {
    flex: none;
  }

  .solar-system {
    width: 100%;
    max-width: 320px;
    height: 480px;
    margin: auto;
    display: block;
  }

  .center-image {
    width: auto;
    height: auto;
    margin-top: 4px;
    margin-left: 2px;
  }

  .me-circle-pp {
    vertical-align: baseline;
    max-width: 200px;
    max-height: 200px;
    position: static;
    inset: 50% 0% 0% 50%;
  }

  .orbit.is-1 {
    width: 180px;
    height: 180px;
    top: 50%;
  }

  .orbit.is-2 {
    width: 250px;
    height: 250px;
  }

  .orbit.is-3 {
    width: 320px;
    height: 320px;
  }

  .orbit-ring.is-1 {
    width: 180px;
    height: 180px;
    top: 48%;
    transform: translate(-50%, -80px);
  }

  .orbit-ring.is-2 {
    width: 250px;
    height: 250px;
  }

  .orbit-ring.is-3 {
    width: 320px;
    height: 320px;
  }

  .about-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .details-content {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .card-planet.terre, .card-planet.lune, .card-planet.mars, .card-planet.v-nus, .card-planet.neptune, .card-planet.saturne, .card-planet.uranus, .card-planet.pluton, .card-planet.jupiter, .card-planet.mercure {
    margin-top: 32px;
  }

  .card-planet.intro {
    max-width: 320px;
    margin-top: -32px;
  }

  .card-header {
    justify-content: flex-start;
    align-items: center;
  }

  .title-planet.intro {
    flex: none;
  }

  .subtitle-planet {
    flex: 0 auto;
    font-size: 14px;
  }

  .cards-wrapper.lateral {
    flex-flow: column;
    display: flex;
  }

  .title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .contact-section {
    background-image: radial-gradient(circle at 0 98%, #04ffb166, #fff0 30%), radial-gradient(circle at 100% 90%, #ff94c866, #fff0 42%), radial-gradient(circle at 0 60%, #ffe8ae66, #fff0 34%), radial-gradient(circle at 84% 54%, #1ac7ff4d, #fff0 40%), linear-gradient(#0000, #0000);
    margin-bottom: 0;
    padding: 32px 0 60px;
  }

  .contact-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-contact-text {
    text-align: center;
    flex: none;
    align-self: auto;
    font-size: 38px;
    line-height: 42px;
  }

  .contact-text-italic {
    text-align: center;
    width: 100%;
    font-size: 42px;
  }

  .contact-wrapper {
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 60px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .intro-projet-section {
    margin-top: 32px;
    padding-right: 0;
  }

  .projet-client {
    padding-left: 32px;
    padding-right: 32px;
  }

  .projet-h1 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 34px;
    line-height: 38px;
  }

  .projet-photos-wrapper {
    align-content: stretch;
    place-items: center;
    margin-bottom: 60px;
    overflow: hidden;
  }

  .img-projet-photo {
    border-radius: 12px;
    min-width: 320px;
    max-width: 320px;
    max-height: 178px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .projet-datas-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .column-data-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .projet-intro-text {
    padding: 32px;
  }

  .intro-text-wrapper {
    margin-bottom: 32px;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .projet-content-section, .projet-datas-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .menu-button, .menu-button-2 {
    padding-right: 32px;
  }

  .img-project-full {
    border-radius: 20px;
  }

  .a-propos-section {
    margin-bottom: 60px;
  }

  .a-propos-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .a-propos-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .a-propos-text-wrapper {
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .a-propos-title {
    text-align: center;
    font-size: 38px;
  }

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

  .a-propos-img {
    width: 260px;
    height: 260px;
  }

  .details-wrapper {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .card-detail {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .card-detail.passion.photo, .card-detail.passion.cinema, .card-detail.passion.animaux, .card-detail.passion.psycho {
    padding: 20px;
  }

  .detail-caption {
    text-align: left;
  }

  .detail-caption.mobile {
    text-align: center;
    align-self: center;
    display: block;
  }

  .detail-caption.desktop {
    display: none;
  }

  .detail-text.enhanced {
    text-align: left;
    line-height: 24px;
  }

  .detail-text.enhanced.mobile {
    text-align: center;
    align-self: center;
    display: block;
  }

  .detail-text.enhanced.desktop {
    display: none;
  }

  .passions-wrapper {
    flex-flow: column;
    margin-bottom: 60px;
    display: flex;
  }

  .details-container {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .photographer-datas-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .photos-wrapper {
    flex-flow: column;
    display: flex;
  }
}

#w-node-ca717502-ebbf-8dac-b886-e1f099224c3a-9832c5c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_20e0326a-fc2c-6858-6f2b-c6c5d974730f-121aefaa {
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_04c12383-fe36-d2f4-0bf6-0b670b52aae1-9832c5c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-ca717502-ebbf-8dac-b886-e1f099224c3a-9832c5c4 {
    place-self: center;
  }
}


