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;
}

ol, ul {
  list-style: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Resist";
  src: url("../fonts/Resist-Mono/ResistMonoVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Resist";
  src: url("../fonts/Resist-Mono/ResistMonoItalicVariable.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
html, body {
  width: 100%;
}

body {
  font: 400 0.8em/1.4em "Resist", serif;
  text-align: center;
  background-color: #D4DDDF;
  color: #111111;
}
@media screen and (max-width: 960px) {
  body {
    font: 400 0.6em/1.6em "Resist", serif;
  }
}

h1 {
  font: 200 3.2em/1.2em "Resist", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  h1 {
    font: 200 2.4em/1.2em "Resist", serif;
    margin-bottom: 20px;
  }
}

h2 {
  font: 200 2em/1.4em "Resist", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  h2 {
    font: 200 1.8em/1.4em "Resist", serif;
    margin-bottom: 20px;
  }
}

h3 {
  font: 400 1.2em/1.6em "Resist", serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4 {
  font: 400 1.1em/1.2em "Resist", serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

p {
  font: 300 1.2em/1.6em "Resist", serif;
  margin-bottom: 20px;
}

a {
  color: #111111;
}
a:hover {
  color: #111111;
}

.small {
  display: block;
  width: 100%;
  font: 400 1.1em/1.2em "Resist", serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}

.small + p {
  font: 200 2em/1.4em "Resist", serif;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .small + p {
    font: 200 1.8em/1.4em "Resist", serif;
  }
}
@media screen and (max-width: 960px) {
  .small + p br {
    display: none;
  }
}

.cat {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 400;
  color: #111111;
}
.cat a {
  display: block;
  color: #111111;
  text-decoration: none;
  margin-bottom: 5px;
}

b, strong {
  font-weight: 400;
}

i, em {
  font-style: italic;
}

.edit-link {
  display: inline-block;
}

a.post-edit-link,
a.button,
a.wp-element-button {
  height: auto;
  display: inline-block;
  clear: both;
  vertical-align: top;
  min-width: 160px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.025em;
  padding: 11px 24px 10px 24px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  font: 400 1em/1.6em "Resist", sans-serif !important;
}
@media screen and (max-width: 960px) {
  a.post-edit-link,
  a.button,
  a.wp-element-button {
    padding: 12px 24px 11px 24px;
  }
}
a.post-edit-link:hover,
a.button:hover,
a.wp-element-button:hover {
  border: 1px solid #111111;
  background-color: #111111 !important;
  color: #f3f3f3 !important;
}

.wp-block-buttons {
  display: inline-block;
  margin-bottom: 30px;
}
.wp-block-buttons .wp-block-button .wp-element-button {
  display: block;
  background-color: transparent;
  border-radius: 0;
  color: #111111;
}

.wrapper.title {
  max-width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.wrapper.title p {
  max-width: 520px;
}

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

.col {
  width: 100%;
  float: left;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.col img {
  width: 100%;
  height: auto;
}

.col-2 {
  width: 50%;
}

.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: 100%;
  }
}

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

.col-2.cover {
  width: calc(50% - 15px);
  position: sticky;
  top: 120px;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  .col-2.cover {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    top: 0;
  }
}
.col-2.cover img {
  opacity: 0;
}

.col-2.content {
  width: calc(50% + 15px);
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px 80px;
}
@media screen and (max-width: 960px) {
  .col-2.content {
    padding: 20px 30px;
    width: 100%;
  }
}

.wp-block-accordion .wp-block-accordion-item {
  position: relative;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel {
  opacity: 0;
}
.wp-block-accordion .wp-block-accordion-item h3.wp-block-accordion-heading {
  margin: 0;
}
.wp-block-accordion .wp-block-accordion-item h3.wp-block-accordion-heading .wp-block-accordion-heading__toggle {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 0px 16px 0px;
}
.wp-block-accordion .wp-block-accordion-item h3.wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-title {
  opacity: 0.7;
}
.wp-block-accordion .wp-block-accordion-item h3.wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  opacity: 1;
  text-decoration: none;
}
.wp-block-accordion .wp-block-accordion-item h3.wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-icon {
  font: 100 1.6em/1.6em "Resist", serif;
  position: absolute;
  top: 16px;
  right: 0;
  transition: none !important;
}

.wp-block-accordion-item.is-open .wp-block-accordion-panel {
  opacity: 1;
}
.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-title {
  opacity: 1 !important;
}
.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
  font: 100 1.9em/1em "Resist", serif !important;
  top: 12px !important;
}

.wp-block-accordion-item:first-of-type {
  border-top: 0;
}

.wp-block-accordion-item:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .wp-block-accordion-item:last-of-type {
    margin-bottom: 0;
  }
}

.gallery .book {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .gallery .book {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.gallery .wrapper {
  padding-top: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-flow: row wrap;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .gallery .wrapper {
    gap: 20px;
  }
}
.gallery .wrapper .gallery-item {
  width: calc(25% - 23px);
}
@media screen and (max-width: 960px) {
  .gallery .wrapper .gallery-item {
    width: calc(50% - 10px);
  }
}
.gallery .wrapper .gallery-item a {
  outline: none;
  display: block;
  overflow: hidden;
}
.gallery .wrapper .gallery-item a:hover img {
  transform: scale(1.05);
}
.gallery .wrapper .gallery-item a img {
  width: 100%;
  height: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  transition: all 0.25s ease;
}

.pswp__bg,
.pswp__dynamic-caption--overlay {
  background-color: white !important;
}

.pswp__dynamic-caption {
  color: #111111 !important;
}

.pswp__button--arrow--prev svg,
.pswp__button--arrow--next svg,
.pswp__button--close svg,
.pswp__button--zoom svg {
  display: none;
}

.pswp__button--arrow--prev,
.pswp__button--arrow--next {
  background: url("../images/next-arrow.png") center center no-repeat !important;
  background-size: 24px !important;
  transition: all 0.25s ease !important;
}
.pswp__button--arrow--prev:hover,
.pswp__button--arrow--next:hover {
  transform: translateX(10px);
}

.pswp__button--arrow--prev {
  transform: rotate(180deg);
}
.pswp__button--arrow--prev:hover {
  transform: rotate(180deg) translateX(10px);
}

.pswp__button--close {
  background: url("../images/close.png") center center no-repeat !important;
  background-size: 32px !important;
  transition: all 0.25s ease !important;
}
.pswp__button--close:hover {
  transform: rotate(90deg);
}

.pswp__counter {
  color: #111111 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.pswp__button--zoom {
  background: url("../images/zoom.png") center center no-repeat !important;
  background-size: 24px !important;
}

.pswp__dynamic-caption {
  padding: 0 !important;
}
.pswp__dynamic-caption .pswp__caption {
  padding: 20px 0px !important;
}
.pswp__dynamic-caption .pswp__caption .pswp__caption__text {
  font: 300 1.2em/1.6em "Resist", serif;
}

#site-content {
  position: relative;
  z-index: 1;
  background-color: #D4DDDF;
  margin-bottom: 300px;
}
#site-content > article > .wrapper {
  padding-top: 160px;
}
@media screen and (max-width: 960px) {
  #site-content > article > .wrapper {
    padding: 60px 0px 0px 0px;
  }
}

.single-marques,
.single-accessoires,
#site-content {
  background-color: white;
}

.single-collection-norui #site-content {
  background-color: #f3f3f3;
}
.single-collection-norui #site-content > article {
  position: relative;
}
.single-collection-norui #site-content > article > .wrapper {
  text-align: center;
  max-width: 100%;
  height: 100vh;
  min-height: 780px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .single-collection-norui #site-content > article > .wrapper {
    min-height: 640px;
  }
}
.single-collection-norui #site-content > article > .wrapper .frames {
  width: 100%;
  display: inline-block;
  margin-top: -40px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .single-collection-norui #site-content > article > .wrapper .frames {
    margin-top: -60px;
  }
}
.single-collection-norui #site-content > article > .wrapper .title {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 140px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .single-collection-norui #site-content > article > .wrapper .title {
    top: 100px;
  }
}
.single-collection-norui #site-content > article > .wrapper .title h1 {
  margin: 0;
}
.single-collection-norui #site-content > article > .wrapper .infos {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 640px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .single-collection-norui #site-content > article > .wrapper .infos {
    padding: 0px 30px;
  }
}
.single-collection-norui #site-content > article > .wrapper .infos .frame-color-content p {
  margin: 0;
}
.single-collection-norui .gallery .wrapper {
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .single-collection-norui .gallery .wrapper {
    gap: 20px;
  }
}
.single-collection-norui .gallery .wrapper .gallery-item:nth-child(3n+3) {
  width: 100%;
}
.single-collection-norui .gallery .wrapper .gallery-item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 960px) {
  .single-collection-norui .gallery .wrapper .gallery-item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 960px) {
  .side.title {
    padding: 30px 30px 0px 30px;
  }
}

