@font-face {
  font-family: Area;
  src: url('../fonts/d.woff') format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  background-color: #3f4851;
}

.navbar {
  z-index: 999999;
  border-top: 2px #e1ebe3;
  border-left: 2px #e1ebe3;
  border-right: 2px #e1ebe3;
  justify-content: center;
  align-items: flex-start;
  height: 6.5svh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-container {
  background-color: #3f4851;
  border: 2px #e1ebe3;
  border-bottom-style: solid;
  justify-content: center;
  align-items: flex-start;
  width: 100svw;
  max-width: none;
  height: 6.5svh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}

.nav_logo {
  color: #e1ebe3;
  font-variation-settings: "INKT" 50, "wdth" 100, "wght" 500;
  justify-content: flex-start;
  align-items: center;
  width: 22rem;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  font-family: Area, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.brand {
  border-bottom: 1px #000;
  border-right: 2px solid #e1ebe3;
  width: 50svw;
  height: 6.5svh;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 50svw;
  height: 6.5svh;
  display: flex;
}

.menu-link-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 16.6667svw;
  height: 6.5svh;
  display: inline-flex;
  position: relative;
}

.menu-link-div.left {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-right: 2px solid #e1ebe3;
  justify-content: center;
  align-items: center;
  height: 6.5svh;
  display: flex;
}

.menu-link-div.right {
  border-left: 2px solid #e1ebe3;
  justify-content: center;
  align-items: center;
}

.nav-link {
  color: #e1ebe3;
  font-variation-settings: "INKT" 50, "wght" 600;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 22px;
  font-family: Area, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.nav-link.w--current {
  color: #e1ebe3;
  text-decoration-color: #e1ebe3;
}

.small-arrow {
  align-self: center;
  height: 12px;
  display: block;
  position: static;
  inset: 0% 0% 0% 105px;
}

.small-arrow.menu-footer {
  flex-flow: row;
  flex: 0 auto;
  display: inline-flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.top-section {
  border-bottom: 2px solid #e1ebe3;
  border-left: 2px #e1ebe3;
  border-right: 2px #e1ebe3;
  height: 21.5svh;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
}

.top-section.title {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-section.title.gallery {
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  height: 10rem;
}

.big-menu-section {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 43.5svh;
  display: flex;
}

.big-title-div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  border-bottom: 2px solid #e1ebe3;
  border-left: 2px #e1ebe3;
  border-right: 2px #e1ebe3;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 21.75svh;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.big-title {
  color: #e1ebe3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: area-normal, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
  position: relative;
}

.link-block {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: 65px;
  padding-right: 0;
  text-decoration: none;
  display: inline-flex;
}

.big-arrow {
  z-index: 1;
  pointer-events: auto;
  vertical-align: middle;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto auto;
}

.bottom-section {
  border-bottom: 2px #e1ebe3;
  border-left: 2px #e1ebe3;
  border-right: 2px #e1ebe3;
  height: 21.5svh;
  margin-left: 0%;
  margin-right: 0%;
}

.display-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #e1ebe3;
  border-style: solid none;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 0;
  display: inline-flex;
  position: sticky;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: area-normal, sans-serif;
  list-style-type: "✳";
  display: flex;
}

.list-item {
  color: #e1ebe3;
  padding-left: 10px;
  padding-right: 10px;
  font-family: area-normal, sans-serif;
  font-weight: 700;
  line-height: 25px;
  list-style-type: "✳";
}

.list-item.role {
  padding-right: 10px;
  font-size: 17px;
}

.footer {
  width: 100svw;
  height: 32svh;
  display: flex;
  position: static;
}

.footer-cell {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3333svw;
  max-width: none;
  height: 32svh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-cell.centre {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border-left: 2px solid #e1ebe3;
  border-right: 2px solid #e1ebe3;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.contact {
  color: #e1ebe3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: area-inktrap, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.menu-footer {
  color: #e1ebe3;
  font-variation-settings: "INKT" 50, "wght" 600;
  text-align: left;
  flex: none;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Area, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  display: block;
  position: static;
}

.logo-footer {
  color: #e1ebe3;
  font-variation-settings: "INKT" 50, "wght" 500, "wdth" 100;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Area, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
}

.page-title {
  color: #e1ebe3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: area-normal, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.gallery-photo {
  border-bottom: 2px #e1ebe3;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100svw;
  height: 180svh;
  display: flex;
}

.gallery-photo.r-sille {
  height: auto;
}

.project-image {
  aspect-ratio: 3 / 2;
  vertical-align: middle;
  object-fit: cover;
  object-position: 50% 50%;
  border-right: 1px #000;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0%;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.project-image.r-sille {
  vertical-align: baseline;
  padding: 0%;
}

.project-image.r-sille.verticale {
  object-fit: contain;
  width: 110%;
  min-height: auto;
}

.project-image.d-tail {
  vertical-align: super;
  object-position: 50% 100%;
  padding: 0%;
  transform: translate(0);
}

.project-image.ir {
  object-position: 50% 25%;
}

.project-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  pointer-events: none;
  color: #e1ebe3;
  font-variation-settings: "wght" 550;
  text-align: center;
  text-shadow: 3px 3px 40px #3f4851cf;
  overflow-wrap: normal;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Area, Arial, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 36px;
  display: block;
  position: relative;
}

.project-title:hover {
  pointer-events: none;
}

.project-arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 24px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 20px 20px auto;
}

.project-arrow:hover {
  pointer-events: auto;
}

.grid-right {
  aspect-ratio: 3 / 2;
  border: 2px solid #e1ebe3;
  border-top: 1px #000;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-right.r-sille {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right-style: none;
  flex-flow: column;
  padding: 4%;
}

.grid-right.bottom {
  border-bottom-style: none;
}

.grid-right.architecture {
  border-bottom-style: solid;
  border-right-style: none;
}

.grid-right.architecture.bottom {
  border-bottom-style: none;
}

.work-section {
  border-top: 2px solid #e1ebe3;
  border-bottom: 2px solid #e1ebe3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.work-section.top {
  height: auto;
  padding-left: 0;
}

.work-section.no-top-border {
  border-top-style: none;
}

.project-description {
  height: auto;
  display: flex;
}

.description-cell-left {
  aspect-ratio: auto;
  border-bottom: 2px solid #e1ebe3;
  border-right: 2px solid #e1ebe3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 23svh;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  display: flex;
}

.description-cell-left.architecture {
  border-bottom-style: none;
  border-right-style: none;
  width: 50svw;
  height: auto;
  padding: 1rem;
}

.description-cell-left.info {
  border-right-style: none;
  width: 50svw;
  height: auto;
  padding: 1rem;
}

.description-cell-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #e1ebe3;
  border-left: 2px solid #e1ebe3;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 50svw;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  line-height: 18px;
  display: flex;
}

