/*************** 1. BASE ***************/
@font-face {
  font-family: 'Lausanne';
  src: url("../fonts/TWKLausanne-300Italic.woff2") format("woff2"), url("../fonts/TWKLausanne-300Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Lausanne';
  src: url("../fonts/TWKLausanne-500.woff2") format("woff2"), url("../fonts/TWKLausanne-500.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Lausanne';
  src: url("../fonts/TWKLausanne-300.woff2") format("woff2"), url("../fonts/TWKLausanne-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
html {
  padding: 0;
  margin: 0; }

body {
  min-height: 100vh;
  width: 100%;
  position: static;
  font-family: 'Lausanne', sans-serif;
  font-size: 12px;
  padding: 36px 66px;
  padding-right: 94px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: geometricPrecision;
  color: #3d4e58;
  background-color: white;
  font-weight: normal;
  width: 100%; }
  body::-moz-selection {
    background-color: #3d4e58;
    color: white; }
  body::selection {
    background-color: #3d4e58;
    color: white; }
  body:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: ' ';
    background-image: url("../img/bg-motif.svg");
    opacity: 0.3;
    background-size: auto;
    background-repeat: repeat;
    z-index: -1; }

body.m-active {
  overflow: hidden; }
  body.m-active:after {
    z-index: 1; }

h1,
h2,
h3 {
  font-weight: normal; }

a {
  color: inherit;
  text-decoration: none; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -18px;
  margin-right: -18px; }

.column {
  padding-left: 18px;
  padding-right: 18px; }

header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
  padding: 36px 66px; }
  header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.04em; }
  header .menu-right {
    padding: 0;
    padding-right: 0px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 12.5%;
    margin: 0; }
    header .menu-right li {
      width: 12.5%;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 0;
      text-align: right;
      text-transform: lowercase; }
      header .menu-right li a.active, header .menu-right li a:hover {
        text-decoration: underline;
        text-underline-offset: 3px; }
  header h1 {
    font-size: 1.4em;
    margin-bottom: 0;
    margin-top: 0; }

.title {
  position: absolute; }
  .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .title .text-logo {
    font-size: 12px;
    line-height: 1.25em;
    font-weight: bold;
    font-family: 'Lausanne', sans-serif;
    font-style: normal; }

.b-logo svg {
    margin-right: 11px;
    height: 29px;
    width: 30px;
    margin-left: 8px;}

header .menu-right li.subtitle {
  width: 40%;
  letter-spacing: 0.1em;
  text-transform: none; }

footer {
  position: fixed;
  bottom: 36px;
  left: 66px;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 15px; }

.vertical-menu {
  float: left;
  position: fixed;
  height: 45px;
  width: calc(100vh - 180px);
  padding: 8px 90px;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.04em;
  top: -30.5px;
  right: 66px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  z-index: 20;
  text-transform: lowercase; }
  .vertical-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    width: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased; }

.filter,
.filter-link {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity .2s easeout;
  transition: opacity .2s easeout; }
  .filter:hover, .filter.active,
  .filter-link:hover,
  .filter-link.active {
    opacity: 1; }

.hide-mobile {
  display: block; }

/*****---------- 1.2 Menu mobile ----------*****/
.menu-mobile {
  z-index: 100002; }

.menu-burger {
  position: fixed;
  z-index: 100002;
  right: 26px;
  top: 39px;
  width: 16px;
  height: 15px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.menu-burger span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  overflow: hidden;
  text-indent: -100%;
  top: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-burger::after {
  top: 8px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-burger::before {
  top: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-mobile-modal {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: white;
  opacity: 0;
  display: none;
  color: inherit;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: auto;
  padding-bottom: 10px;
  display: none; }

.menu-mobile-holder {
  margin-top: 0;
  padding-top: 0px;
  text-align: center;
  display: block; }

.menu-list-mobile {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 6px; }

.menu-list-mobile {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 27px; }
  .menu-list-mobile li {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 40px;
    margin-left: 0; }
  .menu-list-mobile li.small-link:first-of-type {
    margin-top: 10px; }
  .menu-list-mobile .sub-mobile {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 0; }
    .menu-list-mobile .sub-mobile li {
      width: 50%;
      font-size: 14px;
      margin-right: 0;
      margin-bottom: 4px;
      font-style: normal; }
      .menu-list-mobile .sub-mobile li.active {
        font-style: italic; }

.site-title-mobile {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 0px;
  text-align: left; }

.center-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-link-mobile {
  font-size: 1.6em;
  line-height: 2.2em;
  margin-top: 0; }

.menu-mobile-modal.active {
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  z-index: 100000; }
  .menu-mobile-modal.active:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: ' ';
    background-image: url("../img/bg-motif.svg");
    opacity: 0.3;
    background-size: cover;
    background-repeat: repeat;
    z-index: -1; }

.m-active .menu {
  position: fixed;
  z-index: 100;
  background-color: transparent; }
  .m-active .menu .hide-active {
    display: none; }
  .m-active .menu .menu-large {
    padding-left: 15px; }

.menu-burger span,
.menu-burger:after,
.menu-burger:before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #3d4e58;
  width: 100%; }

.mactive.menu-burger:before {
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg); }

