@charset "UTF-8";
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: "Brown";
  src: url("../fonts/BrownPro-Light.otf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Brown";
  src: url("../fonts/BrownPro-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Brown";
  src: url("../fonts/BrownPro-Bold.otf") format("truetype");
  font-weight: 600;
  font-style: normal; }
html, body {
  width: 100%; }

body {
  font: 300 0.8em/1.8em "Merriweather", sans-serif;
  text-align: center;
  background-color: #F8F5EF;
  color: #322D27;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 960px) {
    body {
      font: 300 0.6em/1.8em "Merriweather", "Helvetica Neue", "Helvetica", serif; } }

h1 {
  font: 300 3.2em/1.2em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media screen and (max-width: 960px) {
    h1 {
      font: 300 2em/1.2em "Merriweather", "Helvetica Neue", "Helvetica", sans-serifonepage; } }

h2 {
  font: 300 2.4em/1.2em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 960px) {
    h2 {
      font: 300 2em/1.2em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif;
      margin-bottom: 10px; } }

h3 {
  font: 300 1.6em/1.4em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 20px; }

h4 {
  font: 300 1.8em/1.5em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 10px; }

h5 {
  font: 400 1em/1.4em "Brown", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #FF4900; }

p {
  font: 300 1.2em/1.8em "Merriweather", sans-serif;
  margin-bottom: 20px; }

p.has-large-font-size {
  font: 300 1.8em/1.5em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif !important; }

a {
  color: #322D27; }
  a:hover {
    color: #FF4900; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

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

.edit-link {
  display: block;
  vertical-align: top;
  margin-bottom: 20px; }

.inner {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: left; }
  @media screen and (max-width: 960px) {
    .inner {
      padding: 30px 20px; } }

.inner + .inner {
  padding-top: 0px; }
  @media screen and (max-width: 960px) {
    .inner + .inner {
      padding-bottom: 20px; } }

.inner.title {
  width: 100%;
  text-align: center; }
  .inner.title h1, .inner.title h2 {
    max-width: 820px;
    margin: 0 auto; }

.inner.content {
  text-align: left;
  max-width: 820px;
  display: block;
  margin: 0 auto; }
  .inner.content p:first-of-type {
    text-indent: 10%; }

.wp-element-button {
  display: inline-block;
  vertical-align: top;
  font: 400 1em/1.4em "Brown", sans-serif !important;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  color: #322D27 !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 20px; }
  .wp-element-button:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #322D27;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .wp-element-button:hover {
    color: #FF4900 !important; }
    .wp-element-button:hover:after {
      background-color: #FF4900 !important; }

.wp-element-button.float {
  position: absolute;
  top: 70px;
  right: 40px;
  z-index: 1;
  margin-right: 15px; }
  @media screen and (max-width: 960px) {
    .wp-element-button.float {
      top: 20px;
      right: 20px; } }
  .wp-element-button.float:before {
    content: "→";
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 1; }

.c-accordion__item {
  border-bottom: 1px solid rgba(50, 45, 39, 0.25); }
  .c-accordion__item h2 {
    padding: 20px 0px;
    margin: 0; }

.c-accordion__item:last-of-type {
  border: 0; }

.accordionContent {
  margin-bottom: 60px; }
  .accordionContent p:first-of-type {
    text-indent: 0% !important; }

.accordionButton {
  font: 400 1em/1.4em "Brown", sans-serif !important;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .accordionButton .more {
    text-decoration: underline; }
  .accordionButton:after {
    content: "↴";
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 4px;
    margin-left: 2px; }
  .accordionButton:hover {
    color: #FF4900;
    cursor: pointer; }

.col {
  float: left;
  vertical-align: top; }

.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%;
      margin: 5px 0px; } }

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

p + .galerie {
  margin-top: 60px; }

.galerie {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px; }
  @media screen and (max-width: 960px) {
    .galerie {
      gap: 20px; } }
  .galerie li {
    width: calc(33.3% - 40px);
    float: left;
    vertical-align: top;
    outline: none;
    position: relative; }
    @media screen and (max-width: 960px) {
      .galerie li {
        width: calc(50% - 10px); } }
    .galerie li .caption {
      display: inline-block;
      vertical-align: top;
      margin-top: 0; }
      .galerie li .caption h3 {
        font: 200 1.5em/1.4em "Brown", sans-serif;
        font-style: italic;
        margin-bottom: 10px;
        text-transform: inherit;
        letter-spacing: 0.01; }
      .galerie li .caption h5 {
        color: #322D27;
        font: 200 1em/1.5em "Brown", sans-serif;
        text-transform: inherit; }
      .galerie li .caption p {
        font: 200 1.1em/1.5em "Brown", sans-serif !important;
        margin-bottom: 10px; }
    .galerie li a {
      display: block;
      position: relative;
      border: 1px solid rgba(50, 45, 39, 0.15);
      margin-bottom: 20px; }
      .galerie li a img {
        display: inline-block;
        vertical-align: top;
        z-index: 0;
        margin: 0 !important;
        position: relative; }
      .galerie li a:focus {
        outline: none !important; }
      .galerie li a:hover {
        cursor: pointer !important; }
      .galerie li a:hover:after {
        width: 46px;
        height: 46px;
        content: "+";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        color: white;
        padding: 10px;
        text-align: center;
        border-radius: 100px;
        background-color: #322D27;
        font: 100 3.2em/1em "Helvetica Neue", "Helvetica", sans-serif;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 960px) {
          .galerie li a:hover:after {
            width: 25px;
            height: 25px;
            font: 100 2.4em/1em "Helvetica Neue", "Helvetica", sans-serif; } }

#fancybox-overlay {
  background: rgba(50, 45, 39, 0.9) !important; }

#site-header {
  width: 100%;
  height: 100px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.96);
  -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 .languages {
    width: 50px;
    height: 40px;
    position: fixed;
    top: 30px;
    right: 30px;
    vertical-align: top;
    border: 1px solid rgba(50, 45, 39, 0.15);
    overflow: hidden;
    z-index: 120; }
    @media screen and (max-width: 960px) {
      #site-header .languages {
        width: 40px;
        height: 35px;
        right: 20px;
        top: 33px; } }
    #site-header .languages:hover {
      height: 80px;
      border: 1px solid rgba(50, 45, 39, 0.15); }
      @media screen and (max-width: 960px) {
        #site-header .languages:hover {
          height: 70px; } }
    #site-header .languages li.current a {
      color: #322D27 !important; }
    #site-header .languages li {
      display: block;
      width: 50px;
      vertical-align: top; }
      @media screen and (max-width: 960px) {
        #site-header .languages li {
          width: 40px; } }
      #site-header .languages li a {
        width: 50px;
        height: 40px;
        padding: 9px 0px;
        text-align: center;
        display: block;
        background-color: white;
        vertical-align: top;
        border-top: 1px solid rgba(50, 45, 39, 0.15);
        margin-top: -1px;
        text-transform: uppercase;
        text-decoration: none;
        font: 400 1em/1.6em "Brown", sans-serif; }
        @media screen and (max-width: 960px) {
          #site-header .languages li a {
            width: 40px;
            height: 35px; } }
  #site-header .logo {
    width: calc(100% - 120px);
    height: 70px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    padding-left: 70px;
    background: transparent url("../images/fwc-logo.png") left top no-repeat;
    background-size: contain; }
    @media screen and (max-width: 960px) {
      #site-header .logo {
        padding-left: 65px; } }
    #site-header .logo span {
      width: auto;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      font: 400 1em/1.4em "Brown", sans-serif; }
    #site-header .logo:hover {
      color: #322D27; }
  #site-header .inner {
    padding: 15px 40px; }
    @media screen and (max-width: 960px) {
      #site-header .inner {
        padding: 15px 20px; } }
  #site-header .burger-wrapper {
    position: fixed;
    top: 30px;
    right: 90px;
    z-index: 200;
    display: block; }
    @media screen and (max-width: 960px) {
      #site-header .burger-wrapper {
        right: 70px; } }
    #site-header .burger-wrapper:hover {
      cursor: pointer; }
      #site-header .burger-wrapper:hover .burger li {
        background-color: #FF4900; }
    #site-header .burger-wrapper .burger.on li {
      background-color: #FF4900; }
    #site-header .burger-wrapper .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 .burger-wrapper .burger.on li:nth-child(2) {
      background-color: transparent; }
    #site-header .burger-wrapper .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 .burger-wrapper .burger {
      width: 45px;
      height: 45px;
      padding: 10px;
      display: inline-block;
      vertical-align: top; }
      #site-header .burger-wrapper .burger li {
        width: 100%;
        height: 1px;
        float: left;
        margin: 3px 0px;
        background-color: #322D27;
        -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 .burger-wrapper span {
      display: inline-block;
      vertical-align: top;
      margin-top: 12px;
      text-transform: uppercase;
      font: 400 1em/1.4em "Brown", sans-serif; }
      @media screen and (max-width: 960px) {
        #site-header .burger-wrapper span {
          display: none; } }

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-color: rgba(50, 45, 39, 0);
  -moz-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease; }

