html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "Paciencia";
  src: url("../fonts/Paciencia.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Sentient-Regular";
  src: url("../fonts/Sentient-Regular.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Sentient-Italic";
  src: url("../fonts/Sentient-VariableItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -moz-transform: translate(20px, 0px);
    -ms-transform: translate(20px, 0px);
    -webkit-transform: translate(20px, 0px);
    transform: translate(20px, 0px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
html, body {
  width: 100%; }

body {
  font: 300 0.8em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #eff0ef;
  color: #3b3f3d;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 960px) {
    body {
      font: 300 0.6em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif; } }

h1 {
  font: 300 3.6em/1.2em "Paciencia", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 15px;
  color: black; }

h2 {
  font: 300 3.2em/1.2em "Paciencia", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 20px; }

h3 {
  font: 400 1.6em/1.3em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px; }

h4 {
  font: 400 1.4em/1.3em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px; }

h5 {
  font: 500 0.9em/1.4em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px; }

p {
  font: 300 1.3em/1.5em "Sentient-Regular", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 20px; }

a {
  color: black; }

b, strong {
  font-weight: bold; }

img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top; }

.edit-link a {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0px;
  padding: 4px 12px 3px 12px;
  border: 1px solid #3b3f3d;
  text-decoration: none;
  font: 700 1em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  border-radius: 6px; }
  .edit-link a:hover {
    background-color: #3b3f3d;
    color: white; }

.inner {
  width: 100%;
  max-width: 1500px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 60px 30px;
  position: relative; }
  @media screen and (max-width: 960px) {
    .inner {
      padding: 30px 20px; } }
  .inner > h1, .inner > h2, .inner > h3, .inner > h4, .inner > p {
    width: 50%;
    margin-left: 25%; }
    @media screen and (max-width: 960px) {
      .inner > h1, .inner > h2, .inner > h3, .inner > h4, .inner > p {
        width: 100%;
        margin-left: 0%; } }

.col {
  width: 100%;
  position: relative;
  float: left;
  text-align: left; }

.col-2 {
  width: 50%; }
  @media screen and (max-width: 960px) {
    .col-2 {
      width: 100%; } }

.col-3 {
  width: 33.3%; }
  @media screen and (max-width: 960px) {
    .col-3 {
      width: 100%; } }

.col-4 {
  width: 25%; }
  @media screen and (max-width: 960px) {
    .col-4 {
      width: 50%; } }

.col-3.content {
  width: 66.6%; }
  @media screen and (max-width: 960px) {
    .col-3.content {
      width: 100%; } }

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 100px; }
  @media screen and (max-width: 960px) {
    .video-wrapper {
      margin-bottom: 30px; } }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid black;
  padding: 6px 16px 5px 16px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.05em;
  font: 500 1em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: black;
  background-color: white; }
  @media screen and (max-width: 960px) {
    .button {
      padding: 6px 16px; } }
  .button:hover {
    background-color: black;
    color: white; }

.section {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .section img {
    visibility: hidden; }
  .section .inner:after {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
    background-color: rgba(59, 63, 61, 0.5); }
    @media screen and (max-width: 960px) {
      .section .inner:after {
        width: calc(100% - 40px);
        left: 20px; } }

.wp-block-image {
  display: inline-block;
  vertical-align: top;
  margin: 40px 0px 60px 0px !important; }
  @media screen and (max-width: 960px) {
    .wp-block-image {
      margin: 20px 0px 40px 0px !important; } }

.wp-block-columns {
  gap: 60px !important;
  margin: 0px 0px 80px 0px; }
  @media screen and (max-width: 960px) {
    .wp-block-columns {
      gap: 20px !important;
      margin: 0px 0px 20px 0px; } }
  .wp-block-columns .wp-block-image {
    margin-bottom: 15px !important; }
  .wp-block-columns p {
    font: 300 1.2em/1.4em "Sentient-Regular", "Helvetica Neue", "Helvetica", sans-serif !important; }
  .wp-block-columns strong {
    text-transform: uppercase;
    font: 500 1em/1.4em "Inter", "Helvetica Neue", "Helvetica", sans-serif; }

.wp-block-gallery {
  gap: 60px !important; }
  @media screen and (max-width: 960px) {
    .wp-block-gallery {
      gap: 30px !important; } }
  .wp-block-gallery .wp-block-image {
    width: calc(50% - 30px) !important; }
    @media screen and (max-width: 960px) {
      .wp-block-gallery .wp-block-image {
        width: calc(50% - 15px) !important; } }

figure.wp-block-pullquote {
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left; }
  figure.wp-block-pullquote blockquote p, figure.wp-block-pullquote blockquote cite {
    display: inline;
    margin-left: 10px;
    font: 300 1.2em/1.4em "Sentient-Italic", "Helvetica Neue", "Helvetica", sans-serif !important; }
  figure.wp-block-pullquote blockquote p {
    font: 300 1.6em/1.4em "Sentient-Italic", "Helvetica Neue", "Helvetica", sans-serif !important;
    margin-bottom: 20px;
    margin-left: 0px; }

.home .more h2:before {
  top: 40px; }

.more {
  position: relative; }
  .more h2 {
    font: 300 3.6em/1.2em "Paciencia", "Helvetica Neue", "Helvetica", sans-serif;
    color: black;
    padding-top: 40px; }
    @media screen and (max-width: 960px) {
      .more h2 {
        padding-top: 30px; } }
    .more h2:before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: rgba(59, 63, 61, 0.5);
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 0; }
  .more .col-2 {
    margin: 0 auto;
    margin-left: 25%;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (max-width: 960px) {
      .more .col-2 {
        margin-left: 0; } }
    .more .col-2 p {
      margin: 0 auto;
      margin-bottom: 20px;
      text-align: center; }

#main-wrapper {
  visibility: hidden; }

#site-header {
  width: 100%;
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #eff0ef; }
  @media screen and (max-width: 960px) {
    #site-header {
      height: 80px; } }
  #site-header .inner {
    padding: 0px 30px; }
    @media screen and (max-width: 960px) {
      #site-header .inner {
        padding: 0px 20px; } }
    #site-header .inner .burger.on li {
      background-color: #3b3f3d; }
    #site-header .inner .burger.on li:nth-child(1) {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: 9px; }
    #site-header .inner .burger.on li:nth-child(2) {
      background-color: transparent; }
    #site-header .inner .burger.on li:nth-child(3) {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: -11px; }
    #site-header .inner .burger {
      width: 45px;
      height: 45px;
      padding: 10px;
      position: absolute;
      right: 10px;
      top: 25px;
      z-index: 100;
      vertical-align: top;
      display: none; }
      @media screen and (max-width: 960px) {
        #site-header .inner .burger {
          display: block;
          top: 20px; } }
      #site-header .inner .burger li {
        width: 100%;
        height: 1px;
        float: left;
        margin: 3px 0px;
        background-color: #3b3f3d;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease; }
      #site-header .inner .burger:hover {
        cursor: pointer; }
    #site-header .inner a.logo {
      padding: 40px 0px;
      display: block;
      position: relative;
      width: 340px;
      height: 0;
      float: left;
      margin-top: 11px;
      text-decoration: none;
      background: transparent url("../images/logo_audrey_schayes.png") center center no-repeat;
      background-size: 100%; }
      @media screen and (max-width: 960px) {
        #site-header .inner a.logo {
          width: 280px;
          margin-top: 5px;
          padding: 36px 0px;
          font: 500 1em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif; } }
      #site-header .inner a.logo:after {
        content: none; }
    @media screen and (max-width: 960px) {
      #site-header .inner .menu-main-container.show {
        top: 80px;
        display: block; } }
    @media screen and (max-width: 960px) {
      #site-header .inner .menu-main-container.show #menu-main li {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }
    #site-header .inner .menu-main-container.show #menu-main > li {
      animation: fadeIn 0.25s linear;
      animation-fill-mode: both; }
      #site-header .inner .menu-main-container.show #menu-main > li:nth-of-type(1) {
        animation-delay: 0.1s; }
      #site-header .inner .menu-main-container.show #menu-main > li:nth-of-type(2) {
        animation-delay: 0.2s; }
      #site-header .inner .menu-main-container.show #menu-main > li:nth-of-type(3) {
        animation-delay: 0.3s; }
      #site-header .inner .menu-main-container.show #menu-main > li:nth-of-type(4) {
        animation-delay: 0.4s; }
      #site-header .inner .menu-main-container.show #menu-main > li:nth-of-type(5) {
        animation-delay: 0.5s; }
      #site-header .inner .menu-main-container.show #menu-main > li:nth-of-type(6) {
        animation-delay: 0.6s; }
      #site-header .inner .menu-main-container.show #menu-main > li:nth-of-type(7) {
        animation-delay: 0.7s; }
      #site-header .inner .menu-main-container.show #menu-main > li:nth-of-type(8) {
        animation-delay: 0.8s; }
    #site-header .inner .menu-main-container {
      float: right; }
      @media screen and (max-width: 960px) {
        #site-header .inner .menu-main-container {
          width: 100%;
          position: absolute;
          top: -100%;
          left: 0px;
          height: calc(100vh - 80px);
          background-color: #eff0ef;
          display: none; } }
      #site-header .inner .menu-main-container #menu-main {
        width: 100%;
        display: inline-block;
        text-align: right; }
        @media screen and (max-width: 960px) {
          #site-header .inner .menu-main-container #menu-main {
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
        #site-header .inner .menu-main-container #menu-main li {
          display: inline-block;
          vertical-align: top;
          margin-left: 15px; }
          @media screen and (max-width: 960px) {
            #site-header .inner .menu-main-container #menu-main li {
              display: inline-block;
              width: 100%;
              margin-left: 0;
              -moz-transform: translate(0px, 200px);
              -ms-transform: translate(0px, 200px);
              -webkit-transform: translate(0px, 200px);
              transform: translate(0px, 200px);
              -moz-transition: all 0.15s ease;
              -o-transition: all 0.15s ease;
              -webkit-transition: all 0.15s ease;
              transition: all 0.15s ease; } }
        #site-header .inner .menu-main-container #menu-main a {
          padding: 40px 0px;
          display: block;
          position: relative;
          text-decoration: none;
          letter-spacing: 0.05em;
          color: black;
          text-transform: uppercase;
          font: 500 1em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif; }
          @media screen and (max-width: 960px) {
            #site-header .inner .menu-main-container #menu-main a {
              display: block;
              padding: 5px 0px;
              font: 300 3.6em/1.2em "Paciencia", "Helvetica Neue", "Helvetica", sans-serif; } }
          #site-header .inner .menu-main-container #menu-main a:after {
            content: "";
            width: 0;
            height: 1px;
            background-color: black;
            position: absolute;
            bottom: 42px;
            left: 0;
            z-index: 1;
            -moz-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            -webkit-transition: all 0.15s ease;
            transition: all 0.15s ease; }
            @media screen and (max-width: 960px) {
              #site-header .inner .menu-main-container #menu-main a:after {
                content: none; } }
          #site-header .inner .menu-main-container #menu-main a:hover:after {
            width: 100%; }
        #site-header .inner .menu-main-container #menu-main li.current-menu-item a:after {
          width: 100%; }
        #site-header .inner .menu-main-container #menu-main li:last-of-type {
          margin-top: 10px; }
          @media screen and (max-width: 960px) {
            #site-header .inner .menu-main-container #menu-main li:last-of-type {
              margin-top: 0; } }
          #site-header .inner .menu-main-container #menu-main li:last-of-type a {
            width: 25px;
            height: 40px;
            overflow: hidden;
            text-indent: 999px;
            background: transparent url("../images/icon-instagram.png") center center no-repeat;
            background-size: 16px; }
            @media screen and (max-width: 960px) {
              #site-header .inner .menu-main-container #menu-main li:last-of-type a {
                width: 100%; } }
            #site-header .inner .menu-main-container #menu-main li:last-of-type a:after {
              content: none; }