.side {
  width: 33.3%;
  float: left;
  position: sticky;
  top: 160px;
  left: 0;
  z-index: 1;
  padding-right: 80px;
}
@media screen and (max-width: 960px) {
  .side {
    width: 100%;
    top: 0;
    position: relative;
    padding: 0px;
    text-align: left;
  }
}

.content.grid {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-flow: row wrap;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .content.grid {
    gap: 20px;
    padding: 30px;
  }
}

.side + .content {
  width: 66.6%;
  float: right;
}
@media screen and (max-width: 960px) {
  .side + .content {
    width: 100%;
  }
}
.side + .content .post {
  visibility: hidden;
  width: calc(50% - 30px);
  text-align: left;
}
@media screen and (max-width: 960px) {
  .side + .content .post {
    width: calc(50% - 10px);
  }
}
.side + .content .post a {
  text-decoration: none;
}
.side + .content .post .cover-wrapper {
  padding-bottom: 100%;
}

.intro {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #D4DDDF;
}
.intro .wrapper {
  height: 100vh;
  min-height: 520px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .intro .wrapper {
    padding: 60px 30px 120px 30px;
    min-height: 720px;
  }
}
.intro .wrapper .cover {
  width: 50%;
  height: calc(100% - 90px);
  right: 0;
  top: 80px;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .intro .wrapper .cover {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
  }
}
.intro .wrapper .content {
  width: calc(50% - 40px);
  padding: 0;
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .intro .wrapper .content {
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: #D4DDDF;
    padding: 30px 30px 120px 30px;
    margin: 0;
    transform: translateY(0);
  }
}
.intro .wrapper .content p {
  font: 200 2em/1.4em "Resist", serif;
  max-width: 480px;
}
@media screen and (max-width: 960px) {
  .intro .wrapper .content p {
    font: 200 1.8em/1.4em "Resist", serif;
  }
}
.intro .wrapper .location {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 3;
  text-decoration: none;
  padding: 0px 0px 0px 24px;
  background: url("../images/icon-pin.png") left top no-repeat;
  background-size: 18px;
}
@media screen and (max-width: 960px) {
  .intro .wrapper .location {
    left: 50%;
    bottom: 30px;
    padding: 2px 0px 0px 20px;
    transform: translate(-50%);
  }
}
.intro .wrapper .location:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #111111;
  transition: all 0.25s ease;
}
@media screen and (max-width: 960px) {
  .intro .wrapper .location:after {
    bottom: 2px;
  }
}
.intro .wrapper .location:hover:after {
  width: calc(100% - 24px);
  left: 24px;
}
@media screen and (max-width: 960px) {
  .intro .wrapper .location:hover:after {
    width: calc(100% - 20px);
    left: 20px;
  }
}
.intro .wrapper .location p {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font: 300 1.1em/1.6em "Resist", sans-serif;
}