.description-cell-right.architecture {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-style: none;
  justify-content: space-between;
  height: auto;
  padding: 1rem;
}

.description-text {
  color: #e1ebe3;
  text-align: justify;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  overflow: clip;
}

.project-info {
  color: #e1ebe3;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.photo-frame {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0%;
  display: flex;
  overflow: hidden;
}

.photo-gallery {
  width: 100%;
}

.photo-gallery.x4 {
  pointer-events: auto;
}

.photo-gallery.axono-copy {
  border-bottom: 2px solid #e1ebe3;
}

.photo-gallery.axono-copy.biblio {
  border-bottom-style: none;
}

.left-column {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  padding-left: 7%;
  padding-right: 0;
  display: flex;
}

.left-column.architecture {
  padding-left: 0%;
}

.right-column {
  pointer-events: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 7%;
  display: flex;
}

.right-column.architecture {
  padding-right: 0%;
}

._2-grid-left {
  aspect-ratio: 3 / 2;
  object-position: 50% 0%;
  border-top: 1px #000;
  border-bottom: 2px solid #e1ebe3;
  border-left: 2px solid #e1ebe3;
  border-right: 2px #e1ebe3;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2-grid-left.r-sille {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-left-style: none;
  flex-flow: column;
  padding: 4%;
}

._2-grid-left.bottom {
  border-bottom-style: none;
}

._2-grid-left.architecture {
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
}

._2-grid-left.architecture.bottom {
  border-bottom-style: none;
}

