* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: transparent;
  color: #000;
}
::selection {
  background: transparent;
  color: #000;
}
::-moz-selection {
  background: transparent;
  color: #000;
}
#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ffffff;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  z-index: 90;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: #000000;
  text-decoration: underline;
}
#privacypolicy a:hover {
  text-decoration: none;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  color: crimson;
}
/* PLUGINS ===================================================================== */
/* SLICK Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick/slick.eot');
  src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* SIMPLE LIGHTBOX ===================================================================== */
body.hidden-scroll {
  padding-right: 0 !important;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.9;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 25px;
  width: 25px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
  background-image: url('../images/close-red.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
  height: 50px;
  width: 50px;
  background-image: url('../images/arrow-down.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
  height: 50px;
  width: 50px;
  background-image: url('../images/arrow-down.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
.realisation-lightbox .sl-close {
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 14px;
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  right: 20px;
  top: 20px;
}
.realisation-lightbox .sl-counter {
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 14px;
  top: 20px;
  left: 20px;
}
.realisation-lightbox + .sl-overlay {
  opacity: 1;
}
/* Before After Container ===================================================================== */
.bal-container {
  position: relative;
  width: 65%;
  height: auto;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
}
.bal-container.isvertical {
  width: calc(50% - 60px);
}
.bal-after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bal-before {
  display: block;
  position: relative;
  /*top: 0;*/
  /* right: 0; */
  /*bottom: 0;
    left: 0;*/
  width: 100%;
  height: 0%;
  z-index: 15;
  overflow: hidden;
}
.bal-before-inset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.bal-after img,
.bal-before img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.bal-beforePosition {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  left: 0;
  pointer-events: none;
  border-radius: 0.2rem;
  padding: 2px 10px;
}
.bal-afterPosition {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  right: 0;
  pointer-events: none;
  border-radius: 0.2rem;
  padding: 2px 10px;
}
.beforeLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.afterLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
/* handle and arrow */
.bal-handle {
  height: 41px;
  width: 41px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -21px;
  border: 2px solid #fff;
  border-radius: 1000px;
  z-index: 20;
  pointer-events: none;
  -webkit-box-shadow: 0 0 10px #0c0c0c;
          box-shadow: 0 0 10px #0c0c0c;
}
.handle-left-arrow,
.handle-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.handle-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}
.handle-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}
.bal-handle::before {
  bottom: 50%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px #0c0c0c;
          box-shadow: 0 0 10px #0c0c0c;
}
.bal-handle::after {
  top: 50%;
  margin-top: 20.5px;
  -webkit-box-shadow: 0 0 5px #0c0c0c;
          box-shadow: 0 0 5px #0c0c0c;
}
.bal-handle::before,
.bal-handle::after {
  content: " ";
  display: block;
  width: 2px;
  background: #fff;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
}
/* VARIABLES =================================================================== */
/*
@gutter: 2%;
@columns: 16;
*/
/* ANIMATIONS ====================================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes imageUp {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes imageUp {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes homeFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes homeFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes homeFadeInUpOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes homeFadeInUpOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    opacity: 0;
  }
}
.imageanimation {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
}
.imageanimation.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}
.imageanimation.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.imageanimation.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.imageanimation.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.imageanimation.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.imageanimation.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation {
  opacity: 0;
}
.fadeanimation.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUp {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
          animation: fadeInUp 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUp.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInUp.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInUp.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInUp.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInUp.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeInUp {
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
}
.fadeanimation.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
/* STYLES ====================================================================== */
* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
.cloak {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  background-color: white;
}
.cloak img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 300px;
}
body {
  background-color: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 2;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards 0.5s;
          animation: fadeIn 0.5s ease-in-out forwards 0.5s;
}
.plg-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.red {
  color: #e0201d !important;
  font-size: 14px;
}
h1,
h2 {
  color: #e0201d;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.61;
}
span.black {
  color: #000000 !important;
}
span.blackplus {
  color: #000000 !important;
  font-size: 18px;
}
span.plus {
  font-size: 18px;
}
a {
  color: #e0201d;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #000000;
}
a .plg-rs1-item {
  color: #FFFFFF;
}
/*a[href^="tel:"], a[href^="mailto:"] {
	white-space: nowrap;
}*/
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.plg-imagecontainer {
  height: 0;
  width: 100%;
  display: block;
  position: relative;
}
.plg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.siteby {
  color: #e0e0e0;
  text-transform: uppercase;
}
.arrowbutton {
  color: #e0201d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrowbutton img {
  width: 30px;
  height: auto;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.arrowbutton:hover {
  color: #e0201d;
}
.arrowbutton:hover img {
  margin-right: 7px;
}
#form-success {
  display: none;
}
#feedback.erroneous,
#feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
#popup {
  z-index: 99999;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#popup .popup-content {
  background-color: #e0201d;
  color: #fff;
  max-width: 500px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
}
#popup h4 {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 20px 0;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.2;
}
#popup p:last-of-type {
  margin-bottom: 0;
}
#popup p strong {
  font-weight: bold;
}
#popup .popup-close {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#popup .popup-close img {
  pointer-events: none;
  width: 100%;
  height: auto;
}
#popup.hideme {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  #popup .popup-content {
    max-width: calc(100% - 30px);
    overflow-y: auto;
  }
  #popup .popup-close {
    right: 15px;
    top: 15px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
  z-index: 90;
  background-color: #fff;
}
header .plg-headergrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .plg-headergrid .plg-headeritem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .plg-home {
  display: inline-block;
  max-width: 230px;
  width: 230px;
}
header .pagetitle {
  color: #e0201d;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-right: 26px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.7;
}
header .languages a {
  color: #e0e0e0;
  margin-right: 10px;
}
header .languages a.active,
header .languages a:hover {
  color: #e0201d;
}
header .languages a:last-child {
  margin: 0;
}
header.active {
  /*.pagetitle{
			display: none;
		}*/
}
header.active .plg-headergrid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header.active .plg-headergrid .plg-headeritem {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header.small {
  padding: 30px 0;
}
nav {
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background-color: #fff;
}
nav a {
  color: #000000;
}
nav a:hover {
  color: #e0201d;
}
nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
nav > ul > li {
  margin-right: 80px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 2.22;
}
nav > ul > li .navlisttitle {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #a1a1a1;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
nav > ul > li .navlisttitle.nolink {
  pointer-events: none;
}
nav > ul > li .navlisttitle:hover {
  border-color: #e0201d;
}
nav > ul > li ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0 0;
}
nav > ul > li ul li {
  font-weight: 400;
}
nav > ul > li ul li a.active {
  color: #e0201d;
}
nav > ul > li.align-right {
  margin: 0 80px 0 auto;
}
nav > ul > li.align-right:last-child {
  margin: 0;
}
nav > ul .inner-list {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0 0;
  padding-right: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-gap: 0 80px;
  /*li {
				font-weight: @weightregular;
				a {
					&.active {
						color: @color;
					}
				}
			}*/
}
nav.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  width: 100%;
  padding: 60px 0;
}
.hamburger {
  z-index: 100;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  position: relative;
  height: 18px;
}
.hamburger .hamburger-box {
  display: inline-block;
  width: 30px;
  height: 18px;
  position: relative;
}
.hamburger .hamburger-box .hamburger-inner {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: backgroud-color, -webkit-transform;
  transition-property: backgroud-color, -webkit-transform;
  transition-property: transform, backgroud-color;
  transition-property: transform, backgroud-color, -webkit-transform;
  background-color: #000000;
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
}
.hamburger .hamburger-box .hamburger-inner:after,
.hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: backgroud-color, -webkit-transform;
  transition-property: backgroud-color, -webkit-transform;
  transition-property: transform, backgroud-color;
  transition-property: transform, backgroud-color, -webkit-transform;
  background-color: #000000;
}
.hamburger .hamburger-box .hamburger-inner:after {
  top: -14px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger .hamburger-box .hamburger-inner:before {
  top: -7px;
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.active .hamburger-box .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.hamburger.active .hamburger-box .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger.active .hamburger-box .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.plg-headerspacer {
  height: 157px;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.slick-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.plg-downbutton {
  cursor: pointer;
  margin-top: 100px;
}
.plg-downbutton.mt50 {
  margin-top: 50px;
}
.plg-downbutton img {
  display: inline-block;
  width: 8px;
}
.greylink {
  color: #e0e0e0 !important;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
}
.greylink:hover {
  color: #e0201d !important;
}
.introoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.introoverlay .intro-container {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: white;
}
.introoverlay .intro-container .intro-image,
.introoverlay .intro-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.introoverlay .intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 230px;
  height: auto;
  z-index: 101;
}
#plg-homesection1 .plg-container {
  height: 100%;
}
#plg-homesection1 .plg-h1-slideshow {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-homesection1 .plg-titleholder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 5;
  text-align: right;
}
#plg-homesection1 .plg-titleholder.showme h1 span:first-of-type {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#plg-homesection1 .plg-titleholder.showme h1 span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#plg-homesection1 .plg-titleholder.animateMe h1 span:first-of-type {
  -webkit-animation: 1s homeFadeInUp 1s ease-in-out forwards;
          animation: 1s homeFadeInUp 1s ease-in-out forwards;
}
#plg-homesection1 .plg-titleholder.animateMe h1 span:nth-of-type(2) {
  -webkit-animation: 1s homeFadeInUp 1.5s ease-in-out forwards;
          animation: 1s homeFadeInUp 1.5s ease-in-out forwards;
}
#plg-homesection1 .plg-titleholder h1 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
}
#plg-homesection1 .plg-titleholder h1 span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
}
#plg-homesection1 .plg-logoholder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 5;
  width: 320px;
  max-width: 83%;
  /*&.animateMe{
			.plg-h1-logo{
				animation: 3s homeFadeInUpOut 1.2s ease-in-out forwards;
			}
		}*/
}
#plg-homesection1 .plg-logoholder .plg-h1-logo {
  opacity: 0;
}
#plg-homesection1 .plg-h1-slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background-color: #e0e0e0;
}
#plg-homesection1 .plg-h1-slider .plg-imagecontainer {
  padding-bottom: 50%;
  min-height: 400px;
}
#plg-homesection1 .plg-h1-bottombuttons {
  width: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.greatfullbtn {
  color: #e0201d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.greatfullbtn img {
  width: 30px;
  height: auto;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.greatfullbtn:hover {
  color: #e0201d;
}
.greatfullbtn:hover img {
  margin-right: 7px;
}
.plg-backbtn,
.plg-interiorbtn {
  color: #e0e0e0;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  line-height: 1.61;
}
.plg-backbtn:hover,
.plg-interiorbtn:hover {
  color: #e0201d;
}
.plg-interiorbtn {
  color: #e0201d;
}
.plg-interiorbtn:hover {
  color: #e0e0e0;
}
.plg-interiorbtn + .plg-backbtn + .plg-downbutton {
  margin-top: 40px;
}
.plg-interiorbtn + .plg-backbtn {
  margin-top: 40px;
}
#plg-realisations1 {
  margin-top: 100px;
}
#plg-realisations1 .plg-rs1-grid {
  width: 100%;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-toptext {
  position: absolute;
  right: 58px;
  top: 0;
  text-align: right;
  font-size: 14px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /*&.wbeforeafter{
				position: relative;
				right: unset;
				top: unset;
			}*/
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-toptext ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-toptext li {
  margin: 0;
  text-align: right;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-toptext li a {
  text-transform: uppercase;
  color: #e0e0e0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-toptext li a.active {
  color: #e0201d;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-toptext li a:hover {
  color: #e0201d;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-toptext .txt {
  margin-top: 50px;
  max-width: 470px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item {
  width: calc(50% - 60px);
  margin: 100px auto 0 0;
  display: block;
  overflow: hidden;
  /*&.visiblefigcap{
				figcaption{
					display: block;
					position: relative;
					left: unset;
					top: unset;
					width: auto;
					height: auto;
					background-color: transparent;
					opacity: 1;
					color: @color;
					margin-bottom: 10px;
					font-weight: @weightregular;
					letter-spacing: 0.05em;
				}
			}*/
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.galleryitem:hover,
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.galleryitem:hover * {
  cursor: url('../images/cursor-plus-white.png') 32 32, crosshair;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.horizontal {
  width: 64%;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.noclickthrough {
  cursor: not-allowed;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item h2 {
  position: absolute;
  width: calc(100% - 10%);
  text-align: center;
  left: 5%;
  right: 5%;
  top: 50%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: initial;
  opacity: 0;
  color: #fff;
  font-size: 48px;
  pointer-events: none;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: underline;
  font-variant: small-caps;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item figure {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item:nth-of-type(even) {
  margin: 100px 0 0 auto;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item:hover h2 {
  opacity: 1;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item:hover figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.nohover h2 {
  display: none;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.nohover figure {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.w70 {
  width: 70%;
  margin-top: 100px;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.w70 h2 {
  color: #e0201d;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.w70 figure {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.w70 figure img {
  width: auto;
  height: auto;
  max-height: 50vh;
  max-width: 100%;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.w70:nth-of-type(even) figure img {
  margin: 0 0 0 auto;
}
#plg-realisations1 .plg-rs1-grid .plg-rs1-item.w70.nomt {
  margin-top: 0 !important;
}
#plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item.vertical + .vertical {
  margin-right: 0 !important;
  margin-left: auto !important;
}
#plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item.horizontal {
  margin: 100px auto 0 0 !important;
}
#plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item.horizontal + .vertical {
  margin: 100px 0 0 auto !important;
}
#plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item.horizontal + .vertical + .vertical {
  margin-left: 0 !important;
  margin-right: auto !important;
}
#plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item.horizontal + .vertical + .vertical + .horizontal {
  margin-left: auto !important;
  margin-right: 0 !important;
}
#plg-realisations1 .plg-rs1-grid.allhorizontal .plg-rs1-item {
  margin: 100px auto 0 0 !important;
}
#plg-realisations1 .plg-rs1-grid.allhorizontal .plg-rs1-item:nth-of-type(even) {
  margin: 100px 0 0 auto !important;
}
#plg-realisations1 .plg-rs1-grid.allhorizontal.wbeforeafter .plg-rs1-item {
  margin: 100px 0 0 auto !important;
}
#plg-realisations1 .plg-rs1-grid.allhorizontal.wbeforeafter .plg-rs1-item:nth-of-type(even) {
  margin: 100px auto 0 0 !important;
}
#plg-realisations1 .plg-rs1-grid.allvert.wbeforeafter .plg-rs1-item {
  margin-left: auto !important;
  margin-right: 0 !important;
}
#plg-realisations1 .plg-rs1-grid.allvert.wbeforeafter .plg-rs1-item:nth-of-type(even) {
  margin-left: 0 !important;
  margin-right: auto !important;
}
#plg-realisations1 .plg-rs1-grid.withtext .plg-rs1-item {
  /*&.i3{
					margin: -560px auto 0 0 !important;
				}*/
}
#plg-realisations1 .plg-rs1-grid.withtext .plg-rs1-item.i2 {
  margin: -100px 0 0 auto !important;
}
#plg-realisations1 .plg-rs1-grid.detaillayout .plg-rs1-item.horizontal + .vertical {
  margin-top: 100px !important;
}
#plg-realisations1 .plg-rs1-grid.rijwoninglayout .plg-rs1-item {
  width: 80%;
  margin-top: 50px;
  height: 45vh;
}
#plg-realisations1 .plg-rs1-grid.rijwoninglayout .plg-rs1-item figure {
  height: 100%;
}
#plg-realisations1 .plg-rs1-grid.rijwoninglayout .plg-rs1-item figure img {
  width: auto;
  height: 100%;
  max-width: 100%;
}
#plg-realisations1 .plg-rs1-grid.rijwoninglayout .plg-rs1-item:nth-of-type(even) figure img {
  margin: 0 0 0 auto;
}
#plg-studiosection1 .plg-s1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plg-studiosection1 .plg-s1-grid .plg-s1-item {
  width: calc(50% - 60px);
}
#plg-studiosection1 .plg-s1-grid .plg-s1-item .plg-s1-innergrid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plg-studiosection1 .plg-s1-grid .plg-s1-item .plg-s1-innergrid .plg-s1-inneritem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-studiosection1 .plg-s1-grid .plg-s1-item.text {
  text-align: right;
  max-width: 420px;
}
#plg-studiosection1 .plg-s1-grid .plg-s1-item h2 {
  margin-bottom: 30px;
}
#plg-studiosection1 .plg-s1-grid .plg-s1-item .arrowbutton {
  margin: 30px 0 0 auto;
}
#plg-studiosection2 {
  margin-top: 60px;
}
#plg-studiosection2 .plg-s2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#plg-studiosection2 .plg-s2-grid .plg-s2-item {
  width: calc(50% - 60px);
  /*&.image{
				padding-bottom: 90px;
			}*/
}
#plg-studiosection2 .plg-s2-grid .plg-s2-item.text {
  padding-bottom: 100px;
  max-width: 390px;
}
#plg-studiosection2 .plg-s2-grid .plg-s2-item h2 {
  margin-bottom: 30px;
}
#plg-studiosection3 {
  margin-top: 60px;
}
#plg-studiosection3 .plg-s3-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plg-studiosection3 .plg-s3-grid .plg-s3-item {
  width: calc(50% - 60px);
  /*&.image{
				margin-top: 200px;
			}*/
}
#plg-studiosection3 .plg-s3-grid .plg-s3-item.text {
  text-align: right;
  max-width: 390px;
}
#plg-studiosection3 .plg-s3-grid .plg-s3-item h2 {
  margin-bottom: 30px;
}
#plg-studiosection4 .plg-s4-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#plg-studiosection4 .plg-s4-grid .plg-s4-item {
  width: calc(50% - 60px);
}
#plg-studiosection4 .plg-s4-grid .plg-s4-item.text {
  max-width: 390px;
  margin-bottom: 100px;
}
#plg-studiosection4 .plg-s4-grid .plg-s4-item.image {
  margin-top: -220px;
}
#plg-studiosection4 .plg-s4-grid .plg-s4-item h2 {
  margin-bottom: 30px;
}
/*#plg-contactsection1{
	.plg-c1-grid{
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		padding: 40px 58px 40px 40px;
		min-height: 550px;
		.plg-c1-bg{
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: -1;
		}
		.plg-c1-item{
			width: calc(50% - 60px);
			font-size: 14px;
			letter-spacing: 0.05em;
			.plg-c1-innergrid{
				height: 100%;
				display: flex;
				flex-direction: column;
				//justify-content: space-between;
				.plg-c1-inneritem{
					&.grow{
						flex-grow: 1;
						display: flex;
						flex-direction: column;
					}
				}
			}
			&.text{
				text-align: right;
				max-width: 420px;
				width: 100%;
				text-transform: uppercase;
				color: @darkgrey;
				a{
					color: @darkgrey;
					transition: color .3s ease-in-out;
					&:hover{
						color: @color;
					}
				}
				h1 + .txt{
					margin-top: 0;
				}
				.txt{
					//margin-top: 110px;
				}
				.secondtxt{
					margin: 14px 0 0 0;
					//color: @grey;
					a{
						//color: @grey;
						&:hover{
							//color: @color;
						}
					}
				}
			}
			h2{
				//margin-bottom: 30px;
			}
		}
	}
}*/
#plg-contacttopsection {
  margin-bottom: 40px;
}
#plg-contacttopsection .plg-ct1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-contacttopsection .plg-ct1-grid .plg-ct1-item.text {
  text-align: right;
}
#plg-contactsection1 .plg-c1-grid {
  /*display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;*/
}
#plg-contactsection1 .plg-c1-grid .plg-c1-bg {
  /*position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;*/
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  z-index: -1;
  min-height: 400px;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item {
  position: absolute;
  right: 58px;
  top: 40px;
  width: calc(50% - 60px);
  font-size: 14px;
  letter-spacing: 0.05em;
  height: calc(100% - 80px);
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item .plg-c1-innergrid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item .plg-c1-innergrid .plg-c1-inneritem.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item.text {
  text-align: right;
  max-width: 420px;
  width: 100%;
  text-transform: uppercase;
  color: #808080;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item.text a {
  color: #808080;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item.text a:hover {
  color: #e0201d;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item.text h1 + .txt {
  margin-top: 0;
}
#plg-contactsection1 .plg-c1-grid .plg-c1-item.text .secondtxt {
  margin: 80px 0 0 0;
}
#plg-contactbottomsection .plg-cb1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 0;
}
#plg-activitiessection1 .plg-a1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plg-activitiessection1 .plg-a1-grid .plg-a1-item {
  width: calc(50% - 60px);
}
#plg-activitiessection1 .plg-a1-grid .plg-a1-item .plg-a1-innergrid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-activitiessection1 .plg-a1-grid .plg-a1-item .plg-a1-innergrid .plg-a1-inneritem.verticalcenter {
  margin: 150px 0 0 0;
}
#plg-activitiessection1 .plg-a1-grid .plg-a1-item.text {
  text-align: right;
  max-width: 390px;
}
#plg-activitiessection1 .plg-a1-grid .plg-a1-item h2 {
  margin-bottom: 30px;
}
#plg-activitiessection2 {
  margin-top: -100px;
}
#plg-activitiessection2 .plg-a2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#plg-activitiessection2 .plg-a2-grid .plg-a2-item {
  width: calc(50% - 60px);
}
#plg-activitiessection2 .plg-a2-grid .plg-a2-item.text {
  max-width: 370px;
  margin-bottom: 120px;
}
#plg-activitiessection2 .plg-a2-grid .plg-a2-item h2 {
  margin-bottom: 30px;
}
#plg-forsection1 {
  margin-top: 100px;
}
#plg-forsection1 .plg-f1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plg-forsection1 .plg-f1-grid .plg-f1-item {
  width: calc(45% - 60px);
}
#plg-forsection1 .plg-f1-grid .plg-f1-item.text {
  text-align: right;
  max-width: 420px;
}
#plg-forsection1 .plg-f1-grid .plg-f1-item h2 {
  margin-bottom: 30px;
}
#plg-forsection1 .plg-f1-grid .plg-f1-item:nth-child(2) {
  width: calc(55% - 60px);
}
#plg-forsection2 {
  margin-top: 135px;
}
#plg-forsection2 .plg-f2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plg-forsection2 .plg-f2-grid .plg-f2-item {
  width: calc(45% - 60px);
}
#plg-forsection2 .plg-f2-grid .plg-f2-item.text {
  max-width: 390px;
  width: calc(55% - 60px);
}
#plg-forsection2 .plg-f2-grid .plg-f2-item h2 {
  margin-bottom: 30px;
}
#plg-forsection2 .plg-f2-grid .plg-f2-item:nth-child(2) {
  width: calc(45% - 60px);
}
#plg-forsection3 {
  margin-top: 125px;
}
#plg-forsection3 .plg-f3-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plg-forsection3 .plg-f3-grid .plg-f3-item {
  width: calc(45% - 60px);
}
#plg-forsection3 .plg-f3-grid .plg-f3-item.text {
  text-align: right;
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-forsection3 .plg-f3-grid .plg-f3-item.text .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-forsection3 .plg-f3-grid .plg-f3-item.text .alignbottom {
  margin: auto 0 0 0;
  color: #e0201d;
}
#plg-forsection3 .plg-f3-grid .plg-f3-item.image.nomargin {
  margin-top: 50px;
}
#plg-forsection3 .plg-f3-grid .plg-f3-item h2 {
  margin-bottom: 30px;
}
#plg-forsection3 .plg-f3-grid .plg-f3-item:nth-child(2) {
  width: calc(55% - 60px);
}
#plg-forsection4 .plg-f4-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#plg-forsection4 .plg-f4-grid .plg-f4-item {
  width: calc(50% - 60px);
}
#plg-forsection4 .plg-f4-grid .plg-f4-item.text {
  max-width: 390px;
  margin-bottom: 100px;
}
#plg-forsection4 .plg-f4-grid .plg-f4-item.image {
  margin-top: -220px;
}
#plg-forsection4 .plg-f4-grid .plg-f4-item h2 {
  margin-bottom: 30px;
}
#plg-publicationssection1 {
  margin-top: 100px;
}
#plg-publicationssection1 .plg-p1-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-publicationssection1 .plg-p1-grid .plg-p1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
#plg-publicationssection2 {
  margin-top: 100px;
}
#plg-publicationssection2 .plg-p2-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 80px);
  margin-left: -40px;
}
#plg-publicationssection2 .plg-p2-grid .plg-p2-item {
  width: calc(25% - 80px);
  margin: 40px 40px 0 40px;
  overflow: hidden;
}
#plg-publicationssection2 .plg-p2-grid .plg-p2-item.gallerybtn {
  cursor: pointer;
}
#plg-publicationssection2 .plg-p2-grid .plg-p2-item.gallerybtn figure {
  pointer-events: none;
}
#plg-publicationssection2 .plg-p2-grid .plg-p2-item figure {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#plg-publicationssection2 .plg-p2-grid .plg-p2-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#plg-publicationssection2 .plg-p2-grid .plg-p2-item:hover figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#plg-publicationssection2 .plg-p2-grid .plg-p2-item:hover .overlay {
  opacity: 1;
}
#plg-publicationssection2 .plg-p2-grid.morethen4 {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
#plg-publicationssection2 .plg-p2-grid.morethen4 .plg-p2-item {
  width: calc(20% - 40px);
  margin: 40px 20px 0 20px;
}
footer {
  text-transform: uppercase;
}
footer a {
  color: #000000;
}
footer a:hover {
  color: #e0201d;
}
footer a[href^="tel:"],
footer a[href^="mailto:"] {
  white-space: nowrap;
}
footer .plg-footergrid {
  padding-top: 100px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
}
footer .plg-footergrid .plg-footeritem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.onhome .plg-footergrid {
  padding-top: 0;
}
.logo-icon {
  width: 31px;
  margin-right: 20px;
}
#plg-textsection1 .plg-t1-toptext {
  position: absolute;
  right: 77px;
  top: 0;
  text-align: right;
  font-size: 14px;
  z-index: 2;
}
#plg-textsection1 .plg-t1-toptext a {
  text-transform: uppercase;
  color: #e0e0e0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-textsection1 .plg-t1-toptext a.active {
  color: #e0201d;
}
#plg-textsection1 .plg-t1-toptext a:hover {
  color: #e0201d;
}
#plg-textsection1 .txt {
  padding-top: 50px;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (min-width: 2000px) {
  .plg-container {
    max-width: 1400px;
  }
  #plg-homesection1 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  nav > ul > li {
    margin-right: 40px;
  }
  nav > ul > li.align-right {
    margin: 0 40px 0 auto;
  }
  nav > ul .inner-list {
    grid-gap: 0 40px;
  }
  #plg-activitiessection2 {
    margin-top: -50px;
  }
  #plg-publicationssection2 .plg-p2-grid {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #plg-publicationssection2 .plg-p2-grid .plg-p2-item {
    width: calc(25% - 40px);
    margin: 40px 20px 0 20px;
  }
  #plg-publicationssection2 .plg-p2-grid .plg-p2-item.gallerybtn {
    cursor: pointer;
  }
  #plg-publicationssection2 .plg-p2-grid .plg-p2-item.gallerybtn figure {
    pointer-events: none;
  }
  #plg-realisations1 .plg-rs1-grid {
    /*.plg-rs1-toptext{
				.txt{
					max-width: 350px;
				}
			} */
  }
  #plg-realisations1 .plg-rs1-grid.withtext .plg-rs1-item {
    /*&.i3{
						margin: -460px auto 0 0 !important;
					}*/
  }
  #plg-realisations1 .plg-rs1-grid.withtext .plg-rs1-item.i2 {
    margin: 0 0 0 auto !important;
  }
}
@media only screen and (max-width: 950px) {
  .plg-container {
    padding: 0 20px;
  }
  nav {
    position: fixed;
    top: 90px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 25px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    width: 100%;
  }
  nav > ul > li {
    margin: 30px 0 0 0;
    font-size: 10px;
  }
  nav > ul > li ul {
    margin: 0;
  }
  nav > ul > li.align-right {
    margin: 30px 0 0 0;
  }
  nav > ul > li.align-right:last-child {
    margin: 30px 0 0 0;
  }
  nav > ul .inner-list {
    padding: 0;
    grid-gap: 0 10px;
  }
  #plg-activitiessection2 {
    margin-top: 60px;
  }
  #plg-textsection1 .plg-t1-toptext {
    right: 20px;
  }
  #plg-textsection1 .txt {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 950px) {
  header {
    padding: 30px 0;
  }
  header .plg-headergrid {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header .pagetitle {
    display: none;
  }
  header .pagetitle.languages {
    display: inline-block;
  }
  header.active .plg-headergrid {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .plg-headerspacer {
    height: 100px;
  }
  #plg-homesection1 .plg-titleholder {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #plg-homesection1 .plg-logoholder {
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 270px;
    max-width: 90%;
  }
  #plg-homesection1 .plg-h1-bottombuttons {
    padding: 30px 0;
  }
  #plg-homesection1 .plg-h1-slider .plg-imagecontainer {
    padding-bottom: 60%;
  }
  #plg-forsection1 {
    margin-top: 60px;
  }
  #plg-forsection1 .plg-f1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-forsection1 .plg-f1-grid .plg-f1-item {
    width: 100%;
  }
  #plg-forsection1 .plg-f1-grid .plg-f1-item.text {
    max-width: unset;
    text-align: left;
    margin-bottom: 60px;
  }
  #plg-forsection1 .plg-f1-grid .plg-f1-item:nth-child(2) {
    width: 100%;
  }
  #plg-forsection2 {
    margin-top: 60px;
  }
  #plg-forsection2 .plg-f2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-forsection2 .plg-f2-grid .plg-f2-item {
    width: 100%;
  }
  #plg-forsection2 .plg-f2-grid .plg-f2-item.text {
    max-width: unset;
    text-align: left;
    margin-bottom: 60px;
    width: 100%;
  }
  #plg-forsection2 .plg-f2-grid .plg-f2-item:nth-child(2) {
    width: 100%;
  }
  #plg-forsection3 {
    margin-top: 60px;
  }
  #plg-forsection3 .plg-f3-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-forsection3 .plg-f3-grid .plg-f3-item {
    width: 100%;
  }
  #plg-forsection3 .plg-f3-grid .plg-f3-item.text {
    max-width: unset;
    text-align: left;
    margin-bottom: 60px;
  }
  #plg-forsection3 .plg-f3-grid .plg-f3-item.text.nomargin {
    margin: 0;
  }
  #plg-forsection3 .plg-f3-grid .plg-f3-item.image {
    margin: 0;
  }
  #plg-forsection3 .plg-f3-grid .plg-f3-item.image.nomargin {
    margin: 0;
  }
  #plg-forsection3 .plg-f3-grid .plg-f3-item:nth-child(2) {
    width: 100%;
  }
  #plg-forsection4 {
    margin-top: 60px;
  }
  #plg-forsection4 .plg-f4-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-forsection4 .plg-f4-grid .plg-f4-item {
    width: 100%;
  }
  #plg-forsection4 .plg-f4-grid .plg-f4-item.text {
    max-width: unset;
    text-align: left;
    margin-bottom: 60px;
  }
  #plg-forsection4 .plg-f4-grid .plg-f4-item.image {
    margin: 0;
  }
  #plg-forsection4 .plg-f4-grid .plg-f4-item:nth-child(2) {
    width: 100%;
  }
  .bal-container {
    width: 100%;
    margin-top: 60px;
  }
  .bal-container.isvertical {
    width: 100%;
  }
  #plg-realisations1 {
    margin-top: 60px;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-toptext {
    position: relative;
    top: unset;
    right: unset;
    text-align: left;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-toptext ul {
    margin-left: 0;
    margin-right: auto;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-toptext li {
    text-align: left;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-toptext .txt {
    margin-left: 0;
    margin-right: auto;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-item {
    margin: 60px 0 0 0;
    width: 100%;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-item h2 {
    font-size: 24px;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-item:nth-of-type(even) {
    margin: 60px 0 0 0;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-item.w70 {
    width: 100%;
    margin: 100px 0 0 0;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-item.w70 figure {
    width: 100%;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-item.w70 figure img {
    width: 100%;
    height: auto;
    max-height: unset;
    max-width: unset;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-item.nomtmobile {
    margin-top: 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item:nth-child(even) {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item.vertical + .vertical {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item.horizontal {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item.horizontal + .plg-rs1-item {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.speciallayout .plg-rs1-item.horizontal + .vertical + .vertical {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.allhorizontal .plg-rs1-item {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.allhorizontal .plg-rs1-item:nth-of-type(even) {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.allhorizontal.wbeforeafter .plg-rs1-item {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.allhorizontal.wbeforeafter .plg-rs1-item:nth-of-type(even) {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.allvert.wbeforeafter .plg-rs1-item {
    margin-right: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.allvert.wbeforeafter .plg-rs1-item:nth-of-type(even) {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.withtext .plg-rs1-item.i2 {
    margin: 60px 0 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.withtext .plg-rs1-item.i3 {
    margin: 60px auto 0 0 !important;
  }
  #plg-realisations1 .plg-rs1-grid.rijwoninglayout .plg-rs1-item {
    width: 100%;
    margin: 40px 0 0 0;
    height: auto;
  }
  #plg-realisations1 .plg-rs1-grid.rijwoninglayout .plg-rs1-item figure {
    width: 100%;
  }
  #plg-realisations1 .plg-rs1-grid.rijwoninglayout .plg-rs1-item figure img {
    /*width: 100%;
							height: auto;
							max-height: unset;
							max-width: unset;*/
    /*width: 100%;
							height: auto;
							max-height: unset;
							max-width: 100%;*/
    width: 100%;
    height: auto;
    max-height: unset;
    max-width: unset;
    margin: 0;
  }
  #plg-realisations1 .plg-rs1-grid .plg-rs1-item.horizontal {
    width: 100%;
  }
  #plg-studiosection1 .plg-s1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-studiosection1 .plg-s1-grid .plg-s1-item {
    width: 100%;
  }
  #plg-studiosection1 .plg-s1-grid .plg-s1-item.text {
    text-align: left;
    max-width: unset;
    margin-bottom: 60px;
  }
  #plg-studiosection1 .plg-s1-grid .plg-s1-item.text h2 {
    margin-top: 60px;
  }
  #plg-studiosection1 .plg-s1-grid .plg-s1-item .plg-s1-innergrid .plg-s1-inneritem {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #plg-studiosection1 .plg-s1-grid .plg-s1-item .arrowbutton {
    margin: 30px auto 0 0;
  }
  #plg-studiosection2 {
    margin-top: 60px;
  }
  #plg-studiosection2 .plg-s2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-studiosection2 .plg-s2-grid .plg-s2-item {
    width: 100%;
  }
  #plg-studiosection2 .plg-s2-grid .plg-s2-item.text {
    max-width: unset;
    margin-bottom: 60px;
    padding: 0;
  }
  #plg-studiosection2 .plg-s2-grid .plg-s2-item.image {
    padding-bottom: 0;
  }
  #plg-studiosection3 {
    margin-top: 60px;
  }
  #plg-studiosection3 .plg-s3-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-studiosection3 .plg-s3-grid .plg-s3-item {
    width: 100%;
  }
  #plg-studiosection3 .plg-s3-grid .plg-s3-item.text {
    max-width: unset;
    text-align: left;
    margin-bottom: 60px;
  }
  #plg-studiosection3 .plg-s3-grid .plg-s3-item.image {
    margin-top: 0;
  }
  #plg-studiosection4 {
    margin-top: 60px;
  }
  #plg-studiosection4 .plg-s4-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-studiosection4 .plg-s4-grid .plg-s4-item {
    width: 100%;
  }
  #plg-studiosection4 .plg-s4-grid .plg-s4-item.text {
    max-width: unset;
    margin-bottom: 60px;
    text-align: left;
  }
  #plg-studiosection4 .plg-s4-grid .plg-s4-item.image {
    margin: 0;
  }
  #plg-activitiessection1 {
    margin-top: 60px;
  }
  #plg-activitiessection1 .plg-a1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-activitiessection1 .plg-a1-grid .plg-a1-item {
    width: 100%;
  }
  #plg-activitiessection1 .plg-a1-grid .plg-a1-item.text {
    text-align: left;
    max-width: unset;
    margin: 0 0 60px 0;
  }
  #plg-activitiessection1 .plg-a1-grid .plg-a1-item .plg-a1-innergrid .plg-a1-inneritem.verticalcenter {
    margin: 60px 0 0 0;
  }
  #plg-activitiessection2 {
    margin-top: 60px;
  }
  #plg-activitiessection2 .plg-a2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-activitiessection2 .plg-a2-grid .plg-a2-item {
    width: 100%;
  }
  #plg-activitiessection2 .plg-a2-grid .plg-a2-item.text {
    margin: 0 0 60px 0;
    max-width: unset;
  }
  /*#plg-contactsection1{
		margin-top: 60px;
		.plg-c1-grid{
			flex-direction: column-reverse;
			justify-content: flex-start;
			align-items: flex-start;
			.plg-c1-item{
				width: 100%;
				&.text{
					max-width: unset;
					text-align: left;
					margin: 0 0 60px 0;
					h2{
						margin-top: 60px;
					}
				}
			}
		}
	} */
  #plg-publicationssection1 {
    margin-top: 60px;
  }
  #plg-publicationssection1 .plg-p1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-publicationssection1 .plg-p1-grid .plg-p1-item {
    width: 100%;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-publicationssection1 .plg-p1-grid .plg-p1-item.text {
    max-width: unset;
    text-align: left;
    margin: 0 0 60px 0;
  }
  #plg-publicationssection1 .plg-p1-grid .plg-p1-item.text h2 {
    margin-top: 60px;
  }
  #plg-publicationssection2 {
    margin-top: 60px;
  }
  #plg-publicationssection2 .plg-p2-grid .plg-p2-item {
    width: calc(50% - 40px);
    margin: 40px 20px 0 20px;
  }
  #plg-publicationssection2 .plg-p2-grid .plg-p2-item.gallerybtn {
    cursor: pointer;
  }
  #plg-publicationssection2 .plg-p2-grid .plg-p2-item.gallerybtn figure {
    pointer-events: none;
  }
  footer .plg-footergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .plg-footergrid .plg-footeritem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .plg-footergrid .plg-footeritem .plg-footerhome {
    margin-bottom: 15px;
  }
  footer .plg-footergrid .plg-footeritem .plg-footerhome .logo-icon {
    margin: 0;
  }
  footer .plg-footergrid .plg-footeritem.byplug {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .plg-footergrid .plg-footeritem:last-child {
    margin: 0;
  }
  #plg-contacttopsection .plg-ct1-grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #plg-contacttopsection .plg-ct1-grid .plg-ct1-item.text {
    text-align: left;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-item {
    left: 40px;
    right: 40px;
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-item.text {
    text-align: left;
    max-width: calc(100% - 80px);
  }
  #plg-contactsection1 .plg-c1-grid .plg-c1-item .plg-c1-innergrid .plg-c1-inneritem {
    text-align: left;
  }
  #plg-contactbottomsection .plg-cb1-grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 680px) {
  .sl-wrapper .sl-navigation button {
    top: unset;
    bottom: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .plg-home {
    max-width: 190px;
    width: 190px;
  }
}
/* Realisation Lightbox Styling */
.realisation-lightbox .sl-wrapper .sl-navigation button {
  color: #fff;
}
.realisation-lightbox .sl-wrapper .sl-navigation button.sl-prev {
  left: 30px;
}
.realisation-lightbox .sl-wrapper .sl-navigation button.sl-next {
  right: 30px;
}
.realisation-lightbox .sl-wrapper .sl-navigation button svg {
  fill: currentColor;
}
.realisation-lightbox .sl-wrapper .sl-counter {
  color: #fff;
  top: auto;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
}
.realisation-lightbox .sl-wrapper .sl-close {
  color: #fff;
  right: 30px;
  top: 30px;
}
.realisation-lightbox .sl-wrapper .sl-close svg {
  fill: currentColor;
}
.realisation-lightbox .sl-wrapper .sl-caption-custom {
  background: transparent;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.realisation-lightbox .sl-wrapper .sl-project-title {
  position: fixed;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.realisation-lightbox.sl-overlay {
  background: #000000;
}