.about {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: white;
}
.about .col-2 {
  width: calc(50% - 40px);
}
@media screen and (max-width: 960px) {
  .about .col-2 {
    width: 100%;
  }
}
.about .col-2 .cover-wrapper {
  margin: 0;
}
.about .col-2.content {
  position: absolute;
  max-width: 660px;
  left: 50%;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
  padding: 0;
}
@media screen and (max-width: 960px) {
  .about .col-2.content {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    padding: 30px;
  }
}
.about .col-2.content p {
  max-width: 100%;
}

.marques {
  width: 100%;
  background-color: white;
  overflow: hidden;
}
.marques .wrapper {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .marques .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.boutique {
  background-color: white;
}
.boutique .wrapper {
  padding-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-flow: row wrap;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .boutique .wrapper {
    gap: 0;
    padding: 0;
  }
}
.boutique .wrapper .col {
  width: calc(50% - 15px);
  padding: 40px;
  padding-right: 20%;
  position: relative;
  background-blend-mode: multiply;
  background-position: right center;
}
@media screen and (max-width: 960px) {
  .boutique .wrapper .col {
    width: 100%;
    margin: 0;
    padding: 30px;
    padding-right: 33.3%;
  }
}
.boutique .wrapper .col p {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .boutique .wrapper .col p {
    margin-bottom: 20px;
  }
}
.boutique .wrapper .col .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .boutique .wrapper .col .button {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.boutique .wrapper .col-2:nth-child(1) {
  background: #F4F1EC url("../images/norui-accessoires.webp") right center no-repeat;
  background-size: contain;
}
.boutique .wrapper .col-2:nth-child(2) {
  background: #FFF2A5 url("../images/norui-atelier.webp") right center no-repeat;
  background-size: contain;
}

#site-header.show {
  background-color: #FFF2A5 !important;
}
@media screen and (max-width: 960px) {
  #site-header.show {
    height: 100vh;
  }
}
@media screen and (max-width: 960px) {
  #site-header.show .wrapper {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  #site-header.show .wrapper ul.menu {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  #site-header.show .wrapper ul.menu li {
    transform: translateX(0px);
    opacity: 1;
  }
}
#site-header.show .wrapper ul.menu li:nth-of-type(1) {
  transition-delay: 0.05s;
}
#site-header.show .wrapper ul.menu li:nth-of-type(2) {
  transition-delay: 0.1s;
}
#site-header.show .wrapper ul.menu li:nth-of-type(3) {
  transition-delay: 0.15s;
}
#site-header.show .wrapper ul.menu li:nth-of-type(4) {
  transition-delay: 0.2s;
}
#site-header.show .wrapper ul.menu li:nth-of-type(5) {
  transition-delay: 0.25s;
}
#site-header.show .wrapper ul.menu li:nth-of-type(6) {
  transition-delay: 0.3s;
}