.mactive.menu-burger:after {
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  top: 4px; }

.mactive.menu-burger span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.show-mobile {
  display: none; }

.hide-mobile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu-mobile {
  display: none; }

.lang-selection ul.lang {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .lang-selection ul.lang li {
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0; }
  .lang-selection ul.lang li.active {
    display: none; }

@media screen and (orientation: portrait), (max-width: 780px) {
  .hide-mobile {
    display: none; }

  .hide-mobile-flex {
    display: none; }

  .menu-mobile {
    display: block; }

  .menu-mobile-modal {
    display: none; }

  body {
    min-height: 100vh;
    width: 100%;
    padding: 26px 22px;
    font-size: 13px; }

  header {
    top: 0;
    left: 0;
    position: fixed;
    padding: 26px 22px; }

  footer {
    bottom: 26px;
    left: 22px; }
    footer p {
      margin-top: 0;
      margin-bottom: 0; }

  .text-logo {
    display: none; }

  .show-mobile {
    display: block; }

  .b-logo svg {
    height: 30px;
    width: auto; }

  .vertical-menu {
    float: left;
    position: fixed;
    height: 12px;
    width: calc(100vh - 230px);
    padding: 8px 34px;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.04em;
    top: 50px;
    right: 31px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: 20; }

  .center-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 134px;
    padding-bottom: 80px; }

  footer {
    position: fixed;
    bottom: 22px;
    left: 26px;
    font-size: 0.9em; }

  ul.menu-list-mobile {
    display: block;
    margin-top: 0;
    position: static;
    padding-left: 26px; }
    ul.menu-list-mobile li {
      margin-bottom: 25px;
      display: block;
      font-size: 15px; }

  .menu-mobile-holder {
    display: block;
    height: 100%; }

  .title {
    position: absolute;
    z-index: 1000000; }

  .subtitle-mobile.subtitle.show-mobile {
    margin-top: 8px;
    margin-left: 10px;
    letter-spacing: 0.1em; }

  body:after {
    opacity: 0.4;
    background-size: cover;
    background-repeat: repeat;
    z-index: -1; } }
/*************** 1. Home / Projets ***************/
ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 115px;
  width: 100%; }

.grid-sizer {
  width: 33.3333%;
  height: 50px; }

.project-item {
  width: 33.3333%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: boder-box;
          box-sizing: boder-box;
  margin-bottom: 30px;
  margin-top: 30px; }
  .project-item img {
    width: 100%; }
  .project-item h2 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0; }
  .project-item p:first-of-type {
    margin-top: 0.1em; }
  .project-item p {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 300;
    letter-spacing: 0.04em; }

.project-item.size-g {
  width: 50%; }

.project-item.size-m {
  width: 33.333%; }

.project-item.size-p {
  width: 20%; }

.project-item.portrait {
  width: 25%; }

.project-item.portrait.size-p {
  width: 18%; }

.quote-item {
  width: 33.3333%;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  opacity: 0.5; }

.item-cover .info-holder {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear; }
.item-cover:hover .info-holder {
  opacity: 1; }

.item-cover.show-info .info-holder {
  opacity: 0.5;
  padding: 8/12em; }

.project-item a img.cover {
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out; }

.project-item a:hover img.cover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06); }
.project-item a:hover .info-holder {
  opacity: 1; }

.img-holder {
  overflow: hidden; }

.quote {
  margin-top: 40px;
  margin-bottom: 40px; }
  .quote p {
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0; }

@media screen and (min-width: 780px), screen and (orientation: landscape) {
  .project-item:nth-child(3n) {
    margin-left: 15%;
    margin-right: 15%; }

  .project-item:nth-child(3n).portrait.size-p {
    width: 18%;
    margin-left: 20%;
    margin-right: 20%; } }