.link-overlay {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent; }

.instagram {
  width: 100%;
  background-color: white; }
  .instagram .inner {
    padding: 40px; }
    @media screen and (max-width: 960px) {
      .instagram .inner {
        padding: 20px; } }
    .instagram .inner h2, .instagram .inner .button {
      width: 50%;
      float: left; }
    .instagram .inner img {
      top: 0 !important;
      transform: none !important; }
    .instagram .inner .button {
      width: auto;
      display: inline-block;
      margin-left: 50%;
      text-align: center;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 960px) {
        .instagram .inner .button {
          width: 100%;
          margin: 0;
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -webkit-transform: translateX(0);
          transform: translateX(0); } }

.home .intro .inner {
  padding: 20px 30px 0px 30px; }
  @media screen and (max-width: 960px) {
    .home .intro .inner {
      padding: 20px 20px 0px 20px; } }
  .home .intro .inner h1 {
    display: none; }
  .home .intro .inner p {
    width: 100%;
    max-width: 1020px;
    margin: 0;
    margin-bottom: 10px;
    font: 300 3.6em/1.1em "Paciencia", "Helvetica Neue", "Helvetica", sans-serif;
    font-style: normal; }
    @media screen and (max-width: 960px) {
      .home .intro .inner p {
        font: 300 2.4em/1.1em "Paciencia", "Helvetica Neue", "Helvetica", sans-serif;
        font-style: normal; } }

