.centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
*
*
* Colors
*
*/
/*
*
*
* Margin and padding
*
*/
/*
*
*
* Fonts
*
*/
body.home .menu-button {
  height: 13px;
  width: 22px;
}
body.home .menu-button #menu-button-svg {
  fill: #ffffff;
}
body.home #logo_virdis_svg {
  height: 48px;
  width: 235.58px;
  fill: #ffffff;
}
body.home #page-full-width {
  background-color: #ffffff !important;
}
.realisation-image img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.realisation-title {
  padding-bottom: 0px !important;
}
body.single-realisation,
body.page-template-page-office {
  position: relative;
}
body.single-realisation .top-bar .top-bar-right .menu-button,
body.page-template-page-office .top-bar .top-bar-right .menu-button {
  display: none;
}
body.single-realisation .single-real,
body.page-template-page-office .single-real {
  display: block;
  position: fixed;
  right: 10%;
  top: 47.5%;
  width: 22px;
  height: auto;
  z-index: 99;
}
body.single-realisation #trigger-overlay-footer,
body.page-template-page-office #trigger-overlay-footer {
  display: none;
}
.single-real {
  display: none;
}
#front-hero {
  min-height: 100vh;
  background-position: center center;
}
#front-hero .front-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  transition: background 1s linear;
}
#front-hero h1 {
  color: #434244 !important;
}
.arrow-down {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.arrow-down img {
  height: 10px;
  width: 30px !important;
}
body.home #front-hero.touched {
  height: 0;
  min-height: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}
body.home #front-hero.touched > div:not(.front-hero-background) {
  display: none !important;
}
body.home #front-hero.touched .front-hero-background {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  opacity: 0;
}
body.home #front-hero.touched .arrow-down {
  opacity: 0;
  display: none;
}
body.home #front-hero.touched #menu-button-svg,
body.home #front-hero.touched #logo_virdis_svg {
  fill: #434244;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}