#site-header.scrolled {
  background-color: white;
}

#site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  #site-header {
    height: 60px;
  }
}
#site-header .wrapper {
  padding: 30px 40px;
}
@media screen and (max-width: 960px) {
  #site-header .wrapper {
    padding: 20px 30px;
    height: 100%;
  }
}
#site-header .wrapper .burger.on li:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 11px;
}
#site-header .wrapper .burger.on li:nth-child(2) {
  background-color: transparent;
}
#site-header .wrapper .burger.on li:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -11px;
}
#site-header .wrapper .burger {
  width: 45px;
  height: 40px;
  padding: 10px;
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: 200;
  display: none;
}
@media screen and (max-width: 960px) {
  #site-header .wrapper .burger {
    display: block;
  }
}
#site-header .wrapper .burger:hover {
  cursor: pointer;
}
#site-header .wrapper .burger li {
  width: 100%;
  height: 1px;
  float: left;
  margin: 3px 0px;
  background-color: #111111;
  transition: all 0.25s ease;
}
#site-header .wrapper a.logo {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  font: 400 2em/1.2em "Resist", serif;
  vertical-align: top;
  top: 25px;
  left: 40px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #site-header .wrapper a.logo {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
}
#site-header .wrapper ul.menu {
  width: 100%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #site-header .wrapper ul.menu {
    height: 0;
    overflow: hidden;
    padding: 0px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