.publications {
  background-color: #bebcb3;
  color: white; }
  .publications .inner > h2 {
    text-align: center; }
  .publications a {
    color: white; }

.swiper-container {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .swiper-container ul.swiper-wrapper li.swiper-slide img {
    margin-bottom: 20px; }
  .swiper-container ul.swiper-wrapper li.swiper-slide h3 {
    display: none; }
    .swiper-container ul.swiper-wrapper li.swiper-slide h3 a {
      text-decoration: none; }
  .swiper-container ul.swiper-wrapper li.swiper-slide p {
    color: white; }

#navigation {
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin-top: 20px; }
  #navigation .next.swiper-button-disabled,
  #navigation .prev.swiper-button-disabled {
    display: none; }
  #navigation .next,
  #navigation .prev {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    z-index: 90;
    margin: 0px 2px;
    border-radius: 40px;
    vertical-align: top;
    background-color: white;
    background: transparent url("../images/next.png") center center no-repeat;
    background-size: 32px;
    border: 2px solid white; }
  #navigation .prev {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.projects {
  padding-top: 40px; }
  @media screen and (max-width: 960px) {
    .projects {
      padding-top: 20px; } }
  .projects ul {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 960px) {
      .projects ul {
        gap: 0px;
        margin: 20px 0px 40px 0px; } }
    .projects ul .project.hide {
      opacity: 0.25; }
    .projects ul .project {
      width: 100%;
      display: inline-block;
      vertical-align: baseline;
      position: relative;
      text-align: left;
      margin-bottom: 120px;
      opacity: 1;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      @media screen and (max-width: 960px) {
        .projects ul .project {
          margin-bottom: 60px; } }
      .projects ul .project:nth-child(9n + 1) {
        width: calc(50% - 30px); }
        @media screen and (max-width: 960px) {
          .projects ul .project:nth-child(9n + 1) {
            width: calc(50% - 15px); } }
      .projects ul .project:nth-child(9n + 2) {
        width: 33.3%;
        margin-left: 16.666%;
        margin-top: 11.25%; }
        @media screen and (max-width: 960px) {
          .projects ul .project:nth-child(9n + 2) {
            margin-top: 8.5%; } }
      .projects ul .project:nth-child(9n + 3) {
        width: 66.6%;
        float: right; }
      .projects ul .project:nth-child(9n + 4) {
        width: calc(50% - 30px); }
        @media screen and (max-width: 960px) {
          .projects ul .project:nth-child(9n + 4) {
            width: calc(50% - 15px); } }
      .projects ul .project:nth-child(9n + 5) {
        width: calc(50% - 30px);
        float: right;
        margin-top: 10%; }
        @media screen and (max-width: 960px) {
          .projects ul .project:nth-child(9n + 5) {
            width: calc(50% - 15px); } }
      .projects ul .project:nth-child(9n + 6) {
        width: calc(50% - 30px);
        float: left; }
        @media screen and (max-width: 960px) {
          .projects ul .project:nth-child(9n + 6) {
            width: calc(50% - 15px); } }
      .projects ul .project:nth-child(9n + 7) {
        width: 50%;
        float: left;
        clear: both;
        margin-left: 25%; }
      .projects ul .project:nth-child(9n + 8) {
        width: 33.3%; }
        @media screen and (max-width: 960px) {
          .projects ul .project:nth-child(9n + 8) {
            margin-top: 6.5%; } }
      .projects ul .project:nth-child(9n + 9) {
        width: calc(50% - 30px);
        float: right; }
        @media screen and (max-width: 960px) {
          .projects ul .project:nth-child(9n + 9) {
            width: calc(50% - 15px); } }
      .projects ul .project h3 {
        text-transform: uppercase;
        font: 600 1.1em/1.4em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
        margin-bottom: 0px; }
        .projects ul .project h3 a {
          text-decoration: none;
          position: relative;
          color: #3b3f3d; }
      .projects ul .project img {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px; }
      .projects ul .project .cat-wrapper {
        display: inline-block;
        vertical-align: top; }
        .projects ul .project .cat-wrapper p:last-of-type:after {
          content: none; }
        .projects ul .project .cat-wrapper p {
          display: inline-block;
          color: #3b3f3d;
          text-decoration: none;
          text-transform: lowercase;
          font: 300 1.2em/1.4em "Sentient-Regular", "Helvetica Neue", "Helvetica", sans-serif;
          margin: 0; }
          .projects ul .project .cat-wrapper p:after {
            content: ", ";
            display: inline-block;
            margin-right: 5px; }

#load-more {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #3b3f3d;
  color: #3b3f3d;
  padding: 12px 18px;
  margin: 60px 0px;
  border-radius: 120px;
  text-align: center;
  text-transform: uppercase;
  font: 500 0.9em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif; }
  #load-more:hover {
    background-color: #3b3f3d;
    color: white;
    cursor: pointer; }

