/**
 * Square mixin
 *
 * @param [Number] $dimensions = the height and width of the element
 */
/* stylelint-disable */
/* stylelint-enable */
/*!
 * Font Awesome Free 5.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
body:after {
  content: "bp-xs";
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0.625rem;
  background: red;
  visibility: hidden;
  opacity: 0;
}

body.theme-debug-mode:after {
  visibility: visible;
}

@media (min-width: 768px) {
  body:after {
    content: "bp-sm";
    position: fixed;
    bottom: 0;
    right: 0;
    background: #ffce00;
  }
}

@media (min-width: 940px) {
  body:after {
    content: "bp-md";
    position: fixed;
    bottom: 0;
    right: 0;
    background: yellow;
  }
}

@media (min-width: 1201px) {
  body:after {
    content: "bp-lg";
    position: fixed;
    bottom: 0;
    right: 0;
    background: green;
  }
}

/* stylelint-disable */
/* stylelint-enable */
.node__meta--realisation .field__items {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: -0.625rem -0.3125rem 0 -0.3125rem;
}

.node__meta--realisation .field__items .field__item {
  display: inline-block;
  margin: 0.625rem 0.3125rem 0 0.3125rem;
}

.node__meta--realisation .field__items a {
  display: inline-block;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

@media (min-width: 768px) {
  .node__meta--realisation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .node__meta--realisation-full {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1201px) {
  .node__meta--realisation-full {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .node__meta--realisation-full .field--name-ds-time-ago {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.node__meta--realisation-header {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 1.25rem;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .node__meta--realisation-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .node__meta--realisation-header h3 {
    color: #fff;
  }
  .node__meta--realisation-header a, .node__meta--realisation-header a:visited {
    color: #fff;
  }
  .node__meta--realisation-header .breadcrumb__item:before {
    color: #fff;
  }
  .node__meta--realisation-header .breadcrumb__item:after {
    color: #fff;
  }
  .node__meta--realisation-header .breadcrumb__link:after {
    background-color: #fff;
  }
  .node__meta--realisation-header .breadcrumb__link:hover, .node__meta--realisation-header .breadcrumb__link:active {
    color: #17305b;
  }
  .node__meta--realisation-header .breadcrumb__link:hover:after, .node__meta--realisation-header .breadcrumb__link:active:after {
    background-color: #17305b;
  }
}

.node__meta--realisation-teaser {
  margin-left: -0.9375rem;
  margin-top: 1.6875rem;
}

.node__meta--realisation-teaser > * {
  margin-left: 0.9375rem;
}

.realisation--frontpage,
.realisation--front {
  overflow: hidden;
}

.realisation--frontpage:hover img,
.realisation--front:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.realisation--frontpage .field--name-field-media-canonical-image,
.realisation--front .field--name-field-media-canonical-image {
  position: relative;
}

.realisation--frontpage .field--name-field-media-canonical-image:before,
.realisation--front .field--name-field-media-canonical-image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 0.3125rem;
  width: 100%;
  background-color: #f0cc31;
}

.realisation--frontpage img,
.realisation--front img {
  transition: transform 0.3s ease-in-out;
}

.realisation--frontpage .layout__content--node--realisation--frontpage,
.realisation--front .layout__content--node--realisation--frontpage {
  position: relative;
}

.realisation--frontpage .field--name-node-title,
.realisation--front .field--name-node-title {
  position: absolute;
  left: 2.1875rem;
  bottom: 2.5rem;
  padding-right: 2.1875rem;
  pointer-events: none;
}

.realisation--frontpage .field--name-node-title h4,
.realisation--front .field--name-node-title h4 {
  margin-bottom: 0;
  color: #fff;
}

.realisation--teaser .field--image,
.realisation--teaser .field--name-field-media-canonical-image {
  margin-bottom: 0.9375rem;
}

.realisation--teaser h2,
.realisation--teaser h3,
.realisation--teaser h4 {
  margin: 0 0 0.9375rem 0;
  font-size: 2.0625rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #1d1e20;
}

@media (max-width: 767px) {
  .realisation--teaser h2,
  .realisation--teaser h3,
  .realisation--teaser h4 {
    font-size: 1.58654rem;
    line-height: 1.92308rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .realisation--teaser h2,
  .realisation--teaser h3,
  .realisation--teaser h4 {
    font-size: 1.71875rem;
    line-height: 2.08333rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .realisation--teaser h2,
  .realisation--teaser h3,
  .realisation--teaser h4 {
    font-size: 1.875rem;
    line-height: 2.27273rem;
  }
}

@media (min-width: 1201px) {
  .realisation--teaser h2,
  .realisation--teaser h3,
  .realisation--teaser h4 {
    font-size: 2.0625rem;
    line-height: 2.5rem;
  }
}

.realisation--teaser h2 a:hover,
.realisation--teaser h3 a:hover,
.realisation--teaser h4 a:hover {
  text-decoration: none;
  color: #1d1e20;
}

.realisation--teaser .node__meta {
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.3125rem;
  margin-bottom: 0.9375rem;
}

.realisation--teaser .field--name-node-author {
  margin-left: 0.625rem;
}

.realisation--teaser .layout__header {
  position: relative;
}

.realisation--teaser .realisation--filters {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  position: absolute;
  bottom: 0.9375rem;
  left: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
}

.realisation--teaser .realisation--filters > .field {
  margin-left: 0.5rem;
}

.realisation--teaser .realisation--filters > .field:before {
  display: inline-block;
  content: "/";
  margin-right: 0.1875rem;
}

.realisation--teaser .realisation--filters > .field:first-child {
  margin: 0;
}

.realisation--teaser .realisation--filters > .field:first-child:before {
  content: none;
}

.realisation--teaser .realisation--filters .field--name-field-realisation-sector > .field__items {
  display: inline-block;
}

.realisation--teaser .realisation--filters .field--name-field-realisation-sector .field__item--name-field-realisation-sector:nth-child(n+2) {
  display: none;
}

.realisation--teaser .realisation--filters .field--name-field-realisation-solutions > .field__items {
  display: inline-block;
}

.realisation--teaser .realisation--filters .field--name-field-realisation-solutions .field__item--name-field-realisation-solutions:nth-child(n+2) {
  display: none;
}

.realisation--header {
  z-index: 1;
}

.layout__content--node--realisation--header {
  position: relative;
  z-index: -1 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 1.25rem 0 1.25rem 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 5;
}

.layout__content--node--realisation--header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 100%;
  margin-left: calc((-100vw + 100%) / 2);
  width: 100vw;
  background-color: #000000;
}

.layout__content--node--realisation--header,
.layout__content--node--realisation--header h1,
.layout__content--node--realisation--header h2,
.layout__content--node--realisation--header h3,
.layout__content--node--realisation--header a,
.layout__content--node--realisation--header a:visited,
.layout__content--node--realisation--header a:hover,
.layout__content--node--realisation--header a:active,
.layout__content--node--realisation--header .field {
  color: #fff;
}

.layout__content--node--realisation--header .realisation--filters {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  max-height: 1.5625rem;
  margin-top: 0.9375rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #17305b;
}

.layout__content--node--realisation--header .realisation--filters > .field {
  margin-left: 0.5rem;
}

.layout__content--node--realisation--header .realisation--filters > .field:before {
  display: inline-block;
  content: "/";
  margin-right: 0.1875rem;
}

.layout__content--node--realisation--header .realisation--filters > .field:first-child {
  margin: 0;
}

.layout__content--node--realisation--header .realisation--filters > .field:first-child:before {
  content: none;
}

.layout__content--node--realisation--header .field--name-field-realisation-sector > .field__items {
  display: inline-block;
}

.layout__content--node--realisation--header .field--name-field-realisation-sector .field__item--name-field-realisation-sector:nth-child(n+2) {
  display: none;
}

.layout__content--node--realisation--header .field--name-field-realisation-solutions > .field__items {
  display: inline-block;
}

.layout__content--node--realisation--header .field--name-field-realisation-solutions .field__item--name-field-realisation-solutions:nth-child(n+2) {
  display: none;
}

.layout__content--node--realisation--header .field--image,
.layout__content--node--realisation--header .field--name-field-media-canonical-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  overflow: hidden;
  height: 100%;
  width: 100vw;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .5;
}

.layout__content--node--realisation--header .field--image .media,
.layout__content--node--realisation--header .field--name-field-media-canonical-image .media {
  position: static;
}

.layout__content--node--realisation--header .field--image img,
.layout__content--node--realisation--header .field--name-field-media-canonical-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  margin: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.node__top--realisation-header {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.node__top--realisation-header h1,
.node__top--realisation-header h2 {
  margin-bottom: 0;
}

.node__top--realisation-header .field--name-field-show-post-date {
  margin-top: 0.9375rem;
}

.realisation__layout__footer--header {
  z-index: 1;
  margin-top: -1.25rem;
}

.realisation__layout__footer--header .realisation--extra {
  max-width: 60rem;
  margin: 0 auto;
  padding: 1.25rem 2.5rem;
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.realisation__layout__footer--header .realisation--extra .label-value-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.realisation__layout__footer--header .realisation--extra .label-value-item-value {
  width: 50%;
  padding-left: 10px;
}

.realisation__layout__footer--header .realisation--extra .label-value-item-separator {
  display: none;
}

.realisation__layout__footer--header .realisation--extra .field__item {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  border-top: 1px solid #f2f2f2;
}

.realisation__layout__footer--header .realisation--extra .field__item label {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  width: 50%;
  font-weight: 700;
  margin-bottom: 0;
}

.realisation__layout__footer--header .realisation--extra .field__item:first-child {
  border-top: none;
}

@media (min-width: 768px) {
  .layout__content--node--realisation--header {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 16.875rem;
    padding: 1.25rem 0 1.25rem 0;
  }
  .realisation__layout__footer--header {
    margin-top: -3.125rem;
  }
  .realisation__layout__footer--header .realisation--extra {
    padding: 1.875rem 3.125rem;
  }
  .realisation__layout__footer--header .realisation--extra .field__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .realisation__layout__footer--header .realisation--extra .field__item {
    width: calc(50% - 1.875rem);
  }
  .realisation__layout__footer--header .realisation--extra .field__item:nth-child(2) {
    border-top: none;
  }
  .realisation__layout__footer--header .realisation--extra .field__item:nth-child(2n) {
    margin-left: 1.875rem;
  }
  .realisation__layout__footer--header .realisation--extra .field__item:nth-child(2n+1) {
    margin-right: 1.875rem;
  }
}

@media (min-width: 940px) {
  .layout__content--node--realisation--header {
    padding: 2.5rem 0 2.5rem 0;
    height: 23.125rem;
  }
  .realisation__layout__footer--header .realisation--extra {
    padding: 1.875rem 6.25rem;
  }
}

@media (min-width: 1201px) {
  .layout__content--node--realisation--header {
    padding: 6.875rem 0 6.875rem 0;
    height: 29.375rem;
  }
  .realisation__layout__footer--header .realisation--extra {
    padding: 1.875rem 6.25rem;
  }
}

body .view--display-realisation-overview-front .view__content {
  padding: 0 0.9375rem;
  margin: -1.25rem -0.9375rem 0 -0.9375rem;
}

body .view--display-realisation-overview-front .node--type-realisation {
  position: relative;
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  body .view--display-realisation-overview-front .view__content {
    padding: 0;
  }
  body .view--display-realisation-overview-front .realisation--front {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(58.33333% - 1.875rem);
    float: left;
  }
  body .view--display-realisation-overview-front .realisation--frontpage {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(41.66667% - 1.875rem);
    float: right;
  }
}

.view--display-realisation-overview-block .view__header {
  margin-bottom: 4.375rem;
}

.view--display-realisation-overview-block .view__header > .block-facet--dropdown {
  margin-bottom: 1.875rem;
}

.view--display-realisation-overview-block .view__header > .block-facet--dropdown:last-child {
  margin-bottom: 0;
}

.view--display-realisation-overview-block .view__content {
  margin-top: -1.875rem;
}

.view--display-realisation-overview-block .node--type-realisation {
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .view--display-realisation-overview-block .view__header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125rem;
  }
  .view--display-realisation-overview-block .view__header > .block-facet--dropdown {
    width: 18.75rem;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
  .view--display-realisation-overview-block .view__header > .block-facet--dropdown:last-child {
    margin-right: 0;
  }
  .view--display-realisation-overview-block .view__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .view--display-realisation-overview-block .node--type-realisation {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
}

@media (min-width: 940px) {
  .view--display-realisation-overview-block .view__header {
    margin-bottom: 4.375rem;
  }
}