#site-header .wrapper ul.menu li {
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 960px) {
  #site-header .wrapper ul.menu li {
    width: 100%;
    margin-right: 0;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.25s ease;
  }
}
#site-header .wrapper ul.menu li a {
  display: block;
  text-decoration: none;
  padding: 0px;
  position: relative;
  opacity: 0.7;
  letter-spacing: 0.01em;
  font: 300 1.2em/1.6em "Resist", sans-serif;
}
@media screen and (max-width: 960px) {
  #site-header .wrapper ul.menu li a {
    padding: 4px 30px;
    opacity: 1;
    text-transform: inherit;
    font: 200 2.4em/1.2em "Resist", sans-serif !important;
  }
}
#site-header .wrapper ul.menu li a:hover {
  color: #111111;
  opacity: 1;
}
#site-header .wrapper ul.menu li a:hover:after {
  width: 100%;
  left: 0;
}
#site-header .wrapper ul.menu li a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  z-index: 1;
  width: 0%;
  height: 1px;
  background-color: #111111;
  transition: all 0.25s ease;
}
@media screen and (max-width: 960px) {
  #site-header .wrapper ul.menu li a:after {
    content: none;
  }
}
#site-header .wrapper ul.menu li:last-of-type {
  position: absolute;
  right: 40px;
  top: 20px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #site-header .wrapper ul.menu li:last-of-type {
    position: relative;
    right: 0;
    top: 0;
    margin: 20px 0px 20px 30px;
  }
}
#site-header .wrapper ul.menu li:last-of-type a {
  display: block;
  padding: 10px 16px 8px 16px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  text-transform: uppercase;
  font: 300 1em/1.6em "Resist", sans-serif !important;
  text-align: center;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  #site-header .wrapper ul.menu li:last-of-type a {
    padding: 10px 24px 10px 24px;
    font: 300 1em/1.6em "Resist", sans-serif !important;
    display: inline-block;
    text-transform: uppercase;
  }
}
#site-header .wrapper ul.menu li:last-of-type a:after {
  content: none;
}
#site-header .wrapper ul.menu li:last-of-type a:hover {
  color: white;
  background-color: #111111;
}
#site-header .wrapper ul.menu li.current_page_item a {
  opacity: 1;
}
#site-header .wrapper ul.menu li.current_page_item a:after {
  width: 100%;
  left: 0;
}

.cover-wrapper {
  width: 100%;
  height: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 70%;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 10;
}
.cover-wrapper .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background-size: cover !important;
  background-position: center center;
  transform: scale(1.05);
  transition: all 0.25s ease;
}
.cover-wrapper .cover:hover {
  transform: scale(1.1);
}

.frame-swiper-container {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .frame-swiper-container .swiper-slide {
    padding: 30px;
  }
}
.frame-swiper-container .swiper-slide img {
  opacity: 0.25;
  width: 100%;
  margin-top: 0px;
  max-width: 720px;
  height: auto;
  transition: all 0.25s ease;
}
@media screen and (max-width: 960px) {
  .frame-swiper-container .swiper-slide img {
    margin-top: 0px;
  }
}
.frame-swiper-container .swiper-slide img:hover {
  opacity: 1;
  cursor: pointer;
}
.frame-swiper-container .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.gallery-toggle {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #cccccc;
  padding: 8px 16px 5px 40px;
  margin: -3px 0px 0px 3px;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .gallery-toggle {
    padding: 4px 10px 2px 25px;
    margin: -2px 0px 0px 3px;
  }
}
.gallery-toggle:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0px;
  background: url("../images/icon-rotate.png") center center no-repeat;
  background-size: 30px;
  transform-origin: center center;
  transition: all 0.25s ease;
}
@media screen and (max-width: 960px) {
  .gallery-toggle:after {
    width: 24px;
    top: -5px;
    background: url("../images/icon-rotate.png") center center no-repeat;
    background-size: 24px;
  }
}
.gallery-toggle:hover {
  background-color: white;
}
.gallery-toggle:hover:after {
  transform: rotate(-180deg);
}

.swiper-pagination {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  vertical-align: top;
  bottom: 0;
  margin-bottom: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  margin: 1px;
  background: transparent;
  order: 4px solid #f3f3f3;
}
@media screen and (max-width: 960px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.swiper-pagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1);
  border: 5px solid white;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .swiper-pagination .swiper-pagination-bullet-active {
    border: 4px solid white;
  }
}
.swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -6px;
  left: -6px;
  z-index: -1;
  border-radius: 100%;
  border: 1px solid rgba(17, 17, 17, 0.25);
}
@media screen and (max-width: 960px) {
  .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 18px;
    height: 18px;
    top: -5px;
    left: -5px;
  }
}

.swiper-container {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  position: relative;
  margin: 40px 0px;
}
@media screen and (max-width: 960px) {
  .swiper-container {
    margin: 20px 0px;
  }
}
.swiper-container .swiper-slide {
  text-align: left;
}
.swiper-container .swiper-slide a {
  text-decoration: none;
}
.swiper-container .swiper-slide .cover-wrapper {
  padding-bottom: 100%;
}

#navigation {
  display: inline-block;
  position: absolute;
  top: 100px;
  right: 40px;
  z-index: 90;
}
@media screen and (max-width: 960px) {
  #navigation {
    position: relative;
    top: 0;
    left: 0;
  }
}
#navigation .next,
#navigation .prev {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(17, 17, 17, 0.15);
  background: url("../images/next-arrow.png") center center no-repeat;
  background-size: 16px;
}
#navigation .next:hover,
#navigation .prev:hover {
  cursor: pointer;
  border: 1px solid #111111;
}
#navigation .prev {
  transform: rotate(180deg);
}