.filters {
  position: sticky;
  top: 100px;
  text-align: left;
  z-index: 10;
  margin-bottom: 80px;
  background-color: #eff0ef;
  border-top: 1px solid rgba(59, 63, 61, 0.5);
  border-bottom: 1px solid rgba(59, 63, 61, 0.5); }
  @media screen and (max-width: 960px) {
    .filters {
      width: 100%;
      top: 80px;
      margin-bottom: 30px; } }
  .filters .gradient {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    background: #eff0ef;
    background: linear-gradient(90deg, rgba(239, 240, 239, 0) 0%, #eff0ef 100%); }
  .filters .scrollable {
    padding: 6px 0px;
    width: 100%;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto; }
    .filters .scrollable button.active {
      font: 500 1em/1.2em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
      color: black; }
      .filters .scrollable button.active:after {
        width: 100%; }
    @media screen and (max-width: 960px) {
      .filters .scrollable button:last-of-type {
        margin-right: 60px; } }
    @media screen and (max-width: 960px) {
      .filters .scrollable button:last-of-type:after {
        content: none; } }
    .filters .scrollable button {
      font: 500 1em/1.2em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0;
      padding: 16px 0px 14px 0px;
      border: 0;
      color: #3b3f3d;
      letter-spacing: 0.05em;
      position: relative;
      text-transform: capitalize;
      background-color: transparent;
      -webkit-appearance: none;
      appearance: none;
      text-transform: uppercase;
      z-index: 1; }
      @media screen and (max-width: 960px) {
        .filters .scrollable button {
          text-align: left;
          letter-spacing: 0;
          padding: 11px 0px 10px 0px; } }
      .filters .scrollable button:after {
        content: "";
        width: 0;
        height: 1px;
        background-color: #3b3f3d;
        position: absolute;
        bottom: 12px;
        left: 0;
        z-index: 1;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease; }
        @media screen and (max-width: 960px) {
          .filters .scrollable button:after {
            bottom: 10px; } }
      .filters .scrollable button:hover {
        cursor: pointer; }
        .filters .scrollable button:hover:after {
          width: 100%; }
    .filters .scrollable .separator {
      content: "";
      width: 1px;
      height: 14px;
      display: inline-block;
      vertical-align: top;
      margin: 16px;
      background-color: #3b3f3d; }
      @media screen and (max-width: 960px) {
        .filters .scrollable .separator {
          margin: 10px; } }

.single .inner.project {
  padding-bottom: 0; }
  .single .inner.project .content {
    display: inline-block;
    vertical-align: top; }
    .single .inner.project .content .col-2.content {
      float: right; }
    .single .inner.project .content .col-2.title {
      padding-right: 10%; }
      @media screen and (max-width: 960px) {
        .single .inner.project .content .col-2.title {
          padding-right: 0%; } }
      .single .inner.project .content .col-2.title p {
        font: 300 2em/1.2em "Paciencia", "Helvetica Neue", "Helvetica", sans-serif;
        color: #3b3f3d; }

.jus-de-mot h2 {
  font: 300 3.6em/1.2em "Paciencia", "Helvetica Neue", "Helvetica", sans-serif;
  color: black; }

.galerie {
  width: calc(100% + 40px);
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0px;
  margin-left: -20px; }
  @media screen and (max-width: 960px) {
    .galerie {
      width: calc(100% + 20px);
      margin: 30px 0px;
      margin-left: -10px; } }
  .galerie li {
    width: 50%;
    padding: 20px;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 960px) {
      .galerie li {
        width: 50%;
        padding: 10px; } }
    .galerie li img {
      margin-bottom: 0; }
    .galerie li p {
      font: 300 1em/1.4em "Sentient-Regular", "Helvetica Neue", "Helvetica", sans-serif;
      margin-top: 15px; }

.caption p, .galerie p {
  font-size: 1.2em; }
.caption h3, .galerie h3 {
  text-transform: uppercase;
  font: 500 1.2em/1.4em "Inter", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 0px;
  margin-top: 20px; }

.clients .inner h2 {
  font: 300 3.6em/1.2em "Paciencia", "Helvetica Neue", "Helvetica", sans-serif;
  color: black; }
.clients .inner:after {
  top: auto;
  bottom: 0; }
.clients .inner .col-2:nth-child(1) {
  width: 25%; }
  @media screen and (max-width: 960px) {
    .clients .inner .col-2:nth-child(1) {
      width: 50%;
      position: sticky;
      top: 80px; } }
  .clients .inner .col-2:nth-child(1) p {
    text-transform: uppercase;
    font: 500 1.1em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif; }
    @media screen and (max-width: 960px) {
      .clients .inner .col-2:nth-child(1) p {
        font: 500 0.9em/1.7em "Inter", "Helvetica Neue", "Helvetica", sans-serif; } }
.clients .inner .col-2:nth-child(2) {
  width: 75%; }
  @media screen and (max-width: 960px) {
    .clients .inner .col-2:nth-child(2) {
      width: 50%; } }
  .clients .inner .col-2:nth-child(2) .wp-block-columns {
    margin: 0;
    gap: 0 !important; }
  @media screen and (max-width: 960px) {
    .clients .inner .col-2:nth-child(2) p {
      margin-bottom: 10px; } }
.clients .inner strong {
  display: inline-block;
  position: relative;
  font: 600 0.9em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif; }
  @media screen and (max-width: 960px) {
    .clients .inner strong {
      font: 600 0.8em/1.6em "Inter", "Helvetica Neue", "Helvetica", sans-serif; } }
  .clients .inner strong:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3b3f3d;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 1;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    @media screen and (max-width: 960px) {
      .clients .inner strong:after {
        bottom: 1px; } }

.contact .inner .col-2.content {
  float: left;
  width: 25%;
  padding-right: 60px; }
  @media screen and (max-width: 960px) {
    .contact .inner .col-2.content {
      width: 100%; } }
.contact .inner .col-2.cover {
  float: right;
  width: 75%;
  margin-bottom: 80px; }
  @media screen and (max-width: 960px) {
    .contact .inner .col-2.cover {
      width: 100%;
      float: left;
      margin-bottom: 20px; } }
.contact .inner > .wp-block-image {
  width: 75%; }
.contact figure.wp-block-pullquote {
  text-align: center; }
  .contact figure.wp-block-pullquote blockquote p {
    width: 100%;
    font: 300 3.6em/1.1em "Sentient-Italic", "Helvetica Neue", "Helvetica", sans-serif !important;
    display: block;
    margin-bottom: 5px; }
    @media screen and (max-width: 960px) {
      .contact figure.wp-block-pullquote blockquote p {
        font: 300 2.4em/1.1em "Sentient-Italic", "Helvetica Neue", "Helvetica", sans-serif !important; } }

#nav-below {
  margin-top: 60px;
  padding: 15px 0px;
  border-top: 1px solid #3b3f3d;
  border-bottom: 1px solid #3b3f3d; }
  #nav-below .nav-next {
    border-right: 0 !important; }
  #nav-below .nav-previous,
  #nav-below .nav-next {
    width: 50%;
    float: left;
    text-align: left;
    border-right: 1px solid #3b3f3d; }
    #nav-below .nav-previous .arrow,
    #nav-below .nav-next .arrow {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      margin-top: 7px;
      background: transparent url("../images/arrow.png") center center no-repeat;
      background-size: 20px; }
      @media screen and (max-width: 960px) {
        #nav-below .nav-previous .arrow,
        #nav-below .nav-next .arrow {
          margin-top: 6px; } }
    #nav-below .nav-previous a,
    #nav-below .nav-next a {
      display: inline-block;
      position: relative;
      color: #3b3f3d;
      padding: 10px 0px;
      margin-left: 15px;
      text-decoration: none;
      text-transform: uppercase;
      font: 500 1em/1.2em "Inter", "Helvetica Neue", "Helvetica", sans-serif; }
      #nav-below .nav-previous a .meta-nav,
      #nav-below .nav-next a .meta-nav {
        font-size: 0.5em;
        vertical-align: top; }
      #nav-below .nav-previous a:after,
      #nav-below .nav-next a:after {
        content: "";
        width: 0;
        height: 1px;
        background-color: #3b3f3d;
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 1;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease; }
      #nav-below .nav-previous a:hover:after,
      #nav-below .nav-next a:hover:after {
        width: 100%; }
  #nav-below .nav-next {
    float: right;
    text-align: right; }
    #nav-below .nav-next span {
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    #nav-below .nav-next a {
      margin-left: 0px;
      margin-right: 15px; }

#footer .inner {
  padding-bottom: 40px; }
  @media screen and (max-width: 960px) {
    #footer .inner {
      padding-bottom: 30px; } }
  #footer .inner p {
    color: black;
    font-size: 1.2em; }
  #footer .inner a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    #footer .inner a:after {
      content: "";
      width: 0%;
      height: 1px;
      position: absolute;
      bottom: 3px;
      left: 0;
      z-index: 1;
      background-color: black;
      -moz-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease; }
    #footer .inner a:hover:after {
      width: 100%; }
  #footer .inner .col-4 {
    padding-right: 60px; }
    @media screen and (max-width: 960px) {
      #footer .inner .col-4 {
        width: 100%; } }
  #footer .inner .col-4:last-of-type {
    text-align: right; }
    @media screen and (max-width: 960px) {
      #footer .inner .col-4:last-of-type {
        text-align: left; } }
    #footer .inner .col-4:last-of-type .button:after {
      content: none; }
