:root {
  --font-family: Graphie, "Trebuchet MS", sans-serif;
  --neutral: #1d1d1b;
  --white: white;
  --primary: #fff5aa;
  --br-default: 4px;
  --transparent: transparent;
}

body {
  font-family: var(--font-family);
  color: var(--neutral);
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--neutral);
  text-decoration: underline;
}

.asc-u-hspace {
  padding-top: 96px;
  padding-bottom: 96px;
}

.asc-u-wspace {
  padding-left: 48px;
  padding-right: 48px;
}

.asc-u-wrapper {
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}

.asc-u-bg-neutral {
  background-color: var(--neutral);
  color: var(--white);
}

.asc-c-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.asc-c-title-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.asc-c-title-txt {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.asc-c-title-action {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.asc-c-button {
  border: 1px solid var(--primary);
  border-radius: var(--br-default);
  background-color: var(--primary);
  color: var(--neutral);
  padding: 8px 24px;
  transition: all .2s ease-in-out;
}

.asc-c-button:hover {
  background-color: var(--neutral);
  color: var(--white);
}

.asc-u-primary {
  color: var(--primary);
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 4.5rem;
  display: flex;
}

.asc-c-cardimg {
  border-radius: var(--br-default);
  color: var(--white);
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.asc-c-cardimg:hover {
  box-shadow: 0 0 24px #0003;
}

.asc-c-separator {
  border-radius: var(--br-default);
  background-color: var(--primary);
  width: 80px;
  height: 4px;
  transition: all .2s linear;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.asc-c-cardimg-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-image: linear-gradient(20deg, #000c, #0000 62%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0;
}

.asc-c-realsblock-inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.asc-c-realslist {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 785px;
  display: grid;
  position: relative;
}

.asc-c-realslist.small {
  height: 380px;
}

.asc-c-realslist-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 785px;
  display: grid;
}

.asc-c-realslist-fullitem {
  height: 785px;
}

.asc-c-footer {
  padding-top: 96px;
  padding-bottom: 64px;
}

.asc-c-footer-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: grid;
}

.asc-c-footer-inner.asc-u-wrapper {
  grid-template-columns: 1.5fr 1fr;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  height: auto;
  display: flex;
}

.asc-c-footer-contactinfos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.asc-c-footer-foot {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.div-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.asc-c-footer-link {
  color: var(--white);
  text-decoration: none;
}

.asc-c-footer-link:hover {
  text-decoration: underline;
}

.asc-c-link-light {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

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

.icon-embed-custom-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5625rem;
  height: 1.625rem;
  display: flex;
}

.asc-c-navbar-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.asc-c-navbar-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-left-radius: var(--br-default);
  border-top-right-radius: var(--br-default);
  border-bottom-left-radius: var(--br-default);
  border-bottom-right-radius: var(--br-default);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 32px);
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.asc-c-navbar {
  background-color: var(--transparent);
  padding-top: 16px;
  padding-bottom: 8px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.asc-c-navbar-link {
  padding: 0;
}

.asc-c-navbar-link.pad {
  border-bottom: 2px solid var(--transparent);
  margin-right: 16px;
}

.asc-c-navbar-link.pad.w--current {
  border-bottom-color: var(--primary);
  color: var(--neutral);
  text-decoration: none;
}

.asc-c-imgtxt.hero {
  padding-top: 150px;
  overflow: hidden;
}

.asc-c-imgtxt-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.asc-c-imgtxt-inner.bigspace {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.asc-c-imgtxt-inner.col {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.asc-c-imgtxt-inner.asc-u-wrapper {
  grid-template-columns: .75fr 1fr;
}

.asc-c-imgtxt-txt {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.asc-c-imgtxt-txt.center {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.asc-c-imgtxt-txt.card {
  padding: 32px;
}

.asc-u-wrapper-small {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.asc-c-line {
  border-radius: var(--br-default);
  border-radius: var(--br-default);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: .25rem;
  display: flex;
}

.asc-c-imgtxt-txt-foot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.asc-c-imgtxt-txt-foot.center {
  justify-content: flex-start;
  align-items: center;
}

.asc-c-imgtxt-illustation {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 270px;
  display: flex;
  position: absolute;
  bottom: -16px;
  left: -16px;
}

.asc-c-imgtxt-illustation.top {
  top: -32px;
  bottom: auto;
  left: -48px;
}

.asc-c-imgtxt-illustation.top.asc-u-primary.large {
  top: -48px;
  left: -64px;
}

.asc-c-imgtxt-image {
  border-radius: var(--br-default);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.asc-c-imgtxt-image.small {
  max-height: 350px;
}

.asc-c-imgtxt-image.medium {
  min-height: 420px;
}

.asc-c-imgtxt-image.wrapper-medium {
  max-width: 1000px;
}

.asc-c-player {
  z-index: 1;
  pointer-events: none;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
}

.asc-c-player-mask {
  border-radius: var(--br-default);
  pointer-events: none;
  background-color: #0003;
  position: absolute;
  inset: 0;
}

.asc-c-title-lineillus {
  border-radius: var(--br-default);
  background-color: var(--primary);
  width: 4px;
}

.asc-c-imgtxt-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 455px;
}

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

.dropdown-toggle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.icon {
  position: relative;
}

.asc-c-dropdwn-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  border-radius: var(--br-default);
  width: 80px;
  height: 80px;
}

.dropdown-list {
  width: 300px;
}

.dropdown-list.w--open {
  background-color: var(--transparent);
  padding-top: 24px;
}

.collection-list-wrapper-2 {
  border-radius: var(--br-default);
  background-color: var(--primary);
}

.asc-c-dropdwn-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--br-default);
  color: var(--neutral);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.asc-c-dropdwn-link:hover {
  background-color: var(--neutral);
  color: var(--white);
}

.asc-c-dropdwn-itemlist {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--br-default);
  background-color: var(--primary);
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.icon-embed-custom-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.125rem;
  display: flex;
}

.asc-c-vdo-player {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-11 {
  border-radius: var(--br-default);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.asc-c-vdo-player-code {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0;
}

.asc-c-vdo-player-code.top {
  bottom: auto;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .asc-c-homehero-content {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .asc-c-title-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .asc-c-engagement-list {
    grid-template-columns: 1fr;
  }

  .asc-c-logobg.asc-u-primary {
    width: 450px;
    height: auto;
    top: 180px;
    left: -48px;
  }

  .asc-c-homehero-textes {
    justify-content: flex-start;
    align-items: center;
  }

  .asc-c-listingcard-list {
    grid-template-columns: 1fr;
    height: auto;
  }

  .asc-c-realslist {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .asc-c-realslist.small {
    height: auto;
  }

  .asc-c-realslist-col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: 932px;
  }

  .asc-c-realslist-fullitem {
    height: 450px;
  }

  .asc-c-footer-inner.asc-u-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .div-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .asc-c-navbar-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: var(--br-default);
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin: 32px 48px;
    padding: 16px;
  }

  .asc-c-navbar {
    padding-left: 48px;
    padding-right: 48px;
  }

  .asc-c-imgtxt-inner.asc-u-wrapper {
    grid-template-columns: 1fr;
  }

  .asc-c-cardlist-item {
    height: 100%;
  }

  .collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .asc-c-project.asc-u-wspace {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .asc-c-project-inner.asc-u-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 2fr;
  }

  .asc-c-project-description.asc-u-hspace, .asc-c-project-data.asc-u-hspace, .asc-c-project-data.asc-u-hspace {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .asc-c-listingcard-list-cms {
    grid-template-columns: 1fr;
  }

  .dropdown-list.w--open {
    padding-bottom: 24px;
    position: relative;
  }

  .asc-c-listingcard-list-item {
    max-height: 500px;
  }

  .asc-c-realisations.asc-u-wspace.asc-u-hspace {
    overflow: hidden;
  }

  .asc-c-navbar-drpdw {
    display: block;
  }

  .menu-button {
    background-color: var(--primary);
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    color: var(--neutral);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .asc-u-hspace {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .asc-u-wspace {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block {
    font-size: 20px;
    line-height: 34px;
  }

  .asc-c-logobg.asc-u-primary {
    width: 220px;
  }

  .asc-c-homehero-txt {
    font-size: 24px;
  }

  .asc-c-realslist-col {
    height: auto;
  }

  .asc-c-gallery-img {
    width: 200px;
    height: 200px;
  }

  .asc-c-navbar-links {
    margin-top: 8px;
  }

  .asc-c-navbar-inner {
    padding: 8px;
  }

  .asc-c-navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .asc-c-navbar-link.pad {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .asc-c-imgtxt.hero.asc-u-wspace.asc-u-hspace {
    overflow: hidden;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .slider {
    height: 60dvh;
  }

  .slide-nav {
    font-size: 8px;
    display: none;
  }

  .right-arrow {
    bottom: -70%;
  }

  .left-arrow {
    top: 70%;
  }

  .asc-c-project.asc-u-wspace {
    overflow: hidden;
  }

  .asc-c-blocvdo-inner.asc-u-wrapper {
    grid-template-columns: 1fr;
  }

  .collection-item {
    width: 200px;
  }

  .dropdown-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

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

  .icon-embed-custom-10 {
    top: -40px;
    left: calc(50% - 75px);
  }

  .icon-embed-custom-10.small {
    top: -16px;
    left: -16px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 0;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    width: 100%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    padding-bottom: 0;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .scroll-animate {
    height: 110%;
    bottom: 5%;
  }

  .icon-embed-custom-12 {
    color: #000;
  }

  .heading-2 {
    min-height: 178px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .asc-u-hspace {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .asc-u-wspace {
    padding-left: 16px;
    padding-right: 16px;
  }

  .asc-c-homehero-inner {
    padding: 16px;
  }

  .text-block {
    font-size: 18px;
    line-height: 32px;
  }

  .asc-c-homehero-txt {
    font-size: 20px;
    line-height: 32px;
  }

  .asc-c-footer-contactinfos {
    grid-template-columns: 1fr;
  }

  .asc-c-navbar-inner {
    padding: 8px;
  }

  .asc-c-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .asc-c-imgtxt-illustation.top.asc-u-primary {
    width: 220px;
    height: auto;
    top: -32px;
    left: -24px;
  }

  .asc-c-blocarticle-inner.asc-u-wrapper-small, .asc-c-cardlist-item {
    padding: 16px;
  }

  .asc-c-specprojet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px;
  }

  .image-7 {
    width: 48px;
    height: 48px;
  }

  .asc-c-dropdwn-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .asc-c-dropdwn-itemlist {
    padding: 8px;
  }

  .collection-item-4 {
    height: 420px;
  }

  .collection-list-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .asc-c-realisations-list {
    padding-left: 0;
  }

  .icon-embed-custom-9.asc-u-primary {
    width: 230px;
    height: 150px;
    top: -32px;
    left: -16px;
  }

  .div-block-2 {
    left: -16px;
  }

  .img-block {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .dot {
    display: none;
  }

  .content-wrap {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .steps-clone {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    display: flex;
    position: static;
  }

  .step-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content {
    font-size: 20px;
  }

  .scroll-animate {
    height: 120%;
    bottom: -5%;
  }
}

#w-node-c85572ba-a10b-80d0-4955-f08e04ee685e-1b2d3713 {
  align-self: center;
}

#w-node-_9ae813fb-4ba4-be30-e581-013b28875305-28875302 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9ae813fb-4ba4-be30-e581-013b28875304-28875302 {
    justify-self: center;
  }
}