@media screen and (max-width: 780px) and (orientation: portrait) {
  .grid {
    display: block;
    padding-top: 40px;
    width: 100%;
    padding-left: 0;
    padding-right: 8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: none; }

  .project-item {
    margin-left: 6%;
    margin-bottom: 40px;
    margin-top: 30px; }
    .project-item img {
      width: 100%; }
    .project-item .info-holder {
      display: none; }

  .project-item.size-m {
    width: 60%; }
    .project-item.size-m.portrait {
      width: 45%; }

  .project-item.size-p {
    width: 40%; }
    .project-item.size-p.portrait {
      width: 30%; }

  .project-item.size-g {
    width: 70%; }
    .project-item.size-g.portrait {
      width: 52%; }

  .item-cover.show-info .info-holder {
    opacity: 0.5;
    display: block; }

  .project-item h2 {
    margin-top: 7px; }

  .project-item:nth-child(even) {
    margin-left: 28%; }
    .project-item:nth-child(even).size-m.portrait {
      width: 43%;
      margin-left: 38%; }
    .project-item:nth-child(even).size-p {
      margin-left: 43%; }
      .project-item:nth-child(even).size-p.portrait {
        margin-left: 53%; }
    .project-item:nth-child(even).size-g {
      margin-left: 18%; }
      .project-item:nth-child(even).size-g.portrait {
        margin-left: 33%; } }
.about-gallery {
  width: 75%; }
  .about-gallery img {
    width: 100%;
    margin-bottom: 34px; }

.about-infos h2, .about-infos h3, .about-infos a {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.25em;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1em; }
.about-infos p {
  margin-top: 0;
  margin-bottom: 1em; }
.about-infos a {
  text-decoration: underline;
  text-underline-offset: 3px; }
  .about-infos a:hover {
    text-decoration: none; }
.about-infos p + h4 {
  margin-top: 2.5em; }

.credits {
  margin-top: 10em; }

.partners {
  margin-top: 1.8em; }

.partners-logo {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .partners-logo img {
    max-height: 120px;
    max-width: 190px;
    margin-right: 15px;
    margin-bottom: 15px; }

.logo-svg {
  max-height: 80px;
  max-width: 120px;
  margin-bottom: 10px; }
  .logo-svg svg {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top left;
       object-position: top left;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 780px), screen and (orientation: portrait) {
  .cover-about {
    width: 75%;
    margin-left: 25%;
    margin-bottom: 18px; }

  .credits {
    margin-top: 2em; }

  .about-gallery {
    margin-top: 2em;
    margin-left: 25%;
    display: none; } }
body.objet-category {
  background-color: #faf1e2; }

body.activite-category {
  background-color: #fffde6; }

body.logement-category {
  background-color: #f7f9f6; }

.container {
  margin-top: 115px; }

.project-gallery {
  width: 100%; }
  .project-gallery img {
    width: 100%;
    margin-bottom: 31px; }
  .project-gallery img:last-of-type {
    margin-bottom: 0; }

.project-content {
  padding-left: 12.5%;
  padding-right: 12.5%; }
  .project-content .col-50 {
    width: 50%; }

.project-title {
  font-weight: bold;
  font-size: 3em;
  line-height: 1.11em;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 36px; }

.project-notice {
  margin-bottom: 36px; }
  .project-notice p {
    margin-top: 0;
    margin-bottom: 0; }

.project-infos p {
  font-size: 1em;
  letter-spacing: 0.04em;
  line-height: 1.25em;
  margin-top: 0; }
.project-infos a {
  text-decoration: underline;
  text-underline-offset: 3px; }
  .project-infos a:hover {
    text-decoration: none; }
.project-infos p + h4 {
  margin-top: 36px; }

@media screen and (max-width: 780px), screen and (orientation: portrait) {
  .project-content .col-50 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .columns {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .project-content {
    padding-left: 0;
    padding-right: 22px; }

  .project-title {
    font-size: 2em;
    margin-bottom: 1em; }

  .project-gallery img {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2em; }

  .project-gallery img:first-of-type {
    display: none; }

  .cover-project {
    width: 100%;
    height: auto;
    margin-bottom: 2em; }

  .project-notice {
    margin-bottom: 3em; }

  .container {
    margin-top: 90px; } }