.page-template-page-concours .menu-button {
  position: fixed;
}
#site-navigation {
  position: relative;
}
span[aria-label=Previous],
span[aria-label=Next] {
  color: white;
  font-size: 50px;
}
.owl-prev {
  position: absolute;
  top: 42%;
  left: 10px;
  color: white;
  font-size: 50px;
}
.owl-next {
  position: absolute;
  top: 42%;
  right: 10px;
  color: white;
  font-size: 50px;
}
#front-hero {
  position: relative;
  margin: 0 !important;
}
#front-hero h1 {
  color: black !important;
}
@media screen and (max-width: 768px) {
  #front-hero div:nth-child(3) {
    background-attachment: initial !important;
  }
}
#front-hero .touched > div:first-child {
  display: none !important;
}
#front-hero #masthead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 12;
}
#front-hero #masthead .top-bar,
#front-hero #masthead .top-bar ul {
  background: transparent;
}
@media screen and (max-width: 40rem) {
  #front-hero #masthead #site-navigation .top-bar-left {
    display: inline-block !important;
    width: 50%;
    padding-left: 1rem;
  }
}
#front-hero #masthead #site-navigation .top-bar-left .logo img {
  max-width: 236.207px !important;
  height: 48px !important;
}
@media screen and (max-width: 40rem) {
  #front-hero #masthead #site-navigation .top-bar-right {
    display: inline-block !important;
    width: inherit;
    padding-right: 1rem;
  }
}
#front-hero #masthead #site-navigation .top-bar-right .menu-button {
  cursor: pointer;
}
#front-hero #masthead #site-navigation .top-bar-right .menu-button img {
  width: 22px;
  height: 13px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #site-navigation .top-bar-left {
    padding-left: 1rem;
  }
  #site-navigation .top-bar-right {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 40rem) {
  #site-navigation .top-bar-left {
    padding-left: 1rem;
  }
  #site-navigation .top-bar-right {
    padding-right: 1rem;
  }
}
.realisation {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.realisation .entry-title h1 {
  color: #434244 !important;
}
.realisation.main-content {
  padding-left: inherit !important;
  padding-right: inherit !important;
}
.realisation article .entry-infos {
  text-transform: uppercase;
  font-family: 'Akkurat-Bold' !important;
  margin-top: 15px;
  padding-left: 50px;
}
.realisation article .entry-infos .entry-link {
  margin-top: 30px;
}
.realisation article .entry-infos .entry-link a {
  border: 1px solid black;
  padding: 10px 20px;
}
.realisation .credit_photo_rea {
  clear: both;
  padding-left: .9375rem !important;
  padding-right: .9375rem !important;
}
.realisation .credit_photo_rea .columns {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.realisation .entry-content {
  margin-bottom: 15px;
}
.realisation .entry-content:first-child {
  margin-top: 15px;
}
.realisation .entry-gallery .entry-content {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.realisation .entry-gallery .entry-gallery-item a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.realisation .entry-gallery .entry-gallery-item img {
  width: 100%;
}
@media screen and (max-width: 40rem) {
  #page-full-width {
    margin-top: 0 !important;
  }
}
body.single-realisation #page-full-width {
  max-width: 100%;
}
@media screen and (max-width: 40rem) {
  body.single-realisation #page-full-width {
    margin-top: 0 !important;
  }
}
#front-hero-realisation {
  padding: 50px 0;
  position: relative;
  margin: 0 !important;
}
#front-hero-realisation #masthead {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  z-index: 12;
}
#front-hero-realisation #masthead .top-bar,
#front-hero-realisation #masthead .top-bar ul {
  background: transparent;
}
#front-hero-realisation #masthead #site-navigation .top-bar-left .entry-title h1 {
  font-size: 1.2rem !important;
  color: #434244 !important;
}
@media screen and (max-width: 40rem) {
  #front-hero-realisation #masthead #site-navigation .top-bar-left {
    display: inline-block !important;
    width: 50%;
  }
}
#front-hero-realisation #masthead #site-navigation .top-bar-left .logo img {
  max-width: 236.207px !important;
  height: 48px !important;
}
@media screen and (max-width: 40rem) {
  #front-hero-realisation #masthead #site-navigation .top-bar-right {
    display: inline-block !important;
    width: inherit;
  }
}
#front-hero-realisation #masthead #site-navigation .top-bar-right .menu-button {
  cursor: pointer;
}
#front-hero-realisation #masthead #site-navigation .top-bar-right .menu-button img {
  width: 22px;
  height: 13px;
}
#realisation-home .entry-title h1 {
  font-size: 1.2rem;
  color: #434244 !important;
}
.realisation-home {
  margin: 60px 0;
}
@media screen and (max-width: 40rem) {
  .realisation-home {
    margin: 30px 0;
  }
}
.realisation-home .realisation-title {
  padding-bottom: 10px;
}
.realisation-home .grow {
  transition: all 2.2s ease-in-out;
}
.realisation-home .grow:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.realisation-full .realisation-title {
  float: right;
}
.realisation-one .left {
  padding-top: 100px;
}
@media screen and (max-width: 40rem) {
  .realisation-one .left {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.realisation-one .left .realisation-title {
  float: right;
}
.realisation-two .left .realisation-title {
  float: right;
}
@media screen and (max-width: 40rem) {
  .realisation-two .left {
    padding-bottom: 20px;
  }
}
.realisation-two .right {
  padding-top: 100px;
}
@media screen and (max-width: 40rem) {
  .realisation-two .right {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.realisation-two .realisation-title {
  padding-bottom: 0;
  padding-top: 10px;
}
/* #BIG MENU
================================================== */
.mobile-menu {
  display: none;
}
@media screen and (max-width: 40rem) {
  .mobile-menu {
    display: block;
  }
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
.overlay .menu-button-close {
  text-align: center;
  cursor: pointer;
  padding: 10px 14px;
  margin-bottom: 20px;
}
.overlay .menu-button-close img {
  width: 22px;
  height: 13px;
}
.overlay .menu-button-close-header {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  padding: 10px 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 40rem) {
  .overlay .menu-button-close-header {
    top: 50px;
  }
}
.overlay .menu-button-close-header img {
  width: 22px;
  height: 13px;
}
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul li ul.sub-menu a {
  font-size: 20px;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul .sub-menu {
  display: none;
}
.overlay ul li {
  display: inline-block;
}
@media screen and (max-width: 40rem) {
  .overlay ul li {
    display: block;
  }
  .overlay ul li a:after {
    content: '' !important;
    position: relative;
    padding-left: 0 !important;
    color: white;
  }
  .overlay ul li a {
    display: inline-block;
    position: relative;
  }
}
.overlay ul li:last-child a:after {
  content: '';
  position: relative;
  padding-left: 20px;
  color: white;
}
.overlay ul li span {
  cursor: pointer;
  padding: 5px 0;
}
.overlay ul li a,
.overlay ul li span {
  display: block;
  color: #fff !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 1.8rem;
  line-height: inherit;
  text-transform: uppercase;
  padding: 0.25rem 0.25rem !important;
}
@media screen and (max-width: 40rem) {
  .overlay ul li a,
  .overlay ul li span {
    padding: 0.7rem 0rem !important;
  }
}
.overlay ul li a:after,
.overlay ul li span:after {
  content: '/';
  position: relative;
  padding-left: 1rem;
  color: white;
}
.overlay ul li .submenu a {
  font-size: 15px;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #666 !important;
}
/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 100;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.8;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  -moz-transform: translateY(-25%) rotateX(35deg);
  -ms-transform: translateY(-25%) rotateX(35deg);
  -o-transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  -moz-transform: translateY(25%) rotateX(-35deg);
  -ms-transform: translateY(25%) rotateX(-35deg);
  -o-transform: translateY(25%) rotateX(-35deg);
}
.overlay #menu-social-network-1 {
  margin-top: 20px;
  border-top: 1px solid white;
}
.overlay #menu-social-network-1 li {
  display: inline-block;
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
    display: block;
  }
}
.office .entry-title h1 {
  color: #ffffff !important;
}
.office .main-content {
  padding-left: inherit !important;
  padding-right: inherit !important;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.office article .entry-infos {
  text-transform: uppercase;
  font-family: 'Akkurat-Bold' !important;
}
.office .credit_photo_rea {
  margin: 2rem 0;
}
.office .entry-gallery .entry-gallery-item-text {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.office .entry-gallery .entry-gallery-item a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.office .entry-gallery .entry-gallery-item img {
  width: 100%;
}
.acf-map {
  width: 100%;
  height: 750px;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
body.page-template-page-office #page-full-width {
  max-width: 100%;
}
body.page-template-page-archive .column:last-child:not(:first-child),
body.page-template-page-archive .columns:last-child:not(:first-child) {
  float: left;
}
body.page-template-page-archive #realisation-archive .item-archive h1 {
  margin-top: 5px;
  font-size: 1rem !important;
  color: #434244 !important;
  text-transform: initial !important;
  font-weight: 400 !important;
  margin-bottom: 15px;
}
body.page-template-page-archive #realisation-archive .item-archive img {
  max-height: 320px;
}
#footer-container {
  border-top: none;
}
#footer-container .menu-button {
  height: 13px;
  width: 22px;
  float: right;
  cursor: pointer;
}
#footer-container .menu-button #menu-button-svg {
  fill: #434244 !important;
}
#footer-container #footer p {
  font-size: 0.8rem !important;
  font-family: 'Akkurat' !important;
}
#footer-container #footer .footer-left img {
  max-width: 120px !important;
}
#footer-container #footer .footer-right {
  text-transform: uppercase;
}
/*
*
*	General
*
*/
html {
  height: 100%;
}
body {
  font-family: 'Akkurat-Light' !important;
  font-size: 16px !important;
  line-height: 1.8;
  color: #434244;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
body p {
  font-size: 16px !important;
  line-height: 1.6;
  color: #434244 !important;
}
body p strong {
  font-family: 'Akkurat' !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Akkurat' !important;
  color: #ffffff !important;
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
a,
.links {
  cursor: pointer;
  color: #434244 !important;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  text-decoration: none;
}
a:hover,
.links:hover,
a.active,
.links.active {
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  color: #dedede !important;
  text-decoration: none;
}
.button {
  margin: 1rem 0 1rem 0;
  background-color: #dedede !important;
  color: #fff !important;
}
.button:hover {
  background-color: #434244 !important;
  color: #fff !important;
}
/*
*
*	FONTS
*
*/
@font-face {
  font-family: 'Akkurat';
  src: url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat.eot');
  src: url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat.eot?#iefix') format('embedded-opentype'), url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat.woff') format('woff'), url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat.ttf') format('truetype'), url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat.svg#moderatbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat-Bold';
  src: url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Bold.eot');
  src: url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Bold.eot?#iefix') format('embedded-opentype'), url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Bold.woff') format('woff'), url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Bold.ttf') format('truetype'), url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Bold.svg#moderatbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat-Light';
  src: url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Light.eot');
  src: url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Light.eot?#iefix') format('embedded-opentype'), url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Light.woff') format('woff'), url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Light.ttf') format('truetype'), url('https://www.virdisarchitecture.ch/wp-content/themes/virdis/less/../assets/fonts/Akkurat-Light.svg#moderatbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
