body {
  font-family: degular;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 0px;
  border-bottom: 1px solid #d7d7d7;
  background-color: #f0f0f5;
  color: #000;
  font-size: 30px;
  line-height: 36px;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-flow: column;
  grid-auto-columns: 22.5vw;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 5vw 22.5vw 22.5vw 22.5vw 22.5vw 5vw;
  grid-template-columns: 5vw 22.5vw 22.5vw 22.5vw 22.5vw 5vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 0px;
  color: #444;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  text-decoration: underline;
}

.list-item {
  border-left: 1px solid #d7d7d7;
  text-align: center;
  list-style-type: none;
}

.list-item-2 {
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  list-style-type: none;
}

.container {
  max-width: 100vw;
}

.body {
  background-color: #f0f0f5;
  font-family: degular-text, sans-serif;
}

.home-header {
  height: 50vh;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #d7d7d7;
  background-color: #f0f0f5;
}

.container-2 {
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.who-we-are-home {
  width: 100vw;
  padding-bottom: 60px;
}

.div-block {
  width: 100%;
}

.gridline-left {
  width: 5vw;
  height: 100vh;
  float: left;
  clear: none;
}

.grid-line-inside {
  width: 22.5vw;
  height: 100vh;
  float: left;
  border-left: 1px solid #d7d7d7;
}

.grid-line-inside.right {
  border-right: 1px solid #d7d7d7;
}

.gridlines {
  position: fixed;
  z-index: -99999;
  display: none;
  max-width: 100vw;
}

.grid-line-right {
  width: 5vw;
  height: 100vh;
  float: left;
  border-left: 0px none #d7d7d7;
}

.h3 {
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  font-size: 22px;
  line-height: 28px;
}

.small-block-right {
  width: 22.5vw;
  margin-left: 67.5vw;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.small {
  margin-right: 25px;
  margin-left: 25px;
  font-size: 14px;
  line-height: 22px;
}

.recent-work-home {
  width: 100vw;
  padding-bottom: 60px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px 25px 10px;
  float: left;
  clear: none;
  line-height: 40px;
  font-weight: 400;
}

.heading._3columns {
  width: 67.5vw;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 25px;
}

.recent-home {
  margin-bottom: 80px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.see-more {
  padding: 25px 25px 10px;
  float: right;
  clear: none;
  color: #000;
  font-size: 13px;
  line-height: 40px;
  letter-spacing: 1px;
}

.see-more:hover {
  font-weight: 700;
  letter-spacing: 1px;
}

.see-more:active {
  color: #616161;
}

.recent-tabs {
  padding-top: 0px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #f0f0f5;
}

.recent-work-block {
  display: block;
  width: 90vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #000;
  background-color: #f0f0f5;
  -webkit-transition: height 350ms ease;
  transition: height 350ms ease;
  color: #000;
  text-decoration: none;
}

.recent-work-block:hover {
  display: block;
  background-color: #fff;
}

.recent-work-block:focus {
  background-color: #fff;
}

.recent-work-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 25px;
  float: left;
  font-family: degular-text, sans-serif;
  color: #000;
  font-size: 56px;
  line-height: 80px;
  font-weight: 600;
  text-decoration: none;
}

.image-project-preview {
  overflow: hidden;
  width: 100%;
  height: 50vh;
  clear: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-project-preview:hover {
  overflow: visible;
  float: left;
  clear: none;
}

.footer {
  width: 100vw;
  padding-bottom: 0vw;
  border-right: 1px solid #d7d7d7;
}

.container-3 {
  height: 240px;
  max-width: 90vw;
  margin-top: 60px;
  margin-bottom: 0vw;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  background-color: #fff;
}

.div-block-3 {
  height: 50vh;
  background-image: url('../images/Shift-Studio.svg');
  background-position: 50% 42%;
  background-size: 71%;
  background-repeat: no-repeat;
  text-align: center;
}

.logo-footer {
  width: 50%;
  height: 120px;
  margin-top: 60px;
  margin-bottom: 60px;
  float: left;
  clear: left;
  border-right: 1px solid #d7d7d7;
  background-image: url('../images/Shift-Studio.svg');
  background-position: 50% 50%;
  background-size: 45%;
  background-repeat: no-repeat;
}

.footer-link {
  width: 12.5%;
  height: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
  float: left;
  border-right: 1px solid #d7d7d7;
  color: #000;
  text-align: center;
  text-decoration: none;
}

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

.footer-link:active {
  color: #616161;
}

.footer-link.w--current {
  text-decoration: underline;
}

.footer-link.social {
  width: 3.5%;
  padding-left: 10px;
  border-right-width: 0px;
  opacity: 0.65;
}

.footer-link.social:hover {
  opacity: 1;
}

.footer-link.social:active {
  opacity: 0.9;
}

.footer-link.social.left {
  float: left;
}

.text-block-2 {
  height: 40px;
  font-size: 18px;
  line-height: 36px;
}

.text-block-3 {
  padding-top: 20px;
  float: right;
  clear: none;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
}

.bold-text {
  font-style: normal;
  font-weight: 600;
}

.link-block {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.link-block:hover {
  text-decoration: underline;
}

.see-all-projects {
  height: 87px;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #000;
}

.link-block-2 {
  padding-top: 25px;
  padding-left: 25px;
  color: #000;
  font-size: 28px;
  line-height: 30px;
  text-decoration: none;
}

.link-block-2:hover {
  text-decoration: underline;
}

.close {
  padding: 30px 25px 30px 30px;
  float: right;
  clear: none;
  font-size: 30px;
  line-height: 30px;
}

.open {
  padding: 30px 25px 30px 30px;
  float: right;
  font-size: 30px;
  line-height: 30px;
}

.container-4 {
  height: 5vw;
  max-width: 100%;
  background-color: #f0f0f5;
}

.image-3 {
  margin-top: 11px;
}

.copyright {
  height: 5vw;
  max-width: 90vw;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 25px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.container-5 {
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
  text-align: center;
}

.container-6 {
  max-width: 90vw;
  margin-top: 30px;
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.project-block {
  width: 33.33%;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  margin-left: 0px;
  padding-right: 12.5px;
  padding-left: 12.5px;
  float: left;
}

.project-block:hover {
  text-decoration: none;
}

.project-block.forum {
  display: none;
}

.project-block.maskenada {
  display: none;
}

.project-block.lanners {
  display: none;
}

.project-block.pilo {
  display: none;
}

.project-block.robainpourbaix {
  display: none;
}

.project-block.idia {
  display: none;
}

.project-link-block {
  width: 100%;
  background-color: #f0f0f5;
  color: #000;
  text-decoration: none;
}

.project-link-block:hover {
  opacity: 0.9;
  text-decoration: none;
}

.project-title-block {
  margin-top: 10px;
  margin-bottom: 12.5px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.project-title-block.small {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 21px;
  line-height: 36px;
}

.project-category {
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.project-type-year {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.container-7 {
  max-width: 90vw;
}

.back-top {
  overflow: hidden;
  height: 92px;
  text-align: center;
}

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

.link-block-3:hover {
  font-weight: 600;
}

.back-to-top {
  width: 100vw;
  margin-top: 30px;
}

.top {
  height: 0px;
}

.project-title {
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
}

.title {
  width: 100vw;
  text-align: center;
}

.project-title-container {
  max-width: 90vw;
  padding-top: 40px;
  padding-bottom: 50px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  background-color: #fff;
}

.project-page-category {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
}

.project-header {
  width: 100vw;
}

.project-header-container {
  height: 640px;
  max-width: 90vw;
}

.project-header-container.bxlmob {
  background-image: url('../images/Brochure-Reyers-Bruxelles-Mobilite-Header.jpg');
}

.project-header-container.saintgilles {
  background-image: url('../images/Saint-Gilles-800-Header-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.year-of-flora {
  background-image: url('../images/Web-Case-Year-of-Flora.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.claudesemal {
  background-image: url('../images/Claude-Semal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.arrow-of-time {
  background-image: url('../images/The-Arrow-of-Time.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.unimi {
  background-image: url('../images/Unimi.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.patrick-galbats {
  background-image: url('../images/Hit-Me-One-More-Time-Patrick-Galbats.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.fuseedelamotographie {
  background-image: url('../images/Fusée-de-la-Motographie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.armand-quetsch {
  background-image: url('../images/Dystopian-Circles-Fragments-All-Along-ArmandQuetsch.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.mantu {
  background-image: url('../images/Web-Case-Mantu.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.pointsofview {
  background-image: url('../images/Web-Case-Points-of-view.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.murmures {
  background-image: url('../images/Web-Case-Murmures.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.francofaune-2017 {
  background-image: url('../images/Web-Case-Francofaune_2017.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.eataliano {
  background-image: url('../images/Eataliano_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.namur {
  background-image: url('../images/Namur.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.bps {
  background-image: url('../images/Web-Case-BPS.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.conciergerie {
  background-image: url('../images/Web-Case-La-Conciergerie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.dgde {
  background-image: url('../images/Web-Case-DGDE.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.francofaune-2020 {
  background-image: url('../images/Web-Case-Francofaune_2021.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.franofaune-2018 {
  background-image: url('../images/Web-Case-Francofaune_2018.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-header-container.francofaune-2019 {
  background-image: url('../images/Web-Case-Francofaune_2019.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-page-description {
  width: 100vw;
}

.project-tagline {
  width: 75%;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 36px;
  font-weight: 400;
}

.project-tagline-block {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
}

.project-description-small-block {
  width: 25%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
}

.info-title {
  margin-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  font-weight: 600;
}

.info {
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 15px;
  line-height: 23px;
}

.project-info-block {
  margin-bottom: 25px;
}

.project-description-long-block {
  width: 50%;
  float: left;
}

.project-description-long-block.agency {
  width: 100%;
  border-top: 1px solid #d7d7d7;
}

.project-description-long-block.arrowoftime {
  border-top: 1px solid #d7d7d7;
}

.project-case-images {
  width: 100vw;
}

.project-container {
  max-width: 90vw;
  border-bottom: 1px solid #d7d7d7;
}

.full-page-image {
  width: 100%;
  margin-bottom: 50px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
}

.image-5 {
  width: 100%;
}

.half-page-image {
  width: 50%;
  margin-bottom: 50px;
  float: left;
}

.image-6 {
  float: none;
}

.project-text-block {
  width: 50%;
  height: 468px;
  margin-bottom: 50px;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  float: left;
  clear: none;
}

.project-text-block.claudesemal {
  height: 860px;
  padding-top: 220px;
}

.project-text-block.murmures {
  width: 100%;
  height: auto;
}

.halfpage-image-bordered-block {
  width: 50%;
  height: 468px;
  margin-right: 25px;
  margin-bottom: 50px;
  margin-left: -25px;
  padding-left: 25px;
  float: left;
}

.halfpage-image-bordered-block.claudesemal {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
}

.halfpage-image-bordered-block.bps {
  height: auto;
}

.paragraph {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.paragraph.claudesemal {
  font-size: 24px;
  line-height: 31px;
  text-align: left;
}

.workshop-infos {
  max-width: 90vw;
  background-color: #fff;
}

.contact {
  max-width: 90vw;
}

.contact-image {
  width: 50%;
  margin-bottom: 0px;
  float: left;
}

.contact-block {
  width: 50%;
  padding-top: 30px;
  padding-left: 60px;
  float: left;
}

.contact-block.form {
  margin-top: 0px;
}

.contact-block.form.social {
  clear: left;
}

.paragraph-2 {
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 30px;
}

.submit-button {
  margin-top: 20px;
  background-color: #000;
}

.form {
  margin-top: 20px;
}

.contact-headings {
  margin-bottom: 10px;
  font-size: 18px;
}

.workshop-info-block {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
  border-right: 1px solid #d7d7d7;
}

.workshop-info-block.noline {
  border-right: 0px none transparent;
}

.workshop-info-text {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 18px;
  line-height: 26px;
}

.workshop-info-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-right: 25px;
  padding-left: 50px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.info-section {
  width: 100vw;
  margin-bottom: 40px;
}

.date-title-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 52px;
  font-weight: 600;
}

.dates {
  width: 25%;
  margin-bottom: 40px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  border-right: 1px solid #d7d7d7;
}

.dates.noline {
  border-right-style: none;
  border-right-width: 0px;
}

.date {
  margin-top: 0px;
}

.workshop-description {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.workshop-place {
  font-size: 20px;
  font-weight: 400;
}

.date-section {
  display: none;
  width: 100vw;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
}

.workshops {
  width: 100vw;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.link {
  color: #000;
}

.link:hover {
  color: #616161;
}

.link-2 {
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-2:hover {
  color: #da5252;
  font-weight: 400;
}

.projects {
  width: 100vw;
}

.link-block-4 {
  width: 100%;
}

.homelink {
  width: 100%;
}

.section {
  width: 100vw;
}

.section-2 {
  width: 100vw;
}

.section-3 {
  width: 100vw;
}

.section-4 {
  width: 100vw;
}

.link-3 {
  color: #000;
}

.contact-social-link {
  width: 50px;
  height: 50px;
  padding-top: 10px;
  opacity: 0.51;
  color: #000;
  text-align: left;
}

.contact-social-link:hover {
  opacity: 1;
}

.containergrid {
  max-width: 100vw;
}

.grid {
  position: fixed;
  z-index: -99999;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-flow: column;
  grid-auto-columns: 22.5vw;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 5vw 22.5vw 22.5vw 22.5vw 22.5vw 5vw;
  grid-template-columns: 5vw 22.5vw 22.5vw 22.5vw 22.5vw 5vw;
  -ms-grid-rows: 100vh;
  grid-template-rows: 100vh;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 1440px) {
  .nav-grid {
    -ms-grid-columns: minmax(72px, 312px) 324px 324px 324px 324px minmax(72px, 312px);
    grid-template-columns: minmax(72px, 312px) 324px 324px 324px 324px minmax(72px, 312px);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .container-2 {
    max-width: 1296px;
  }

  .gridline-left {
    width: auto;
    max-width: 312px;
    min-width: 72px;
  }

  .grid-line-inside {
    width: 324px;
  }

  .gridlines {
    display: none;
    max-width: 100vw;
  }

  .grid-line-right {
    width: auto;
    max-width: 312px;
    min-width: 72px;
  }

  .small-block-right {
    width: 324px;
  }

  .heading._3columns {
    width: 972px;
  }

  .container-3 {
    max-width: 1296px;
  }

  .see-all-projects {
    max-width: 1296px;
  }

  .container-5 {
    max-width: 1296px;
  }

  .container-6 {
    max-width: 1296px;
  }

  .project-title-container {
    max-width: 1296px;
  }

  .project-header-container {
    max-width: 1296px;
  }

  .project-header-container.namur {
    max-width: 1296px;
  }

  .project-container {
    max-width: 1296px;
  }

  .workshop-infos {
    max-width: 1296px;
  }

  .contact {
    max-width: 1296px;
  }

  .grid {
    position: fixed;
    z-index: -99999;
    -ms-grid-columns: minmax(72px, 312px) 324px 324px 324px 324px minmax(72px, 312px);
    grid-template-columns: minmax(72px, 312px) 324px 324px 324px 324px minmax(72px, 312px);
    -ms-grid-rows: 100vh;
    grid-template-rows: 100vh;
  }
}

@media screen and (min-width: 1920px) {
  .sticky-nav {
    width: 100vw;
    background-color: #f0f0f5;
    font-size: 36px;
  }

  .nav-grid {
    grid-auto-columns: minmax(-webkit-max-content, 100vw);
    grid-auto-columns: minmax(max-content, 100vw);
    -ms-grid-columns: minmax(312px, 1272px) 324px 324px 324px 324px minmax(312px, 1272px);
    grid-template-columns: minmax(312px, 1272px) 324px 324px 324px 324px minmax(312px, 1272px);
  }

  .nav-link {
    font-size: 24px;
    line-height: 36px;
  }

  .container {
    max-width: 100vw;
  }

  .body {
    background-color: #f0f0f5;
  }

  .home-header {
    height: 50vh;
    max-width: 100vw;
    border-bottom-color: #d7d7d7;
    background-color: #f0f0f5;
  }

  .container-2 {
    max-width: 1296px;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
  }

  .who-we-are-home {
    border-top: 1px solid #d7d7d7;
  }

  .div-block {
    width: 75%;
  }

  .gridline-left {
    width: 5vw;
    height: 100vh;
    float: left;
    clear: none;
    border-right: 1px solid #d7d7d7;
  }

  .grid-line-inside {
    width: 22.5vw;
    height: 100vh;
    float: left;
    clear: none;
    border-right: 1px solid #d7d7d7;
  }

  .gridlines {
    position: fixed;
    z-index: -99999;
    max-width: 100vw;
  }

  .grid-line-right {
    width: 5vw;
    height: 100vh;
    clear: none;
  }

  .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-3 {
    height: 320px;
  }

  .logo-footer.mobile {
    margin-top: 100px;
  }

  .footer-link {
    margin-top: 140px;
    font-size: 20px;
  }

  .footer-link.social.left {
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .image-3 {
    margin-top: 9px;
  }

  .copyright {
    padding-top: 35px;
    font-size: 15px;
    line-height: 24px;
  }

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

  .project-header-container.francofaune-2017 {
    background-image: url('../images/Web-Case-Francofaune_2017.jpg');
  }

  .project-header-container.conciergerie {
    background-image: url('../images/Web-Case-La-Conciergerie.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .project-header-container.dgde {
    background-image: url('../images/Web-Case-DGDE.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .project-header-container.francofaune-2020 {
    background-image: url('../images/Web-Case-Francofaune_2020.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .project-text-block.claudesemal {
    height: 1146px;
    padding-top: 320px;
  }

  .paragraph.claudesemal {
    font-size: 32px;
    line-height: 39px;
  }

  .contact-block {
    padding-top: 60px;
    padding-left: 80px;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .submit-button {
    font-size: 20px;
    line-height: 30px;
  }

  .field-label {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-headings {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .image-7 {
    width: 100%;
  }

  .field-label-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .field-label-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-field {
    font-size: 20px;
    line-height: 30px;
  }

  .text-field-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .textarea {
    font-size: 20px;
    line-height: 30px;
  }

  .workshop-info-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .workshop-info-text {
    font-size: 20px;
    line-height: 30px;
  }

  .workshop-info-heading {
    font-size: 38px;
    line-height: 42px;
  }

  .heading-4 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .dates {
    padding-right: 50px;
    padding-left: 50px;
  }

  .date {
    font-size: 28px;
    line-height: 40px;
  }

  .workshop-description {
    font-size: 20px;
    line-height: 28px;
  }

  .workshop-place {
    font-size: 24px;
    line-height: 28px;
  }

  .containergrid {
    max-width: 100vw;
  }

  .grid {
    grid-auto-columns: minmax(-webkit-max-content, 100vw);
    grid-auto-columns: minmax(max-content, 100vw);
    -ms-grid-columns: minmax(312px, 1272px) 324px 324px 324px 324px minmax(312px, 1272px);
    grid-template-columns: minmax(312px, 1272px) 324px 324px 324px 324px minmax(312px, 1272px);
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 17px;
    line-height: 20px;
  }

  .h3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .small-block-right {
    width: 50%;
    margin-left: 45vw;
    float: right;
  }

  .small {
    margin-right: 20px;
    margin-left: 20px;
  }

  .recent-work-home {
    padding-bottom: 40px;
  }

  .heading {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading._3columns {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px 20px 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .see-more {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .recent-work-heading {
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 42px;
    line-height: 65px;
  }

  .image-project-preview {
    height: 38vh;
  }

  .container-3 {
    height: 180px;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .div-block-3 {
    background-position: 50% 45%;
  }

  .logo-footer {
    height: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-link {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .footer-link.social {
    width: 3.5%;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .text-block-3 {
    padding-top: 17px;
    font-size: 14px;
    line-height: 17px;
  }

  .see-all-projects {
    height: 75px;
  }

  .link-block-2 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .close {
    padding: 20px;
  }

  .open {
    padding: 20px;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .copyright {
    padding-top: 15px;
    font-size: 9px;
    line-height: 10px;
  }

  .page-title {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 60px;
    line-height: 70px;
  }

  .container-6 {
    margin-top: 20px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .project-block {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .project-title-block {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .project-title-block.small {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .project-category {
    padding-top: 8px;
    font-size: 12px;
    line-height: 17px;
  }

  .project-type-year {
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .project-title {
    font-size: 60px;
    line-height: 70px;
  }

  .project-title-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .project-page-category {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .project-header-container {
    height: 340px;
  }

  .project-tagline {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 33px;
  }

  .project-tagline-block {
    margin-top: 26px;
    padding-bottom: 30px;
  }

  .info-title {
    overflow: auto;
    margin-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .info {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .project-info-block {
    margin-bottom: 30px;
  }

  .project-description-long-block.agency {
    width: 100%;
    border-top: 1px solid #d7d7d7;
  }

  .full-page-image {
    margin-bottom: 30px;
  }

  .half-page-image {
    margin-bottom: 30px;
  }

  .project-text-block {
    height: 240px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .project-text-block.claudesemal {
    height: 458px;
    padding-top: 120px;
  }

  .halfpage-image-bordered-block {
    height: 240px;
    margin-bottom: 30px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph.claudesemal {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-image {
    overflow: hidden;
    width: 100%;
    height: 45vh;
  }

  .contact-block {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    clear: none;
  }

  .contact-block.form {
    width: 50%;
    clear: none;
    border-top: 1px solid #d7d7d7;
  }

  .contact-block.form.social {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-7 {
    display: block;
  }

  .workshop-info-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .workshop-info-text {
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .workshop-info-heading {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 26px;
    line-height: 32px;
  }

  .date-title-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .heading-4 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 42px;
    line-height: 42px;
  }

  .dates {
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .date {
    font-size: 20px;
    line-height: 27px;
  }

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

  .workshop-place {
    font-size: 16px;
    line-height: 20px;
  }

  .date-section {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    grid-auto-flow: row;
    text-align: center;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .container {
    font-size: 24px;
  }

  .home-header {
    height: 35vh;
  }

  .h3 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .small {
    margin-right: 15px;
    margin-left: 15px;
  }

  .recent-work-home {
    padding-bottom: 30px;
  }

  .heading {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading._3columns {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    line-height: 30px;
  }

  .recent-home {
    margin-bottom: 40px;
  }

  .see-more {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .recent-work-heading {
    padding-left: 15px;
    font-size: 28px;
  }

  .image-project-preview {
    height: 45vh;
  }

  .container-3 {
    height: 220px;
    margin-top: 20px;
  }

  .div-block-3 {
    height: 35vh;
    background-image: url('../images/Shift-Studio.svg');
    background-position: 50% 45%;
    background-size: 71%;
    background-repeat: no-repeat;
  }

  .logo-footer.mobile {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }

  .footer-link {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-link.mobile {
    border-right: 1px solid #d7d7d7;
  }

  .footer-link.social {
    width: 8%;
    padding-left: 0px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    padding-top: 21px;
    font-size: 10px;
    line-height: 14px;
  }

  .see-all-projects {
    height: 64px;
  }

  .link-block-2 {
    padding-top: 15px;
    padding-left: 15px;
  }

  .close {
    padding: 15px;
  }

  .open {
    padding: 15px;
  }

  .copyright {
    height: auto;
    padding-top: 6px;
    font-size: 9px;
    line-height: 15px;
  }

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

  .project-block {
    width: 50%;
  }

  .project-title-block {
    font-size: 16px;
  }

  .project-title-block.small {
    font-size: 16px;
  }

  .project-title {
    font-size: 38px;
    line-height: 48px;
  }

  .project-title-container {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .project-page-category {
    font-size: 12px;
    line-height: 20px;
  }

  .project-header-container {
    height: 250px;
  }

  .project-tagline {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 26px;
  }

  .project-tagline-block {
    margin-top: 25px;
    padding-bottom: 25px;
  }

  .info-title {
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .info {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
    line-height: 15px;
  }

  .project-info-block {
    margin-bottom: 25px;
  }

  .full-page-image {
    margin-bottom: 25px;
  }

  .half-page-image {
    margin-bottom: 25px;
  }

  .project-text-block {
    width: 70%;
    height: auto;
    margin-right: 15%;
    margin-bottom: 25px;
    margin-left: 15%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-text-block.claudesemal {
    height: 158px;
    margin-bottom: 10px;
    margin-left: 7%;
    padding-top: 0px;
  }

  .halfpage-image-bordered-block {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .paragraph {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .contact {
    margin-bottom: 40px;
  }

  .contact-block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
  }

  .contact-block.form {
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .contact-block.form.social {
    width: 50%;
  }

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

  .workshop-info-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .date-title-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .heading-4 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 36px;
  }

  .dates {
    margin-bottom: 15px;
  }

  .date {
    font-size: 15px;
    line-height: 20px;
  }

  .workshop-description {
    font-size: 10px;
    line-height: 15px;
  }

  .workshop-place {
    font-size: 14px;
    line-height: 16px;
  }

  .containergrid {
    font-size: 24px;
  }

  .grid {
    grid-auto-flow: row;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 32px;
    grid-template-rows: 32px;
  }

  .nav-link {
    padding: 4px 0px;
    border-top: 1px solid #c4c4c4;
    font-size: 11px;
  }

  .list-item {
    width: 22.5vw;
  }

  .list-item.left {
    width: 5vw;
  }

  .list-item-2 {
    width: 22.5vw;
  }

  .container {
    display: block;
  }

  .who-we-are-home {
    padding-bottom: 40px;
  }

  .small-block-right {
    width: 75%;
    margin-left: 22.5vw;
  }

  .recent-work-home {
    padding-bottom: 20px;
  }

  .heading {
    padding: 15px 15px 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading._3columns {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .see-more {
    padding: 15px 15px 5px;
    line-height: 30px;
  }

  .recent-work-heading {
    padding-left: 15px;
    font-size: 24px;
    line-height: 47px;
  }

  .container-3 {
    height: 200px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .logo-footer {
    width: 100%;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .logo-footer.mobile {
    height: 55px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-right-style: none;
    border-right-width: 0px;
    background-size: 50%;
  }

  .footer-link {
    width: 33.333%;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-link.mobile {
    border-right-style: none;
    border-right-width: 0px;
  }

  .footer-link.social {
    width: 10%;
    height: 40px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-link.social.left {
    margin-left: 24vw;
  }

  .text-block-3 {
    display: none;
  }

  .see-all-projects {
    height: 50px;
  }

  .link-block-2 {
    padding-top: 10px;
    padding-left: 15px;
  }

  .close {
    padding: 10px 15px;
  }

  .open {
    padding: 10px 15px;
  }

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

  .copyright {
    padding-top: 0px;
    font-size: 6px;
  }

  .page-title {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .container-6 {
    margin-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .project-block {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .project-title-block {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .project-title-block.small {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 10px;
  }

  .project-title-block.fusee {
    font-size: 11px;
  }

  .project-category {
    font-size: 8px;
    line-height: 12px;
  }

  .project-type-year {
    font-size: 8px;
    line-height: 12px;
  }

  .project-title {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 26px;
    line-height: 36px;
  }

  .project-title-container {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .project-page-category {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .project-header-container {
    height: 140px;
  }

  .project-tagline {
    width: 100%;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .project-tagline-block {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .project-description-small-block {
    width: 50%;
  }

  .project-description-small-block.mobile {
    border-top: 1px solid #d7d7d7;
  }

  .info-title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .project-description-long-block {
    width: 100%;
    border-top: 1px solid #d7d7d7;
  }

  .full-page-image {
    margin-bottom: 20px;
  }

  .half-page-image {
    margin-bottom: 20px;
  }

  .project-text-block {
    width: 80%;
    margin-right: 10%;
    margin-bottom: 20px;
    margin-left: 10%;
  }

  .project-text-block.claudesemal {
    height: 110px;
  }

  .paragraph {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph.claudesemal {
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .contact-image {
    height: 330px;
  }

  .contact-block {
    padding: 10px;
  }

  .contact-block.form {
    width: 100%;
    margin-top: 0px;
    border-bottom-width: 1px;
  }

  .contact-block.form.social {
    width: 100%;
  }

  .form {
    margin-top: 20px;
  }

  .contact-headings {
    margin-bottom: 20px;
  }

  .workshop-info-block {
    width: 100%;
  }

  .workshop-info-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .workshop-info-heading {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-section {
    margin-bottom: 20px;
  }

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

  .dates {
    width: 50%;
  }

  .date-section {
    padding-bottom: 20px;
  }

  .workshops {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .containergrid {
    display: block;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 32px;
    grid-template-rows: 32px;
  }
}

#w-node-_8909c21c-bc1d-cb0f-b013-65741c9cbe1c-1c9cbe19 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_255e8ba5-f14b-9e1a-4c44-68d0ecef1d10-ecef1d0c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_8909c21c-bc1d-cb0f-b013-65741c9cbe1c-1c9cbe19 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_255e8ba5-f14b-9e1a-4c44-68d0ecef1d10-ecef1d0c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

