@charset "UTF-8";
/*
Theme Name: Atelier Alter Archi
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  appearance: button;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(124, 147, 197);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: rgb(87, 84, 84);
  text-decoration: underline;
}

/**
 * Basic styles for paragraphs
 */
p {
  padding: 0;
  margin: 0 0 0.75rem 0;
}
p.text:before {
  content: "—";
  display: inline;
  color: rgb(124, 147, 197);
  font-weight: 400;
}

/**
 * Background set-up with images
 */
html,
body {
  margin: 0;
  padding: 0;
}
html main,
body main {
  padding: 0 40px;
  min-height: calc(100vh - 332px);
}
html #page,
body #page {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

.background {
  background: rgba(249, 247, 247, 0.6);
}
.background-random__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.background-random__img {
  position: fixed;
  object-fit: cover;
  pointer-events: none;
}

@font-face {
  font-family: "PP Grafier";
  src: url("assets/fonts/PP Grafier/PPGrafier-BlackDisplay.eot");
  src: url("assets/fonts/PP Grafier/PPGrafier-BlackDisplay.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PP Grafier/PPGrafier-BlackDisplay.woff2") format("woff2"), url("assets/fonts/PP Grafier/PPGrafier-BlackDisplay.woff") format("woff"), url("assets/fonts/PP Grafier/PPGrafier-BlackDisplay.ttf") format("truetype"), url("assets/fonts/PP Grafier/PPGrafier-BlackDisplay.svg#PPGrafier-BlackDisplay") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Grafier";
  src: url("assets/fonts/PP Grafier/PPGrafier-RegularDisplay.eot");
  src: url("assets/fonts/PP Grafier/PPGrafier-RegularDisplay.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PP Grafier/PPGrafier-RegularDisplay.woff2") format("woff2"), url("assets/fonts/PP Grafier/PPGrafier-RegularDisplay.woff") format("woff"), url("assets/fonts/PP Grafier/PPGrafier-RegularDisplay.ttf") format("truetype"), url("assets/fonts/PP Grafier/PPGrafier-RegularDisplay.svg#PPGrafier-RegularDisplay") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Grafier";
  src: url("assets/fonts/PP Grafier/PPGrafier-BoldDisplay.eot");
  src: url("assets/fonts/PP Grafier/PPGrafier-BoldDisplay.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PP Grafier/PPGrafier-BoldDisplay.woff2") format("woff2"), url("assets/fonts/PP Grafier/PPGrafier-BoldDisplay.woff") format("woff"), url("assets/fonts/PP Grafier/PPGrafier-BoldDisplay.ttf") format("truetype"), url("assets/fonts/PP Grafier/PPGrafier-BoldDisplay.svg#PPGrafier-BoldDisplay") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(87, 84, 84);
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body main {
  font-family: Outfit;
  color: rgb(87, 84, 84);
  font-size: 17px;
  font-weight: 300;
}
body main .fw--xtra-light {
  font-weight: 200;
}
body main h2 {
  font-family: Outfit;
  color: rgb(87, 84, 84);
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 1.6rem;
  margin: 1rem 0;
}
body main h3 {
  font-family: Outfit;
  color: rgb(87, 84, 84);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1.6rem;
  margin: 1rem 0;
}
body main h4 {
  font-family: Outfit;
  color: rgb(87, 84, 84);
  font-size: 46px;
  font-weight: 500;
  margin: 1rem 0;
  line-height: 46px;
}
body main h5 {
  font-family: PP Grafier;
  color: rgb(124, 147, 197);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
body main h6 {
  font-family: PP Grafier;
  color: rgb(124, 147, 197);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 100;
  letter-spacing: 0.3rem;
  margin: 0;
}
body main button {
  font-family: Outfit;
  color: rgb(124, 147, 197);
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  border-style: none;
  background-color: transparent;
}
body main button a:hover, body main button a:focus, body main button a:focus-visible, body main button a:focus-within, body main button a:active, body main button a:visited, body main button a:target {
  text-decoration: none;
  color: rgb(124, 147, 197);
}
body main .accent-text {
  font-family: "PP Grafier";
  color: rgb(124, 147, 197);
  font-size: 17px;
  font-weight: normal;
}
body main .mandatory {
  font-family: inherit;
  color: rgb(124, 147, 197);
  font-size: inherit;
  font-weight: normal;
}
body main a.legals__link {
  font-family: PP Grafier;
  color: rgb(124, 147, 197);
}

header {
  font-family: Outfit;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

footer {
  font-family: Outfit;
  font-weight: 200;
  font-size: 17px;
  color: white;
}
footer a[href]:not([href^="mailto:"]), footer a[href]:not([href^="tel:"]) {
  text-decoration: underline;
  color: inherit;
}
footer a[href^="mailto:"],
footer a[href^="tel:"],
footer a.mail-link {
  text-decoration: none !important;
}

.site-footer {
  height: 230px;
  width: 100vw;
  background-color: rgb(124, 147, 197);
  color: white !important;
  position: absolute;
}
.site-footer--inner {
  max-width: 1400px;
  height: 230px;
  margin: auto;
  padding: 0;
  display: grid;
  grid-template-columns: max-content minmax(min-content, 200px) minmax(min-content, 375px) minmax(min-content, 300px);
  grid-template-rows: 1fr 1fr;
  gap: 1.5rem 5.5rem;
  grid-auto-flow: row;
  justify-content: start;
  align-content: center;
  justify-items: start;
  align-items: stretch;
  grid-template-areas: "logotype address logotype-OA socials" "logotype phone-email legals-and-privacy-links credits";
}
.site-footer__logotype {
  grid-area: logotype;
  justify-self: center;
  align-self: center;
  margin: 0 -0.5rem 0 2.5rem;
}
.site-footer__logotype__AAA {
  width: 95px;
}
.site-footer__address {
  grid-area: address;
  align-self: end;
  margin-bottom: -3.5px;
}
.site-footer__address__link {
  text-decoration: none !important;
}
.site-footer__phone-email {
  grid-area: phone-email;
}
.site-footer__OA {
  grid-area: logotype-OA;
  align-self: end;
  height: 32px;
}
.site-footer__legals-and-privacy-links {
  grid-area: legals-and-privacy-links;
}
.site-footer__socials {
  grid-area: socials;
  align-self: end;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: 30px;
  height: calc(32px + 1.5rem);
  line-height: 0.1rem;
}
.site-footer__socials__google, .site-footer__socials__instagram, .site-footer__socials__facebook {
  width: 30px;
}
.site-footer__credits {
  grid-area: credits;
}
.site-footer p {
  margin: 0;
  line-height: 1.15rem;
}
.site-footer a {
  color: white !important;
}
.site-footer__column {
  /* &--4 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }

  &--3 {
    a {
      display: inline-block;
    }
  } */
}
.site-footer__column__logotype__OA {
  height: 32px;
  align-self: end;
}

html {
  margin: 0 !important;
}
html #wpadminbar {
  display: none !important;
}

header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  padding: 0 40px;
}
@media (min-width: 320px) and (max-width: 479px) {
  header {
    padding: 0 1vw;
  }
}
header .logotype {
  width: 285px;
}
@media (min-width: 320px) and (max-width: 479px) {
  header .logotype {
    width: auto;
  }
}
header .logotype__AAA {
  width: 95px;
}
@media (min-width: 320px) and (max-width: 479px) {
  header .logotype__AAA {
    width: 55px;
  }
}

.projects {
  margin: 0 0 60px 0;
}
.projects__button {
  align-self: flex-start !important;
  padding: 75px 0 0 0 !important;
}
.projects__grid {
  position: relative;
  display: block;
  transition: height 0.5s ease;
}
.projects__grid--homepage {
  display: flex;
  flex-flow: row wrap;
  gap: 40px 20px;
}
.projects__grid--homepage .projects__card {
  width: calc(25% - 15px);
  position: unset;
  margin: 0;
  opacity: 1;
  transition: unset;
  will-change: unset;
}
.projects__card {
  width: calc((100% - 60px) / 4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s ease;
  will-change: transform, opacity;
}
.projects__card.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.projects__card__title {
  font-family: Outfit;
  font-size: 24px;
  font-weight: 600;
  color: rgb(87, 84, 84);
  line-height: 1.5rem;
  padding: 0;
  margin: 10px 0;
  text-transform: none;
  letter-spacing: normal;
}
.projects__card__img img {
  width: 100%;
  height: auto;
}
.projects__card__details--year, .projects__card__details--surface {
  margin: 0;
  line-height: 1.2rem;
}
.projects__card__details__label {
  font-family: "PP Grafier";
  font-size: 18px;
  font-weight: normal;
  color: rgb(124, 147, 197);
}
.projects__card__details__field {
  font-family: Outfit;
  font-size: 18px;
  font-weight: 200;
  color: rgb(87, 84, 84);
}
.projects__filter {
  display: flex;
  flex-flow: row nowrap;
  gap: 2rem;
  padding: 3rem 0;
}
.projects__filter__entry {
  text-transform: uppercase;
  font-family: Outfit;
  color: rgb(183, 196, 207);
  font-size: 20px;
  font-weight: 400;
}
.projects__filter__entry:hover {
  color: rgb(87, 84, 84);
  cursor: pointer;
}
.projects__filter__entry.is-active {
  color: rgb(87, 84, 84);
  background-image: linear-gradient(rgb(87, 84, 84), rgb(87, 84, 84));
  background-position: 0 1.5rem;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}

.primary-button {
  padding: 5px;
  align-self: end;
}
.primary-button__link {
  display: grid;
  grid-template-columns: max-content 30px;
  grid-template-rows: max-content max-content;
  grid-auto-flow: row;
  grid-template-areas: "atelier__hero-content__button--line-1 atelier__hero-content__button__icon" "atelier__hero-content__button--line-2 atelier__hero-content__button__icon";
}
.primary-button__link:hover .primary-button__decoration, .primary-button__link:focus .primary-button__decoration, .primary-button__link:focus-visible .primary-button__decoration {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}
.primary-button__link:active .primary-button__decoration, .primary-button__link.is-active .primary-button__decoration {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
  background-color: rgb(87, 84, 84);
}
.primary-button__link:active .primary-button__icon, .primary-button__link.is-active .primary-button__icon {
  color: rgb(87, 84, 84);
}
.primary-button--line-1 {
  justify-self: end;
  align-self: end;
  grid-area: atelier__hero-content__button--line-1;
}
.primary-button--line-2 {
  justify-self: end;
  align-self: start;
  grid-area: atelier__hero-content__button--line-2;
}
.primary-button__decoration {
  width: 12px;
  height: 12px;
  position: relative;
  background-color: rgb(124, 147, 197);
  opacity: 0;
  z-index: -1;
  transform: scaleX(0) scaleY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.primary-button__decoration--line-1 {
  grid-area: atelier__hero-content__button--line-1;
  justify-self: start;
  align-self: start;
  left: 1px;
  top: 5px;
  transform-origin: left top;
}
.primary-button__decoration--line-2 {
  grid-area: atelier__hero-content__button--line-2;
  justify-self: start;
  align-self: end;
  bottom: 4px;
  left: 1px;
  transform-origin: left bottom;
}
.primary-button__icon {
  width: 30px;
  justify-self: start;
  align-self: end;
  grid-area: atelier__hero-content__button__icon;
  position: relative;
  bottom: -10px;
  color: rgb(124, 147, 197);
}

.cta-button {
  font-family: Outfit;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(124, 147, 197);
}
.cta-button::after {
  content: "";
  position: relative;
  display: inline-block;
  bottom: 35px;
  width: 75%;
  height: 14px;
  background-color: rgb(87, 84, 84);
  opacity: 0.2;
  z-index: -1;
  transform: scaleX(1) scaleY(1);
  transform-origin: center bottom;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.cta-button:hover::after, .cta-button:focus-visible::after, .cta-button:active::after {
  opacity: 0.3;
  transform: scaleX(1) scaleY(1);
}

.site-navigation__list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  width: 375px;
  margin: 0;
  padding: 0;
}
.site-navigation__item {
  flex: none;
}
.site-navigation__item--current a {
  color: rgb(87, 84, 84);
  font-weight: 400;
}
.site-navigation__item--current a::after {
  opacity: 0.6;
  transform: scaleX(1) scaleY(1);
}
.site-navigation__item a {
  color: rgb(183, 196, 207);
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.site-navigation__item a::after {
  content: "";
  position: absolute;
  left: 12.5%;
  bottom: 2.5px;
  width: 75%;
  height: 10px;
  background-color: rgb(124, 147, 197);
  opacity: 0;
  z-index: -1;
  transform: scaleX(0) scaleY(0);
  transform-origin: center bottom;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-navigation__item a:hover, .site-navigation__item a:focus-visible {
  color: rgb(87, 84, 84);
}
.site-navigation__item a:hover::after, .site-navigation__item a:focus-visible::after {
  opacity: 0.4;
  transform: scaleX(0.17) scaleY(1);
}
.site-navigation__item a:active, .site-navigation__item a.is-active {
  color: rgb(87, 84, 84);
}
.site-navigation__item a:active::after, .site-navigation__item a.is-active::after {
  opacity: 0.6 !important;
  transform: scaleX(1) scaleY(1);
}

.slideshow {
  display: grid;
  grid-template-columns: 285px 1fr 1fr;
  grid-template-rows: 100%;
  gap: 0px 20px;
  grid-template-areas: "slideshow__caption slideshow__image slideshow__image";
  grid-area: 2/1/3/4;
  margin: 3rem 0 0 0;
}
.slideshow__slides-container.swiper {
  width: calc(100vw - 385px);
  height: auto;
  max-height: 80vh;
  margin: 0;
}
@media (min-width: 1440px) {
  .slideshow__slides-container.swiper {
    max-height: 720px;
  }
}
.slideshow__dummy-slide {
  opacity: 0;
  pointer-events: none;
}
.slideshow__aside {
  grid-area: slideshow__caption;
  align-self: center;
}
.slideshow__aside p {
  margin: 0;
}
.slideshow__aside p:before {
  content: "";
}
.slideshow__aside__caption {
  display: none;
}
.slideshow__aside__caption.is-active {
  display: block;
}
.slideshow__aside__caption--title {
  margin: 4rem 0 1rem;
  min-height: 92px;
}
.slideshow__aside__nav {
  display: flex;
  flex-flow: row nowrap;
  gap: 15px;
}
.slideshow__aside__nav__svg {
  color: rgb(124, 147, 197);
  transition: color 0.3s ease;
}
.slideshow__aside__nav .swiper-button-disabled .slideshow__aside__nav__svg {
  color: rgb(87, 84, 84);
}
.slideshow__aside__nav::after {
  content: "";
}
.slideshow__slides {
  grid-area: slideshow__image;
}
.slideshow__slides img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
.slideshow__slides .swiper-slide-active img {
  opacity: 1;
}

.atelier {
  margin: 0 0 60px 0;
}
.atelier__logotype__spelled-out {
  display: inline-block;
  line-height: 80px;
}
.atelier__logotype__spelled-out--atelier {
  font-family: Outfit;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 55px;
  color: rgb(87, 84, 84);
  letter-spacing: 1.6rem;
}
.atelier__logotype__spelled-out--aa {
  line-height: 30px;
}
.atelier__logotype__spelled-out--alter {
  font-family: "PP Grafier";
  font-weight: normal;
  font-size: 128px;
  color: rgb(124, 147, 197);
  margin: 0 0 0 285px;
}
.atelier__logotype__spelled-out--archi {
  font-family: "PP Grafier";
  font-weight: normal;
  font-size: 128px;
  color: rgb(87, 84, 84);
}
.atelier__hero-content {
  margin: 0 0 0 285px;
  width: 1020px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.atelier__hero-content__img {
  width: 555px;
  height: 726px;
}
.atelier__hero-content__textfield {
  display: flex;
  flex-flow: column nowrap;
  width: 425px;
}
.atelier__hero-content__text {
  font-family: Outfit;
  color: rgb(87, 84, 84);
  font-size: 1.15rem;
  font-weight: 300;
  padding: 0 60px 0 0;
}
.atelier__hero-content__text--dash {
  color: rgb(124, 147, 197);
}

.contact {
  height: 500px;
  margin: 0 0 60px 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.contact__text {
  color: rgb(87, 84, 84);
  margin: 0;
}
.contact__text--light-weight {
  font-family: Outfit;
  font-size: 40px;
  font-weight: 200;
  margin: 30px 0;
}
.contact__text--bold-weight {
  font-family: "PP Grafier";
  font-size: 33px;
  font-weight: bold;
  line-height: 2.25rem;
  margin: 0 0 80px 0;
}

.atelier-page {
  display: grid;
  grid-template-columns: 285px 0.5fr 0.5fr;
  grid-template-rows: auto 1fr auto;
  gap: 20px 20px;
  margin: 0 0 15vh 0;
}
.atelier-page__logotype {
  justify-self: start;
  align-self: end;
  grid-area: 1/1/2/3;
  width: 100%;
}
.atelier-page__logotype h1 .atelier__logotype__spelled-out--atelier {
  letter-spacing: 1.15rem;
  margin: 0 0 0 160px;
}
.atelier-page__logotype h1 .atelier__logotype__spelled-out--alter {
  margin: 0;
}
.atelier-page__logotype h1 .atelier__logotype__spelled-out--aa {
  line-height: 26px;
}
.atelier-page__modus-operandi p:before {
  content: "—";
  display: inline;
  color: rgb(124, 147, 197);
  font-weight: 400;
}
.atelier-page__modus-operandi__intro {
  display: grid;
  grid-template-columns: repeat(2, 0.5fr);
  gap: 0px 20px;
  grid-auto-flow: row;
  grid-template-areas: "modus-operandi__intro__title modus-operandi__intro__content";
  grid-area: 1/2/2/4;
}
.atelier-page__modus-operandi__intro__title {
  justify-self: center;
  align-self: start;
  grid-area: modus-operandi__intro__title;
  padding: 0 0 0 35%;
}
.atelier-page__modus-operandi__intro__content {
  justify-self: start;
  align-self: start;
  grid-area: modus-operandi__intro__content;
}
.atelier-page__modus-operandi__more {
  column-count: 2;
  column-gap: 20px;
  grid-area: 3/2/4/4;
}
.project-page {
  display: grid;
  grid-template-columns: 285px 0.5fr 0.5fr;
  grid-template-rows: auto 1fr auto;
  gap: 20px 20px;
  margin: 0 0 15vh 0;
}
.project-page__text-area {
  justify-self: start;
  align-self: end;
  grid-area: 1/1/2/3;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  gap: 5px;
}
.project-page__text-area__title {
  width: 100%;
  font-family: "PP Grafier";
  color: rgb(87, 84, 84);
  letter-spacing: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: none;
  padding: 0 285px 0 115px;
  text-wrap: balance;
}
.project-page__text-area__surface {
  font-family: "PP Grafier";
  font-weight: normal;
  font-size: 128px;
  margin: 0;
  letter-spacing: 0.6rem;
  line-height: 120px;
}
.project-page__text-area__surface--number {
  color: rgb(124, 147, 197);
  margin: 0 0 0 285px;
}
.project-page__text-area__surface--unit {
  color: rgb(87, 84, 84);
}
.project-page__modus-operandi p:before {
  content: "—";
  display: inline;
  color: rgb(124, 147, 197);
  font-weight: 400;
}
.project-page__modus-operandi__intro {
  display: grid;
  grid-template-columns: repeat(2, 0.5fr);
  gap: 0px 20px;
  grid-auto-flow: row;
  grid-template-areas: "modus-operandi__intro__title modus-operandi__intro__content";
  grid-area: 1/2/2/4;
}
.project-page__modus-operandi__intro__title {
  justify-self: center;
  align-self: start;
  grid-area: modus-operandi__intro__title;
  padding: 0 0 0 35%;
}
.project-page__modus-operandi__intro__content {
  justify-self: start;
  align-self: start;
  grid-area: modus-operandi__intro__content;
}

.contact-page {
  margin: 0 0 15vh 0;
}
.contact-page__general-info {
  display: grid;
  grid-template-columns: 285px 1fr;
  grid-template-rows: auto;
  gap: 20px 20px;
  margin: 0 0 50px 0;
}
.contact-page__general-info__text-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.contact-page__general-info__text-container__address, .contact-page__general-info__text-container__phone-mail, .contact-page__general-info__text-container__address a, .contact-page__general-info__text-container__phone-mail a {
  color: rgb(87, 84, 84) !important;
}
.contact-page__general-info__text-container__address:hover, .contact-page__general-info__text-container__phone-mail:hover, .contact-page__general-info__text-container__address a:hover, .contact-page__general-info__text-container__phone-mail a:hover {
  text-decoration: none;
}
.contact-page__general-info__text-container p,
.contact-page__general-info__text-container h5,
.contact-page__general-info__text-container a {
  margin: 0;
  padding: 0;
}
.contact-page__general-info__map,
.contact-page__general-info #map {
  width: 85%;
  height: 500px;
  box-shadow: 2px 2px 6px rgba(124, 147, 197, 0.4);
}
.contact-page__form-container .wpcf7-form {
  width: 60%;
  margin: 0 0 0 260px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: min-content min-content 1fr min-content;
  gap: 10px 120px;
  grid-auto-flow: row;
  grid-template-areas: "first-name last-name" "email phone" "message message" "submit-button submit-button";
}
.contact-page__form-container .wpcf7-form button,
.contact-page__form-container .wpcf7-form input,
.contact-page__form-container .wpcf7-form optgroup,
.contact-page__form-container .wpcf7-form select,
.contact-page__form-container .wpcf7-form textarea {
  height: 40px;
  width: 325px;
  border: none;
  box-shadow: 2px 2px 6px rgba(124, 147, 197, 0.4);
  padding: 0 10px;
}
.contact-page__form-container .wpcf7-form .wpcf7-form-control-wrap {
  position: unset !important;
}
.contact-page__form-container__first-name {
  justify-self: start;
  align-self: center;
  width: 100%;
  grid-area: first-name;
}
.contact-page__form-container__first-name p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.contact-page__form-container__last-name {
  justify-self: start;
  align-self: center;
  width: 100%;
  grid-area: last-name;
}
.contact-page__form-container__last-name p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.contact-page__form-container__email {
  justify-self: start;
  align-self: center;
  width: 100%;
  grid-area: email;
}
.contact-page__form-container__email p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.contact-page__form-container__phone {
  justify-self: start;
  align-self: center;
  width: 100%;
  grid-area: phone;
}
.contact-page__form-container__phone p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.contact-page__form-container__message {
  justify-self: start;
  align-self: center;
  width: 100%;
  align-self: start;
  grid-area: message;
}
.contact-page__form-container__message p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.contact-page__form-container__message p {
  align-items: start;
  flex-flow: row wrap;
}
.contact-page__form-container__message p .wpcf7-form-control-wrap {
  width: 90%;
}
.contact-page__form-container__message p textarea {
  width: 100% !important;
  height: 200px !important;
}
.contact-page__form-container__message p .wpcf7-character-count {
  width: 100%;
  align-self: end;
  text-align: end;
  font-size: 15px;
  color: rgb(124, 147, 197);
}
.contact-page__form-container__submit-button {
  justify-self: center;
  align-self: center;
  grid-area: submit-button;
}
.contact-page__form-container__submit-button p {
  width: min-content;
}
.contact-page__form-container__submit-button--field {
  width: auto !important;
  padding: 0 10px;
  background: none;
  text-transform: uppercase;
  color: rgb(124, 147, 197);
  font-weight: 500;
  border: 0.5px solid rgb(87, 84, 84) !important;
  cursor: pointer;
  transition: color 0.35s ease-in-out;
}
.contact-page__form-container__submit-button::after {
  content: "";
  position: absolute;
  left: calc(50% - 84px);
  bottom: 468px;
  width: 94px;
  height: 35px;
  background-color: rgb(124, 147, 197);
  opacity: 1;
  z-index: -1;
  transform-origin: right bottom;
  transform: translate(83.5px, 7px) scaleX(0.106) scaleY(0.286);
  transition: transform 0.35s ease, opacity 0.3s ease;
}
.contact-page__form-container__submit-button:hover .contact-page__form-container__submit-button--field {
  color: rgb(87, 84, 84);
}
.contact-page__form-container__submit-button:hover::after {
  opacity: 0.4;
  transform: translate(76px, 0) scaleX(1) scaleY(1);
}

.legals {
  display: grid;
  grid-template-columns: 73px 0.5fr 0.5fr;
  grid-template-rows: auto;
  gap: 20px 20px;
  margin: 0 0 60px 0;
}
.legals__title {
  padding: 1rem 0 0.6rem 0;
}
.legals__title:first-of-type {
  padding: 0 0 0.6rem 0;
}
.legals__cols {
  grid-area: 1/2/4/4;
  column-count: 2;
  column-gap: 30px;
  column-fill: balance;
}
.legals__cols p:first-child, .legals__cols__first-section {
  column-span: all;
  margin-bottom: 50px;
}
.legals__cols--2 {
  column-count: 2;
}

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