.collection-norui {
  background-color: #f3f3f3;
}
.collection-norui .wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-flow: row wrap;
  gap: 0px;
}
.collection-norui .wrapper .col-2 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 960px) {
  .collection-norui .wrapper .col-2 {
    width: 100%;
    text-align: center;
  }
}
.collection-norui .wrapper .col-2.content {
  width: calc(50% - 20px);
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .collection-norui .wrapper .col-2.content {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

.collection {
  position: relative;
  background-color: #f3f3f3;
}
.collection .collection-pin {
  position: sticky;
  top: 0px;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}
.collection .collection-pin .collection-item:first-of-type {
  background: rgba(243, 243, 243, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media screen and (max-width: 960px) {
  .collection .collection-pin .collection-item:first-of-type {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
.collection .collection-pin .collection-item:first-of-type p {
  font: 200 3.2em/1.2em "Resist", serif;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .collection .collection-pin .collection-item:first-of-type p {
    font: 200 2.4em/1.2em "Resist", serif;
  }
}
.collection .collection-pin .collection-item:last-of-type {
  border-bottom: none;
}
.collection .collection-pin .collection-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f3f3f3;
  will-change: transform;
  transform: translateZ(0);
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
.collection .collection-pin .collection-item .wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.collection .collection-pin .collection-item .wrapper .thumbnail {
  display: block;
  vertical-align: top;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 720px;
}
.collection .collection-pin .collection-item .wrapper .thumbnail img {
  width: 100%;
  height: auto;
}
.collection .collection-pin .collection-item .wrapper .content {
  width: 100%;
}
.collection .collection-pin .collection-item .wrapper .content h2 {
  font: 200 3.2em/1.2em "Resist", serif;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  .collection .collection-pin .collection-item .wrapper .content h2 {
    font: 200 2.4em/1.2em "Resist", serif;
  }
}

.excerpt {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.excerpt p {
  max-width: 640px;
  margin: 0 auto;
  font-weight: 300;
  font-style: italic;
}

.klaviyo-form {
  width: 25%;
  float: left !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 960px) {
  .klaviyo-form {
    width: 100%;
  }
}
.klaviyo-form form > div > div {
  width: 100% !important;
  color: #111111 !important;
}
.klaviyo-form form > div > div p {
  line-height: 1em !important;
  text-align: left !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 960px) {
  .klaviyo-form form > div > div p {
    margin-bottom: 10px !important;
  }
}
.klaviyo-form form > div > div p span {
  font: 500 1em/1.2em "Resist", serif !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .klaviyo-form form > div > div p span {
    font: 500 0.8em/1.2em "Resist", serif !important;
  }
}
.klaviyo-form .needsclick {
  vertical-align: top !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.klaviyo-form .needsclick.go2511118388 {
  font-size: 0.8em !important;
  flex: 0 0 33.3% !important;
}
.klaviyo-form .needsclick.go2511118388 .klaviyo-form-button {
  height: 20px !important;
  background-color: transparent !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  letter-spacing: 0.01em !important;
  padding: 9px 10px !important;
  color: #111111 !important;
  border: 1px solid rgba(17, 17, 17, 0.25) !important;
  border-radius: 0 !important;
  white-space: nowrap !important;
  font: 400 1em/1.8em "Resist", sans-serif !important;
}
@media screen and (max-width: 960px) {
  .klaviyo-form .needsclick.go2511118388 .klaviyo-form-button {
    font: 400 0.8em/1em "Resist", serif !important;
  }
}
.klaviyo-form .needsclick.go2511118388 .klaviyo-form-button:hover {
  background-color: #111111 !important;
  border: 1px solid #111111 !important;
  color: white !important;
}
.klaviyo-form .klaviyo-emailinput {
  padding: 0 !important;
  font: 400 1em/1.2em "Resist", serif !important;
  flex: 0 0 100% !important;
}
.klaviyo-form .klaviyo-emailinput input {
  height: 40px !important;
  border: none !important;
  background-color: white !important;
  border-radius: 0 !important;
  padding: 12px 15px 10px 15px !important;
  letter-spacing: 0 !important;
  font: 400 0.9em/1.2em "Resist", serif !important;
}
@media screen and (max-width: 960px) {
  .klaviyo-form .klaviyo-emailinput input {
    font: 500 0.8em/1.2em "Resist", serif !important;
  }
}
.klaviyo-form .klaviyo-emailinput input:focus {
  outline: none !important;
}
.klaviyo-form .klaviyo-emailinput input[type=email]::placeholder {
  color: rgba(17, 17, 17, 0.3) !important;
  position: relative !important;
  display: inline-block !important;
  letter-spacing: 0 !important;
  font: 400 1em/1.2em "Resist", serif !important;
}

#site-footer {
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #D4DDDF;
}
#site-footer .wrapper {
  padding: 40px;
}
@media screen and (max-width: 960px) {
  #site-footer .wrapper {
    padding: 30px;
  }
}
#site-footer .wrapper .signature {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #site-footer .wrapper .signature {
    margin-bottom: 60px;
  }
}
#site-footer .wrapper .signature img {
  width: 100%;
  max-width: 200px;
  margin: 20px 0px 50px 0px;
}
#site-footer .wrapper .signature:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.15);
}
#site-footer .wrapper .signature .networks {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -28px;
  left: 0;
  z-index: 90;
}
#site-footer .wrapper .signature .networks li.facebook a {
  background: url("../images/icon-facebook.png") center center no-repeat !important;
  background-size: 16px !important;
}
#site-footer .wrapper .signature .networks li.instagram a {
  background: url("../images/icon-instagram.png") center center no-repeat !important;
  background-size: 16px !important;
}
#site-footer .wrapper .signature .networks li {
  display: inline-block;
  overflow: hidden;
  padding: 2px;
  border-radius: 100%;
  background-color: #D4DDDF;
}
#site-footer .wrapper .signature .networks li a {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #D4DDDF;
  border-radius: 100%;
  text-indent: -500px;
  overflow: hidden;
  transition: all 0.25s ease;
}
#site-footer .wrapper .signature .networks li a:hover {
  border: 1px solid #111111;
}
#site-footer .wrapper .col-4 {
  padding-right: 60px;
}
@media screen and (max-width: 960px) {
  #site-footer .wrapper .col-4 {
    text-align: left;
    padding-right: 0;
  }
}
#site-footer .wrapper .col-4 h2 {
  font: 400 1.1em/1.2em "Resist", serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #site-footer .wrapper .col-4 h2 {
    margin-bottom: 10px;
  }
}
#site-footer .wrapper .col-4 p {
  font: 300 1.1em/1.6em "Resist", serif;
  margin: 0;
}
#site-footer .wrapper .col-4 ul li {
  font: 300 1.1em/1.6em "Resist", serif;
}
#site-footer .wrapper .col-4 a {
  text-decoration: none;
}
#site-footer .wrapper .col-4 a:hover {
  text-decoration: underline;
}
#site-footer .footer-menu .wrapper {
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  #site-footer .footer-menu .wrapper ul {
    text-align: center;
  }
}
#site-footer .footer-menu .wrapper ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
#site-footer .footer-menu .wrapper ul li a {
  color: rgba(17, 17, 17, 0.5);
  text-decoration: none;
  font: 300 1.1em/1.6em "Resist", serif;
}
#site-footer .footer-menu .wrapper ul li a:hover {
  color: #111111;
  text-decoration: underline;
}

.form-wrapper.show {
  right: 0;
}

.form-wrapper {
  width: 40%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -40%;
  z-index: 100;
  background-color: #FFF2A5;
  transition: all 0.4s ease;
}
@media screen and (max-width: 960px) {
  .form-wrapper {
    width: calc(100% - 30px);
    right: -100%;
  }
}
.form-wrapper .inner {
  text-align: left;
  padding: 160px 60px 60px 60px;
}
@media screen and (max-width: 960px) {
  .form-wrapper .inner {
    padding: 30px;
  }
}
.form-wrapper .inner h2 {
  font: 200 3.2em/1.2em "Resist", serif;
}
@media screen and (max-width: 960px) {
  .form-wrapper .inner h2 {
    font: 200 2.4em/1.2em "Resist", serif;
  }
}
.form-wrapper .inner h3 {
  margin-bottom: 10px;
}
.form-wrapper .inner p {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .form-wrapper .inner p {
    margin-bottom: 20px;
  }
}
.form-wrapper .inner .close {
  padding: 10px 40px 8px 20px;
  border: 1px solid rgba(17, 17, 17, 0.25);
  position: absolute;
  top: 20px;
  right: 20px;
  font: 400 1.1em/1.6em "Resist", sans-serif !important;
  text-decoration: none;
  text-transform: uppercase;
  background: url("../images/close.png") 92% center no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 960px) {
  .form-wrapper .inner .close {
    right: 20px;
  }
}
.form-wrapper .inner .close:hover {
  cursor: pointer;
  border: 1px solid #111111;
  background: #111111 url("../images/close-white.png") 92% center no-repeat;
  background-size: 20px;
  color: white;
}

.team {
  background-color: white;
}
.team .small, .team p {
  text-align: center;
}

.gridder {
  width: calc(100% + 30px);
  list-style-type: none;
  text-align: left;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .gridder {
    width: calc(100% + 30px);
    margin-top: 40px;
  }
}

.gridder-list {
  width: calc(25% - 36px);
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
  z-index: 1;
  position: relative;
  text-align: left;
  transition: all 0.25s ease;
}
@media screen and (max-width: 960px) {
  .gridder-list {
    margin-right: 20px;
    width: calc(50% - 30px);
  }
}
.gridder-list img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.gridder-list:hover {
  cursor: pointer;
}

.hasSelectedItem .gridder-list {
  opacity: 0.5;
}
.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1;
}
.hasSelectedItem .gridder-list.selectedItem:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 20px;
  height: 20px;
  z-index: 0;
  background-color: #D4DDDF;
  transform: rotate(45deg) translateX(-50%);
}
@media screen and (max-width: 960px) {
  .hasSelectedItem .gridder-list.selectedItem:after {
    bottom: -20px;
  }
}

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

.gridder-content {
  display: none;
}

.gridder-expanded-content {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  background-color: #D4DDDF;
  padding: 40px 40px 20px 40px;
}
@media screen and (max-width: 960px) {
  .gridder-expanded-content {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.gridder-expanded-content .side {
  width: calc(25% - 10px);
  position: relative;
  top: 0;
}
@media screen and (max-width: 960px) {
  .gridder-expanded-content .side {
    width: 100%;
  }
}
.gridder-expanded-content .content {
  float: left;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .gridder-expanded-content .content {
    width: 100%;
  }
}
.gridder-expanded-content .content p {
  text-align: left;
}

.valeurs {
  background-color: #FFF2A5;
}
.valeurs .side {
  position: relative;
  top: 0;
}
.valeurs .wp-block-accordion:first-of-type {
  margin-top: -20px;
}
@media screen and (max-width: 960px) {
  .valeurs .wp-block-accordion:first-of-type {
    margin-top: 0;
  }
}

.cky-consent-container {
  text-align: center !important;
}
.cky-consent-container .cky-consent-bar {
  padding: 20px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 960px) {
  .cky-consent-container .cky-consent-bar {
    padding: 20px 0px !important;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice {
  width: 100% !important;
  max-width: 1360px !important;
  padding: 0px 20px;
  display: inline-block !important;
  margin: 0 auto !important;
  text-align: left !important;
}
.cky-consent-container .cky-consent-bar .cky-notice > p.cky-title {
  display: none;
}
.cky-consent-container .cky-consent-bar .cky-notice-des {
  padding-top: 5px;
}
@media screen and (max-width: 960px) {
  .cky-consent-container .cky-consent-bar .cky-notice-des {
    padding: 0 !important;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice-des a {
  color: rgba(17, 17, 17, 0.5) !important;
}
.cky-consent-container .cky-consent-bar .cky-notice-des a:hover {
  color: #111111 !important;
}
@media screen and (max-width: 960px) {
  .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
    padding: 0 !important;
  }
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn {
  padding: 6px 16px 4px 16px !important;
  min-width: 120px;
  border: 1px solid rgba(17, 17, 17, 0.15) !important;
  color: #111111 !important;
  border-radius: 0 !important;
  background-color: white !important;
}
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn:hover {
  background-color: #111111 !important;
  color: white !important;
  opacity: 1 !important;
}