.photo-div {
  aspect-ratio: 3 / 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.project-video {
  aspect-ratio: 3 / 2;
  filter: brightness(94%);
  object-fit: cover;
  border-right: 1px #000;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: auto;
  padding: 0%;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.sch-ma {
  object-fit: cover;
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.sch-ma.bn {
  vertical-align: baseline;
  width: 75%;
}

.sch-ma-gallery {
  border-bottom: 2px #e1ebe3;
  margin-bottom: 0;
  padding: 1.25rem;
}

.sch-ma-gallery.biblioth-que {
  border-bottom-style: none;
}

.left-gallery-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-right: 2px #000;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.left-gallery-column.bn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.left-gallery-column.bn.tour, .left-gallery-column.bn.rigaud {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.left-gallery-column.r-sille {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.middle-gallery-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.middle-gallery-column.bn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.middle-gallery-column.bn.tour, .middle-gallery-column.bn.rigaud {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.middle-gallery-column.r-sille {
  box-sizing: border-box;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.middle-gallery-column.sod {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.right-gallery-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.right-gallery-column.bn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.right-gallery-column.bn.tour, .right-gallery-column.bn.rigaud {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.right-gallery-column.r-sille {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.right-gallery-column.sod {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.titre-image {
  color: #e1ebe3;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
  position: relative;
}

.plan {
  border-bottom: 2px #e1ebe3;
  border-left: 2px #e1ebe3;
  border-right: 2px #e1ebe3;
  padding: 1.25rem;
}

.plan.r-sille {
  justify-content: center;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.plan.r-sille.rendus {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
}

.plan.coupe {
  padding: 0;
}

.plan.gatineau {
  display: flex;
}

.project-plan {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: middle;
  object-fit: contain;
  border-bottom: 2px #e1ebe3;
  flex: 1;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.project-plan.bn {
  width: 73.7%;
  max-width: 71%;
  transform: rotate(0);
}

.project-plan.bn.coupe {
  object-fit: contain;
}

.project-plan.bn-2 {
  width: 99.85%;
}

.sch-ma-cell {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-width: 20%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.photo-gallery-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 3 / 2;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.cell-left {
  border-bottom: 2px #e1ebe3;
  border-right: 2px solid #3f4851;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

.cell-left.end {
  border-bottom-style: none;
  border-right-style: none;
}

.cell-left.propos {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom-style: none;
  border-left: 2px solid #e1ebe3;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

.cell-right {
  border-bottom: 2px #e1ebe3;
  border-left: 2px solid #e1ebe3;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

.cell-right.end {
  border-bottom-style: none;
  border-left: 2px solid #e1ebe3;
  padding: 0%;
}

.cell-right.propos {
  border-bottom-style: none;
  border-left: 2px solid #e1ebe3;
  border-right: 2px solid #e1ebe3;
  padding: 1.25rem;
}

.cell-right.up {
  border-bottom-style: solid;
}

.grid-longue {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding: 0;
}

.grid-longue.bn {
  object-fit: scale-down;
  overflow: visible;
}

.grid-longue.plans {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.cell-up {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

.cell-up.end {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

.cell-up.bottom {
  border-bottom-style: none;
}

.cell-up.middle {
  border-left: 2px solid #e1ebe3;
  border-right: 2px solid #e1ebe3;
}

.cell-up.left {
  border-right: 2px solid #3f4851;
}

.cell-up.right {
  border-left: 2px solid #3f4851;
  border-right-style: none;
}

.section-2 {
  border-bottom: 2px #e1ebe3;
  border-left: 2px #e1ebe3;
  border-right: 2px #e1ebe3;
  width: auto;
  font-family: Area, Arial, sans-serif;
}

.menu-footer-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 145px;
  padding-left: 31px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-footer-link {
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.description-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 7%;
  margin-right: 7%;
  padding: 0;
}

.menu-div-full-menu {
  display: flex;
}

.logo-linkedin {
  height: 5svh;
}

.photo-gallery-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: absolute;
}

.photo-gallery-image:hover {
  mix-blend-mode: normal;
}

.photo-gallery-image.contraste {
  filter: brightness(95%);
  mix-blend-mode: normal;
}

.photo-gallery-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 2px solid #e1ebe3;
  border-right: 2px solid #e1ebe3;
  margin-left: 7%;
  margin-right: 7%;
  padding: 0;
}

.photo-gallery-grid._1-row {
  border-left-style: none;
  border-right-style: none;
  grid-template-rows: auto;
  justify-items: end;
  margin-left: 0%;
  margin-right: 0%;
}

.photo-gallery-grid.architecture {
  border-left-style: none;
  border-right-style: none;
  margin-left: 0%;
  margin-right: 0%;
}

.photo-gallery-cell {
  border-top: 2px solid #e1ebe3;
  justify-content: center;
  align-items: center;
  padding: 4%;
}

.photo-gallery-cell.left {
  border: 2px #e1ebe3;
  border-bottom-style: solid;
  padding: 1.25rem;
}

.photo-gallery-cell.left.bottom, .photo-gallery-cell.left.end {
  border-bottom-style: none;
}

.photo-gallery-cell.right {
  border-top-style: none;
  border-bottom: 2px solid #e1ebe3;
  border-left: 2px solid #e1ebe3;
  padding: 1.25rem;
}

.photo-gallery-cell.right.bottom {
  border-bottom-style: none;
}

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

.navbar-4 {
  display: none;
}

.nav_menu_link {
  color: #e1ebe3;
  font-variation-settings: "wght" 600;
  text-align: left;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 13px;
  text-decoration: none;
}

.nav_btn_icon {
  color: #e1ebe3;
  text-align: center;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 3rem;
  font-size: 1.8rem;
  display: flex;
}

.nav_logo_wrap {
  width: 50svw;
  text-decoration: none;
}

.nav_wrapper {
  z-index: 1000;
  font-family: Area, Arial, sans-serif;
  position: sticky;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  min-height: 5rem;
  display: flex;
}

.nav_container.u-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 2px solid #e1ebe3;
  border-bottom: 2px solid #e1ebe3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 110rem;
  height: 3rem;
  min-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav_btn_wrap {
  background-color: #c8c8c800;
  height: 3rem;
  margin-right: 0;
  padding: 0;
}

.nav_btn_wrap.w--open {
  color: currentColor;
  background-color: #c8c8c800;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
}

.nav_btn_wrap.is-mobile {
  border-left: 2px solid #e1ebe3;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
}

.nav_menu_item {
  text-align: left;
  border-left: 2px solid #e1ebe3;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 3rem;
  display: flex;
}

.nav_menu_item.is-mobile {
  border-left-style: none;
}

.nav_menu_item.is-homepage {
  display: none;
}

.nav {
  color: #000;
  background-color: #fff;
}

.nav.is-desktop {
  background-color: #3f4851;
  display: block;
  position: sticky;
}

.nav.is-mobile {
  background-color: #3f4851;
  display: none;
}

.nav_menu_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav_menu_list.is-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 10rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav_menu_list.is-homepage {
  justify-content: flex-end;
  align-items: center;
}

.nav_menu_wrap {
  width: 50svw;
}

.nav_menu_wrap.is-mobile {
  background-color: #3f4851;
  border-bottom: 2px solid #e1ebe3;
  border-left: 2px #e1ebe3;
  width: 100svw;
  height: 10rem;
  margin-left: 0%;
}

.nav_menu_item_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  line-height: 3px;
  display: flex;
  position: static;
}

.nav_menu_item_wrap.is-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 8rem;
}

.grid_wrapper {
  border-bottom: 2px solid #e1ebe3;
}

.asterix {
  height: 12px;
}

.div_image-longue {
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.div_image-longue.right {
  border-left: 2px solid #e1ebe3;
  width: 50svw;
  padding: 1.25rem;
}

.div_image-longue.right.bn {
  height: 13%;
}

.div_image-longue.left {
  border-right: 2px solid #3f4851;
  width: 50svw;
  padding: 1.25rem;
}

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

.section_-propos {
  height: auto;
}

.div_-propos {
  justify-content: space-between;
  align-items: flex-start;
  max-height: 100%;
  display: flex;
}

.div_cell_-propos {
  flex-flow: column;
  width: 50svw;
  padding: 0;
  display: flex;
}

.div_cell_-propos.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
}

.div_cell_-propos.right {
  border-left: 2px solid #e1ebe3;
  max-height: 100%;
  padding: 1.25rem;
}

.link-block-2 {
  align-self: center;
}

@media screen and (min-width: 1280px) {
  .nav_logo {
    justify-content: flex-start;
    align-items: center;
    font-size: 19px;
    line-height: 40px;
  }

  .nav-link {
    font-size: 13px;
  }

  .small-arrow.menu-footer {
    height: 15px;
  }

  .top-section.title {
    height: 21svh;
  }

  .big-title-div-block {
    padding-left: 496px;
    padding-right: 496px;
  }

  .big-title {
    font-size: 66px;
  }

  .big-arrow {
    line-height: 21px;
  }

  .list-item {
    font-size: 15px;
    line-height: 33px;
  }

  .footer-cell.centre {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact {
    font-size: 21px;
  }

  .menu-footer {
    font-size: 14px;
    line-height: 16px;
  }

  .logo-footer {
    font-size: 21px;
    line-height: 38px;
  }

  .page-title {
    font-size: 56px;
  }

  .project-image {
    object-fit: cover;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .work-section {
    height: 6svh;
  }

  .description-cell-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description-cell-left.architecture {
    padding-left: 20px;
  }

  .description-cell-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    padding: 16px 20px;
  }

  .description-cell-right.architecture {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .description-text {
    align-items: stretch;
    font-size: 13px;
    line-height: 20px;
  }

  .project-info {
    font-size: 13px;
    line-height: 20px;
  }

  .project-video {
    width: 100%;
    height: 100%;
    padding-bottom: 4%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .left-gallery-column, .middle-gallery-column, .right-gallery-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .titre-image {
    padding-top: 12px;
  }

  .plan.r-sille {
    padding-right: 1.25rem;
  }

  .cell-left {
    padding-bottom: 1.25rem;
  }

  .cell-left.propos {
    padding: 25px;
  }

  .cell-right {
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
  }

  .cell-right.propos {
    padding: 25px;
  }

  .menu-footer-link {
    width: 173px;
  }

  .description-grid {
    margin-left: 7%;
    margin-right: 7%;
  }

  .nav_container.u-container {
    max-width: 110rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-container {
    border-bottom-width: 2px;
    justify-content: flex-start;
    align-items: center;
  }

  .nav_logo {
    font-size: 16px;
  }

  .brand {
    border-right-width: 1.75px;
  }

  .brand.w--current {
    border-right-width: 2px;
  }

  .nav-menu {
    background-color: #3f4851;
    border-bottom: 1.75px solid #e1ebe3;
    border-left: 1.75px #e1ebe3;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 100svw;
    height: 6.5svh;
    margin-right: 0;
    padding: 6px 0 0;
    display: inline-flex;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .nav-menu.full-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-width: 2px;
    border-left-style: none;
    justify-content: flex-end;
    align-items: center;
    width: 100svw;
    height: 18svh;
    padding-top: 13px;
    padding-bottom: 0;
    display: block;
  }

  .menu-link-div {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .menu-link-div.left {
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .menu-link-div.right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    width: 16.6667svw;
  }

  .menu-link-div.right.center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: middle;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
  }

  .menu-link-div.right.full {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    width: 70px;
    padding-left: 0;
    font-size: 11px;
  }

  .nav-link.w--current {
    font-size: 11px;
  }

  .small-arrow {
    position: static;
  }

  .top-section.title {
    border-bottom-style: solid;
    height: 8rem;
    line-height: 19px;
  }

  .top-section.title.gallery {
    height: 8rem;
  }

  .big-title {
    font-size: 55px;
  }

  .big-arrow {
    height: 42px;
  }

  .display-section {
    position: sticky;
  }

  .list-item {
    font-size: 13px;
  }

  .list-item.role {
    font-size: 15px;
  }

  .list-item.titre {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .footer-cell.centre {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact {
    width: 115px;
    font-size: 18px;
    line-height: 25px;
  }

  .menu-footer {
    font-size: 12px;
  }

  .logo-footer {
    font-size: 18px;
    line-height: 25px;
  }

  .page-title {
    font-size: 50px;
  }

  .project-image {
    max-width: 100%;
    position: relative;
  }

  .project-title {
    pointer-events: none;
    font-size: 26px;
  }

  .project-arrow {
    pointer-events: none;
    height: 20px;
  }

  .grid-right {
    max-width: 100%;
  }

  .work-section {
    height: auto;
  }

  .work-section.top {
    border-top-style: none;
    height: auto;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
  }

  .project-description {
    height: auto;
  }

  .description-cell-left {
    height: 21svh;
  }

  .description-cell-left.architecture {
    height: auto;
    padding: 1rem;
    overflow: visible;
  }

  .description-cell-left.info, .description-cell-right {
    height: auto;
    padding: 1rem;
  }

  .description-cell-right.architecture {
    justify-content: space-between;
    height: auto;
    padding: 1rem;
    line-height: 19px;
  }

  .description-text {
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    font-size: 10px;
    line-height: 18px;
    display: flex;
    overflow: clip;
  }

  .description-text.propos {
    align-self: stretch;
    font-family: area-normal, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
  }

  .project-info {
    font-size: 10px;
    line-height: 17px;
  }

  .photo-frame {
    position: relative;
  }

  .left-column {
    padding-left: 6%;
  }

  .right-column {
    pointer-events: auto;
    padding-right: 6%;
  }

  ._2-grid-left {
    max-width: 100%;
  }

  .project-video {
    max-width: 100%;
    height: auto;
    padding: 0%;
    position: relative;
  }

  .sch-ma-gallery {
    padding: 1rem;
  }

  .left-gallery-column, .left-gallery-column.bn.rigaud, .middle-gallery-column, .middle-gallery-column.bn.rigaud, .right-gallery-column, .right-gallery-column.bn.rigaud {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .plan, .plan.r-sille {
    padding: 1rem;
  }

  .plan.r-sille.rendus {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .plan.coupe {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .project-plan {
    padding: 0%;
  }

  .project-plan.bn {
    max-width: 71%;
  }

  .project-plan.coupe {
    box-sizing: border-box;
    object-fit: contain;
    padding: 0%;
  }

  .photo-gallery-link {
    pointer-events: auto;
  }

  .cell-left {
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .cell-left.end {
    padding: 1rem;
  }

  .cell-left.propos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .cell-right {
    padding: 1rem;
  }

  .cell-right.propos {
    border-right-style: none;
    padding: 1rem;
  }

  .cell-right.up, .cell-up, .cell-up.end {
    padding: 1rem;
  }

  .description-grid {
    margin-left: 6%;
    margin-right: 6%;
  }

  .description-grid.propos {
    margin-left: 0%;
    margin-right: 0%;
  }

  .menu-button {
    text-align: left;
    border-bottom: 2px #e1ebe3;
    justify-content: flex-end;
    align-items: flex-start;
    width: 6.35%;
    height: 6.5svh;
    display: inline-flex;
    position: relative;
  }

  .icon {
    color: #e1ebe3;
    background-color: #3f4851;
    border-bottom: 2px solid #e1ebe3;
    border-left: 2px solid #e1ebe3;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: absolute;
    inset: 0%;
  }

  .menu-div-full-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .logo-linkedin {
    height: 1.5rem;
    font-size: 14px;
  }

  .photo-gallery-grid {
    margin-left: 2.9rem;
    margin-right: 2.9rem;
  }

  .photo-gallery-cell.left, .photo-gallery-cell.right {
    padding: 1rem;
  }

  .image {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    align-self: auto;
    max-width: 100%;
    height: auto;
    max-height: 99vh;
    overflow: clip;
  }

  .nav.is-desktop {
    display: none;
  }

  .nav.is-mobile {
    display: block;
  }

  .nav_menu_list.is-mobile, .nav_menu_wrap.is-mobile {
    height: 8rem;
  }

  .nav_menu_item_wrap {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
  }

  .section-3 {
    display: flex;
  }

  .div_image-longue {
    width: 50svw;
    padding: 0;
  }

  .div_image-longue.right {
    border-left: 2px solid #e1ebe3;
    padding: 1rem;
  }

  .div_image-longue.left {
    border-right: 2px solid #3f4851;
    padding: 1rem;
  }

  .image-longue {
    display: flex;
  }

  .section_-propos {
    object-fit: cover;
  }

  .div_-propos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div_cell_-propos.left {
    box-sizing: border-box;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    object-fit: contain;
    border-right: 2px solid #e1ebe3;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 50svw;
    max-height: none;
    padding: 1rem;
    line-height: 20px;
  }

  .div_cell_-propos.right {
    border-left-style: none;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-height: 86vh;
    padding: 1rem;
    overflow: clip;
  }

  .link-block-2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    justify-content: flex-start;
    align-items: center;
  }

  .nav_logo {
    padding-left: 15px;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu {
    -webkit-text-fill-color: inherit;
    background-color: #c8c8c800;
    background-clip: border-box;
    border-bottom-width: 1.75px;
    border-left-width: 1.75px;
  }

  .top-section.title, .top-section.title.gallery {
    height: 7rem;
  }

  .big-arrow {
    height: 40px;
  }

  .list-item.role {
    padding-right: 10px;
  }

  .list-item.role.end {
    padding-right: 0;
  }

  .list-item.titre {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-title {
    font-size: 39px;
  }

  .project-title {
    font-size: 30px;
  }

  .project-arrow {
    height: 24px;
  }

  .grid-right {
    border-right-style: none;
  }

  .work-section.top {
    padding-left: 4px;
  }

  .project-description {
    flex-flow: column;
    height: auto;
    line-height: 40px;
  }

  .description-cell-left.architecture {
    border-bottom-style: solid;
    border-right-style: none;
    width: 100svw;
    height: auto;
    padding: 1rem;
  }

  .description-cell-left.info {
    border-right-style: none;
    width: 100svw;
    height: auto;
    padding: 1rem;
  }

  .description-cell-right {
    border-left-style: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 100svw;
    height: auto;
    padding: 1rem;
    line-height: 18px;
  }

  .description-cell-right.architecture {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 1rem;
    display: flex;
  }

  .description-text {
    line-height: 16px;
  }

  .left-column {
    padding-left: 0%;
  }

  .right-column {
    padding-right: 0%;
  }

  ._2-grid-left {
    border-left-style: none;
    border-right-style: none;
  }

  ._2-grid-left.r-sille.bottom, ._2-grid-left.bottom {
    border-bottom-style: solid;
  }

  ._2-grid-left.architecture {
    border-right-style: none;
  }

  ._2-grid-left.architecture.bottom {
    border-bottom-style: solid;
  }

  .sch-ma-gallery {
    padding: 1rem;
  }

  .left-gallery-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-gallery-column.bn.rigaud {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .left-gallery-column.r-sille {
    margin-bottom: 0;
  }

  .middle-gallery-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .middle-gallery-column.r-sille {
    margin-bottom: 0;
  }

  .right-gallery-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-gallery-column.bn.rigaud {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .plan, .plan.r-sille {
    padding: 1rem;
  }

  .plan.r-sille.rendus {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .project-plan, .project-plan.coupe {
    padding: 0%;
  }

  .cell-left {
    border-bottom-style: solid;
    padding: 1rem;
  }

  .cell-left.end {
    border-bottom-style: solid;
    border-right-style: none;
    padding: 1rem;
  }

  .cell-left.propos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    padding: 1rem;
  }

  .cell-right {
    border-left-style: none;
    padding: 1rem;
  }

  .cell-right.propos {
    border-left-style: none;
    border-right-style: none;
    padding: 1rem;
  }

  .cell-right.up {
    border-left-style: none;
    padding: 1rem;
  }

  .grid-longue {
    grid-template-columns: 1fr;
  }

  .cell-up {
    padding: 1rem;
  }

  .cell-up.middle {
    border-bottom: 2px solid #e1ebe3;
    border-left-style: none;
    border-right-style: none;
  }

  .cell-up.left {
    border-bottom: 2px solid #e1ebe3;
    border-right-style: none;
  }

  .cell-up.right {
    border-left-style: none;
  }

  .description-grid {
    margin-left: 0%;
    margin-right: 0%;
  }

  .menu-button {
    width: 8%;
  }

  .menu-div-full-menu {
    background-color: #3f4851;
  }

  .logo-linkedin {
    height: 4svh;
  }

  .photo-gallery-grid {
    border-left-style: none;
    border-right-style: none;
    grid-template-columns: 1fr;
    margin-left: 0%;
    margin-right: 0%;
  }

  .photo-gallery-cell.left {
    border-right-style: none;
    padding: 1rem;
  }

  .photo-gallery-cell.left.bottom {
    border-bottom-style: solid;
  }

  .photo-gallery-cell.right {
    border-left-style: none;
    padding: 1rem;
  }

  .image {
    max-height: none;
    overflow: visible;
  }

  .nav.is-desktop {
    display: none;
  }

  .nav.is-mobile {
    display: block;
  }

  .nav_menu_list.is-mobile, .nav_menu_wrap.is-mobile {
    height: 7rem;
  }

  .div_-propos {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div_cell_-propos.left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 2px solid #e1ebe3;
    border-right-style: none;
    width: auto;
    padding: 1rem;
  }

  .div_cell_-propos.right {
    border-left-style: none;
    width: auto;
    max-height: none;
    padding: 1rem;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    border-bottom-style: solid;
    border-bottom-width: 1.75px;
    border-right-style: solid;
    border-right-width: 1.75px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
  }

  .nav_logo {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-left: 15px;
  }

  .brand {
    border-right-style: none;
    width: auto;
    padding-left: 10px;
  }

  .brand.mobile {
    padding-left: 0;
  }

  .nav-menu {
    border-left-style: none;
    border-left-width: 1.75px;
    align-self: auto;
    width: 100svw;
  }

  .nav-menu.full-menu {
    border-bottom-style: solid;
    border-bottom-width: 1.75px;
    border-left-style: none;
    align-self: flex-start;
    padding-top: 0;
  }

  .menu-link-div, .menu-link-div.left {
    justify-content: center;
    align-items: center;
    width: 100svw;
  }

  .menu-link-div.right {
    width: 100svw;
  }

  .menu-link-div.right.center {
    justify-content: center;
    align-items: center;
  }

  .menu-link-div.right.full {
    justify-content: center;
    align-items: center;
    width: 100svw;
  }

  .top-section, .top-section.title {
    border-bottom-width: 1.75px;
  }

  .top-section.title.gallery {
    height: 7rem;
  }

  .big-title-div-block {
    border-bottom-width: 1.75px;
  }

  .big-title {
    font-size: 36px;
    line-height: 41px;
  }

  .link-block {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .big-arrow {
    height: 30px;
  }

  .display-section {
    border-top-width: 1.75px;
    border-bottom-style: solid;
    border-bottom-width: 1.75px;
    padding-left: 0;
  }

  .list {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 5px;
  }

  .list.role {
    padding-left: 10px;
    padding-right: 0;
    font-size: 26px;
  }

  .list-item {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 700;
  }

  .list-item.role {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }

  .list-item.role.end {
    margin-right: -5px;
    padding-right: 0;
  }

  .list-item.titre {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .list-item.devant {
    display: none;
  }

  .page-title {
    font-size: 32px;
    line-height: 40px;
  }

  .project-title {
    text-shadow: 2px 3px 30px #3f4851db;
    font-size: 22px;
  }

  .project-arrow {
    height: 18px;
  }

  .grid-right, .grid-right.r-sille, .grid-right.architecture {
    border-bottom-width: 1.75px;
  }

  .work-section {
    border-top-width: 1.75px;
    border-bottom-width: 1.75px;
  }

  .work-section.top {
    border-bottom-width: 1.75px;
    height: auto;
    padding-left: 0;
  }

  .project-description {
    height: auto;
  }

  .description-cell-left.architecture {
    border-bottom-width: 1.75px;
    width: 100svw;
    padding: 1rem;
  }

  .description-cell-left.info {
    border-bottom-width: 1.75px;
    width: 100svw;
    height: auto;
    padding: 1rem;
  }

  .description-cell-right {
    border-bottom-width: 1.75px;
    border-left-style: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 100svw;
    height: auto;
    padding: 1rem;
  }

  .description-cell-right.architecture {
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
  }

  .description-text {
    font-size: 12px;
    line-height: 18px;
  }

  .description-text.propos {
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
  }

  .project-info {
    font-size: 12px;
    line-height: 18px;
  }

  ._2-grid-left, ._2-grid-left.r-sille {
    border-bottom-width: 1.75px;
  }

  ._2-grid-left.bottom {
    border-bottom-style: solid;
  }

  ._2-grid-left.architecture {
    border-bottom-width: 1.75px;
  }

  .project-video {
    object-fit: cover;
    overflow: hidden;
  }

  .sch-ma {
    height: auto;
  }

  .sch-ma-gallery {
    padding: 1rem;
  }

  .sch-ma-gallery.biblioth-que {
    margin-bottom: 0;
  }

  .left-gallery-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .left-gallery-column.bn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .left-gallery-column.bn.tour {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .left-gallery-column.r-sille {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 0;
  }

  .middle-gallery-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .middle-gallery-column.bn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .middle-gallery-column.bn.tour {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .middle-gallery-column.r-sille {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .middle-gallery-column.sod {
    margin-top: 10px;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .right-gallery-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .right-gallery-column.bn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
  }

  .right-gallery-column.bn.tour {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .right-gallery-column.r-sille {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .right-gallery-column.sod {
    margin-top: 10px;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .titre-image {
    padding-top: 0;
    font-size: 11px;
    font-weight: 400;
  }

  .plan {
    padding: 1rem;
  }

  .plan.r-sille {
    padding: .75rem;
  }

  .plan.r-sille.rendus {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    padding: 1rem;
  }

  .plan.coupe {
    padding: 1rem;
  }

  .project-plan, .project-plan.coupe {
    padding: 0%;
  }

  .cell-left {
    border-right-style: none;
    padding: 1rem;
  }

  .cell-left.end {
    border-bottom-style: none;
    border-bottom-width: 1.75px;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-left.propos {
    border-bottom-width: 1.75px;
    padding: .75rem;
  }

  .cell-right {
    border-top: 1.75px #e1ebe3;
    border-bottom-width: 1.75px;
    border-left-style: none;
    padding: 1rem;
  }

  .cell-right.end {
    padding: 0%;
  }

  .cell-right.propos {
    border-left-style: none;
    padding: .75rem;
  }

  .cell-right.up {
    border-bottom-style: none;
  }

  .cell-up {
    border-bottom-width: 1.75px;
    padding: 1rem;
  }

  .cell-up.end {
    padding: 1rem;
  }

  .cell-up.middle, .cell-up.left {
    border-bottom-width: 1.75px;
  }

  .description-grid.propos {
    height: auto;
  }

  .menu-button {
    border-bottom-style: none;
    border-bottom-width: 1.75px;
    width: 16%;
    padding: 0;
  }

  .icon {
    border-bottom-style: solid;
    border-bottom-width: 1.75px;
    border-left-style: none;
    border-left-width: 1.75px;
  }

  .menu-div-full-menu {
    border-top: 1.75px solid #e1ebe3;
    border-bottom: 1.75px solid #e1ebe3;
    height: 18.3svh;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    inset: auto;
  }

  .photo-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .photo-gallery-cell.left {
    border-bottom-width: 1.75px;
    padding: 1rem;
  }

  .photo-gallery-cell.left.bottom {
    padding: 1rem;
  }

  .photo-gallery-cell.left.end {
    border-bottom-style: solid;
  }

  .photo-gallery-cell.right {
    border-bottom-width: 1.75px;
    border-left-style: none;
    padding: 1rem;
  }

  .photo-gallery-cell.right.bottom {
    padding: 1rem;
  }

  .navbar-2 {
    border-bottom-width: 2px;
  }

  .navbar-3 {
    border-bottom: 1.75px solid #e1ebe3;
  }

  .rich-text-block {
    font-size: 24px;
  }

  .navbar-4 {
    margin-bottom: 0;
  }

  .nav_container.u-container {
    border-top-width: 1.75px;
    border-bottom-width: 1.75px;
  }

  .nav_btn_wrap.is-mobile {
    border-left-width: 1.75px;
  }

  .nav_menu_list.is-mobile, .nav_menu_wrap.is-mobile {
    height: 7rem;
  }

  .div_image-longue.right {
    border-left-style: none;
    width: auto;
    padding: 1rem;
  }

  .div_image-longue.left {
    border-bottom: 1.75px solid #e1ebe3;
    border-right-style: none;
    width: auto;
    padding: 1rem;
  }

  .image-longue {
    flex-flow: column;
  }

  .div_cell_-propos.left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-width: 1.75px;
    padding: 1rem;
  }

  .div_cell_-propos.right {
    max-height: none;
    padding: 1rem;
  }
}

#w-node-_7617f148-9d31-73c4-2ff8-dfc0eb72480b-b856356c, #w-node-b097cc77-18ec-8879-68c5-c96d06899f65-204012c7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_44be0596-9ecf-f6a0-30ba-831cc29f53d5-ed5852b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cd5cabc8-c1b2-9665-6c18-aab9a5c0eea4-ed5852b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6828b7f1-77c4-7f71-04d7-cf9bb419c6d1-6adcf37b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_7617f148-9d31-73c4-2ff8-dfc0eb72480b-b856356c, #w-node-b097cc77-18ec-8879-68c5-c96d06899f65-204012c7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_44be0596-9ecf-f6a0-30ba-831cc29f53d5-ed5852b2, #w-node-cd5cabc8-c1b2-9665-6c18-aab9a5c0eea4-ed5852b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd5cabc8-c1b2-9665-6c18-aab9a5c0eea4-ed5852b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Area';
  src: url('../fonts/d.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}