.overlay.show {
  z-index: 50;
  background-color: rgba(50, 45, 39, 0.3); }

.menu-wrapper {
  width: 100%; }
  .menu-wrapper > div.show {
    right: 0; }
  .menu-wrapper > div {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.96);
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media screen and (max-width: 960px) {
      .menu-wrapper > div {
        width: calc(100% - 80px); } }
    .menu-wrapper > div > ul {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0px 60px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 960px) {
        .menu-wrapper > div > ul {
          padding: 0px 30px; } }
      .menu-wrapper > div > ul > li.menu-item-has-children ul li:last-of-type {
        margin-top: 15px; }
      .menu-wrapper > div > ul > li.menu-item-has-children > a {
        background: transparent url("../images/arrow-down.png") right center no-repeat;
        background-size: 18px; }
        @media screen and (max-width: 960px) {
          .menu-wrapper > div > ul > li.menu-item-has-children > a {
            background-size: 16px; } }
      .menu-wrapper > div > ul > li:nth-child(1),
      .menu-wrapper > div > ul > li:nth-child(2),
      .menu-wrapper > div > ul > li:nth-child(3),
      .menu-wrapper > div > ul > li:nth-child(4),
      .menu-wrapper > div > ul > li:nth-child(5),
      .menu-wrapper > div > ul > li:nth-child(6) {
        width: 100%;
        display: block;
        text-align: left;
        border-bottom: 1px solid rgba(50, 45, 39, 0.15); }
        .menu-wrapper > div > ul > li:nth-child(1) a,
        .menu-wrapper > div > ul > li:nth-child(2) a,
        .menu-wrapper > div > ul > li:nth-child(3) a,
        .menu-wrapper > div > ul > li:nth-child(4) a,
        .menu-wrapper > div > ul > li:nth-child(5) a,
        .menu-wrapper > div > ul > li:nth-child(6) a {
          padding: 12px 0px;
          font: 300 2em/1.2em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif; }
      .menu-wrapper > div > ul > li {
        width: auto;
        float: left;
        border-bottom: none;
        margin-right: 20px; }
        .menu-wrapper > div > ul > li > a {
          display: block;
          padding: 20px 0px;
          text-decoration: none;
          font: 400 1em/1.2em "Brown", sans-serif;
          text-transform: uppercase; }
        .menu-wrapper > div > ul > li .sub-menu {
          width: 100%;
          height: 0;
          overflow: hidden;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          .menu-wrapper > div > ul > li .sub-menu li a {
            padding: 2px 0px;
            font: 400 1em/1.2em "Brown", sans-serif;
            text-transform: uppercase;
            text-decoration: none;
            color: #322D27; }
            .menu-wrapper > div > ul > li .sub-menu li a:hover {
              color: #FF4900; }
      .menu-wrapper > div > ul > li.open .sub-menu {
        height: 180px;
        margin-bottom: 20px; }

.cover {
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px);
  min-height: 520px;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  visibility: hidden; }
  .cover .title-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .cover .title-wrapper .inner {
      width: 100%;
      text-align: center; }
      .cover .title-wrapper .inner h5 {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        background-color: #FF4900;
        color: white;
        padding: 3px 8px 4px 8px; }
      .cover .title-wrapper .inner h1 {
        display: inline;
        background: #F8F5EF;
        vertical-align: top;
        width: auto;
        padding: 0px 10px;
        line-height: 1.3em;
        margin: 0; }

#site-content {
  background-color: #F8F5EF; }

.collection .inner h2,
.artistes .inner h2 {
  width: calc(100% - 40px);
  color: #322D27; }
  @media screen and (max-width: 960px) {
    .collection .inner h2,
    .artistes .inner h2 {
      width: calc(100% - 20px); } }

.thumb-wrapper {
  display: block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  visibility: hidden; }
  .thumb-wrapper:hover .thumb {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .thumb-wrapper .thumb {
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    display: inline-block;
    vertical-align: top;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .thumb-wrapper .content {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 20px 0px 0px 0px;
    background-color: #F8F5EF; }
    .thumb-wrapper .content h3 {
      margin-bottom: 10px; }

.page-la-collection .posts-wrapper .post,
.page-collection .posts-wrapper .post,
.collection .posts-wrapper .post {
  width: calc(50% - 40px); }
  @media screen and (max-width: 960px) {
    .page-la-collection .posts-wrapper .post,
    .page-collection .posts-wrapper .post,
    .collection .posts-wrapper .post {
      width: calc(50% - 10px); } }

.posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px; }
  @media screen and (max-width: 960px) {
    .posts-wrapper {
      gap: 0;
      display: inline-block;
      width: 100%; } }
  @media screen and (max-width: 960px) {
    .posts-wrapper .post:nth-child(even) {
      float: right !important; } }
  .posts-wrapper .post {
    width: calc(33.3% - 40px);
    float: left; }
    @media screen and (max-width: 960px) {
      .posts-wrapper .post {
        width: calc(50% - 10px); } }
    .posts-wrapper .post .thumb-wrapper {
      margin-bottom: 20px; }
    .posts-wrapper .post h3 a {
      text-decoration: none; }
    .posts-wrapper .post p {
      font: 300 1em/1.8em "Merriweather", sans-serif; }

.az-letters-wrap {
  position: sticky;
  top: 100px;
  z-index: 10;
  padding: 0px; }
  .az-letters-wrap ul.az-links {
    padding: 10px 0px !important;
    background-color: #F8F5EF !important;
    margin-bottom: 0px !important; }
    .az-letters-wrap ul.az-links li {
      width: auto !important;
      height: auto !important;
      display: block !important;
      margin: 0 !important;
      border: 0 !important;
      background-color: #F8F5EF !important; }
      .az-letters-wrap ul.az-links li > a {
        color: #322D27 !important; }
        .az-letters-wrap ul.az-links li > a:hover {
          color: #FF4900 !important; }
      .az-letters-wrap ul.az-links li > a, .az-letters-wrap ul.az-links li > span {
        display: block !important;
        padding: 5px 10px !important;
        text-align: center !important; }

.letter-section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 200px !important;
  margin-top: -200px !important; }
  .letter-section .letter-title {
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(50, 45, 39, 0.15) !important; }

.publications-template-default .main-content > .inner {
  padding: 120px 0px; }
  @media screen and (max-width: 960px) {
    .publications-template-default .main-content > .inner {
      padding: 40px 20px; } }
.publications-template-default .main-content .content .wp-element-button {
  display: inline-block !important;
  border: 1px solid #322D27;
  border-radius: 0px;
  padding: 8px 24px !important; }
  .publications-template-default .main-content .content .wp-element-button:after {
    content: none; }
.publications-template-default .main-content .cover {
  height: auto;
  min-height: auto;
  position: relative;
  top: 0;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .publications-template-default .main-content .cover {
      text-align: center;
      margin-bottom: 40px; } }
  .publications-template-default .main-content .cover img {
    max-height: 600px;
    width: auto; }
    @media screen and (max-width: 960px) {
      .publications-template-default .main-content .cover img {
        max-height: 300px; } }

@media screen and (max-width: 960px) {
  .section.publications .posts-wrapper .post {
    position: relative;
    margin-bottom: 30px; } }
@media screen and (max-width: 960px) {
  .section.publications .posts-wrapper .post .content {
    width: 66.6%;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.section.publications .posts-wrapper .thumb-wrapper {
  background-color: transparent;
  margin-bottom: 40px;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media screen and (max-width: 960px) {
    .section.publications .posts-wrapper .thumb-wrapper {
      width: 33.3%;
      margin-bottom: 0; } }
  .section.publications .posts-wrapper .thumb-wrapper .thumb {
    padding-bottom: 250px;
    background-size: contain;
    background-position: center center;
    opacity: 1; }
    @media screen and (max-width: 960px) {
      .section.publications .posts-wrapper .thumb-wrapper .thumb {
        padding-bottom: 150px; } }
  .section.publications .posts-wrapper .thumb-wrapper:hover {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
    .section.publications .posts-wrapper .thumb-wrapper:hover .thumb {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }

.date {
  font: 300 1.2em/1.8em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 20px; }
  @media screen and (max-width: 960px) {
    .date {
      margin-bottom: 10px; } }
  .date .arrow {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px; }

.page-template-template-grid a#fancybox-prev.fancy-ico,
.page-template-template-grid a#fancybox-next.fancy-ico {
  display: none !important; }
  .page-template-template-grid a#fancybox-prev.fancy-ico span,
  .page-template-template-grid a#fancybox-next.fancy-ico span {
    display: none !important; }
    .page-template-template-grid a#fancybox-prev.fancy-ico span:after,
    .page-template-template-grid a#fancybox-next.fancy-ico span:after {
      content: none !important; }

.a-la-vente .inner {
  padding-top: 0; }
.a-la-vente .tabs .tab-nav-wrapper {
  position: sticky;
  top: 100px;
  z-index: 100;
  background-color: #F8F5EF;
  margin-bottom: 20px; }
  .a-la-vente .tabs .tab-nav-wrapper .tab-nav.inner {
    width: auto;
    display: inline-block;
    padding: 0;
    text-align: center; }
    .a-la-vente .tabs .tab-nav-wrapper .tab-nav.inner li {
      display: inline-block; }
      .a-la-vente .tabs .tab-nav-wrapper .tab-nav.inner li a {
        color: #322D27;
        min-width: 80px;
        padding: 30px 20px;
        text-decoration: none;
        display: block;
        cursor: pointer;
        font: 300 1.6em/1.4em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif; }
        .a-la-vente .tabs .tab-nav-wrapper .tab-nav.inner li a:hover {
          color: #FF4900; }
      .a-la-vente .tabs .tab-nav-wrapper .tab-nav.inner li a.active {
        color: #FF4900;
        background-color: #F8F5EF;
        border-bottom: 0; }
  .a-la-vente .tabs .tab-nav-wrapper .tab-pane {
    display: none;
    margin-top: 20px; }
  .a-la-vente .tabs .tab-nav-wrapper .tab-pane.active {
    display: block; }
.a-la-vente .a-la-vente-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 60px; }
  .a-la-vente .a-la-vente-posts > li {
    width: calc(33.3% - 40px);
    float: left;
    vertical-align: top;
    outline: none;
    position: relative; }
    @media screen and (max-width: 960px) {
      .a-la-vente .a-la-vente-posts > li {
        width: calc(50% - 10px); } }
    .a-la-vente .a-la-vente-posts > li img {
      width: 100%;
      margin-bottom: 20px; }
    .a-la-vente .a-la-vente-posts > li p,
    .a-la-vente .a-la-vente-posts > li ul li {
      font: 300 1em/1.8em "Merriweather", sans-serif; }
    .a-la-vente .a-la-vente-posts > li a {
      outline: none; }
    .a-la-vente .a-la-vente-posts > li a.wp-element-button {
      display: inline-block !important;
      border: 1px solid #322D27;
      border-radius: 0px;
      padding: 8px 24px !important; }
      .a-la-vente .a-la-vente-posts > li a.wp-element-button:after {
        content: none; }
    .a-la-vente .a-la-vente-posts > li .price p {
      font: 500 1em/1.8em "Merriweather", sans-serif; }

.section {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  background-color: #F8F5EF;
  border-bottom: 1px solid rgba(50, 45, 39, 0.15); }

.swiper-container,
.expo-swiper-container {
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 960px) {
    .swiper-container,
    .expo-swiper-container {
      width: 100%; } }
  .swiper-container .swiper-slide,
  .expo-swiper-container .swiper-slide {
    background-color: #F8F5EF; }
    .swiper-container .swiper-slide .content,
    .expo-swiper-container .swiper-slide .content {
      width: 33.3%;
      float: right;
      padding-top: 0px;
      padding-left: 40px; }
      @media screen and (max-width: 960px) {
        .swiper-container .swiper-slide .content,
        .expo-swiper-container .swiper-slide .content {
          width: 100%;
          padding-left: 0; } }
      .swiper-container .swiper-slide .content h3 a,
      .expo-swiper-container .swiper-slide .content h3 a {
        text-decoration: none; }
      .swiper-container .swiper-slide .content p,
      .expo-swiper-container .swiper-slide .content p {
        font: 300 1em/1.8em "Merriweather", sans-serif; }
    .swiper-container .swiper-slide .thumb-wrapper,
    .expo-swiper-container .swiper-slide .thumb-wrapper {
      width: calc(66.6% - 20px);
      float: left;
      margin-left: 0px;
      top: 0 !important;
      opacity: 1 !important;
      visibility: visible !important; }
      @media screen and (max-width: 960px) {
        .swiper-container .swiper-slide .thumb-wrapper,
        .expo-swiper-container .swiper-slide .thumb-wrapper {
          width: 100%;
          margin-left: 0;
          margin-bottom: 20px; } }

#pagination,
#expo-pagination {
  width: calc(33.3% - 20px);
  position: absolute;
  bottom: 0px;
  left: calc(66.6% + 40px);
  text-align: left !important;
  z-index: 10;
  padding: 0; }
  @media screen and (max-width: 960px) {
    #pagination,
    #expo-pagination {
      width: 100%;
      bottom: 0;
      right: 0;
      position: relative;
      text-align: center !important; } }
  #pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  #expo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #322d27; }
  #pagination .swiper-pagination-bullet,
  #expo-pagination .swiper-pagination-bullet {
    border: 1px solid rgba(50, 45, 39, 0.25);
    background-color: transparent;
    width: 40px;
    height: 40px;
    color: #322D27;
    background-color: #F8F5EF;
    display: inline-block;
    margin: 0px 8px 0px 0px;
    position: relative;
    text-align: center;
    padding: 11px 0px;
    opacity: 1 !important;
    font: 600 1em/1.1em "Merriweather", sans-serif; }
    @media screen and (max-width: 960px) {
      #pagination .swiper-pagination-bullet,
      #expo-pagination .swiper-pagination-bullet {
        width: 32px;
        height: 32px;
        padding: 10px 0px; } }
    #pagination .swiper-pagination-bullet:hover,
    #expo-pagination .swiper-pagination-bullet:hover {
      cursor: pointer;
      border: 1px solid #322d27; }

.sub-pages {
  background-color: #F8F5EF; }
  .sub-pages .onepage {
    float: left;
    position: sticky;
    top: 160px;
    margin-top: 60px;
    left: calc(50% - 600px);
    z-index: 10;
    text-align: left; }
    @media screen and (max-width: 960px) {
      .sub-pages .onepage {
        width: 100%;
        left: 0;
        top: 100px;
        margin-top: 0; } }
    .sub-pages .onepage ul {
      width: 320px;
      padding: 40px;
      position: absolute;
      top: 0px;
      left: 0;
      background-color: white; }
      @media screen and (max-width: 960px) {
        .sub-pages .onepage ul {
          width: 100%;
          position: relative;
          top: 0;
          padding: 20px;
          font-size: 0; } }
      .sub-pages .onepage ul li {
        display: block;
        vertical-align: top; }
        @media screen and (max-width: 960px) {
          .sub-pages .onepage ul li {
            width: 33.3%;
            font-size: 10px;
            display: inline-block; } }
        .sub-pages .onepage ul li a {
          font: 400 1em/1.4em "Brown", sans-serif;
          display: block;
          padding: 2px 0px;
          vertical-align: top;
          text-transform: uppercase;
          text-decoration: none; }
      .sub-pages .onepage ul li.current a {
        color: #FF4900; }
  .sub-pages .sections {
    position: relative;
    z-index: 1; }
    .sub-pages .sections > li {
      width: 100%;
      display: block;
      vertical-align: top;
      position: relative; }
      .sub-pages .sections > li .thumb-wrapper .thumb {
        padding-bottom: 50%; }
      .sub-pages .sections > li .thumb-wrapper:hover .thumb {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      .sub-pages .sections > li > .inner .content {
        width: 100%;
        float: right;
        padding-left: 33.3%; }
        @media screen and (max-width: 960px) {
          .sub-pages .sections > li > .inner .content {
            padding-left: 0; } }
      .sub-pages .sections > li > .inner .anchor {
        width: 100%;
        height: 0px;
        position: absolute;
        top: -100px;
        left: 0;
        z-index: 0; }
        @media screen and (max-width: 960px) {
          .sub-pages .sections > li > .inner .anchor {
            top: -175px; } }

.grid .inner {
  padding-right: 0px; }

.gridder {
  width: 100%;
  list-style-type: none;
  text-align: left; }
  @media screen and (max-width: 960px) {
    .gridder {
      padding: 0px 0px; } }

.gridder-list {
  width: calc(33.3% - 60px);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  z-index: 1;
  margin: 0px 57px 20px 0px;
  position: relative;
  text-align: left;
  -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) {
    .gridder-list {
      width: calc(100% - 20px);
      margin: 20px 0px 0px 0px;
      padding-top: 20px;
      border-top: 1px solid rgba(50, 45, 39, 0.15); } }
  .gridder-list .thumb-wrapper {
    margin-bottom: 20px; }
    @media screen and (max-width: 960px) {
      .gridder-list .thumb-wrapper {
        width: 40%;
        margin-bottom: 0; } }
  @media screen and (max-width: 960px) {
    .gridder-list .content {
      width: 60%;
      position: absolute;
      top: 50%;
      right: 0;
      padding: 20px 20px 0px 20px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .gridder-list:hover {
    cursor: pointer;
    opacity: 1 !important; }

.gridder-list.off {
  opacity: 0.4; }

.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1; }
  .hasSelectedItem .gridder-list.selectedItem h3 {
    color: #FF4900; }

.gridder-show {
  float: left;
  width: 100%;
  padding: 0;
  position: relative; }

.gridder-content {
  display: none; }

.gridder-expanded-content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0px; }
  .gridder-expanded-content .col-2:nth-child(1) {
    width: 33.3%;
    float: left;
    position: sticky;
    top: 0px;
    left: 0;
    padding-right: 60px; }
    @media screen and (max-width: 960px) {
      .gridder-expanded-content .col-2:nth-child(1) {
        position: relative;
        width: 100%;
        top: 0 !important;
        padding-right: 0px; } }
  .gridder-expanded-content .col-2:nth-child(2) {
    float: right;
    width: 66.6%;
    text-align: left;
    padding: 0px 60px 60px 0px; }
    @media screen and (max-width: 960px) {
      .gridder-expanded-content .col-2:nth-child(2) {
        width: 100%;
        padding: 0px 20px 0px 0px; } }
    .gridder-expanded-content .col-2:nth-child(2) .galerie {
      margin-top: 40px; }
    .gridder-expanded-content .col-2:nth-child(2) img {
      margin: 10px 0px 30px 0px; }
    .gridder-expanded-content .col-2:nth-child(2) .wp-element-caption {
      width: 100%;
      display: inline-block;
      position: relative;
      top: -20px;
      margin-bottom: 20px; }
    .gridder-expanded-content .col-2:nth-child(2) > p:first-of-type {
      text-indent: 10%; }

.home .intro .inner {
  width: 100%;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .home .intro .inner {
      padding: 40px 20px; } }
  .home .intro .inner .wp-block-buttons {
    text-align: center;
    margin-top: 20px; }
    .home .intro .inner .wp-block-buttons .wp-block-button {
      margin: 0 auto; }
  .home .intro .inner img {
    width: 120px;
    height: auto;
    margin-bottom: 40px; }
    @media screen and (max-width: 960px) {
      .home .intro .inner img {
        width: 100px;
        margin-bottom: 20px; } }
  .home .intro .inner p {
    clear: both;
    display: inline-block;
    margin-bottom: 0;
    max-width: 960px;
    font: 300 2em/1.5em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif; }
    @media screen and (max-width: 960px) {
      .home .intro .inner p {
        font: 300 1.6em/1.5em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif; } }

.side {
  width: 33.3%;
  float: left;
  position: sticky;
  top: 160px;
  padding-right: 60px; }
  @media screen and (max-width: 960px) {
    .side {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 0;
      padding-right: 0;
      margin-bottom: 20px; } }
  .side h1 {
    font: 300 2em/1.2em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif; }
    @media screen and (max-width: 960px) {
      .side h1 {
        font: 300 2em/1.2em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif; } }
  .side h2 {
    font: 400 1em/1.4em "Brown", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #FF4900; }
  .side .resa {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #322d27;
    padding: 10px 24px;
    margin-top: 10px;
    font: 400 1em/1.2em "Brown", sans-serif;
    text-transform: uppercase;
    text-decoration: none; }
    .side .resa:hover {
      color: #FF4900; }

.side + .content {
  width: calc(66.6% - 0px);
  float: right; }
  @media screen and (max-width: 960px) {
    .side + .content {
      width: calc(100% - 20px);
      float: left; } }

.content img {
  width: 100%;
  height: auto;
  margin-bottom: 40px; }
.content .caption {
  margin-top: -25px;
  margin-bottom: 30px;
  font: 300 1em/1em "Merriweather", sans-serif; }

.events-wrapper li:first-of-type {
  padding-top: 0; }
  @media screen and (max-width: 960px) {
    .events-wrapper li:first-of-type {
      padding-top: 20px; } }
.events-wrapper li:last-of-type {
  border-bottom: none;
  padding-bottom: 0; }
.events-wrapper li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 25px 0px 10px 0px;
  border-bottom: 1px solid rgba(50, 45, 39, 0.15); }
  @media screen and (max-width: 960px) {
    .events-wrapper li {
      padding: 20px 0px 0px 0px; } }
  .events-wrapper li .col {
    padding-right: 40px; }
    .events-wrapper li .col .date {
      font: 300 1.2em/1.4em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif; }
    .events-wrapper li .col a.wp-element-button:last-of-type:before {
      content: none; }
    .events-wrapper li .col a.wp-element-button {
      margin-right: 20px; }
      .events-wrapper li .col a.wp-element-button:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -12px;
        z-index: 1;
        background-color: #322D27; }

#site-footer {
  background-color: #F8F5EF; }
  #site-footer .contact .inner {
    padding: 40px; }
    @media screen and (max-width: 960px) {
      #site-footer .contact .inner {
        padding: 20px; } }
  #site-footer .contact .networks {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #site-footer .contact .networks {
        top: auto;
        bottom: 30px;
        right: 20px; } }
    #site-footer .contact .networks li a {
      width: 40px;
      height: 40px;
      display: block;
      border-radius: 40px;
      background: #322D27 url("../images/icon-instagram.png") center center no-repeat;
      background-size: 24px;
      text-indent: 100px;
      border: 1px solid #322D27;
      overflow: hidden; }
  #site-footer .bottom-nav {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(50, 45, 39, 0.05); }
    #site-footer .bottom-nav .inner {
      padding: 40px; }
      @media screen and (max-width: 960px) {
        #site-footer .bottom-nav .inner {
          padding: 20px 20px 0px 20px; } }
      #site-footer .bottom-nav .inner .breadcrumbs {
        margin-bottom: 40px; }
        @media screen and (max-width: 960px) {
          #site-footer .bottom-nav .inner .breadcrumbs {
            margin-bottom: 30px; } }
      #site-footer .bottom-nav .inner .menu {
        display: flex;
        flex-wrap: wrap; }
        #site-footer .bottom-nav .inner .menu > li:nth-child(1),
        #site-footer .bottom-nav .inner .menu > li:nth-child(7),
        #site-footer .bottom-nav .inner .menu > li:nth-child(8),
        #site-footer .bottom-nav .inner .menu > li:nth-child(9) {
          display: none; }
        #site-footer .bottom-nav .inner .menu > li {
          width: 20%;
          display: inline-block;
          vertical-align: top; }
          @media screen and (max-width: 960px) {
            #site-footer .bottom-nav .inner .menu > li {
              width: 100%;
              margin-bottom: 20px; } }
          #site-footer .bottom-nav .inner .menu > li > a {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            text-decoration: none;
            font: 300 1.6em/1.5em "Merriweather", "Helvetica Neue", "Helvetica", sans-serif;
            margin-bottom: 15px; }
            @media screen and (max-width: 960px) {
              #site-footer .bottom-nav .inner .menu > li > a {
                margin-bottom: 10px; } }
          #site-footer .bottom-nav .inner .menu > li .sub-menu li:last-of-type {
            margin-top: 10px; }
            @media screen and (max-width: 960px) {
              #site-footer .bottom-nav .inner .menu > li .sub-menu li:last-of-type {
                margin-top: 0; } }
            #site-footer .bottom-nav .inner .menu > li .sub-menu li:last-of-type a {
              text-decoration: underline; }
          #site-footer .bottom-nav .inner .menu > li .sub-menu li a {
            text-decoration: none; }
  #site-footer .col {
    text-transform: uppercase;
    line-height: 1.6em;
    font: 400 1em/1.8em "Brown", sans-serif; }
  #site-footer .legals {
    background-color: #322D27;
    color: white; }
    #site-footer .legals .inner {
      padding: 20px 40px; }
      @media screen and (max-width: 960px) {
        #site-footer .legals .inner {
          padding: 20px; } }
      #site-footer .legals .inner p,
      #site-footer .legals .inner .menu-footer-container,
      #site-footer .legals .inner .menu-footer-anglais-container {
        display: inline-block;
        vertical-align: top; }
        @media screen and (max-width: 960px) {
          #site-footer .legals .inner p,
          #site-footer .legals .inner .menu-footer-container,
          #site-footer .legals .inner .menu-footer-anglais-container {
            display: block; } }
      #site-footer .legals .inner p {
        font: 300 1em/1.4em "Brown", sans-serif;
        margin-bottom: 0; }
      #site-footer .legals .inner .menu-footer-container ul li,
      #site-footer .legals .inner .menu-footer-anglais-container ul li {
        display: inline-block;
        vertical-align: top; }
        #site-footer .legals .inner .menu-footer-container ul li a,
        #site-footer .legals .inner .menu-footer-anglais-container ul li a {
          display: inline-block;
          vertical-align: top;
          font: 300 1em/1.4em "Brown", sans-serif; }
      #site-footer .legals .inner a {
        color: rgba(255, 255, 255, 0.35);
        border-left: 1px solid rgba(255, 255, 255, 0.35);
        padding-left: 10px;
        margin-left: 10px; }
        @media screen and (max-width: 960px) {
          #site-footer .legals .inner a {
            border-left: 0;
            padding-left: 0;
            margin-left: 0; } }
        #site-footer .legals .inner a:hover {
          color: white; }
