@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Parkinsans:wght@300..800&display=swap");
@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Book.woff2") format("woff2"), url("../fonts/Garet-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Heavy.woff2") format("woff2"), url("../fonts/Garet-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  --site-width: 1280rem;
  --site-width-narrow: 1000rem;
  --header-height: 150rem;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*, *:after, *:before {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hat--small {
  font-size: 16rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10rem;
}
.hat--small::before {
  content: "";
  display: inline-block;
  margin-right: 15rem;
  height: 2rem;
  width: 40rem;
  background-color: currentColor;
  vertical-align: middle;
}
.hat--title {
  font-size: 40rem;
  font-weight: 700;
  text-transform: uppercase;
}

.textblock {
  padding: 80rem 0;
}
.textblock--wrap {
  margin: auto;
  width: var(--site-width);
  display: flex;
  justify-content: space-between;
}
.textblock .hat {
  word-break: break-word;
}
.textblock p {
  font-size: 16rem;
  margin-bottom: 20rem;
}
.textblock p:first-of-type {
  padding-top: 40rem;
}
.textblock.side .textblock--wrap .hat {
  width: 40%;
}
.textblock.side .textblock--wrap > * {
  width: 50%;
}

.simpletext {
  position: relative;
  padding: 80rem 0;
  background-image: url("../media/IMG_1903.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.simpletext::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(33, 42, 53, 0.1647058824);
  width: 100%;
  height: 100%;
}
.simpletext--wrap {
  width: var(--site-width-narrow);
  margin: 0rem auto;
  color: white;
  text-align: center;
  text-shadow: 0 0 10rem rgba(0, 0, 0, 0.82);
}
.simpletext--title {
  font-size: 64rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40rem;
}
.simpletext--title span {
  color: #02a9ee;
}
.simpletext p {
  margin-bottom: 40rem;
  font-size: 14rem;
  line-height: 1.8;
  text-transform: uppercase;
}

.simpletext2 {
  padding: 30rem;
}
.simpletext2--wrap {
  width: var(--site-width-narrow);
  margin: 0rem auto;
  padding: 30rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #26282f;
  text-align: center;
}
.simpletext2 h2 {
  margin-bottom: 28rem;
  font-size: 40rem;
}
.simpletext2 h2::after {
  content: "";
  display: block;
  height: 5rem;
  width: 30%;
  margin: 30rem auto;
  background-color: #4d4c3f;
}
.simpletext2 p {
  font-size: 14rem;
  margin-bottom: 15rem;
}

.bigcta {
  position: relative;
  text-align: center;
}
.bigcta--wrap {
  width: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.bigcta--picture {
  width: 100%;
  height: 300rem;
  object-fit: cover;
  filter: brightness(80%);
}

.btn {
  display: inline-block;
  padding: 10rem 30rem;
  background-color: #02a9ee;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16rem;
  color: white;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
}
.btn .material-symbols-outlined {
  vertical-align: top;
  font-size: 20rem;
  display: inline-block;
  rotate: -30deg;
}
.btn.white {
  background-color: white;
  color: #02a9ee;
}
.btn.outline {
  display: inline-block;
  padding: 10rem 30rem;
  background-color: #02a9ee;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16rem;
  color: white;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  color: #02a9ee;
  border: 2rem solid currentColor;
}
.btn.outline .material-symbols-outlined {
  vertical-align: top;
  font-size: 20rem;
  display: inline-block;
  rotate: -30deg;
}
.btn.outline.white {
  background-color: transparent;
  color: white;
}
.btn.outline.black {
  background-color: transparent;
  color: #26282f;
}

html {
  font-size: 1px;
  scroll-behavior: smooth;
}

body {
  font-size: 20rem;
  line-height: 1.4;
  font-family: "Outfit", sans-serif;
  color: #26282f;
  background-color: rgb(246, 242, 233);
}
body .site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
body .site-body {
  position: relative;
  z-index: 20;
}
body .site-footer {
  position: relative;
  z-index: 20;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

h1,
h2,
h3 {
  font-family: Garet, "Parkinsans", sans-serif;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: var(--site-width);
}

.center-narrow {
  margin-left: auto;
  margin-right: auto;
  width: var(--site-width-narrow);
}

.site-header {
  width: 100%;
  height: var(--header-height);
}
.site-header--wrap {
  width: var(--site-width);
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header.is-sticky {
  width: calc(100% - 0rem);
  padding: 5rem 20rem;
  background-color: white;
  color: white;
  box-shadow: 0 10rem 20rem white;
}
.site-header.is-sticky .site-header--logo span {
  font-size: 14rem;
  color: rgb(0, 0, 0);
}
.site-header.is-sticky .site-header--logo img {
  width: 100rem;
}
.site-header.is-sticky .nav-lang a {
  color: black;
}
.site-header.is-sticky .nav-lang a.current {
  color: white;
}
.site-header .logo {
  width: 251rem;
  text-decoration: none;
}
.site-header .logo img {
  display: block;
  width: 100%;
}

.site-nav {
  position: relative;
}
.site-nav > ul {
  display: flex;
  align-items: start;
}
.site-nav > ul li {
  position: relative;
}
.site-nav > ul li a {
  font-size: 16rem;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15rem;
  transition: all 0.2s;
  color: white;
}
.site-nav > ul li a:hover {
  color: #02a9ee;
}
.site-nav > ul li.menu-item-has-children {
  margin-right: 10rem;
  padding-right: 20rem;
}
.site-nav > ul li.menu-item-has-children ul {
  translate: 0 -50rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  height: fit-content;
  padding: 10rem 0 5rem;
  transition: all 0.2s;
}
.site-nav > ul li.menu-item-has-children ul li {
  width: max-content;
  margin: -10rem 0;
  transition: all 0.2s 0.1s;
}
.site-nav > ul li.menu-item-has-children:hover ul {
  translate: 0 0;
  opacity: 1;
  pointer-events: all;
}
.site-nav > ul li.menu-item-has-children:hover ul li {
  margin: 10rem 0;
}
.site-nav > ul li.menu-item-has-children:after {
  content: "›";
  display: inline-block;
  position: absolute;
  top: 0%;
  right: 0rem;
  rotate: 90deg;
  line-height: 1;
  font-size: 30rem;
  color: white;
}

.site-body {
  min-height: 100vh;
}

.site-footer {
  padding: 50rem 0 20rem;
  color: #d2d6d2;
  background-color: #02a9ee;
}
.site-footer--wrap {
  width: var(--site-width-narrow);
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60rem;
}
.site-footer--wrap > * {
  width: 33.333%;
}
.site-footer--logo {
  display: block;
  margin: 0 auto 30rem;
}
.site-footer--logo img {
  display: block;
  width: 100%;
  filter: brightness(200000%) saturate(0) contrast(300%);
}
.site-footer--subtitle {
  margin: 30rem 0 30rem;
  font-family: Garet, "Parkinsans", sans-serif;
  font-size: 26rem;
  font-weight: 300;
}
.site-footer--subtitle:first-of-type {
  margin-top: 0;
}
.site-footer--contact .btn {
  width: 70%;
  margin-bottom: 15rem;
}
.site-footer p {
  font-size: 16rem;
  line-height: 1.6;
}
.site-footer .footer-nav-1 li {
  list-style: disc;
  margin: 0 0 10rem 20rem;
}
.site-footer .footer-nav-1 li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14rem;
}
.site-footer .footer-nav-2 {
  margin-top: 70rem;
  text-align: center;
}
.site-footer .footer-nav-2 li {
  display: inline-block;
  margin: 0 15rem;
}
.site-footer .footer-nav-2 li a {
  font-size: 16rem;
  text-decoration: none;
}

.home .textblock {
  margin: 0;
}
.home .buildtypes {
  margin: 80rem 0;
}

.hero {
  position: relative;
  z-index: 10;
}
.hero--pic {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 715rem;
  object-fit: cover;
  filter: brightness(60%);
}
.hero--content {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  top: 50%;
  width: var(--site-width-narrow);
}
.hero--content h1 {
  font-size: 46rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 0 10rem rgba(0, 0, 0, 0.2);
  color: #02a9ee;
  color: white;
  text-transform: uppercase;
}
.hero--content h1 span {
  color: #02a9ee;
}
.hero--content h1 strong {
  display: block;
  font-weight: 200;
  font-size: 0.2em;
  text-transform: uppercase;
}
.hero--content p {
  color: white;
}

.article h1 {
  margin: 0 0 40rem;
  font-size: 80rem;
  font-family: Garet, "Parkinsans", sans-serif;
  font-weight: 200;
  color: #02a9ee;
}
.article--content h1 {
  margin: 0 0 40rem;
  font-size: 80rem;
  font-family: Garet, "Parkinsans", sans-serif;
  font-weight: 200;
  color: #02a9ee;
}
.article--content h2 {
  margin: 100rem 0 20rem;
  font-size: 50rem;
  font-family: Garet, "Parkinsans", sans-serif;
  font-weight: 700;
}
.article--content h3 {
  margin: 40rem 0 20rem;
  font-size: 30rem;
  font-family: Garet, "Parkinsans", sans-serif;
  font-weight: 700;
}
.article--content h4 {
  margin: 30rem 0 10rem;
  font-size: 24rem;
  font-weight: 700;
  color: #4d4c3f;
}
.article--content h5 {
  margin: 20rem 0 10rem;
  font-weight: 700;
  color: #4d4c3f;
  text-transform: uppercase;
}
.article--content h6 {
  margin: 0 0 10rem;
  font-size: 0.8em;
  font-weight: 700;
  color: #4d4c3f;
}
.article--content p {
  margin: 10rem 0rem;
}
.article--content ul {
  margin: 20rem 15rem;
}
.article--content ul li {
  margin: 0 0 5rem 5rem;
  list-style-type: circle;
}
.article--content p a {
  color: #02a9ee;
}
.article--content strong {
  font-weight: 700;
}
.article--content em {
  font-style: italic;
}
.article--content .wp-block-button.is-style-outline--1 a {
  display: inline-block;
  padding: 10rem 30rem;
  background-color: #02a9ee;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16rem;
  color: white;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  color: #02a9ee;
  border: 2rem solid currentColor;
}
.article--content .wp-block-button.is-style-outline--1 a .material-symbols-outlined {
  vertical-align: top;
  font-size: 20rem;
  display: inline-block;
  rotate: -30deg;
}
.article--content .wp-block-button__link {
  display: inline-block;
  padding: 10rem 30rem;
  background-color: #02a9ee;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 16rem;
  color: white;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
}
.article--content .wp-block-button__link .material-symbols-outlined {
  vertical-align: top;
  font-size: 20rem;
  display: inline-block;
  rotate: -30deg;
}

.engagements {
  position: relative;
  padding: 80rem 0;
  background-image: url("../media/IMG_1903.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.engagements::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #26282f;
  width: 100%;
  height: 100%;
}
.engagements > * {
  position: relative;
  z-index: 10;
}
.engagements--wrap {
  width: var(--site-width);
  margin: 0rem auto;
  justify-content: space-between;
}
.engagements--title {
  font-size: 64rem;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-bottom: 100rem;
}
.engagements--title span {
  display: block;
  font-size: 0.3em;
  color: #4d4c3f;
}
.engagements--pushs {
  display: flex;
  justify-content: space-between;
}
.engagements--pushs .push {
  width: 20%;
  display: block;
  flex-direction: column;
  text-align: center;
  color: #26282f;
  color: white;
}
.engagements--pushs .push--picto {
  color: #4d4c3f;
}
.engagements--pushs .push--text {
  margin-top: 10rem;
  color: white;
}
.section-build {
  padding: 80rem 0;
  background-color: white;
  color: #26282f;
}
.section-build--wrap {
  width: var(--site-width);
  margin: auto;
  display: flex;
  gap: 160rem;
}
.section-build--left {
  position: relative;
  width: 40%;
}
.section-build--left .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-build--right {
  width: 60%;
}
.section-build--largepic {
  width: 100%;
}
.section-build--gallery {
  display: flex;
  gap: 20rem;
  flex-flow: wrap;
}
.section-build--gallery img {
  width: 50%;
  flex-shrink: 1;
}

.assets {
  position: relative;
  z-index: 20;
  width: calc(var(--site-width));
  margin: -80rem auto 80rem;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 30rem;
  border-radius: 10rem;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.233);
}
.asset {
  width: 300rem;
  padding: 30rem;
  background-color: #ffffff;
  text-align: center;
}
.asset--picto {
  width: 65rem;
  height: 65rem;
  border-radius: 50%;
  background-color: #02a9ee;
  display: inline-block;
  font-size: 50rem;
  color: white;
  margin-bottom: 15rem;
  text-align: center;
  padding-top: 7rem;
}
.asset--title {
  margin-bottom: 15rem;
  font-size: 22rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #02a9ee;
}
.asset p {
  font-size: 16rem;
}

.projectnails {
  position: relative;
  z-index: 20;
  width: calc(var(--site-width));
  margin: 80rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30rem;
}

.projectnail {
  width: calc(33.33% - 30rem);
  height: 250rem;
  position: relative;
}
.projectnail img {
  filter: brightness(80%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projectnail--name {
  background-color: #02a9ee;
  position: absolute;
  bottom: 30rem;
  right: 30rem;
  font-weight: 700;
  color: white;
  padding: 5rem 15rem;
  text-decoration: none;
}
.projectnail--name figcaption {
  font-size: 30rem;
}
.projectnail--name strong {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}

.buildtypes {
  position: relative;
  z-index: 20;
  background: linear-gradient(transparent 30%, #02a9ee 30.1%);
}
.buildtypes--wrap {
  width: calc(var(--site-width));
  margin: 40rem auto 80rem;
  display: flex;
  justify-content: space-between;
}
.buildtypes .buildtype {
  top: -50rem;
  position: relative;
}

.buildtype {
  width: 450rem;
  background-color: white;
}
.buildtype img {
  width: 100%;
  height: 300rem;
  object-fit: cover;
}
.buildtype--content {
  padding: 30rem;
}
.buildtype--title {
  font-size: 30rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22rem;
}
.buildtype p {
  margin: 10rem 0;
  font-size: 16rem;
  color: #4d4c3f;
}
.buildtype a {
  display: block;
  margin-top: 30rem;
  text-decoration: underline;
  color: #02a9ee;
  font-size: 16rem;
}
.buildtype a span {
  vertical-align: top;
  margin-right: 10rem;
}
.buildtype .btn {
  margin-top: 30rem;
  color: #ffffff;
}

.page-template-page-tpl-landing {
  padding-top: 0;
}
.page-template-page-tpl-landing .center {
  width: 1400rem;
}
.page-template-page-tpl-landing .site-header,
.page-template-page-tpl-landing .site-footer {
  display: none;
}
.page-template-page-tpl-landing .hero {
  z-index: 10;
}
.page-template-page-tpl-landing .hero--pic {
  height: 650rem;
}
.page-template-page-tpl-landing .hero--content {
  top: 50rem;
  translate: -50% 0;
  text-align: center;
}
.page-template-page-tpl-landing .hero--content h1 {
  font-size: 20rem;
  font-weight: 700;
  margin-bottom: 20rem;
}
.page-template-page-tpl-landing .hero--content .logo {
  width: 350rem;
  margin: 0rem 0 30rem;
}
.page-template-page-tpl-landing .hero--content p {
  font-size: 16rem;
}
.page-template-page-tpl-landing .pushs {
  margin-top: 50rem;
}

.landing-body {
  position: relative;
  z-index: 20;
  display: flex;
  gap: 50rem;
  justify-content: space-between;
}
.landing-body .landing-content {
  margin-top: -100rem;
}
.landing-body .form-landing {
  flex-shrink: 0;
  margin-top: -250rem;
}

.gallery {
  width: auto;
  margin: 30rem 0 50rem;
  border-radius: 10rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
}
.gallery img {
  width: 30%;
  height: 100rem;
  object-fit: cover;
  border-radius: 5rem;
}

.landing-content {
  width: auto;
  min-height: 50vh;
  padding: 50rem;
  background-color: #b6c8cf;
  background-color: white;
  border-radius: 10rem;
}
.landing-content h2 {
  font-size: 30rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30rem;
}
.landing-content h2 span {
  font-size: 30rem;
}
.landing-content h2 strong {
  color: #02a9ee;
}

.form-landing {
  width: 800rem;
  padding: 50rem;
  background-color: white;
  border-radius: 10rem;
}
.form-landing h1 {
  font-size: 50rem;
  color: #02a9ee;
  margin-bottom: 50rem;
}
.form-landing h1::after {
  content: "";
  display: block;
  width: 100rem;
  height: 5rem;
  margin-top: 10rem;
  background-color: currentColor;
}
.form-landing fieldset {
  margin-top: 50rem;
}
.form-landing button[type=submit] {
  margin: 30rem 0;
  padding: 20rem 50rem;
  border-radius: 10rem;
  background-color: #02a9ee;
  color: white;
  transition: all 0.2s;
  font-size: 30rem;
  cursor: pointer;
}
.form-landing button[type=submit]:hover {
  background-color: #4d4c3f;
}
.form-landing h2 {
  margin-bottom: 20rem;
  font-family: "Outfit", sans-serif;
  font-size: 30rem;
  font-weight: 700;
}
.form-landing h3 {
  text-transform: uppercase;
  font-size: 18rem;
  font-weight: 900;
}
.form-landing h6 {
  font-size: 14rem;
}
.form-landing label img {
  color: rgba(0, 101, 135, 0.1333333333);
}
.form-landing--subblock {
  margin-bottom: 20rem;
}
.form-landing .field {
  margin-bottom: 10rem;
}
.form-landing .fieldpic {
  margin-right: 10rem;
}

.pushs {
  display: flex;
  flex-wrap: wrap;
}

.push {
  height: auto;
  margin-bottom: 60rem;
  color: #02a9ee;
  font-size: 16rem;
  display: flex;
  gap: 20rem;
}
.push.is-vert {
  flex-direction: column;
}
.push--picto {
  font-size: 60rem;
}
.push--picto span {
  font-size: inherit;
}
.push--title {
  font-family: "Outfit", sans-serif;
  font-size: 25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
.push--text {
  font-family: "Outfit", sans-serif;
  font-size: 18rem;
  color: #26282f;
}

.mail-message {
  font-size: 30rem;
  margin-bottom: 20rem;
}
.mail-message.status-1 {
  display: none;
}
.mail-message.status-2 {
  background-color: white;
  font-size: 40rem;
  color: black;
  padding: 10rem;
}
.mail-message.status-3 {
  color: red;
  background-color: white;
  padding: 10rem;
}

.field {
  display: block;
  vertical-align: middle;
  transition: all 0.2s;
}
.field input[type=text],
.field input[type=email] {
  width: 100%;
  min-height: 50rem;
  padding: 0 10rem;
  border: 2rem solid #02a9ee;
  border-radius: 5rem;
  font-family: inherit;
  font-size: 24rem;
}
.field input[type=text]::placeholder,
.field input[type=email]::placeholder {
  font-family: inherit;
  font-size: 22rem;
}
.field textarea {
  width: 100%;
  min-height: 200rem;
  padding: 0 10rem;
  border: 2rem solid #02a9ee;
  border-radius: 5rem;
  font-family: inherit;
  font-size: 24rem;
}
.field:has(input:checked) {
  background-color: #02a9ee;
  color: white;
}
.field.radio {
  cursor: pointer;
  min-height: 50rem;
  padding: 10rem 10rem;
  border: 2rem solid #02a9ee;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10rem;
}
.field.radio p {
  transition: all 0.2s;
}
.field.radio:hover p {
  margin-left: 5rem;
}
.field.range {
  /*********** Baseline, reset styles ***********/
  /* Removes default focus */
  /******** Chrome, Safari, Opera and Edge Chromium styles ********/
  /* slider track */
  /* slider thumb */
  /*********** Firefox styles ***********/
  /* slider track */
  /* slider thumb */
}
.field.range p {
  margin-bottom: 10rem;
}
.field.range input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 250rem;
}
.field.range input[type=range]:focus {
  outline: none;
}
.field.range input[type=range]::-webkit-slider-runnable-track {
  background-color: #02a9ee;
  border-radius: 5rem;
  height: 25rem;
}
.field.range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: 4px;
  /* Centers thumb on the track */
  background-color: #ffffff;
  border-radius: 5rem;
  height: 20rem;
  width: 20rem;
}
.field.range input[type=range]:focus::-webkit-slider-thumb {
  outline: 1px solid #ffffff;
  outline-offset: 0.125rem;
}
.field.range input[type=range]::-moz-range-track {
  background-color: #02a9ee;
  border-radius: 5rem;
  height: 25rem;
}
.field.range input[type=range]::-moz-range-thumb {
  background-color: #ffffff;
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 5rem;
  height: 20rem;
  width: 20rem;
}
.field.range input[type=range]:focus::-moz-range-thumb {
  outline: 1px solid #ffffff;
  outline-offset: 1.25rem;
}
.field.range output {
  margin-left: 20rem;
}
.field.select select {
  height: 50rem;
  width: 100%;
  font-family: inherit;
  font-size: 25rem;
  border-radius: 5rem;
  border: 2rem solid #02a9ee;
  background-color: transparent;
}
.field.w50 {
  display: inline-block;
  width: 49%;
}
.fieldpic {
  display: inline-block;
  position: relative;
  color: rgba(0, 101, 135, 0.1333333333);
}
.fieldpic input {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
}
.fieldpic img {
  position: relative;
  width: 200rem;
  height: 120rem;
  object-fit: cover;
  transition: all 0.2s;
  border-radius: 5rem;
  z-index: 20;
}
.fieldpic img:hover {
  filter: brightness(120%);
}
.fieldpic [type=radio] + img {
  cursor: pointer;
}
.fieldpic [type=radio]:checked + img {
  border: 10px solid #4d4c3f;
  filter: brightness(140%);
}

.burger {
  display: none;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.053vw;
  }
}
@media screen and (min-width: 720px) and (max-width: 1000px) {
  html {
    font-size: 0.09vw;
  }
}
@media screen and (max-width: 719px) {
  html {
    font-size: 0.25vw;
  }
  .burger {
    display: block;
    position: absolute;
    top: 50%;
    right: 10rem;
    translate: 0 -50%;
    width: 50rem;
    height: 60rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .burger.is-open span {
    height: 1rem;
  }
  .burger.is-open span:nth-child(1) {
    rotate: 45deg;
  }
  .burger.is-open span:nth-child(2) {
    translate: 0rem 20rem;
    rotate: -45deg;
  }
  .burger.is-open span:nth-child(3) {
    opacity: 0;
    translate: -100rem 0rem;
  }
  .burger span {
    display: block;
    height: 5rem;
    margin-bottom: 7rem;
    background-color: white;
    transition: all 0.5s;
    transform-origin: 0 50%;
  }
  .burger span:last-child {
    width: 85%;
  }
  .site-header {
    justify-content: center;
  }
  .site-header.is-open .site-header--logo img {
    translate: 0 60rem;
  }
  .site-header.is-open .site-header--logo span {
    opacity: 0;
    translate: 100rem 0;
  }
  .site-header--logo {
    width: 150rem;
    font-size: 12rem;
    opacity: 1;
  }
  .site-header--logo * {
    transition: all 0.3s;
  }
  .site-header--logo img {
    width: 70%;
  }
  .site-header .light {
    left: -5.8%;
  }
  .site-nav {
    position: absolute;
    top: 50%;
    left: 10rem;
    translate: -100% -50%;
    opacity: 0;
    transition: all 0.5s 0.5s;
  }
  .site-nav.is-open {
    translate: 0 -50%;
    opacity: 1;
    transition: all 0.5s 0s;
  }
  .site-nav.is-open a {
    padding-top: 10rem;
    padding-bottom: 10rem;
    transition: padding 0.3s 0.5s;
  }
  .site-nav a {
    margin: 0 0;
    padding: 0 15rem;
    font-size: 14rem;
    transition: padding 0.3s 0s;
  }
  .site-nav a::before {
    left: 0;
    width: 0;
    font-size: 8rem;
    text-align: left;
  }
  .site-footer li {
    margin-bottom: 5rem;
  }
  html {
    --site-width: 100%;
    --site-width-narrow: 100%;
    --header-height: 150rem;
  }
  .page-template-page-tpl-landing .hero--content {
    top: 10rem;
  }
  .page-template-page-tpl-landing .hero--content .logo {
    width: 85%;
    margin: 0rem 0 30rem;
  }
  .page-template-page-tpl-landing .hero--content h1 {
    font-size: 16rem;
    font-weight: 700;
    margin-bottom: 20rem;
  }
  .page-template-page-tpl-landing .hero--pic {
    height: 300rem;
    translate: 0 -43rem;
  }
  .landing-body {
    flex-direction: column;
  }
  .landing-body .form-landing {
    margin-top: 0;
  }
  .landing-content {
    padding: 20rem;
    border-radius: 0;
  }
  .landing-content h2 {
    font-size: 28rem;
    margin-bottom: 20rem;
  }
  .gallery {
    margin: 30rem 0 50rem;
    gap: 16rem;
  }
  .gallery img {
    width: 29%;
  }
  .form-landing {
    width: 100%;
    padding: 20rem;
    margin-top: 0;
  }
  .push {
    margin-bottom: 30rem;
  }
  .push--title {
    font-size: 16rem;
    margin-bottom: 5rem;
  }
  .push--text {
    font-size: 16rem;
  }
  .fieldpic img {
    width: 155rem;
    height: 100rem;
  }
  .field.range input[type=range] {
    width: 100%;
  }
  .field.range output {
    margin-left: 10rem;
  }
  .field.w50 {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */