/*************************************************************************

    Breakpoints

*************************************************************************/
/*************************************************************************

    Fonts name

*************************************************************************/
.img-wrapper::before, .video-wrapper::before, .cursor::before, [class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*************************************************************************

    General / Variables - JS

*************************************************************************/
/*************************************************************************

    General / Variables - Paths

*************************************************************************/
/*************************************************************************

    General spacings

*************************************************************************/
/*************************************************************************

    General / Variables - Breakpoints

*************************************************************************/
/*************************************************************************

    Variables - Z-indexes.

    Regroup aill z-indexes of the website to facilitate the management of
    the z-indexes

*************************************************************************/
/*************************************************************************

    Clamp

*************************************************************************/
/*************************************************************************

    Area

*************************************************************************/
/********************************************************
    Variables
********************************************************/
/********************************************************
    Mixins
********************************************************/
/*************************************************************************

    Fonts general style

*************************************************************************/
@font-face {
  font-family: "Switzer-Variable";
  src: url(/wp-content/themes/neue/public/fonts/switzer/Switzer-Variable.ttf) format("truetype supports variations"), url(/wp-content/themes/neue/public/fonts/switzer/Switzer-Variable.ttf) format("truetype-variations");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
body {
  line-height: 0.9;
}
body[data-reference-page=our-signature] h1, body[data-reference-page=our-signature] .footer--post-title {
  color: black;
}

h1, .footer--post-title {
  font-size: clamp(2rem, var(--vwh) * 14.3, 14.3 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
  color: white;
}
@media screen and (max-width: 500px) {
  h1, .footer--post-title {
    font-size: 18vmin;
  }
}

h2, .big-text-center, .as-h2 {
  font-size: clamp(1.4rem, var(--vwh) * 6.5, 6.5 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
}
@media screen and (max-width: 500px) {
  h2, .big-text-center, .as-h2 {
    font-size: 10vmin;
  }
}

h3, .project--title, .address--title, .as-h3 {
  font-size: clamp(1.2rem, var(--vwh) * 5.59, 5.59 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
  text-transform: lowercase;
}

input, textarea {
  font-size: clamp(0.8rem, var(--vwh) * 2.6, 2.6 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
}
input::placeholder, textarea::placeholder {
  text-transform: lowercase;
}

body {
  font-size: clamp(0.8rem, var(--vwh) * 1.3, 1.3 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 400;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 3.5vmin;
  }
}

button, .button {
  font-size: clamp(0.8rem, var(--vwh) * 1.3, 1.3 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 300;
  text-transform: lowercase;
}
button span, .button span {
  font-family: inherit;
  font-variation-settings: inherit;
}
@media screen and (max-width: 500px) {
  button, .button {
    font-size: 3.5vmin;
  }
}

strong {
  font-variation-settings: "wght" 600;
}

dialog {
  font-size: clamp(0.8rem, var(--vwh) * 1.17, 1.17 * 50px);
  line-height: 1.5;
}

p {
  line-height: 1.5;
  word-break: break-word;
}

.placeholder {
  font-size: clamp(0.8rem, var(--vwh) * 2.6, 2.6 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
  text-transform: lowercase;
}

.dialog--title {
  font-size: clamp(1.5rem, var(--vwh) * 3.25, 3.25 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
}

.main-menu--links {
  font-size: clamp(2rem, var(--vwh) * 5.2, 5.2 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
}

.main-menu--sublinks {
  font-size: clamp(1.5rem, var(--vwh) * 3.9, 3.9 * 50px);
}

.main-menu--contact {
  font-size: clamp(1.1rem, var(--vwh) * 1.43, 1.43 * 50px);
}

.cursor::before {
  font-size: 3rem;
}

.copyrights {
  font-size: clamp(0.8rem, var(--vwh) * 0.975, 48.75px);
}

mark {
  color: #E0A295;
  text-transform: none;
}

.small-banner p {
  font-size: clamp(0.8rem, var(--vwh) * 1.17, 1.17 * 50px);
}

[data-beer-label] {
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 400;
}

.--project-title {
  font-size: clamp(1.5rem, var(--vwh) * 5.2, 5.2 * 50px);
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
}

.--status {
  font-size: clamp(1rem, var(--vwh) * 1.3, 1.3 * 50px);
}

/*************************************************************************

    Components - Heading tags

*************************************************************************/
/** Extends **/
h4,
.as-h4, h3,
.as-h3, h2,
.as-h2, h1,
.as-h1 {
  margin: 0;
  padding: 0;
}

/** End extends **/
@media screen and (max-width: 800px) {
  body[data-reference-page=our-signature] h1,
body[data-reference-page=our-signature] .footer--post-title {
    color: black;
  }
}

h2 > mark > span > span, h2 > span > span {
  display: inline-block;
  transform: translateY(0.5em);
  opacity: 0;
  line-height: 1;
  transition: transform 0.7s cubic-bezier(0.2, 0.68, 0.28, 0.79), opacity 0.7s cubic-bezier(0.2, 0.68, 0.28, 0.79);
}

.no-whitespaces {
  font-size: 0;
}
.no-whitespaces > span {
  font-size: clamp(1.7rem, var(--vwh) * 9.1, 9.1 * 50px);
}

/* Title animation */
h2 > span {
  position: relative;
}
h2 > mark > span {
  position: relative;
}
h2 .animated > span {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

/*************************************************************************

    Layout - HTML

*************************************************************************/
html {
  font-size: clamp(16px, var(--vwh) * 1.3, 1.3 * 50px);
  overscroll-behavior: none;
  background-color: black;
  scroll-behavior: smooth;
  transition: all ease-in-out 0.3s;
  height: -webkit-fill-available;
}
@media screen and (min-width: 50em) {
  html {
    font-size: clamp(18px, var(--vwh) * 1.3, 1.3 * 50px);
  }
}
html > body {
  overscroll-behavior: none;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html.init body {
  opacity: 1 !important;
}

/*************************************************************************

    Icomoon

*************************************************************************/
@font-face {
  font-family: "icomoon";
  src: url(/wp-content/themes/neue/public/fonts/icomoon/icomoon.eot?mh2026);
  src: url(/wp-content/themes/neue/public/fonts/icomoon/icomoon.eot?mh2026#iefix) format("embedded-opentype"), url(/wp-content/themes/neue/public/fonts/icomoon/icomoon.ttf?mh2026) format("truetype"), url(/wp-content/themes/neue/public/fonts/icomoon/icomoon.woff?mh2026) format("woff"), url(/wp-content/themes/neue/public/fonts/icomoon/icomoon.svg?mh2026#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-cross:before {
  content: "\e906";
}

.icon-sigle:before {
  content: "\e907";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-pinterest:before {
  content: "\e903";
}

.icon-weixin:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-social-networks {
  font-size: clamp(1.2rem, var(--vwh) * 1.3, 1.3 * 50px);
}

/*************************************************************************

    Reset CSS

*************************************************************************/
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  min-height: -webkit-fill-available;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

ul {
  margin: 0;
}

li:first-child {
  margin-top: 0;
  padding-top: 0;
}
li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

:empty, ::empty {
  display: none;
}

textarea {
  resize: vertical;
}

label[for] {
  cursor: pointer;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: fit-content;
  outline: none;
}
a[href] {
  cursor: pointer;
}
a[data-action] {
  cursor: pointer;
}

address {
  font-style: normal;
}

button {
  outline: none;
}

.away {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  z-index: -1;
}

.no-overflow-f {
  overflow: hidden !important;
}

mark {
  background-color: transparent;
}

br {
  display: block;
  height: 0;
}

/*************************************************************************

    Buttons components

*************************************************************************/
.user-projects .--container > .--project-wrapper:hover button, .user-projects .--container > .--project-wrapper.active button, button:not(.menu-trigger):hover, .button:not(.menu-trigger):hover {
  border-color: #E0A295;
  background-color: white;
}

button, .button {
  cursor: pointer;
}
button:disabled, .button:disabled {
  cursor: not-allowed;
}
button:not(.menu-trigger), .button:not(.menu-trigger) {
  color: black;
  padding: 2em 4em;
  width: fit-content;
  border: 1px solid transparent;
  background-color: #E0A295;
  text-transform: lowercase;
  text-align: center;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.beer-slider {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.beer-slider .beer-reveal {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
  z-index: 3;
}
.beer-slider .beer-reveal img {
  max-width: unset;
}
.beer-slider .beer-label {
  position: absolute;
  top: 2rem;
  background-color: black;
  color: white;
  padding: 0.5rem 1rem;
  z-index: 2;
}
.beer-slider .beer-label.before {
  right: 2rem;
}
.beer-slider .beer-label.after {
  left: 2rem;
}
.beer-slider .beer-handle {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 4;
  gap: 0.2rem;
  background-color: white;
  padding: 0.2rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.beer-slider .chevron {
  width: 30%;
  height: 50%;
  background-color: black;
}
.beer-slider .chevron-left {
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.beer-slider .chevron-right {
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

/*************************************************************************

    Custom cursor

*************************************************************************/
.cursor {
  position: fixed;
  color: #D9D8D2;
  transition: transform 0.3s ease-in-out;
  will-change: left, top;
  pointer-events: none;
  transform: scale(0);
  z-index: 10;
  mix-blend-mode: difference;
}
.cursor.cursor-reverse {
  transform: scale(0) rotate(-180deg);
}
.cursor::before {
  content: "";
}

/*************************************************************************

    Dialog element

*************************************************************************/
dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3em;
}
@media screen and (min-width: 45em) {
  dialog {
    width: 60%;
  }
}
@media screen and (min-width: 77em) {
  dialog {
    width: 40%;
  }
}
dialog:not([open]) {
  display: none;
  visibility: hidden;
}
dialog::backdrop {
  background-color: black;
  opacity: 0.9;
}
dialog svg {
  width: 20vmin;
}
dialog > p.dialog--title {
  margin-top: 2rem;
}
dialog > p:not(:first-of-type) {
  margin-top: 0;
}
dialog > p span {
  color: #E0A295;
}
dialog form {
  margin-top: 2em;
}

/*************************************************************************

    Links components

*************************************************************************/
a:not(.icon-social-networks):not(.logo):not(.skip-link):not(.button):not(.data-policy-link).active, a:not(.icon-social-networks):not(.logo):not(.skip-link):not(.button):not(.data-policy-link):hover {
  color: #E0A295;
}
a.active:not(.icon-social-networks):not(.logo):not(.skip-link):not(.button):not(.data-policy-link)::after, a:not(.icon-social-networks):not(.logo):not(.skip-link):not(.button):not(.data-policy-link):hover::after {
  width: 100%;
}

a:not(.icon-social-networks):not(.logo):not(.skip-link):not(.button):not(.data-policy-link) {
  position: relative;
  transition: color 0.3s ease-in-out;
}
a:not(.icon-social-networks):not(.logo):not(.skip-link):not(.button):not(.data-policy-link)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #E0A295;
  transition: width 0.3s ease-in-out;
}
a.skip-link {
  position: absolute;
  z-index: 999;
  background-color: #E0A295;
  color: white !important;
  padding: 1rem;
  left: 50%;
  transform: translate(-50%, -100%);
  letter-spacing: 0.04em;
  transition: transform 0.3s ease-in-out;
}
a.skip-link:focus {
  transform: translate(-50%, 0);
}
a.data-policy-link {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
a.data-policy-link:hover {
  color: #E0A295;
}

.highlight-products {
  position: relative;
}
.highlight-products header {
  margin-bottom: 2rem;
  padding-left: 1rem;
}
@media screen and (min-width: 100em) {
  .highlight-products header {
    margin-bottom: 4rem;
  }
}
.highlight-products .--grid {
  display: grid;
  gap: 1rem;
  padding: 0 1rem;
}
@media screen and (max-width: 43.688em) {
  .highlight-products .--grid {
    grid-auto-rows: 60vh;
  }
}
@media screen and (min-width: 43.75em) {
  .highlight-products .--grid {
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 99.938em) {
  .highlight-products .--grid {
    width: fit-content;
  }
}
@media screen and (min-width: 100em) {
  .highlight-products .--grid {
    gap: 6rem;
    max-width: 50%;
    padding: 0;
  }
}
.highlight-products .--grid > article:last-child img {
  object-position: top;
}
.highlight-products .--grid .--product {
  display: flex;
  flex-direction: column;
}
.highlight-products .--grid .--product img {
  height: 62vh;
  margin-top: 1rem;
}
.highlight-products .--grid .--product .button {
  align-self: flex-end;
}

/*************************************************************************

    Inputs components

*************************************************************************/
input[type=number]::-webkit-outer-spin-button, textarea[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, textarea[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input, textarea {
  border: 1px solid #E0A295;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  padding: 0.5em 2rem;
}
input:focus, textarea:focus {
  outline: none;
  background-color: #f9ecea;
  border-color: #f9ecea;
}

.input-wrapper {
  position: relative;
}

@media screen and (min-width: 50.01em) {
  .placeholder {
    position: absolute;
    left: 2rem;
    top: 50%;
    cursor: text !important;
    transform: translateY(-50%);
    transition: transform ease-in-out 0.3s, top ease-in-out 0.3s, font-size ease-in-out 0.3s;
  }
  .placeholder.focus {
    top: 0.5em;
    transform: translateY(0);
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 50em) {
  .placeholder {
    display: inline-block;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
}

input[type=number], textarea[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox], textarea[type=checkbox],
.input-checkbox {
  cursor: pointer;
}

/*************************************************************************

    Images

*************************************************************************/
img.body--fixed-img {
  position: fixed;
  min-height: 100vh;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.img-wrapper {
  overflow: hidden;
}

/*************************************************************************

    Labels components

*************************************************************************/
label.disabled {
  color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

/*************************************************************************

    Components - Simple Slider

*************************************************************************/
.simple-slider {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100vh !important;
  max-height: 650px;
}
@media screen and (min-width: 75em) {
  .simple-slider {
    max-height: 850px;
  }
}
.simple-slider .simple-slider--wrapper {
  position: relative;
  display: flex;
}
.simple-slider .simple-slider--wrapper .slide {
  position: relative;
  will-change: transform;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: -1;
}
.simple-slider .simple-slider--wrapper .slide.active {
  z-index: 3;
}
.simple-slider .simple-slider--wrapper .slide.last-active {
  z-index: 2;
}
.simple-slider .simple-slider--wrapper .slide.dragg {
  transition: opacity 0.3s ease-in-out;
}

/*************************************************************************

    Components - Slider nav

*************************************************************************/
.simple-slider--nav {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60%;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.simple-slider--nav > .simple-slider--nav--button {
  position: relative;
  display: flex;
  transition: color 0.3s ease-in-out;
}
.simple-slider--nav > .simple-slider--nav--button:first-child {
  align-self: flex-end;
}
.simple-slider--nav > .simple-slider--nav--button:last-child {
  align-self: flex-start;
  transform: rotate(180deg);
}
@media screen and (min-width: 50em) {
  .simple-slider--nav > .simple-slider--nav--button:hover {
    color: white;
  }
}
.simple-slider--nav > .simple-slider--nav--button::after {
  position: absolute;
  content: "";
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  z-index: -1;
}

.simple-slider--bullets {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.5rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  column-gap: 0.2rem;
}
.simple-slider--bullets .simple-slider--bullet {
  cursor: pointer;
  overflow: hidden;
}
.simple-slider--bullets .simple-slider--bullet.active {
  pointer-events: none;
  cursor: default;
}
.simple-slider--bullets .simple-slider--bullet .simple-slider--bullet--progress-bar {
  display: flex;
  width: 0;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: transform 300ms ease, width 300ms ease;
  transform-origin: right;
}

/*************************************************************************

    Rectangular image with black box & optional link / button

*************************************************************************/
.small-banner .cross::after, .small-banner .cross::before {
  position: inherit;
  content: "";
  background-color: black;
}

body.--small-banner-active .small-banner {
  opacity: 1;
  transform: translateY(0);
}

.small-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  color: black;
  background-color: #09B755;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 2000;
}
.small-banner .cross {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.small-banner .cross:hover {
  transform: translateY(-50%) rotate(135deg);
}
.small-banner .cross::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.small-banner .cross::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
}

/*************************************************************************

    Videos

*************************************************************************/
body > video {
  position: fixed;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.lift {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -100%;
  right: 1.5rem;
  font-size: 150%;
  padding: 1rem !important;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-in-out !important;
  z-index: 201;
}
.lift.active {
  bottom: 1.5rem;
}

/*************************************************************************

    Secctions with H2

*************************************************************************/
.big-title {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-bottom: 0.5rem;
}
.big-title.--vertical-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.big-title.--vertical-reverse > header + .only-text {
  margin-top: 0;
  margin-bottom: 8rem;
}
.big-title > header {
  text-align: center;
}
.big-title > header + .only-text {
  margin-top: 8rem;
}
@media screen and (max-width: 992px) {
  .big-title > header + .only-text {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .big-title p {
    line-height: 1.8;
  }
}

/*************************************************************************

    Black box style

*************************************************************************/
/* ------ Extends ----- */
.window.--reverse .--container > div:nth-child(2), .window:not(.--reverse) .--container > div:nth-child(2), .window .--container > div:nth-child(2), .black-box {
  padding: 2rem 4vw;
}

.black-box {
  background-color: black;
  color: white;
  transform: translateY(10vh);
  /* --- */
  display: flex;
  align-items: end;
}

/*************************************************************************

    Rectangular image with black box & optional link / button

*************************************************************************/
.double-column.--white-title h2 {
  color: white;
}
@media screen and (max-width: 71.813em) {
  .double-column.--white-title h2 > span:first-child {
    color: black;
  }
}
.double-column.--reverse.--has-title .--container > header {
  padding-left: 1rem;
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--has-title .--container > header {
    margin-bottom: 2rem;
    top: unset;
    left: unset;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--has-title .--container > img:nth-child(2) {
    grid-column: 1;
    grid-row: 2 !important;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--has-title .--container > img:nth-child(3) {
    grid-column: 1;
    grid-row: 2 !important;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--has-title .--container > video:nth-child(2) {
    grid-column: 1;
    grid-row: 2 !important;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--has-title .--container > video:nth-child(3) {
    grid-column: 1;
    grid-row: 2 !important;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--has-title .--container .black-box {
    grid-row: 2;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--has-title .--container .button {
    grid-row: 3;
  }
}
@media screen and (max-width: 71.813em) {
  .double-column.--reverse .--container {
    padding-left: 0;
    padding-right: 12vw;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse .--container {
    grid-template-columns: auto 30vmax 24vw;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse .--container > header {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    align-self: flex-end;
    margin-bottom: 1rem;
    z-index: 2;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse .--container > img:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse .--container > img:nth-child(3) {
    grid-column: 1;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse .--container > video:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse .--container > video:nth-child(3) {
    grid-column: 1;
  }
}
@media screen and (max-width: 71.813em) {
  .double-column.--reverse .--container > a {
    align-self: end;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse .--container > a {
    justify-self: flex-start;
    align-self: start;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--image-inside .--container > img:nth-child(2) {
    grid-row: 1;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--image-inside .--container > img:nth-child(3) {
    grid-column: 1;
    grid-row: 1;
    justify-self: flex-end;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--image-inside .--container > video:nth-child(2) {
    grid-row: 1;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--reverse.--image-inside .--container > video:nth-child(3) {
    grid-column: 1;
    grid-row: 1;
    justify-self: flex-end;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--image-inside .--container > img:nth-child(2) {
    grid-row: 1;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--image-inside .--container > img:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    align-self: flex-end;
    max-width: 60%;
    max-height: 70%;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--image-inside .--container > video:nth-child(2) {
    grid-row: 1;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column.--image-inside .--container > video:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    align-self: flex-end;
    max-width: 60%;
    max-height: 70%;
  }
}
.double-column .--container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 71.813em) {
  .double-column .--container {
    padding-left: 12vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column .--container {
    position: relative;
    display: grid;
    grid-template-columns: 24vw 30vmax auto;
  }
}
.double-column .--container > header {
  z-index: 2;
}
@media screen and (max-width: 71.813em) {
  .double-column .--container > header {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column .--container > header {
    position: absolute;
    top: 0;
    left: 1rem;
  }
}
@media screen and (max-width: 71.813em) {
  .double-column .--container > header + img {
    margin-top: 2rem;
    max-height: 600px;
  }
}
@media screen and (max-width: 71.813em) {
  .double-column .--container > header + video {
    margin-top: 2rem;
    max-height: 600px;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column .--container > img {
    grid-column: 3;
    height: 90vh;
  }
}
@media screen and (max-width: 71.813em) {
  .double-column .--container > img:nth-child(3) {
    max-height: 600px;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column .--container > img:nth-child(3) {
    height: 80vh;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column .--container > video {
    grid-column: 3;
    height: 90vh;
  }
}
@media screen and (max-width: 71.813em) {
  .double-column .--container > video:nth-child(3) {
    max-height: 600px;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column .--container > video:nth-child(3) {
    height: 80vh;
  }
}
@media screen and (max-width: 71.813em) {
  .double-column .--container > .black-box {
    transform: translateY(0) !important;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column .--container > .black-box {
    grid-column: 2;
    grid-row: 1;
    align-self: flex-end;
    padding-top: 6rem;
    padding-bottom: 4rem;
    min-height: unset;
  }
}
@media screen and (max-width: 71.813em) {
  .double-column .--container > .black-box p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 71.813em) {
  .double-column .--container > a {
    transform: translateY(0) !important;
    order: 3;
  }
}
@media screen and (min-width: 71.8755em) {
  .double-column .--container > a {
    grid-column: 2;
    justify-self: flex-end;
  }
}
.double-column .--container > .--caption {
  grid-column: 3;
  padding-top: 1rem;
}

/*************************************************************************

    Default form style

*************************************************************************/
.ngue-form {
  display: grid;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 51.25em) {
  .ngue-form {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 6rem;
    padding: 0 8vw;
  }
}
@media screen and (max-width: 51.24em) {
  .ngue-form > .ngue--module--form-row:not(:first-child) {
    margin-top: 1rem;
  }
}
.ngue-form .ngue--module--form-type--textarea {
  margin-top: 1rem;
}
@media screen and (min-width: 51.25em) {
  .ngue-form .ngue--module--form-type--textarea {
    grid-column: span 2;
  }
}
.ngue-form .ngue--module--form-type--textarea label {
  display: block;
  position: static;
  padding-left: 2rem;
  cursor: pointer !important;
}
.ngue-form .ngue--module--form-type--textarea textarea {
  min-height: 4em;
}
.ngue-form .ngue--module--form-type--checkbox div {
  display: flex;
  align-items: center;
}
.ngue-form .ngue--module--form-type--checkbox div input {
  width: 1em;
  height: 1em;
  margin-right: 1em;
  cursor: pointer;
}
.ngue-form .ngue--module--form-type--checkbox div label {
  margin-top: 0.2em;
}
@media screen and (min-width: 51.25em) {
  .ngue-form .ngue--module--form-type--submit {
    grid-column: 2;
  }
}
.ngue-form input {
  width: 100%;
}
.ngue-form textarea {
  width: 100%;
}

/*************************************************************************

    Full image with black box and link

*************************************************************************/
@media screen and (max-width: 81.188em) {
  .full-image .--container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 81.25em) {
  .full-image .--container {
    display: grid;
    grid-template-columns: 15vw 30vmax 1fr;
    grid-template-rows: max-content auto 13rem auto auto;
  }
}
.full-image .--container > header {
  padding-left: 1rem;
}
@media screen and (min-width: 81.25em) {
  .full-image .--container > header {
    grid-column: span 3;
  }
}
.full-image .--container > header + img {
  margin-top: 2rem;
}
@media screen and (max-width: 81.188em) {
  .full-image .--container > header + img {
    max-height: 600px;
  }
}
@media screen and (max-width: 81.188em) {
  .full-image .--container > img {
    max-height: 600px;
  }
}
@media screen and (min-width: 81.25em) {
  .full-image .--container > img {
    height: 90vh;
    grid-column: 1/4;
    grid-row: 2/4;
  }
}
@media screen and (max-width: 81.188em) {
  .full-image .--container > .black-box {
    transform: translateY(0) !important;
  }
}
@media screen and (min-width: 81.25em) {
  .full-image .--container > .black-box {
    grid-column: 2;
    grid-row: 3/5;
    padding-top: 6rem;
    padding-bottom: 4rem;
    min-height: unset;
    z-index: 2;
  }
}
@media screen and (max-width: 81.188em) {
  .full-image .--container > a {
    transform: translateY(0) !important;
  }
}
@media screen and (min-width: 81.25em) {
  .full-image .--container > a {
    grid-column: 3;
    align-self: flex-start;
    z-index: 10;
  }
}

/*************************************************************************

    Section with text on columns align left / right

*************************************************************************/
.only-text {
  padding: 0 8vw;
}
@media screen and (min-width: 40.625em) {
  .only-text {
    padding: 0 16vw;
  }
}
@media screen and (min-width: 40.625em) {
  .only-text .--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2vw;
  }
}
@media screen and (min-width: 40.625em) {
  .only-text .--container > p {
    margin: 0;
  }
}
@media screen and (min-width: 40.625em) {
  .only-text .--container > p:first-child {
    grid-row: 1;
  }
}
@media screen and (min-width: 40.625em) {
  .only-text .--container > p:last-child:not(:first-child) {
    grid-row: 2;
  }
}
@media screen and (min-width: 40.625em) {
  .only-text .--left {
    grid-column: 1;
  }
}
@media screen and (min-width: 40.625em) {
  .only-text .--right {
    grid-column: 2;
  }
}

/*************************************************************************

    Project gallery default styles

*************************************************************************/
/* ------ Extends / Mixins ----- */
.project-gallery .--gallery.--images-4, .project-gallery .--gallery.--images-3 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 64.375em) {
  .project-gallery .--gallery.--images-4, .project-gallery .--gallery.--images-3 {
    padding: 4rem 0;
  }
}

.project-gallery .--gallery.--images-6, .project-gallery .--gallery.--images-5 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 64.375em) {
  .project-gallery .--gallery.--images-6, .project-gallery .--gallery.--images-5 {
    padding: 4rem 0;
  }
}

/* ------ Main rules ----- */
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-3 > div:nth-child(2) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-3 > div:nth-child(2) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-4 > div:nth-child(2) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-4 > div:nth-child(2) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-4 > div:nth-child(4) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-4 > div:nth-child(4) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-5 > div:nth-child(2) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-5 > div:nth-child(2) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-5 > div:nth-child(3) {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-5 > div:nth-child(3) {
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-5 > div:nth-child(5) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-5 > div:nth-child(5) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-6 > div:nth-child(2) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-6 > div:nth-child(2) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-6 > div:nth-child(3) {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-6 > div:nth-child(3) {
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-6 > div:nth-child(5) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-6 > div:nth-child(5) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery.--reverse .--gallery.--images-6 > div:last-child {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .--gallery.--images-6 > div:last-child {
    transform: translateY(-4rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery.--reverse .black-box {
    margin-left: 4vw;
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .black-box {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-3 > div:first-child {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-3 > div:first-child {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-3 > div:nth-child(3) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-3 > div:nth-child(3) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-4 > div:first-child {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-4 > div:first-child {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-4 > div:nth-child(3) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-4 > div:nth-child(3) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-5 > div:first-child {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-5 > div:first-child {
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-5 > div:nth-child(2) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-5 > div:nth-child(2) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-5 > div:nth-child(4) {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-5 > div:nth-child(4) {
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-5 > div:nth-child(5) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-5 > div:nth-child(5) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-6 > div:first-child {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-6 > div:first-child {
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-6 > div:nth-child(2) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-6 > div:nth-child(2) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-6 > div:nth-child(4) {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-6 > div:nth-child(4) {
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery:not(.--reverse) .--gallery.--images-6 > div:nth-child(5) {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery:not(.--reverse) .--gallery.--images-6 > div:nth-child(5) {
    transform: translateY(4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery .--container {
    padding-left: 12vw;
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery .--container {
    display: flex;
    justify-content: flex-end;
  }
}
.project-gallery .--gallery {
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 64.374em) {
  .project-gallery .--gallery {
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery .--gallery.--images-1 > div:first-child {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery .--gallery.--images-1 > div:first-child {
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery .--gallery.--images-2 > div:first-child {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery .--gallery.--images-2 > div:first-child {
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery .--gallery.--images-2 > div:nth-child(2) {
    transform: translateY(calc(-4rem / 2));
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery .--gallery.--images-2 > div:nth-child(2) {
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery .black-box {
    transform: translateY(0) !important;
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery .black-box {
    width: 30vmax;
    padding-top: 6rem;
    align-self: flex-end;
  }
}
@media screen and (max-width: 64.374em) {
  .project-gallery img {
    min-height: unset;
    height: 25vh;
  }
}
@media screen and (min-width: 64.375em) {
  .project-gallery img {
    width: 20vw;
    height: 100%;
    max-width: 30vmin;
  }
}

/*************************************************************************

    Rectangular image with black box & optional link / button

*************************************************************************/
.projects-list table tr.active, .projects-list table tr:hover:not(.active) {
  background-color: #E0A295;
  color: white;
}

.projects-list table {
  width: calc(100% - 8vw);
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
.projects-list table caption {
  margin-bottom: 4rem;
}
.projects-list table tr {
  position: relative;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.projects-list table tr:hover:not(.active) {
  cursor: pointer;
}
.projects-list table tr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: black;
}
.projects-list table tr td {
  padding: 1rem;
}

.project-details--empty {
  padding-left: 4vw;
  padding-right: 4vw;
}
.project-details--empty p {
  text-align: center;
}

/*************************************************************************

    Rectangular image with black box & optional link / button

*************************************************************************/
/* ------ Extends ----- */
@media screen and (max-width: 61.875em) {
  .rectangular-image .--container {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 61.875em) {
  .rectangular-image .--container > header, .rectangular-image.--reverse .--container > header {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 61.875em) {
  .rectangular-image .--container > header h2, .rectangular-image.--reverse .--container > header h2 {
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 61.813em) {
  .rectangular-image.--reverse .--container {
    position: relative;
    padding-left: 24vw;
    padding-bottom: 10rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 61.813em) {
  .rectangular-image.--reverse .--container > header {
    position: unset;
  }
}
@media screen and (min-width: 61.813em) {
  .rectangular-image.--reverse .--container > header h2 {
    transform: translateX(calc(-24vw + 1rem));
  }
}
.rectangular-image.--reverse .--container > div {
  right: unset;
  left: 8vw;
}
.rectangular-image.--white-title h2 {
  color: white;
}
@media screen and (max-width: 61.875em) {
  .rectangular-image.--white-title h2 {
    padding-left: 1rem;
    color: black;
  }
}
@media screen and (max-width: 61.875em) {
  .rectangular-image.--white-title h2 > span:first-child {
    color: black;
  }
}
@media screen and (min-width: 61.813em) {
  .rectangular-image .--container {
    position: relative;
    padding-right: 24vw;
    padding-bottom: 10rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 61.813em) {
  .rectangular-image .--container > header {
    position: relative;
  }
}
@media screen and (min-width: 61.813em) {
  .rectangular-image .--container > header h2 {
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 61.875em) {
  .rectangular-image .--container > header .img-wrapper {
    max-height: 600px;
  }
}
@media screen and (min-width: 61.813em) {
  .rectangular-image .--container > header img {
    height: 90vh;
  }
}
@media screen and (min-width: 61.813em) {
  .rectangular-image .--container > div {
    position: absolute;
    right: 8vw;
    bottom: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 61.875em) {
  .rectangular-image .--container .black-box {
    transform: translateY(0) !important;
  }
}
@media screen and (min-width: 61.813em) {
  .rectangular-image .--container .black-box {
    min-height: unset;
    width: 30vmax;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 61.875em) {
  .rectangular-image .--container .black-box p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 61.875em) {
  .rectangular-image .--container .button {
    transform: translateY(0) !important;
  }
}

/*************************************************************************

    Rectangular image with black box & optional link / button

*************************************************************************/
@media screen and (max-width: 61.813em) {
  .window {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 61.813em) {
  .window.--reverse .--container {
    position: relative;
    padding-top: 20vh;
    padding-right: 12vw;
  }
}
@media screen and (max-width: 61.813em) {
  .window.--reverse .--container > div:first-child {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(250px, 40vw, 600px);
    height: clamp(250px, 40vh, 600px);
    padding: 0;
    z-index: 4;
    padding-right: 3vw;
  }
}
@media screen and (min-width: 61.875em) {
  .window.--reverse .--container > div:first-child {
    position: relative;
    grid-column: 3;
    grid-row: 1;
  }
}
@media screen and (min-width: 61.875em) {
  .window.--reverse .--container > div:first-child img {
    left: -4rem;
  }
}
@media screen and (max-width: 61.813em) {
  .window.--reverse .--container > div:nth-child(2) {
    display: flex;
    align-items: flex-end;
    padding-top: 12rem;
    min-height: 12em;
  }
}
@media screen and (min-width: 61.875em) {
  .window.--reverse .--container > div:nth-child(2) {
    padding-right: 8rem;
  }
}
@media screen and (max-width: 61.813em) {
  .window.--reverse .--container > div:nth-child(3) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 61.875em) {
  .window.--reverse .--container > div:nth-child(3) {
    grid-column: 1;
    align-items: flex-end;
  }
}
@media screen and (max-width: 61.813em) {
  .window.--reverse .--container > div:nth-child(4) {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    width: 12vw;
    height: 100%;
    background-color: white;
    z-index: 3;
  }
}
.window.--reverse .--container > div:nth-child(6) {
  position: absolute;
  top: -12rem;
  left: 0;
  width: 100%;
  height: calc(20vh + 12rem);
}
@media screen and (min-width: 61.875em) {
  .window.--reverse .--container > div:nth-child(6) {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 61.813em) {
  .window:not(.--reverse) .--container {
    position: relative;
    padding-top: 20vh;
    padding-left: 12vw;
  }
}
@media screen and (max-width: 61.813em) {
  .window:not(.--reverse) .--container > div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(250px, 40vw, 600px);
    height: clamp(250px, 40vh, 600px);
    padding: 0;
    z-index: 4;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 61.875em) {
  .window:not(.--reverse) .--container > div:first-child img {
    right: -4rem;
  }
}
@media screen and (max-width: 61.813em) {
  .window:not(.--reverse) .--container > div:nth-child(2) {
    display: flex;
    align-items: flex-end;
    padding-top: 12rem;
    min-height: 12em;
  }
}
@media screen and (min-width: 61.875em) {
  .window:not(.--reverse) .--container > div:nth-child(2) {
    padding-left: 8rem;
  }
}
@media screen and (min-width: 61.875em) {
  .window .--container {
    display: grid;
    grid-template-columns: 1fr 40vmax 1fr;
    grid-template-rows: 90vh auto;
  }
}
.window .--container > div:not(:nth-child(2)) {
  display: flex;
  flex-direction: column;
  background-color: white;
}
@media screen and (min-width: 61.875em) {
  .window .--container > div:first-child {
    position: relative;
  }
}
@media screen and (min-width: 61.875em) {
  .window .--container > div:first-child img {
    position: absolute;
    height: 70vh;
    width: 30vw;
    max-width: 45vmin;
    bottom: 4rem;
  }
}
.window .--container > div:nth-child(2) {
  position: relative;
}
@media screen and (min-width: 61.875em) {
  .window .--container > div:nth-child(2) {
    display: flex;
    align-items: flex-end;
    grid-row: 1;
    grid-column: 2;
    padding-bottom: 4rem !important;
  }
}
.window .--container > div:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black, transparent);
}
.window .--container > div:nth-child(2) p {
  z-index: 1;
}
.window .--container > div:nth-child(3) {
  grid-row: span 2;
}
@media screen and (min-width: 61.875em) {
  .window .--container > div:nth-child(3) {
    padding-top: 0;
  }
}
.window .--container > div:nth-child(3) img {
  height: clamp(200px, 20vh, 400px);
  min-height: 1px;
}
@media screen and (min-width: 61.875em) {
  .window .--container > div:nth-child(3) img {
    height: 90vh;
  }
}
.window .--container > div:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 61.813em) {
  .window .--container > div:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 12vw;
    height: 100%;
    background-color: white;
    z-index: 3;
  }
}
.window .--container > div:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.window .--container > div:nth-child(6) {
  position: absolute;
  top: -12rem;
  left: 0;
  width: 100%;
  height: calc(20vh + 12rem);
}
@media screen and (min-width: 61.875em) {
  .window .--container > div:nth-child(6) {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 61.813em) {
  .window .--container > div .ngue--image-generated {
    max-height: 400px;
  }
}
.window .--container p {
  color: white;
}
@media screen and (max-width: 61.813em) {
  .window .--container p {
    line-height: 1.8;
  }
}

/*************************************************************************

    General style for sections

*************************************************************************/
/* ------ Extends ----- */
body > main > section:not(.window) {
  padding-top: 12rem;
}
@media screen and (max-width: 992px) {
  body > main > section:not(.window) {
    padding-top: 6rem;
  }
}

body > main > section {
  background-color: transparent;
}
body > main > section:not(.window) {
  background-color: white;
}
body > main > section.window .fake-header {
  background-color: white;
}
@media screen and (max-width: 61.813em) {
  body > main > section.window .fake-header {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 61.875em) {
  body > main > section.window .fake-header {
    height: 12rem;
  }
}
@media screen and (max-width: 61.813em) {
  body > main > section.window .--container > div:first-child {
    padding-top: 12rem;
  }
}
body > main > section:last-child {
  padding-bottom: 12rem;
}
@media screen and (max-width: 992px) {
  body > main > section:last-child {
    padding-bottom: 6rem;
  }
}

/*************************************************************************

    User projects list for the user view

*************************************************************************/
.user-projects .--container > .--project-wrapper.active, .user-projects .--container > .--project-wrapper:hover {
  background-color: #E0A295;
}
.user-projects .--container > .--project-wrapper.active button, .user-projects .--container > .--project-wrapper:hover button {
  margin-right: 1rem;
}

body[data-reference-page="extranet/extranet-page"] > main > section.project-item {
  padding-top: 0;
}

main > section > section:not(:last-child) {
  padding-bottom: 12rem;
}

.user-projects {
  padding: 0 4rem;
  padding-top: 12rem;
  background-color: white;
}
.user-projects header {
  margin-bottom: 4rem;
}
.user-projects .--container > .--project-wrapper {
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 46.875em) {
  .user-projects .--container > .--project-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 46.938em) {
  .user-projects .--container > .--project-wrapper {
    display: grid;
    align-items: center;
  }
}
@media screen and (min-width: 46.938em) and (max-width: 75em) {
  .user-projects .--container > .--project-wrapper {
    row-gap: 1rem;
  }
}
@media screen and (min-width: 75.063em) {
  .user-projects .--container > .--project-wrapper {
    grid-template-columns: 30vw 1fr auto;
    column-gap: 4vw;
  }
}
.user-projects .--container > .--project-wrapper:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 46.938em) {
  .user-projects .--container > .--project-wrapper:not(:first-child) {
    margin-top: 2rem;
  }
}
.user-projects .--container > .--project-wrapper > p {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 46.875em) {
  .user-projects .--container > .--project-wrapper > p {
    margin: 2rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 46.938em) and (max-width: 75em) {
  .user-projects .--container > .--project-wrapper > p {
    grid-row: 2;
    grid-column: 1;
  }
}
.user-projects .--container > .--project-wrapper > p > span {
  transform: translateX(0.25em);
}
@media screen and (min-width: 46.938em) {
  .user-projects .--container > .--project-wrapper img {
    min-height: 10vh;
    max-height: 30vh;
  }
}
@media screen and (min-width: 46.938em) and (max-width: 75em) {
  .user-projects .--container > .--project-wrapper img {
    grid-column: span 2;
  }
}
@media screen and (min-width: 46.938em) and (max-width: 75em) {
  .user-projects .--container > .--project-wrapper button {
    grid-row: 2;
    grid-column: 2;
    justify-self: end;
  }
}

.project-item > header {
  margin-bottom: 8rem;
}

.project-item.active {
  display: block;
  visibility: visible;
}

@media screen and (max-width: 50em) {
  .newsletter .input-wrapper {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 1rem;
  }
  .newsletter .placeholder {
    display: inline-block;
    padding-left: 2rem;
    margin-bottom: 0;
  }
  .newsletter .input-checkbox {
    width: fit-content;
  }
}

.popup-change-password {
  position: relative;
  align-items: start !important;
  color: black;
}
.popup-change-password form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.popup-change-password button[data-action=close] {
  position: absolute;
  display: flex;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
}
.popup-change-password button[data-action=close] .cross {
  position: relative;
  height: 100%;
  width: 100%;
}
.popup-change-password button[data-action=close] .cross::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: black;
}
.popup-change-password button[data-action=close] .cross::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
}

/*************************************************************************

    Layout - Body

*************************************************************************/
body {
  transition: opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
}
body ::-moz-selection {
  color: white;
  background-color: #E0A295;
}
body ::selection {
  color: white;
  background-color: #E0A295;
}
body.menu-active > .social-networks {
  display: none;
  visibility: hidden;
}
body.menu-active .cursor {
  z-index: 201;
}
@keyframes cursorPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cursorPulseReverse {
  0% {
    transform: scale(1) rotate(-180deg);
  }
  50% {
    transform: scale(0.5) rotate(-180deg);
  }
  100% {
    transform: scale(1) rotate(-180deg);
  }
}
body.cursor-visible {
  cursor: none;
}
body.cursor-visible .cursor {
  transform: scale(1);
}
body.cursor-visible .cursor.cursor-pulse {
  animation: 0.3s cursorPulse;
}
body.cursor-visible .cursor.cursor-reverse {
  transform: scale(1) rotate(-180deg);
}
body.cursor-visible .cursor.cursor-reverse.cursor-pulse {
  animation: 0.3s cursorPulseReverse;
}
body.cursor-arrow .cursor::before {
  content: "\e900";
}
body.cursor-cross .cursor::before {
  content: "\e906";
}
body[data-reference-page=our-creations] h1 {
  mix-blend-mode: unset !important;
}
body.lift-active > .social-networks {
  bottom: 7rem;
}
body > .social-networks {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 1.5rem;
  bottom: 2rem;
  z-index: 100;
  transition: bottom 0.3s ease-in-out;
}
@media screen and (min-width: 79em) {
  body > .social-networks {
    z-index: 201;
  }
}
body > .social-networks > a:not(:last-child) {
  margin-right: 0;
  margin-bottom: 1em;
}

/********************************************************
    Footer
********************************************************/
.main-footer {
  position: relative;
  padding-top: 4vw;
  line-height: 1.5;
}
.main-footer h3 {
  margin-bottom: 1rem;
}
.main-footer .open-cookies-banner-button {
  padding: 1em;
  margin-top: 2rem;
  font-size: 0.8rem;
}
.main-footer .main-footer--contact {
  background-color: white;
  width: calc(100% - 8vw);
  margin: 0 auto;
  padding: 4vw;
}
@media screen and (min-width: 49em) {
  .main-footer .main-footer--contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
@media screen and (max-width: 49em) {
  .main-footer .main-footer--contact > section:not(:first-child) {
    margin-top: 2em;
  }
}
.main-footer .main-footer--contact .newsletter form {
  display: flex;
  flex-direction: column;
}
.main-footer .main-footer--contact .newsletter form button {
  margin-top: 1em;
}
@media screen and (min-width: 49em) {
  .main-footer .main-footer--contact .newsletter {
    grid-column: 2;
  }
}
.main-footer .main-footer--contact .newsletter .input-checkbox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
.main-footer .main-footer--contact .newsletter .input-checkbox input {
  margin: 0;
  width: 1em;
  height: 1em;
}
@media screen and (min-width: 49em) {
  .main-footer .main-footer--contact .mail {
    grid-column: 1;
    grid-row: 1;
  }
}
.main-footer .main-footer--contact .mail .address {
  margin-top: 1rem;
}
@media screen and (min-width: 49em) {
  .main-footer .main-footer--contact .mail .address {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 49em) {
  .main-footer .main-footer--contact .social-networks {
    margin-top: 2em;
  }
}
@media screen and (min-width: 49em) {
  .main-footer .main-footer--contact .social-networks {
    grid-column: 2;
    grid-row: 2;
    align-self: flex-end;
  }
}
.main-footer .main-footer--contact address > a {
  display: inline-block;
  margin-top: 2em;
}
.main-footer .main-footer--contact > p {
  font-size: clamp(0.7rem, var(--vwh) * 0.65, 0.65 * 50px);
}
@media screen and (max-width: 49em) {
  .main-footer .main-footer--contact > p {
    margin-top: 2em;
  }
}
@media screen and (min-width: 49em) {
  .main-footer .main-footer--contact > p {
    grid-column: 2;
    grid-row: 3;
  }
}
.main-footer .main-footer--contact .copyrights {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 49em) {
  .main-footer .main-footer--contact .copyrights {
    margin-top: 2em;
  }
}
@media screen and (min-width: 49em) {
  .main-footer .main-footer--contact .copyrights {
    grid-row: 3;
    align-self: flex-end;
  }
}
@media screen and (min-width: 90em) {
  .main-footer .main-footer--contact .copyrights {
    flex-direction: row;
  }
}
@media screen and (max-width: 90em) {
  .main-footer .main-footer--contact .copyrights > span:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 90em) {
  .main-footer .main-footer--contact .copyrights > span:not(:last-child) {
    margin-right: 1rem;
  }
}
.main-footer .main-footer--contact .menu-languages {
  display: flex;
  margin-top: 2rem;
}
.main-footer .main-footer--contact .menu-languages > a:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.main-footer .main-footer--contact .menu-languages > a:not(:last-child).active::after {
  width: calc(100% - 0.5rem) !important;
}
.main-footer .main-footer--contact .menu-languages > a:not(:last-child)::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1px;
  height: 70%;
  background-color: black;
  transform: translateY(-50%);
}
.main-footer .main-footer--contact .menu-languages > a:not(:last-child):hover::after {
  width: calc(100% - 0.5rem) !important;
}
.main-footer .main-footer--title-page {
  display: flex;
  align-items: flex-end;
  padding: 4em 0;
  margin: 0 auto;
  width: calc(100% - 8vw);
  height: 100vh;
  line-height: 1;
}

/********************************************************
    Main (related to the <main> tag
********************************************************/
main {
  position: relative;
}

/*************************************************************************

    Layout - Main Menu

*************************************************************************/
.main-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  color: #E0A295;
  line-height: 1.5;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out, width 0.5s ease-in-out;
  z-index: 199;
}
@media screen and (max-width: 79em) {
  .main-menu {
    left: 0;
  }
}
@media screen and (min-width: 79em) {
  .main-menu {
    display: flex;
    padding-left: 20%;
    right: 0;
  }
}
.main-menu .main-menu--links-container {
  height: 100%;
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--links-container {
    flex-basis: 70%;
  }
}
.main-menu .main-menu--links-container .menu-languages {
  display: flex;
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--links-container .menu-languages {
    display: none;
  }
}
.main-menu .main-menu--links-container .menu-languages > a:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.main-menu .main-menu--links-container .menu-languages > a:not(:last-child).active::after {
  width: calc(100% - 0.5rem) !important;
}
.main-menu .main-menu--links-container .menu-languages > a:not(:last-child)::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1px;
  height: 70%;
  background-color: #E0A295;
  transform: translateY(-50%);
}
.main-menu .main-menu--links-container .menu-languages > a:not(:last-child):hover::after {
  width: calc(100% - 0.5rem) !important;
}
.main-menu .main-menu--contact {
  display: none;
  visibility: hidden;
  background-color: #E0A295;
  color: black;
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--contact {
    display: flex;
    visibility: visible;
    flex-direction: column;
    align-items: center;
    flex-basis: 30%;
    padding-top: 6rem;
  }
}
.main-menu .main-menu--contact a:hover {
  color: black !important;
}
.main-menu .main-menu--contact a::after {
  background-color: black !important;
}
.main-menu .main-menu--contact .menu-languages {
  display: flex;
  order: -1;
  margin-bottom: 4rem;
}
.main-menu .main-menu--contact .menu-languages > a.active {
  color: black !important;
}
.main-menu .main-menu--contact .menu-languages > a:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.main-menu .main-menu--contact .menu-languages > a:not(:last-child).active::after {
  width: calc(100% - 0.5rem) !important;
}
.main-menu .main-menu--contact .menu-languages > a:not(:last-child)::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1px;
  height: 70%;
  background-color: black;
  transform: translateY(-50%);
}
.main-menu .main-menu--contact .menu-languages > a:not(:last-child):hover::after {
  width: calc(100% - 0.5rem) !important;
}
.main-menu .main-menu--contact > div {
  display: flex;
  flex-direction: column;
}
.main-menu .main-menu--contact > div > p:not(:first-of-type) {
  margin-top: 0;
}
.main-menu .main-menu--contact > div > p:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.main-menu .main-menu--contact > div > span:not(:first-of-type) {
  margin-top: 8rem;
}
.main-menu .main-menu--contact > div > a:last-of-type {
  margin-top: 2em;
}
.main-menu .main-menu--links {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: black;
  overflow: auto;
}
@media screen and (max-width: 79em) {
  .main-menu .main-menu--links {
    justify-content: center;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--links {
    padding-top: 6rem;
    padding-left: 8rem;
  }
}
.main-menu .main-menu--links > a:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--links > a:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--projects {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--projects > div {
    display: flex;
    justify-content: center;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--projects > div:first-child {
    width: 20%;
    background-color: #D9D8D2;
    color: black;
    cursor: none;
  }
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--projects > div:last-child {
    display: flex;
    justify-content: space-between;
    width: 80%;
    background-color: black;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--projects > div:last-child > .project--content {
    display: flex;
    flex-direction: column;
    width: 30%;
  }
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--projects > div:last-child > .project--content a {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 79em) {
  .main-menu .main-menu--projects > div:last-child > .project--content > *:not(:first-child) {
    margin-top: 1rem;
  }
}
.main-menu .main-menu--projects .cursor-arrow {
  display: none;
  visibility: hidden;
  position: fixed;
  color: #E0A295;
  pointer-events: none;
  transform: rotate(180deg);
}
.main-menu .main-menu--projects .cursor-arrow.active {
  display: block;
  visibility: visible;
}

body.menu-active .main-menu {
  transform: translateX(0);
}
@media screen and (min-width: 79em) {
  body.project-menu-active .main-menu {
    width: 100%;
    transform: translateX(-100%);
  }
}

/*************************************************************************

    Layout - Main navbar

*************************************************************************/
body.menu-active .main-nav-bar {
  background-color: transparent;
}
body.menu-active .menu-trigger > .burger-line {
  background-color: #E0A295 !important;
}

.main-nav-bar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  height: auto;
  width: 100%;
  padding: 1.5rem;
  transition: background-color 0.3s ease-in-out;
  z-index: 200;
}
.main-nav-bar > span {
  color: white;
  align-self: center;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.main-nav-bar > span:hover {
  color: #E0A295 !important;
}
.main-nav-bar > span:hover::after {
  width: 100%;
}
.main-nav-bar > span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #E0A295;
  transition: width 0.3s ease-in-out;
}
.main-nav-bar.alt-nav {
  background-color: white;
}
.main-nav-bar.alt-nav > a {
  color: black;
}
.main-nav-bar.alt-nav > span {
  color: black;
}
.main-nav-bar.alt-nav svg path {
  fill: black;
}
.main-nav-bar.alt-nav .menu-trigger > .burger-line {
  background-color: black;
}
.main-nav-bar svg {
  width: auto;
  height: auto;
}
.main-nav-bar svg:hover path {
  fill: #E0A295;
}
.main-nav-bar svg path {
  fill: white;
  transition: fill 0.3s ease-in-out;
}
.main-nav-bar .logo {
  display: inline-flex;
  width: 15rem;
  height: 2rem;
  z-index: 201;
}
@media screen and (max-width: 500px) {
  .main-nav-bar .logo {
    width: 12rem;
  }
}

/*************************************************************************

    Social networks nav

*************************************************************************/
.social-networks > a {
  color: #1f5d6a;
  transition: transform 0.3s ease-in-out;
}
.social-networks > a:hover {
  transform: scale(1.1);
}
.social-networks > a:not(:last-child) {
  margin-right: 1em;
}

body.error404 > footer, body.error404 .social-networks, body.error404 .main-nav-bar {
  display: none;
  visibility: hidden;
}

.container-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.container-404 > a {
  margin-top: 4rem;
}

body[data-reference-page=our-creations] .main-nav-bar {
  mix-blend-mode: unset;
}
body[data-reference-page=our-creations] .main-nav-bar.alt-menu {
  mix-blend-mode: difference;
}
body[data-reference-page=our-creations] .main-nav-bar.alt-menu .burger-line {
  background-color: white;
}
body[data-reference-page=our-creations] .main-nav-bar .burger-line {
  background-color: #E0A295;
}

/*************************************************************************

   Default header

*************************************************************************/
body[data-reference-page=raw] .default-header, body[data-reference-page=cinq-t] .default-header {
  position: relative;
}
@media screen and (max-width: 65.625em) {
  body[data-reference-page=raw] .default-header.single-img .default-header--container > img, body[data-reference-page=cinq-t] .default-header.single-img .default-header--container > img {
    position: absolute;
    top: 50%;
    right: 2rem;
    display: block;
    visibility: visible;
    height: 50vmax;
    width: 30vmax;
    margin-right: 0;
    transform: translateY(-50%);
  }
}

.page-template-template-extranet-login .default-header {
  display: none;
  visibility: hidden;
}

.default-header {
  position: relative;
  height: 100vh;
}
.default-header.single-img .default-header--container {
  flex-direction: row-reverse;
}
.default-header.single-img .default-header--container > img {
  align-self: center;
  height: 70vh;
  width: 25vw;
  max-width: 70vmin;
  margin-right: 8rem;
}
.default-header.single-img .default-header--container h1 {
  margin-right: auto;
}
.default-header:not(.single-img) .default-header--container > img {
  position: absolute;
  width: 32vmin;
  height: 46vh;
  z-index: 0;
}
.default-header:not(.single-img) .default-header--container > img:first-of-type {
  right: 26rem;
}
@media screen and (min-width: 65.626em) and (max-width: 93.75em) {
  .default-header:not(.single-img) .default-header--container > img:first-of-type {
    right: 12vmin;
  }
}
.default-header:not(.single-img) .default-header--container > img:last-of-type {
  top: 12vh;
  right: 8rem;
}
@media screen and (min-width: 65.626em) and (max-width: 93.75em) {
  .default-header:not(.single-img) .default-header--container > img:last-of-type {
    right: 52vmin;
  }
}
.default-header .default-header--container {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 1rem;
}
@media screen and (max-width: 720px) {
  .default-header .default-header--container {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 65.625em) {
  .default-header .default-header--container > img {
    display: none;
    visibility: hidden;
  }
}
.default-header .default-header--container h1 {
  z-index: 1;
}

/*************************************************************************

   Extranet header

*************************************************************************/
.extranet-header {
  padding: 0 2rem;
  padding-top: 8rem;
  background-color: white;
}
@media screen and (max-width: 29.374em) {
  .extranet-header {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 29.375em) {
  .extranet-header {
    display: grid;
    padding-left: 4rem;
    padding-right: 4rem;
    gap: 1rem;
  }
}
.extranet-header h3 {
  transform: translateX(-0.05em);
}
@media screen and (max-width: 29.374em) {
  .extranet-header > span:first-of-type {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 29.375em) {
  .extranet-header > span:first-of-type {
    grid-column: 1;
  }
}
@media screen and (max-width: 29.374em) {
  .extranet-header > span:last-of-type {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 29.375em) {
  .extranet-header > span:last-of-type {
    grid-row: 1;
    grid-column: 2;
    justify-self: flex-end;
  }
}
.extranet-header .status.--finished {
  color: #E0A295;
}

.logout {
  align-self: center;
  margin-left: auto;
  margin-right: 2rem;
  color: white;
}

/*************************************************************************

    Defined all the variables for NGUE

*************************************************************************/
/*************************************************************************

    Default NGUE Section

*************************************************************************/
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 16vw;
    right: 0;
    top: 0;
    background-color: white;
  }
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container {
    grid-template-columns: minmax(20vmin, 30vw) minmax(30vmin, 1fr) 5vw 15vw;
    grid-template-rows: 5rem 30vh 30vh 5rem;
  }
}
.ngue--section.has-alpha-mask .ngue--container > .white-element {
  background-color: white;
}
.ngue--section.has-alpha-mask .ngue--container > .white-element:nth-child(6) {
  grid-row: 4;
}
.ngue--section.has-alpha-mask .ngue--container > .white-element:nth-child(7) {
  grid-row: 5;
}
.ngue--section.has-alpha-mask .ngue--container > .white-element:nth-child(8) {
  grid-row: 5;
  grid-column: 3;
}
.ngue--section.has-alpha-mask .ngue--container > .white-element:nth-child(9) {
  grid-row: 4;
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > .white-element {
    display: none;
    visibility: hidden;
  }
}
.ngue--section.has-alpha-mask .ngue--container > div {
  position: relative;
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > div:first-of-type {
    grid-column: 1;
    grid-row: 1/5;
  }
}
.ngue--section.has-alpha-mask .ngue--container > div:first-of-type > div {
  position: relative;
  z-index: 2;
}
.ngue--section.has-alpha-mask .ngue--container > div:first-of-type::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: white;
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > div:nth-of-type(2) {
    grid-column: 2/4;
    grid-row: 1/5;
    align-self: flex-end;
  }
}
.ngue--section.has-alpha-mask .ngue--container > div:nth-of-type(2)::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > div:nth-of-type(2)::after {
    width: 16vw;
    height: 100%;
    left: -8vw;
    top: 0;
    background-color: white;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > div:nth-of-type(3) {
    grid-column: 3/5;
    grid-row: 2/4;
  }
}
.ngue--section.has-alpha-mask .ngue--container > div:nth-of-type(3)::before {
  position: absolute;
  content: "";
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > div:nth-of-type(3)::before {
    width: 16vw;
    height: 100%;
    left: -8vw;
    top: 0;
    background-color: white;
    z-index: 2;
  }
}
.ngue--section.has-alpha-mask .ngue--container > div:nth-of-type(3) .ngue--module--image {
  height: 100%;
}
.ngue--section.has-alpha-mask .ngue--container > div:nth-of-type(3) .ngue--module--image img {
  height: 100%;
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > div:last-of-type {
    z-index: 3;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > div:last-of-type {
    grid-column: 1;
    justify-self: flex-end;
  }
}
.ngue--section.has-alpha-mask .ngue--container > div:last-of-type::before {
  position: absolute;
  content: "";
  background-color: white;
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > div:last-of-type::before {
    width: 4vw;
    height: 100%;
    left: -4vw;
    top: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 53em) {
  .ngue--section.has-alpha-mask .ngue--container > .ngue--column--contains--image:first-child {
    width: 40vmin;
  }
}
@media screen and (min-width: 53em) and (max-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > .ngue--column--contains--image:first-child {
    width: 40vmin;
    height: 50vmin;
  }
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--container > .ngue--column--contains--image:first-child {
    position: absolute;
    height: 50vmin;
    min-height: 50vh;
    min-width: 50vw;
    left: 4vw;
  }
}
.ngue--section.has-alpha-mask .ngue--column--contains--texte {
  position: relative;
}
.ngue--section.has-alpha-mask .ngue--column--contains--texte::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(100% - 8vw);
  height: 100%;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--column--contains--texte::before {
    width: 100%;
  }
}
.ngue--section.has-alpha-mask .ngue--module--text {
  position: relative;
  color: white;
  z-index: 2;
  line-height: 1.5;
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask .ngue--module--text {
    padding-top: 30rem;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask-reverse::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 16vw;
    left: 0;
    top: 0;
    background-color: white;
  }
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container {
    grid-template-columns: 15vw 5vw minmax(30vmin, 1fr) minmax(20vmin, 30vw);
    grid-template-rows: 5rem 30vh 30vh 5rem;
  }
}
.ngue--section.has-alpha-mask-reverse .ngue--container > .white-element {
  background-color: white;
}
.ngue--section.has-alpha-mask-reverse .ngue--container > .white-element:nth-child(6) {
  grid-row: 4;
}
.ngue--section.has-alpha-mask-reverse .ngue--container > .white-element:nth-child(7) {
  grid-row: 5;
}
.ngue--section.has-alpha-mask-reverse .ngue--container > .white-element:nth-child(8) {
  grid-row: 5;
  grid-column: 3;
}
.ngue--section.has-alpha-mask-reverse .ngue--container > .white-element:nth-child(9) {
  grid-row: 5;
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > .white-element {
    display: none;
    visibility: hidden;
  }
}
.ngue--section.has-alpha-mask-reverse .ngue--container > div {
  position: relative;
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > div:first-of-type {
    z-index: 3;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > div:first-of-type {
    grid-column: 1/3;
    grid-row: 2/4;
  }
}
.ngue--section.has-alpha-mask-reverse .ngue--container > div:first-of-type::before {
  position: absolute;
  content: "";
  background-color: white;
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > div:first-of-type::before {
    width: 4vw;
    height: 100%;
    left: -4vw;
    top: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > div:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/5;
    align-self: flex-end;
  }
}
.ngue--section.has-alpha-mask-reverse .ngue--container > div:nth-of-type(2)::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > div:nth-of-type(2)::after {
    width: 16vw;
    height: 100%;
    left: -8vw;
    top: 0;
    background-color: white;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > div:nth-of-type(3) {
    grid-column: 4;
    grid-row: 1/5;
  }
}
.ngue--section.has-alpha-mask-reverse .ngue--container > div:nth-of-type(3)::before {
  position: absolute;
  content: "";
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > div:nth-of-type(3)::before {
    width: 16vw;
    height: 100%;
    left: -8vw;
    top: 0;
    background-color: white;
    z-index: 2;
  }
}
.ngue--section.has-alpha-mask-reverse .ngue--container > div:nth-of-type(3) .ngue--module--image {
  height: 100%;
}
.ngue--section.has-alpha-mask-reverse .ngue--container > div:nth-of-type(3) .ngue--module--image img {
  height: 100%;
}
@media screen and (min-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > div:last-of-type {
    grid-column: 4;
    grid-row: 5;
  }
}
.ngue--section.has-alpha-mask-reverse .ngue--container > div:last-of-type > div {
  position: relative;
  z-index: 2;
}
.ngue--section.has-alpha-mask-reverse .ngue--container > div:last-of-type::before {
  position: absolute;
  content: "";
  width: calc(100% + 4vw);
  height: 100%;
  left: -4vw;
  top: 0;
  background-color: white;
}
.ngue--section.has-alpha-mask-reverse .ngue--container > .ngue--column--contains--image div {
  height: 100%;
}
.ngue--section.has-alpha-mask-reverse .ngue--container > .ngue--column--contains--image img {
  height: 100%;
}
@media screen and (max-width: 53em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > .ngue--column--contains--image:first-child {
    width: 40vmin;
  }
}
@media screen and (min-width: 53em) and (max-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > .ngue--column--contains--image:first-child {
    width: 40vmin;
    height: 50vmin;
  }
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--container > .ngue--column--contains--image:first-child {
    position: absolute;
    height: 50vmin;
    min-height: 50vh;
    min-width: 50vw;
    left: 4vw;
  }
}
.ngue--section.has-alpha-mask-reverse .ngue--column--contains--texte {
  position: relative;
}
.ngue--section.has-alpha-mask-reverse .ngue--module--text {
  position: relative;
  color: white;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 73em) {
  .ngue--section.has-alpha-mask-reverse .ngue--module--text {
    margin-left: auto;
    width: calc(100% - 8vw);
    padding-top: 30rem;
  }
}
.ngue--section.big-text-center .ngue--column--contains--texte div {
  text-align: center;
  text-transform: lowercase;
}
.ngue--section.module-text-over-image .ngue--container {
  grid-template-columns: 4vw auto;
  grid-template-rows: 40vh repeat(2, min-content);
}
@media screen and (min-width: 73em) {
  .ngue--section.module-text-over-image .ngue--container {
    grid-template-columns: 1fr 19vw 19vw;
    grid-template-rows: auto 22.5vh auto min-content;
  }
}
.ngue--section.module-text-over-image .ngue--container > .ngue--column:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.ngue--section.module-text-over-image .ngue--container > .ngue--column:nth-child(2) {
  grid-column: 2;
  grid-row: 2/4;
}
@media screen and (max-width: 73em) {
  .ngue--section.module-text-over-image .ngue--container > .ngue--column:nth-child(2) {
    align-self: flex-end;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.module-text-over-image .ngue--container > .ngue--column:nth-child(2) {
    display: flex;
    height: 100%;
    grid-column: 2/4;
  }
}
.ngue--section.module-text-over-image .ngue--container > .ngue--column:last-child {
  grid-column: 2/4;
  grid-row: 4;
}
.ngue--section.module-text-over-image .ngue--container .ngue--module--text {
  line-height: 1.5;
}
.ngue--section.module-text-over-image-without-link .ngue--container {
  grid-template-columns: 4vw auto;
  grid-template-rows: 40vh repeat(2, min-content);
}
@media screen and (min-width: 73em) {
  .ngue--section.module-text-over-image-without-link .ngue--container {
    grid-template-columns: 1fr 19vw 19vw;
    grid-template-rows: auto 22.5vh auto;
  }
}
.ngue--section.module-text-over-image-without-link .ngue--container > .ngue--column:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.ngue--section.module-text-over-image-without-link .ngue--container > .ngue--column:nth-child(2) {
  grid-column: 2;
  grid-row: 2/4;
}
@media screen and (max-width: 73em) {
  .ngue--section.module-text-over-image-without-link .ngue--container > .ngue--column:nth-child(2) {
    align-self: flex-end;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.module-text-over-image-without-link .ngue--container > .ngue--column:nth-child(2) {
    display: flex;
    height: 100%;
    grid-column: 2/4;
  }
}
.ngue--section.module-text-over-image-without-link .ngue--container .ngue--module--text {
  line-height: 1.5;
}
.ngue--section.module-text-over-image-without-link-reverse .ngue--container {
  grid-template-columns: 4vw auto;
  grid-template-rows: 40vh repeat(2, min-content);
}
@media screen and (min-width: 73em) {
  .ngue--section.module-text-over-image-without-link-reverse .ngue--container {
    grid-template-columns: 19vw 19vw 1fr;
    grid-template-rows: auto 22.5vh auto auto;
  }
}
.ngue--section.module-text-over-image-without-link-reverse .ngue--container > .ngue--column:nth-child(2) {
  grid-column: 1/3;
  grid-row: 2/4;
}
.ngue--section.module-text-over-image-without-link-reverse .ngue--container > .ngue--column:first-child {
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 73em) {
  .ngue--section.module-text-over-image-without-link-reverse .ngue--container > .ngue--column:first-child {
    align-self: flex-end;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.module-text-over-image-without-link-reverse .ngue--container > .ngue--column:first-child {
    display: flex;
    height: 100%;
    grid-column: 2/4;
  }
}
.ngue--section.module-text-over-image-without-link-reverse .ngue--container .ngue--module--text {
  line-height: 1.5;
}
.ngue--section.module-text-over-image-reverse {
  position: relative;
}
.ngue--section.module-text-over-image-reverse .ngue--container {
  grid-template-columns: 4vw auto;
  grid-template-rows: auto 11.25vh min-content auto;
}
@media screen and (min-width: 73em) {
  .ngue--section.module-text-over-image-reverse .ngue--container {
    grid-template-columns: 19vw 19vw 1fr;
    grid-template-rows: auto 22.5vh auto min-content;
  }
}
.ngue--section.module-text-over-image-reverse .ngue--container > .ngue--column:first-child {
  grid-column: 1/3;
  grid-row: 2/4;
  z-index: 3;
}
.ngue--section.module-text-over-image-reverse .ngue--container > .ngue--column:nth-child(2) {
  grid-row: 4;
  grid-column: 1/3;
  justify-self: flex-end;
}
.ngue--section.module-text-over-image-reverse .ngue--container > .ngue--column:last-child {
  grid-column: 2/4;
  grid-row: 1/3;
}
.ngue--section.module-text-over-image-reverse .ngue--container > .ngue--column:last-child .ngue--module--image {
  height: 100%;
}
@media screen and (min-width: 73em) {
  .ngue--section.module-text-over-image-reverse .ngue--container .ngue--module--image span {
    transform: translateX(-60%);
  }
}
.ngue--section.module-text-over-image-reverse .ngue--container .ngue--module--text {
  line-height: 1.5;
}
.ngue--section.module-text-over-image-reverse .ngue--container .ngue--column--contains--image span {
  font-size: clamp(1.7rem, var(--vwh) * 9.1, 9.1 * 50px);
  position: absolute;
  top: 15rem;
  left: 1rem;
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
  text-transform: lowercase;
  z-index: 2;
}
@media screen and (min-width: 73.01em) {
  .ngue--section.module-text-over-image-reverse .ngue--container .ngue--column--contains--image span {
    font-size: clamp(1.7rem, var(--vwh) * 11.7, 11.7 * 50px);
  }
}
.ngue--section.module-text-over-image-reverse .ngue--container .ngue--column--contains--image img {
  height: 90vh !important;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side .ngue--container {
    grid-template-columns: auto 38vw;
    grid-template-rows: auto auto min-content;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side .ngue--container > div:first-child {
    height: 100vh;
    grid-row: 1/3;
    grid-column: 1;
  }
}
.ngue--section.text-image-side-by-side .ngue--container > div:first-child .ngue--module--image {
  height: 100%;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side .ngue--container > div:nth-child(2) {
    grid-row: 2;
    grid-column: 2;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side .ngue--container > div:nth-child(3) {
    grid-row: 3;
    grid-column: 2;
  }
}
.ngue--section.text-image-side-by-side .ngue--container .ngue--module--text {
  line-height: 1.5;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse .ngue--container {
    grid-template-columns: 38vw auto;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse .ngue--container > div:first-child {
    grid-row: 1;
    grid-column: 1/3;
    transform: translateX(calc(-8vw + 1rem));
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse .ngue--container > div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    align-self: flex-end;
  }
}
.ngue--section.text-image-side-by-side-reverse .ngue--container > div:nth-child(3) {
  grid-row: 4;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse .ngue--container > div:nth-child(3) {
    grid-row: 3;
    grid-column: 2;
  }
}
.ngue--section.text-image-side-by-side-reverse .ngue--container > div:nth-child(4) {
  position: relative;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse .ngue--container > div:nth-child(4) {
    grid-row: 1/3;
    grid-column: 2;
  }
}
.ngue--section.text-image-side-by-side-reverse .ngue--container > div:nth-child(4) .ngue--module--image {
  height: 100%;
}
.ngue--section.text-image-side-by-side-reverse .ngue--container > div:nth-child(4) .ngue--module--image > img:last-child:not(:first-of-type) {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 40%;
  height: auto;
  z-index: 2;
}
.ngue--section.text-image-side-by-side-reverse .ngue--container > div:nth-child(4) > div:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 60%;
}
.ngue--section.text-image-side-by-side-reverse .ngue--container .ngue--module--text {
  line-height: 1.5;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse-without-title .ngue--container {
    grid-template-columns: 38vw auto;
  }
}
.ngue--section.text-image-side-by-side-reverse-without-title .ngue--container > div:first-child {
  align-self: flex-end;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse-without-title .ngue--container > div:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
    justify-self: flex-end;
  }
}
.ngue--section.text-image-side-by-side-reverse-without-title .ngue--container > div:nth-child(3) {
  grid-row: 1;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse-without-title .ngue--container > div:nth-child(3) {
    grid-column: 2;
  }
}
.ngue--section.text-image-side-by-side-reverse-without-title .ngue--container .ngue--module--text {
  line-height: 1.5;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse-without-link .ngue--container {
    grid-template-columns: 38vw auto;
    grid-template-rows: auto auto min-content;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse-without-link .ngue--container > div:first-child {
    grid-row: 2;
    grid-column: 1;
  }
}
.ngue--section.text-image-side-by-side-reverse-without-link .ngue--container > div:nth-child(2) {
  grid-row: 1;
}
@media screen and (min-width: 73em) {
  .ngue--section.text-image-side-by-side-reverse-without-link .ngue--container > div:nth-child(2) {
    height: 100vh;
    grid-row: 1/3;
    grid-column: 2;
  }
}
.ngue--section.text-image-side-by-side-reverse-without-link .ngue--container > div:nth-child(2) div {
  height: 100%;
}
.ngue--section.text-image-side-by-side-reverse-without-link .ngue--container .ngue--module--text {
  line-height: 1.5;
}
@media screen and (min-width: 73em) {
  .ngue--section.double-image .ngue--container {
    grid-template-columns: 38vw 1fr;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.double-image .ngue--container > div:first-of-type {
    align-self: flex-end;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.double-image .ngue--container > div:nth-of-type(2) {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (min-width: 73em) {
  .ngue--section.double-image .ngue--container > div:last-of-type {
    grid-column: 2;
    grid-row: 2;
  }
}
.ngue--section.double-image .ngue--container .ngue--module--image {
  height: 100vh;
}
.ngue--section.double-image .ngue--container .ngue--module--image img {
  height: 100%;
}
.ngue--section.double-image .ngue--container .ngue--module--text {
  line-height: 1.5;
}
@media screen and (min-width: 53.125em) {
  .ngue--section.full-image-with-text .ngue--container {
    grid-template-columns: 16vw 38vw 1fr;
    grid-template-rows: max-content 70vh 10rem auto;
  }
}
.ngue--section.full-image-with-text .ngue--container > div:first-child {
  padding-left: 1rem;
}
@media screen and (min-width: 53.125em) {
  .ngue--section.full-image-with-text .ngue--container > div:first-child {
    grid-column: 1/5;
  }
}
@media screen and (max-width: 53.124em) {
  .ngue--section.full-image-with-text .ngue--container > div:nth-child(2) {
    height: 40vh;
  }
}
@media screen and (min-width: 53.125em) {
  .ngue--section.full-image-with-text .ngue--container > div:nth-child(2) {
    grid-column: 1/5;
    grid-row: 2/4;
  }
}
.ngue--section.full-image-with-text .ngue--container > div:nth-child(2) .ngue--module--image {
  height: 100%;
}
@media screen and (min-width: 53.125em) {
  .ngue--section.full-image-with-text .ngue--container > div:nth-child(3) {
    grid-column: 2;
    grid-row: 3/5;
  }
}
@media screen and (min-width: 53.125em) {
  .ngue--section.full-image-with-text .ngue--container > div:last-child {
    grid-row: 4;
    grid-column: 3;
  }
}
.ngue--section.full-image-with-text img {
  height: 100%;
}
.ngue--section.full-image-with-text .ngue--module--text {
  line-height: 1.5;
}
.ngue--section[data-reference=test] .ngue--container {
  grid-template-columns: 1fr 1fr;
}
.ngue--section .ngue--container {
  display: grid;
}
.ngue--section .ngue--container > .ngue--column {
  display: flex;
  flex-direction: column;
}
.ngue--section .ngue--container > .ngue--column:first-child div {
  height: 100%;
}
.ngue--section .ngue--container > .ngue--column:first-child img {
  height: 100%;
}
.ngue--section .ngue--container > .ngue--column:last-child img {
  height: 100%;
}

/*************************************************************************

    Default NGUE Images

*************************************************************************/
.img-wrapper, .video-wrapper {
  position: relative;
  display: flex;
}
.img-wrapper:not(.loading)::before, .video-wrapper:not(.loading)::before {
  opacity: 0;
}
.img-wrapper::before, .video-wrapper::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e907";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  font-size: 2rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}

img, section video {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 40vh;
  object-fit: cover;
  user-select: none;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/neue/public/img/sigle.svg");
  background-size: 2rem;
  background-position: center;
  transition: opacity 0.3s ease-in-out;
}

picture {
  position: relative;
  display: flex;
  overflow: hidden;
}
picture img, picture section video, section picture video {
  width: 100%;
  object-fit: cover;
}

/*************************************************************************

    Default variant for the text module

*************************************************************************/
.ngue--module--text--default {
  height: 100%;
}
.ngue--module--text--default.ngue--bg-color--black {
  color: white;
}

/*************************************************************************

    Default columns module

*************************************************************************/
.ngue--column {
  z-index: 2;
}

/*************************************************************************

    Small padding for all NGUE elements and modules

*************************************************************************/
.ngue--padding-top--small, .ngue--padding-vertical--small, .ngue--padding--small, .ngue--padding-right-top-bottom--small, .ngue--padding-left-top-bottom--small, .ngue--padding-left-right-top--small, .ngue--padding-left-top--small {
  padding-top: 1rem;
}

.ngue--padding-bottom--small, .ngue--padding-vertical--small, .ngue--padding--small, .ngue--padding-right-top-bottom--small, .ngue--padding-left-top-bottom--small, .ngue--padding-left-right-bottom--small, .ngue--padding-left-bottom--small {
  padding-bottom: 1rem;
}

.ngue--padding-left--small, .ngue--padding-horizontal--small, .ngue--padding--small, .ngue--padding-left-top-bottom--small, .ngue--padding-left-right-bottom--small, .ngue--padding-left-right-top--small, .ngue--padding-left-bottom--small, .ngue--padding-left-top--small {
  padding-left: 2vw;
}

.ngue--padding-right--small, .ngue--padding-horizontal--small, .ngue--padding--small, .ngue--padding-right-top-bottom--small, .ngue--padding-left-right-bottom--small, .ngue--padding-left-right-top--small {
  padding-right: 2vw;
}

/*************************************************************************

    Default padding for all NGUE elements and modules

*************************************************************************/
.ngue--padding-top--medium, .ngue--padding-vertical--medium, .ngue--padding--medium, .ngue--padding-right-top-bottom--medium, .ngue--padding-left-top-bottom--medium, .ngue--padding--left-top-right-medium, .ngue--padding-left-top--medium {
  padding-top: 2rem;
}

.ngue--padding-bottom--medium, .ngue--padding-vertical--medium, .ngue--padding--medium, .ngue--padding-right-top-bottom--medium, .ngue--padding-left-top-bottom--medium, .ngue--padding-left-right-bottom--medium, .ngue--padding-left-bottom--medium {
  padding-bottom: 2rem;
}

.ngue--padding-left--medium, .ngue--padding-horizontal--medium, .ngue--padding--medium, .ngue--padding-left-top-bottom--medium, .ngue--padding-left-right-bottom--medium, .ngue--padding--left-top-right-medium, .ngue--padding-left-bottom--medium, .ngue--padding-left-top--medium {
  padding-left: 4vw;
}

.ngue--padding-right--medium, .ngue--padding-horizontal--medium, .ngue--padding--medium, .ngue--padding-right-top-bottom--medium, .ngue--padding-left-right-bottom--medium, .ngue--padding--left-top-right-medium {
  padding-right: 4vw;
}

/*************************************************************************

    Small padding for all NGUE elements and modules

*************************************************************************/
.ngue--padding-top--big, .ngue--padding-vertical--big, .ngue--padding--big, .ngue--padding-right-top-bottom--big, .ngue--padding-left-top-bottom--big, .ngue--padding-left-right-top--big, .ngue--padding-left-top--big {
  padding-top: 4rem;
}

.ngue--padding-bottom--big, .ngue--padding-vertical--big, .ngue--padding--big, .ngue--padding-right-top-bottom--big, .ngue--padding-left-top-bottom--big, .ngue--padding--left-bottom-right-big, .ngue--padding-left-bottom--big {
  padding-bottom: 4rem;
}

.ngue--padding-left--big, .ngue--padding-horizontal--big, .ngue--padding--big, .ngue--padding-left-top-bottom--big, .ngue--padding--left-bottom-right-big, .ngue--padding-left-right-top--big, .ngue--padding-left-bottom--big, .ngue--padding-left-top--big {
  padding-left: 8vw;
}

.ngue--padding-right--big, .ngue--padding-horizontal--big, .ngue--padding--big, .ngue--padding-right-top-bottom--big, .ngue--padding--left-bottom-right-big, .ngue--padding-left-right-top--big {
  padding-right: 8vw;
}

/*************************************************************************

    Small padding for all NGUE elements and modules

*************************************************************************/
@media screen and (min-width: 50em) {
  .ngue--desktop-padding-top--small, .ngue--desktop-padding-vertical--small, .ngue--desktop-padding--small, .ngue--desktop-padding-right-top-bottom--small, .ngue--desktop-padding-left-top-bottom--small, .ngue--desktop-padding-left-right-top--small, .ngue--desktop-padding-left-top--small {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 50em) {
  .ngue--desktop-padding-bottom--small, .ngue--desktop-padding-vertical--small, .ngue--desktop-padding--small, .ngue--desktop-padding-right-top-bottom--small, .ngue--desktop-padding-left-top-bottom--small, .ngue--desktop-padding-left-right-bottom--small, .ngue--desktop-padding-left-bottom--small {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 50em) {
  .ngue--desktop-padding-left--small, .ngue--desktop-padding-horizontal--small, .ngue--desktop-padding--small, .ngue--desktop-padding-left-top-bottom--small, .ngue--desktop-padding-left-right-bottom--small, .ngue--desktop-padding-left-right-top--small, .ngue--desktop-padding-left-bottom--small, .ngue--desktop-padding-left-top--small {
    padding-left: 4vw;
  }
}

@media screen and (min-width: 50em) {
  .ngue--desktop-padding-right--small, .ngue--desktop-padding-horizontal--small, .ngue--desktop-padding--small, .ngue--desktop-padding-right-top-bottom--small, .ngue--desktop-padding-left-right-bottom--small, .ngue--desktop-padding-left-right-top--small {
    padding-right: 4vw;
  }
}

/*************************************************************************

    Default padding for all NGUE elements and modules

*************************************************************************/
@media screen and (min-width: 50em) {
  .ngue--desktop-padding-top--medium, .ngue--desktop-padding-vertical--medium, .ngue--desktop-padding--medium, .ngue--desktop-padding-right-top-bottom--medium, .ngue--desktop-padding-left-top-bottom--medium, .ngue--desktop-padding--left-top-right-medium, .ngue--desktop-padding-left-top--medium {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 50em) {
  .ngue--desktop-padding-bottom--medium, .ngue--desktop-padding-vertical--medium, .ngue--desktop-padding--medium, .ngue--desktop-padding-right-top-bottom--medium, .ngue--desktop-padding-left-top-bottom--medium, .ngue--desktop-padding-left-right-bottom--medium, .ngue--desktop-padding-left-bottom--medium {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 50em) {
  .ngue--desktop-padding-left--medium, .ngue--desktop-padding-horizontal--medium, .ngue--desktop-padding--medium, .ngue--desktop-padding-left-top-bottom--medium, .ngue--desktop-padding-left-right-bottom--medium, .ngue--desktop-padding--left-top-right-medium, .ngue--desktop-padding-left-bottom--medium, .ngue--desktop-padding-left-top--medium {
    padding-left: 8vw;
  }
}

@media screen and (min-width: 50em) {
  .ngue--desktop-padding-right--medium, .ngue--desktop-padding-horizontal--medium, .ngue--desktop-padding--medium, .ngue--desktop-padding-right-top-bottom--medium, .ngue--desktop-padding-left-right-bottom--medium, .ngue--desktop-padding--left-top-right-medium {
    padding-right: 8vw;
  }
}

/*************************************************************************

    Small padding for all NGUE elements and modules

*************************************************************************/
@media screen and (min-width: 73em) {
  .ngue--desktop-padding-top--big, .ngue--desktop-padding-vertical--big, .ngue--desktop-padding--big, .ngue--desktop-padding-right-top-bottom--big, .ngue--desktop-padding-left-top-bottom--big, .ngue--desktop-padding-left-right-top--big, .ngue--desktop-padding-left-top--big {
    padding-top: 15rem;
  }
}

@media screen and (min-width: 73em) {
  .ngue--desktop-padding-bottom--big, .ngue--desktop-padding-vertical--big, .ngue--desktop-padding--big, .ngue--desktop-padding-right-top-bottom--big, .ngue--desktop-padding-left-top-bottom--big, .ngue--desktop-padding--left-bottom-right-big, .ngue--desktop-padding-left-bottom--big {
    padding-bottom: 15rem;
  }
}

@media screen and (min-width: 73em) {
  .ngue--desktop-padding-left--big, .ngue--desktop-padding-horizontal--big, .ngue--desktop-padding--big, .ngue--desktop-padding-left-top-bottom--big, .ngue--desktop-padding--left-bottom-right-big, .ngue--desktop-padding-left-right-top--big, .ngue--desktop-padding-left-bottom--big, .ngue--desktop-padding-left-top--big {
    padding-left: 16vw;
  }
}

@media screen and (min-width: 73em) {
  .ngue--desktop-padding-right--big, .ngue--desktop-padding-horizontal--big, .ngue--desktop-padding--big, .ngue--desktop-padding-right-top-bottom--big, .ngue--desktop-padding--left-bottom-right-big, .ngue--desktop-padding-left-right-top--big {
    padding-right: 16vw;
  }
}

/*************************************************************************

    Background colors for all NGUE elements and modules

*************************************************************************/
.ngue--bg-color--white {
  background-color: white;
}

.ngue--bg-color--black {
  background-color: black;
}

.ngue--module-template--image-90vh img {
  height: 90vh !important;
}

.ngue--module-template--texte-over-image > span {
  font-size: clamp(1.7rem, var(--vwh) * 9.1, 9.1 * 50px);
  position: absolute;
  font-family: "Switzer-Variable";
  font-variation-settings: "wght" 200;
  text-transform: lowercase;
  color: white;
  z-index: 2;
}
@media screen and (max-width: 73em) {
  .ngue--module-template--texte-over-image > span {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (min-width: 73.01em) {
  .ngue--module-template--texte-over-image > span {
    font-size: clamp(1.7rem, var(--vwh) * 11.7, 11.7 * 50px);
    bottom: 0;
    width: 46vw;
    padding: 1rem;
  }
}
.ngue--module-template--texte-over-image > span mark {
  display: block;
}

.ngue--module-template--small-text-left {
  line-height: 1.5;
}
@media screen and (min-width: 59.375em) {
  .ngue--module-template--small-text-left {
    max-width: 40%;
  }
}

.ngue--module-template--small-text-right {
  line-height: 1.5;
}
@media screen and (min-width: 59.375em) {
  .ngue--module-template--small-text-right {
    max-width: 40%;
    margin-left: auto;
  }
}

body:not(.cookies-banner-active) .cookies-banner {
  transform: translateY(100%);
  pointer-events: none;
}

.cookies-banner {
  position: fixed;
  display: flex;
  align-items: center;
  gap: 4rem;
  bottom: 0;
  left: 0;
  width: 95%;
  padding: 2rem;
  background-color: black;
  color: white;
  transition: transform 0.3s ease-in-out;
  z-index: 5000;
}
@media screen and (max-width: 63.688em) {
  .cookies-banner {
    padding: 1rem;
  }
}
@media screen and (min-width: 63.75em) {
  .cookies-banner {
    width: 43vw;
  }
}
.cookies-banner > div > div {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cookies-banner > div > p {
  font-size: clamp(0.8rem, var(--vwh) * 1.04, 1.04 * 50px);
}
.cookies-banner button {
  padding: 0.8em 1.6em;
  font-size: 0.9em;
}
.cookies-banner p {
  margin: 0;
  margin-bottom: 2rem;
}
.cookies-banner p a {
  color: "";
}
.cookies-banner hr {
  margin: 2vh 0;
  background-color: #333333;
  height: 3px;
}
.cookies-banner .--secondary {
  color: white;
  border-color: white;
}
.cookies-banner .--secondary::before {
  border-color: white;
}
.cookies-banner .--icon {
  font-size: 6rem;
}
@media screen and (max-width: 93.688em) {
  .cookies-banner .--icon {
    display: none;
  }
}
.cookies-banner .--title {
  font-size: clamp(1rem, var(--vwh) * 1.3, 1.3 * 50px);
  color: "";
  margin-bottom: 1rem;
}

.cta-button {
  display: flex;
  cursor: pointer;
}

html.cookies-manager-active {
  overflow: hidden;
}
html.cookies-manager-active body {
  overflow: hidden;
}
html.cookies-manager-active .navigation {
  z-index: 0;
}

body:not(.cookies-manager-active) .cookies-manager {
  opacity: 0;
  pointer-events: none;
}
body.cookies-manager-active {
  overflow: hidden;
}
body.cookies-manager-active::after {
  opacity: 0.5;
  z-index: 399;
}
body::after {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #DBDBDB;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.cookies-manager {
  position: fixed;
  display: flex;
  gap: 4rem;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 95%;
  padding: 2rem;
  background-color: black;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
  color: white;
  z-index: 400;
}
@media screen and (min-width: 83.438em) {
  .cookies-manager {
    width: 60vw;
  }
}
.cookies-manager > p {
  margin: 0;
}
.cookies-manager header {
  margin-top: 2vh;
  display: flex;
}
@media screen and (max-width: 33.063em) {
  .cookies-manager header {
    flex-direction: column;
  }
}
@media screen and (min-width: 33.125em) {
  .cookies-manager header {
    align-items: center;
    column-gap: 1vw;
  }
}
.cookies-manager header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 33.063em) {
  .cookies-manager header > div {
    width: 100%;
  }
}
@media screen and (min-width: 33.125em) {
  .cookies-manager header > div {
    margin-left: auto;
  }
}
.cookies-manager h4 {
  margin: 0;
}
.cookies-manager .--title {
  font-size: clamp(1rem, var(--vwh) * 2.08, 2.08 * 50px);
  color: "";
  margin-bottom: 1rem;
}
.cookies-manager footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 63.688em) {
  .cookies-manager footer {
    flex-direction: column;
    align-items: center;
  }
}
.cookies-manager .--toggle {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.cookies-manager .--toggle:hover {
  background-color: transparent;
}
@media screen and (max-width: 33.063em) {
  .cookies-manager .--toggle {
    margin: 0;
    order: 3;
  }
}
@media screen and (min-width: 33.125em) {
  .cookies-manager .--toggle {
    margin-left: 0;
  }
}
.cookies-manager .--toggle::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: white;
  transform: translateY(-50%);
}
.cookies-manager .--toggle::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: white;
  transform: translateX(-50%);
}
.cookies-manager .accordion p {
  display: none;
  margin-bottom: 0;
  margin-top: 2vh;
}
.cookies-manager .accordion.active p {
  display: block;
}
.cookies-manager .accordion.active .--toggle::after {
  transform: translateX(-50%) rotate(90deg);
}
.cookies-manager .--secondary {
  font-size: clamp(1rem, var(--vwh) * 1.3, 1.3 * 50px);
  padding-left: 2rem;
  padding-right: 2rem;
  color: white;
  border-color: white;
}
.cookies-manager .--secondary::before {
  border-color: white;
}
.cookies-manager .--icon {
  font-size: 12rem;
}
@media screen and (max-width: 53.063em) {
  .cookies-manager .--icon {
    display: none;
  }
}
.cookies-manager p a {
  color: "";
}
.cookies-manager button {
  padding: 0.8em 1.6em;
  font-size: 0.9em;
}

.cookies-manager .--cm-button {
  background-color: black;
  color: #E0A295;
  border: 1px solid #E0A295;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.cookies-manager .--cm-button:hover {
  color: black !important;
}
.cookies-manager .--cm-button:not(:disabled) {
  cursor: pointer;
}
.cookies-manager .--cm-button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.cookies-manager .--cm-button.active {
  background-color: #E0A295;
  color: black;
  pointer-events: none;
}

.menu-trigger:hover > .burger-line {
  background-color: #E0A295 !important;
}
.menu-trigger:hover > .burger-line:first-child {
  width: 100%;
}
.menu-trigger:hover > .burger-line:nth-child(2) {
  width: 75%;
}
.menu-trigger:hover > .burger-line:nth-child(3) {
  width: 50%;
}
.menu-trigger:hover > .burger-line:nth-child(4) {
  width: 25%;
}

.menu-trigger {
  position: relative;
  width: 3rem;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: align-items 0.3s ease-in-out;
  z-index: 201;
}
.menu-trigger:hover {
  align-items: flex-start;
}
.menu-trigger > .burger-line {
  position: absolute;
  background-color: white;
  height: 1px;
  right: 0;
  transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out, top 0.3s ease-in-out;
}
.menu-trigger > .burger-line:first-child {
  top: 0;
  width: 25%;
  transform: rotate(0);
}
.menu-trigger > .burger-line:nth-child(2) {
  top: 25%;
  width: 50%;
}
.menu-trigger > .burger-line:nth-child(3) {
  top: 50%;
  width: 75%;
}
.menu-trigger > .burger-line:nth-child(4) {
  top: 75%;
  width: 100%;
}

body.menu-active .menu-trigger:hover > .burger-line {
  width: 100%;
}
body.menu-active .menu-trigger > .burger-line {
  width: 100%;
  top: 50%;
  transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out, top 0.3s ease-in-out;
}

.nav-tooltip {
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  .nav-tooltip {
    display: none;
  }
}
.nav-tooltip > div {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #E0A295;
  color: white;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.nav-tooltip.anim-from-top > div {
  transform: translateY(100%);
}
.nav-tooltip.anim-from-bottom > div {
  transform: translateY(-100%);
}

body:not(.nav-tooltip-active) .nav-tooltip {
  opacity: 0;
}
body.nav-tooltip-active .nav-tooltip {
  opacity: 1;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
body.nav-tooltip-active .nav-tooltip > div {
  transform: translateY(0);
}

/*************************************************************************

   Extranet content default style

*************************************************************************/
/* ---- Variables ---- */
.page-template-template-extranet-page .full-image h2 {
  text-align: center;
}
.page-template-template-extranet-page .downloads .--container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, max-content));
  gap: 1rem;
  justify-content: center;
  padding: 0 4rem;
}
.page-template-template-extranet-page .downloads .--container .button {
  width: 100%;
}
.page-template-template-extranet-page .thank-you h2 {
  padding: 0 8vw;
  text-align: center;
}
.page-template-template-extranet-page .thank-you p {
  margin: 4rem 8vw;
}
@media screen and (min-width: 43.75em) {
  .page-template-template-extranet-page .thank-you p {
    margin: 4rem 16vw;
  }
}
@media screen and (min-width: 43.75em) {
  .page-template-template-extranet-page .thank-you img {
    width: 70vw;
  }
}
.page-template-template-extranet-page .contact {
  padding-right: 8vw;
}
.page-template-template-extranet-page .contact h2 {
  padding-left: 1rem;
}
@media screen and (min-width: 46.875em) {
  .page-template-template-extranet-page .contact {
    display: grid;
    grid-template-columns: 1fr 30vmax;
  }
}
@media screen and (min-width: 46.875em) {
  .page-template-template-extranet-page .contact .black-box {
    padding-top: 6rem;
  }
}

/*************************************************************************

   Extranet login default dtyle

*************************************************************************/
/* ---- Variables ---- */
.extranet-login {
  padding: 4rem 8vw !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4rem;
  height: 100vh;
}
@media screen and (min-width: 65.625em) {
  .extranet-login {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 4rem 16vw;
  }
}
@media screen and (min-width: 65.625em) {
  .extranet-login header {
    grid-column: 1;
    align-self: flex-end;
  }
}
@media screen and (min-width: 65.625em) {
  .extranet-login .--container {
    grid-column: 1;
    grid-row: 2;
  }
}
.extranet-login .--container form .input-wrapper {
  margin-bottom: 1rem;
}
.extranet-login .--container form .error-msg {
  color: red;
  margin-top: 1rem;
}
.extranet-login .--container input {
  width: 100%;
}
.extranet-login img {
  display: none;
}
@media screen and (min-width: 65.625em) {
  .extranet-login img {
    display: block;
    width: 30vw;
    max-width: 60vmin;
    grid-row: span 2;
  }
}

/********************************************************
    Base
********************************************************/
/********************************************************
    Components
********************************************************/
/********************************************************
    Layout
********************************************************/
/********************************************************
    Layout / Pages
********************************************************/
/********************************************************
    Layout / Headers
********************************************************/

/*# sourceMappingURL=main.css.map */