@charset "UTF-8";
/*!☺
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
.booboo {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99999;
  /* background: #231f20; */
  background: #515f3c;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@media only screen and (max-width: 736px) {
  .booboo {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .booboo {
    width: 70px;
    height: 70px;
  }
}
.booboo:before {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 1px solid rgba(81, 95, 60, 0.25);
  border-radius: 50%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  transform-origin: center center;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 3;
}
@media only screen and (max-width: 736px) {
  .booboo:before {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .booboo:before {
    width: 70px;
    height: 70px;
  }
}
.booboo:after {
  width: 60px;
  height: 60px;
  display: none;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid rgba(81, 95, 60, 0.25);
  transform-origin: center center;
  border-radius: 50%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 3;
}
@media only screen and (max-width: 736px) {
  .booboo:after {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .booboo:after {
    width: 60px;
    height: 60px;
  }
}

.page_not_found:before, .from-right .full_section_inner:before, .from-left .full_section_inner:before, #full .wpb_text_column:after, #slider-row:before,
.slider-row:before, .service-item:nth-child(1):before, #consultation .full_section_inner:before, #consultation:before, #overlay:before, #hero .full_section_inner:before, .page-id-166 #hero .full_section_inner:after, #desc2 .full_section_inner:before,
.desc .full_section_inner:before, #desc:before,
.text-right:before, .before-after-nav button:after, #desc2:after,
.desc:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

::selection {
  background: #515f3c;
  color: #fff;
}

.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
  background-color: #515f3c;
}

::-moz-selection {
  background: #515f3c;
  color: #fff;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #515f3c;
}

.mejs-controls {
  background-color: #f6f6f6 !important;
}

a:hover, p a:hover {
  color: #515f3c;
  text-decoration: none;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  box-sizing: border-box;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  display: block;
  padding: 3px 15px;
  background-color: #f2dede;
  color: #b94a48;
  border-left: 5px solid #c73412;
  max-width: 100%;
  margin: 5px 0 0;
}

.wpcf7 span[data-name*=menu] {
  position: relative;
}
.wpcf7 span[data-name*=menu]:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 15px;
  bottom: 20px;
}

#back_to_top {
  bottom: 260px;
  right: 15px !important;
}
#back_to_top span {
  border-width: 1px;
  border-color: #605855;
}
#back_to_top span i:before {
  content: "↑";
  color: #605855;
}
#back_to_top:hover span {
  background-color: transparent;
}

.footer_top {
  padding-bottom: 0;
}

@font-face {
  font-family: "altaregular";
  src: url("fonts/alta_regular.8581f4c464edf9dca66cb410d97.3fd47d93427d0993713238fdd92b05be_1-webfont.woff2") format("woff2"), url("fonts/alta_regular.8581f4c464edf9dca66cb410d97.3fd47d93427d0993713238fdd92b05be_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  font-size: 18px;
}
@media only screen and (min-width: 2560px) {
  :root {
    font-size: 26px;
  }
}

html {
  scrollbar-color: #686868 #404040;
}

body {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #4f4f4f;
  font-size: 22px;
}
@media only screen and (min-width: 2560px) {
  body {
    font-size: 1rem;
  }
}

p {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "altaregular", serif;
  font-weight: 400;
  letter-spacing: normal;
}

html.lenis,
html.lenis body {
  height: auto;
}

nav.main_menu > ul > li > a {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  letter-spacing: normal;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  nav.main_menu > ul > li > a {
    font-size: 0.9rem;
  }
}
body:not(.home) nav.main_menu > ul > li > a {
  color: #364028 !important;
}

.side_menu_button_wrapper {
  display: none;
}
@media only screen and (max-width: 736px) {
  .side_menu_button_wrapper {
    display: table;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .side_menu_button_wrapper {
    display: table;
  }
}

.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h5 {
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.25;
  letter-spacing: normal;
}

.drop_down .second .inner > ul,
li.narrow .second .inner ul {
  background-color: #444f32;
}

.drop_down .narrow .second .inner ul li a {
  color: #fff;
}
.drop_down .narrow .second .inner ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

nav.main_menu > ul > li.active > a {
  color: rgba(255, 255, 255, 0.6);
}

.home .q_logo .naj-1,
.home .q_logo .naj-2,
.home .q_logo .naj-3 {
  fill: #fff;
}

.mobile {
  display: none;
}
@media only screen and (max-width: 736px) {
  .mobile {
    display: block;
  }
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

h2 {
  margin-bottom: 2rem;
  font-size: clamp(40px, 2.75rem, 3.5vw);
}
@media only screen and (max-width: 736px) {
  h2 {
    font-size: clamp(4vh, 2.25rem, 5vh);
  }
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  h2 {
    font-size: clamp(36px, 2.75rem, 3vw);
  }
}

#hero-title {
  font-family: "altaregular", serif !important;
  font-size: 3rem !important;
  margin-bottom: 2rem !important;
  color: #364028 !important;
  line-height: 1.25 !important;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #hero-title {
    font-size: 2.25rem !important;
  }
}

#hero-excerpt {
  color: #515f3c !important;
  font-family: futura-pt, sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
}

.q_logo {
  top: 0;
}
.q_logo a {
  visibility: visible;
  top: 20px;
}
@media only screen and (max-width: 736px) {
  .q_logo a {
    top: 15px;
  }
}
.q_logo svg {
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 736px) {
  .q_logo svg {
    width: 90px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .q_logo svg {
    width: 120px;
  }
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  .q_logo svg {
    max-width: 10vw;
  }
}

footer .footer_top_holder p {
  color: #515f3c !important;
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  footer .footer_top_holder p {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  footer .footer_top_holder p {
    font-size: 1.1rem;
  }
}

#hero-column {
  padding: 5vw !important;
  padding-left: 10vw !important;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #hero-column {
    padding: 2.5vw !important;
    transform: translateX(10px) !important;
  }
}

.vc_row:not(.vc_inner) {
  padding: 100px 0;
  padding: clamp(10vh, 100px, 12vh) 0;
}
@media only screen and (max-width: 736px) {
  .vc_row:not(.vc_inner) {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .vc_row:not(.vc_inner) {
    padding: 80px 0;
  }
}
.vc_row:not(.vc_inner) .full_section_inner,
.vc_row:not(.vc_inner) .section_inner_margin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}
@media only screen and (max-width: 736px) {
  .vc_row:not(.vc_inner) .full_section_inner,
  .vc_row:not(.vc_inner) .section_inner_margin {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .vc_row:not(.vc_inner) .full_section_inner,
  .vc_row:not(.vc_inner) .section_inner_margin {
    gap: 40px;
  }
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-6,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-6 {
  width: calc(50% - 80px/2);
}
@media only screen and (max-width: 736px) {
  .vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-6,
  .vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-6 {
    width: 100%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-6,
  .vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-6 {
    width: calc(50% - 40px/2);
  }
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-4,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-4 {
  width: calc(33.33333333% - 80px);
}
@media only screen and (max-width: 736px) {
  .vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-4,
  .vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-4 {
    width: 100%;
  }
}
.vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-8,
.vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-8 {
  width: calc(66.6% - 80px);
}
@media only screen and (max-width: 736px) {
  .vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-8,
  .vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-8 {
    width: 100%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .vc_row:not(.vc_inner) .full_section_inner .vc_col-sm-8,
  .vc_row:not(.vc_inner) .section_inner_margin .vc_col-sm-8 {
    width: calc(66.6% - 40px);
  }
}
.vc_row:not(.vc_inner) .full_section_inner:before, .vc_row:not(.vc_inner) .full_section_inner:after,
.vc_row:not(.vc_inner) .section_inner_margin:before,
.vc_row:not(.vc_inner) .section_inner_margin:after {
  display: none;
}

.header_bottom {
  background-color: transparent;
}

#desc2:after,
.desc:after {
  background: url(half.svg) no-repeat center bottom;
  z-index: -1;
  opacity: 0.05;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #515f3c !important;
}

.before-after-nav {
  display: flex;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 736px) {
  .before-after-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.before-after-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  visibility: hidden;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0;
  background-color: #000;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.before-after-nav button.active:after {
  opacity: 0.8;
}
.before-after-nav button:before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2rem;
  font-family: "altaregular", serif;
  visibility: visible;
  color: white;
  z-index: 2;
  line-height: 1.25;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
@media only screen and (max-width: 736px) {
  .before-after-nav button:before {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .before-after-nav button:before {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 2560px) {
  .before-after-nav button:before {
    font-size: 30px;
  }
}
.before-after-nav button:after {
  visibility: visible;
  background-color: #7b7e59;
  opacity: 0.5;
  z-index: 1;
}
.before-after-nav button img {
  visibility: visible;
  border-radius: 10px;
}

.w100 .full_section_inner {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
.w100 .wpb_text_column > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: flex-start;
  gap: 2.5vw;
}

.global {
  padding: 0 !important;
}
@media only screen and (max-width: 736px) {
  .global {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 736px) {
  .global > .full_section_inner {
    padding: 0 !important;
  }
}

#desc,
.text-right {
  --width: 50%;
}
#desc:before,
.text-right:before {
  width: var(--width);
  left: unset;
  right: 0;
  background-color: #786e45;
  background-color: #726e4b;
  background-color: #7b7e59;
}
@media only screen and (max-width: 736px) {
  #desc:before,
  .text-right:before {
    height: calc(var(--height) - 10vh);
    top: calc(5vh + 70px);
  }
}
#desc .wpb_text_column,
.text-right .wpb_text_column {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (max-width: 736px) {
  #desc .wpb_text_column,
  .text-right .wpb_text_column {
    padding-left: 0;
    padding-right: 0;
  }
}
#desc .wpb_text_column > .wpb_wrapper,
.text-right .wpb_text_column > .wpb_wrapper {
  height: clamp(40vh, 60vh, 100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  #desc .wpb_text_column > .wpb_wrapper,
  .text-right .wpb_text_column > .wpb_wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #desc .wpb_text_column > .wpb_wrapper,
  .text-right .wpb_text_column > .wpb_wrapper {
    height: auto;
  }
}
#desc .wpb_text_column p,
.text-right .wpb_text_column p {
  max-width: 80%;
  margin-left: 20%;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #desc .wpb_text_column p,
  .text-right .wpb_text_column p {
    max-width: 100%;
    margin-left: 0;
  }
}
#desc .wpb_text_column h2,
.text-right .wpb_text_column h2 {
  font-size: 2.75rem;
}
@media only screen and (max-width: 736px) {
  #desc .wpb_text_column h2,
  .text-right .wpb_text_column h2 {
    font-size: clamp(4vh, 2.25rem, 5vh);
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #desc .wpb_text_column h2,
  .text-right .wpb_text_column h2 {
    font-size: clamp(40px, 2.75rem, 3.5vw);
  }
}

#desc2 .full_section_inner:before,
.desc .full_section_inner:before {
  background: url(naj.svg) no-repeat bottom left;
  background-size: 20vw;
  left: 13vw;
  opacity: 0.3;
}
@media only screen and (max-width: 736px) {
  #desc2 .full_section_inner:before,
  .desc .full_section_inner:before {
    background-size: 80%;
    background-position: bottom center;
    opacity: 0.05;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #desc2 .full_section_inner:before,
  .desc .full_section_inner:before {
    background-size: 50vw;
    background-position: top left;
    opacity: 0.05;
  }
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  #desc2 .full_section_inner:before,
  .desc .full_section_inner:before {
    opacity: 0.15;
  }
}
#desc2 .wpb_column:nth-child(3),
.desc .wpb_column:nth-child(3) {
  align-self: flex-end;
}
#desc2 .wpb_column:nth-child(3) .wpb_text_column,
.desc .wpb_column:nth-child(3) .wpb_text_column {
  padding-bottom: 5vh;
}
#desc2 .wpb_column:first-child,
.desc .wpb_column:first-child {
  align-self: flex-start;
}
#desc2 .wpb_column:first-child .wpb_text_column,
.desc .wpb_column:first-child .wpb_text_column {
  padding-left: 2.5vw;
  padding-top: 5vh;
}
#desc2 .wpb_column:first-child .wpb_text_column h2,
.desc .wpb_column:first-child .wpb_text_column h2 {
  margin-right: -40px;
}
@media only screen and (max-width: 736px) {
  #desc2 .wpb_column:first-child .wpb_text_column h2,
  .desc .wpb_column:first-child .wpb_text_column h2 {
    margin-right: 0;
  }
}

#services .vc_inner .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.wpb_text_column p {
  margin-bottom: 1rem;
}
.wpb_text_column p:last-of-type {
  margin-bottom: 0;
}

.page-id-166 #hero .wpb_text_column > .wpb_wrapper {
  justify-content: space-evenly;
}
@media only screen and (max-width: 736px) {
  .page-id-166 #hero .wpb_text_column > .wpb_wrapper {
    gap: 40px;
  }
}
.page-id-166 #hero .full_section_inner:after {
  background: url(naj.svg) no-repeat center bottom;
  opacity: 0.3;
  width: 20vw;
  left: unset;
  right: 2.5vw;
}
@media only screen and (max-width: 736px) {
  .page-id-166 #hero .full_section_inner:after {
    background-size: 80%;
    width: 100%;
    opacity: 0.05;
  }
}
.page-id-166 #hero h2 {
  font-size: 3rem !important;
  margin-bottom: 0 !important;
}
.page-id-166 #hero h2 em,
.page-id-166 #hero h2 strong {
  display: block;
}
.page-id-166 #hero h2 em {
  font-family: futura-pt, sans-serif;
  font-size: 1.75rem;
  display: block;
  line-height: 1;
  font-weight: 300;
  margin-top: 1rem;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .page-id-166 #hero h2 em {
    font-size: 1.25rem;
  }
}
.page-id-166 #hero h2 strong {
  font-weight: normal;
  font-size: 1.75rem;
}

#quest {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
@media only screen and (max-width: 736px) {
  #quest {
    padding-bottom: 0;
  }
}
#quest h2 {
  text-align: center;
}

#quel {
  --width: 0%;
}
#quel h2 > em {
  font-family: futura-pt, sans-serif;
  font-size: 1.75rem;
  display: block;
  text-transform: none;
  line-height: 1;
  font-weight: 300;
  margin-top: 1rem;
}
#quel .wpb_text_column p {
  margin: 0;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
#quel .btn-wrap {
  margin-top: 3rem;
}
#quel + .vc_row .btn-wrap {
  margin-top: 3rem;
}

.desc h2 > em {
  font-family: futura-pt, sans-serif;
  font-size: 1.25rem;
  display: block;
  text-transform: none;
  line-height: 1;
  font-weight: 300;
}
@media only screen and (max-width: 736px) {
  .desc h2 > em {
    line-height: 1.25;
  }
}
.desc .wpb_single_image img {
  max-height: calc(100vh - 100px) !important;
  object-fit: contain;
}
.desc .full_section_inner:before {
  display: block !important;
}
.desc .full_section_inner .zones {
  position: absolute;
  padding-left: 2.5vw;
}
@media only screen and (max-width: 736px) {
  .desc .full_section_inner .zones {
    position: static;
    padding-left: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .desc .full_section_inner .zones {
    position: relative;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  .desc .full_section_inner .zones {
    bottom: 5%;
  }
}
.desc .full_section_inner .zones h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.desc .full_section_inner .zones ul li {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  margin: 0 8px;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  transition: clip-path 500ms;
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  display: inline-grid;
  grid-template-columns: max-content 1fr;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .desc .full_section_inner .zones ul li {
    max-width: 95%;
  }
}
.desc .full_section_inner .zones ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 7px;
  background: #7b7e59;
  display: inline-block;
  border-radius: 100%;
  align-self: flex-start;
  transform: translateY(5px);
}

#hero {
  padding: 10vh 0;
  --width: 50%;
}
#hero .wpb_text_column {
  padding-right: 5vw;
  padding-left: 5vw;
}
#hero .wpb_text_column > .wpb_wrapper {
  height: clamp(40vh, 60vh, 100vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  #hero .wpb_text_column > .wpb_wrapper {
    height: auto;
  }
}
#hero .wpb_text_column p {
  max-width: 80%;
  margin-left: 20%;
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  #hero .wpb_text_column p {
    max-width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #hero .wpb_text_column p {
    max-width: 100%;
    margin-left: 0;
  }
}
#hero .wpb_text_column h2 {
  font-size: clamp(40px, 2.75rem, 3.5vw);
}
@media only screen and (max-width: 736px) {
  #hero .wpb_text_column h2 {
    font-size: clamp(4vh, 2.25rem, 5vh);
  }
}
#hero .wpb_single_image img {
  max-height: calc(100vh - 100px) !important;
  object-fit: contain;
}
#hero .full_section_inner:before {
  background-color: #B3AB9C;
  height: 80%;
  top: 10%;
  width: var(--width);
}
@media only screen and (max-width: 736px) {
  #hero .full_section_inner:before {
    height: calc(var(--height) - 10vh);
    top: 5vh;
  }
}

#overlay:before {
  width: 50%;
  background-image: url(naj.svg);
  background-repeat: no-repeat;
  left: 50%;
  background-position: center center;
  opacity: 0.1;
}

#zones h2 {
  text-align: center;
}
#zones ul {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: clamp(18px, 1vw, 30px);
}
#zones li {
  padding: 2vw;
  border-radius: 5px;
  background-color: #B3AB9C;
  background-color: #515f3c;
  background-color: #7b7e59;
  aspect-ratio: 16/9;
  width: 10vw;
  color: white;
  font-size: 1.5rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.before-after-grid {
  width: 90%;
  margin-left: calc(5% + 15px);
}
@media only screen and (max-width: 736px) {
  .before-after-grid {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .before-after-grid {
    width: 100%;
    margin-left: 0;
  }
}
.before-after-grid .before-after-item {
  width: calc(33.3% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 736px) {
  .before-after-grid .before-after-item {
    width: 100%;
  }
}
.before-after-grid .before-after-item:nth-child(3) {
  margin-right: 0;
}

#before-after h2 {
  margin-bottom: 3rem !important;
}

.before-after-item:before {
  content: "Avant";
  bottom: calc(50% + 20px);
}
.before-after-item:after {
  content: "Après";
  bottom: 20px;
}
.before-after-item:before, .before-after-item:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  display: inline-block;
  padding: 0 5px;
  border-radius: 2px;
  left: 20px;
}

#overlay {
  visibility: hidden !important;
}
#overlay:before {
  visibility: visible !important;
}

.postid-125 .before-after-nav button:nth-child(1) {
  grid-column-start: 2;
}
@media only screen and (max-width: 736px) {
  .postid-125 .before-after-nav button:nth-child(1) {
    grid-column-start: 1;
  }
}

.postid-95 #before-after.baprp .vc_figure-caption {
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 1.1rem;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .postid-95 #before-after.baprp .vc_figure-caption {
    font-size: 0.9rem;
  }
}

#item-50:before,
#item-296:before,
#item-294:before,
#item-72:before,
#item-194:before,
#item-93:before,
#item-88:before,
#item-89:before,
#item-65:before,
#item-90:before,
#item-256:before {
  bottom: 20px;
}
#item-50:after,
#item-296:after,
#item-294:after,
#item-72:after,
#item-194:after,
#item-93:after,
#item-88:after,
#item-89:after,
#item-65:after,
#item-90:after,
#item-256:after {
  bottom: 20px;
  left: unset;
  right: 20px;
}

#cta {
  padding: clamp(70px, 10vh, 100px) 0;
  background-color: #786e45;
  background-color: #7b7e59;
}
#cta h2,
#cta p {
  color: #fff;
}
#cta p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  #cta p {
    font-size: 1.35rem;
  }
}

#consultation {
  overflow: hidden;
  --width: 50%;
}
#consultation:before {
  background: url(naj.svg) no-repeat right bottom;
  background-size: 20vw;
  opacity: 0.3;
  right: 13vw;
  transform: translateY(-5%) translateX(-5%);
}
@media only screen and (max-width: 736px) {
  #consultation:before {
    background-size: 80%;
    right: unset;
    transform: translateY(-25%);
    background-position: center bottom;
    opacity: 0.05;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #consultation:before {
    transform: translateX(-1%) translateY(-5%);
    background-size: 15vw;
  }
}
#consultation .full_section_inner:before {
  background-color: #B3AB9C;
  height: 80%;
  top: 10%;
  width: var(--width);
}
@media only screen and (max-width: 736px) {
  #consultation .full_section_inner:before {
    top: 5vh;
    height: calc(var(--height) - 10vh);
  }
}
#consultation .wpb_text_column {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (max-width: 736px) {
  #consultation .wpb_text_column {
    padding-right: 0;
    padding-left: 0;
  }
}
#consultation .wpb_text_column > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#consultation .wpb_text_column p {
  max-width: 80%;
  margin-right: 20%;
}
@media only screen and (max-width: 736px) {
  #consultation .wpb_text_column p {
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #consultation .wpb_text_column p {
    max-width: 100%;
    margin-right: 0;
  }
}
#consultation .wpb_text_column h2 {
  font-size: 2.75rem;
  margin-right: -5vw;
  font-size: clamp(40px, 2.75rem, 3.5vw);
}
@media only screen and (max-width: 736px) {
  #consultation .wpb_text_column h2 {
    font-size: clamp(4vh, 2.25rem, 5vh);
  }
}
#consultation img {
  max-height: calc(100vh - 100px) !important;
  object-fit: contain;
}
#consultation .btn-wrap {
  margin-top: 3rem;
  text-align: left !important;
}

.btn-wrap {
  margin-top: 2rem;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--bestia {
  font-family: "altaregular", serif;
  font-size: 1.25rem;
  color: #fff;
  background: none;
  padding: 0;
  font-weight: 400;
}
.button--bestia .button__bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--bestia:hover .button__bg {
  transform: scale3d(1.2, 1.2, 1);
}

.button--bestia .button__bg::before,
.button--bestia .button__bg::after {
  content: "";
  position: absolute;
  background: #515f3c;
}

.button--bestia .button__bg::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 10%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.button--bestia:hover .button__bg::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.button--bestia .button__bg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.button--bestia:hover .button__bg::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}

.button--bestia span {
  display: block;
  position: relative;
  padding: 1.5rem 3rem;
  color: #000;
  letter-spacing: 1px;
}
@media only screen and (max-width: 736px) {
  .button--bestia span {
    text-align: center;
  }
}

.button--bestia:hover span {
  color: #fff;
}

.footer_top_holder,
.footer_bottom_holder,
footer {
  background: none;
}

footer {
  background-image: linear-gradient(to right, #c1c1bf 0%, #b7b8b3 100%);
}

#before-after.baprp .vc_inner {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}
@media only screen and (max-width: 736px) {
  #before-after.baprp .vc_inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.home #before-after.baprp .vc_inner .full_section_inner {
  gap: 40px;
}

#before-after.baprp .vc_inner .wpb_column {
  width: calc((100% - 80px*3) / 4);
}
@media only screen and (max-width: 736px) {
  #before-after.baprp .vc_inner .wpb_column {
    width: 100%;
  }
}
.home #before-after.baprp .vc_inner .wpb_column {
  width: calc((100% - 80px) / 3);
}

#before-after.baprp .vc_inner .wpb_column .vc_column-inner {
  padding: 0;
}
#before-after.baprp .vc_figure-caption {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 736px) {
  #before-after.baprp .vc_figure-caption {
    font-size: 0.9rem;
  }
}

#service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  height: calc(100vh - 100px);
}
@media only screen and (max-width: 736px) {
  #service-grid {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

.service-item {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 736px) {
  .service-item {
    height: calc(100vh - 100px - 10vh);
  }
}
.service-item:nth-child(1) {
  padding: 2.5vw;
  padding-top: 15vh;
  background-color: #786e45;
  background-color: #7b7e59;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 736px) {
  .service-item:nth-child(1) {
    height: auto;
    padding: 10vh 10vw;
  }
}
.service-item:nth-child(1):before {
  background: url(naj.svg) no-repeat bottom center;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  opacity: 0.3;
}
.service-item:nth-child(1) h2 {
  color: white;
}
.service-item:nth-child(1) p {
  color: rgba(255, 255, 255, 0.8);
}
.service-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.service-item ul {
  list-style-type: none;
  max-width: 100%;
  min-height: 255px;
}
@media only screen and (max-width: 736px) {
  .service-item ul {
    min-height: unset;
  }
}
.service-item ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s;
}
.service-item ul li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem 0;
  color: #fff;
}
.service-item ul li a:hover {
  color: white;
}
.service-item ul li a:hover:after {
  width: 100%;
}
.service-item ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
.service-item:hover ul li {
  opacity: 1;
  transform: translateY(0px);
}
.service-item:hover ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.service-item:hover ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.service-item:hover ul li:nth-child(4) {
  transition-delay: 0.9s;
}
.service-item:hover .service-text {
  transform: translateY(-30%);
}
@media only screen and (max-width: 736px) {
  .service-item:hover .service-text {
    transform: translateY(-20%);
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .service-item:hover .service-text {
    transform: translateY(-10%);
  }
}
.service-item:hover .service-text p:last-child {
  opacity: 1;
  transform: translateY(0);
}
.service-item:hover .service-image {
  transform: translateY(-4%) scale(1.04);
}
.service-item:hover .service-image:after {
  opacity: 0;
}
.service-item:hover .service-image:before {
  opacity: 1;
}

.service-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-size: cover;
}
.service-image:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(123, 126, 89, 0.6) 0%, #7b7e59 95%);
  opacity: 0;
  transition: 0.4s;
}
.service-image:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(12, 12, 12, 0.2) 0%, rgba(12, 12, 12, 0.2) 60%, rgba(12, 12, 12, 0.6) 100%);
  transition: 0.4s;
}

.service-text {
  z-index: 1;
  position: absolute;
  color: white;
  padding: 40px;
  bottom: 0;
  transition: 0.6s ease-in-out;
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  .service-text {
    padding: 30px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .service-text {
    bottom: unset;
    top: 20%;
  }
}
.service-text h3 {
  font-family: "altaregular", serif;
  color: white;
  letter-spacing: 1px;
  margin-bottom: 20px;
  min-height: 150px;
  font-size: clamp(40px, 2.75rem, 3.5vw);
}
@media only screen and (max-width: 736px) {
  .service-text h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .service-text h3 {
    font-size: 42px;
  }
}
.service-text p:first-of-type {
  font-family: "altaregular", serif;
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.service-text p:last-child {
  font-size: 22px;
  font-weight: 300;
  width: 80%;
  opacity: 0;
  transform: translateY(20px);
  margin-bottom: 0;
  transition: 0.4s;
  color: black;
  transition-delay: 0.5s;
}

.slider-pic {
  padding-top: 5vh !important;
}

#video-1,
#video-wrap-1,
.video-1,
.video-wrap-1 {
  height: 100vh !important;
  aspect-ratio: 9/16 !important;
  width: auto !important;
  margin-left: 50px !important;
  max-width: unset !important;
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  #video-1,
  #video-wrap-1,
  .video-1,
  .video-wrap-1 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 736px) {
  #video-1,
  #video-wrap-1,
  .video-1,
  .video-wrap-1 {
    margin-left: 0 !important;
    height: 70vh !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #video-1,
  #video-wrap-1,
  .video-1,
  .video-wrap-1 {
    margin-left: 0 !important;
  }
}
#video-1 video,
#video-wrap-1 video,
.video-1 video,
.video-wrap-1 video {
  height: 100vh !important;
  aspect-ratio: 9/16 !important;
  width: auto !important;
}
@media only screen and (max-width: 736px) {
  #video-1 video,
  #video-wrap-1 video,
  .video-1 video,
  .video-wrap-1 video {
    height: 65vh !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #video-1 video,
  #video-wrap-1 video,
  .video-1 video,
  .video-wrap-1 video {
    height: 80vh !important;
  }
}
#video-1 .html5vid,
#video-wrap-1 .html5vid,
.video-1 .html5vid,
.video-wrap-1 .html5vid {
  height: 100vh !important;
  aspect-ratio: 9/16 !important;
  width: auto !important;
}
@media only screen and (max-width: 736px) {
  #video-1 .html5vid,
  #video-wrap-1 .html5vid,
  .video-1 .html5vid,
  .video-wrap-1 .html5vid {
    height: 65vh !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #video-1 .html5vid,
  #video-wrap-1 .html5vid,
  .video-1 .html5vid,
  .video-wrap-1 .html5vid {
    height: 80vh !important;
  }
}

#slider-title,
.slider-title {
  font-family: "altaregular", serif !important;
  font-size: 3rem !important;
  line-height: 1.25 !important;
  margin-bottom: 3rem !important;
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  #slider-title,
  .slider-title {
    font-size: 2.5rem !important;
  }
}
@media only screen and (max-width: 736px) {
  #slider-title,
  .slider-title {
    font-size: clamp(4vh, 2.25rem, 5vh) !important;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #slider-title,
  .slider-title {
    font-size: clamp(40px, 2.75rem, 3.5vw) !important;
  }
}

#slider-text,
#slider-text2,
.slider-text,
.slider-text2 {
  font-family: futura-pt, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  #slider-text,
  #slider-text2,
  .slider-text,
  .slider-text2 {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 736px) {
  #slider-text,
  #slider-text2,
  .slider-text,
  .slider-text2 {
    font-size: 1.5rem !important;
    margin-bottom: 2rem !important;
    line-height: 1.5 !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #slider-text,
  #slider-text2,
  .slider-text,
  .slider-text2 {
    font-size: 1.35rem !important;
    line-height: 1.5 !important;
  }
}

#slider-row:before,
.slider-row:before {
  background: url(naj.svg) no-repeat center bottom;
  opacity: 0.1;
  height: 60%;
  top: 15%;
}
#slider-row sr7-col:nth-child(2), #slider-row rs-column-wrap:nth-child(2),
.slider-row sr7-col:nth-child(2),
.slider-row rs-column-wrap:nth-child(2) {
  padding-left: 5vw !important;
  vertical-align: middle !important;
}
@media only screen and (max-width: 736px) {
  #slider-row sr7-col:nth-child(2), #slider-row rs-column-wrap:nth-child(2),
  .slider-row sr7-col:nth-child(2),
  .slider-row rs-column-wrap:nth-child(2) {
    padding-right: 5vw !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #slider-row sr7-col:nth-child(2), #slider-row rs-column-wrap:nth-child(2),
  .slider-row sr7-col:nth-child(2),
  .slider-row rs-column-wrap:nth-child(2) {
    vertical-align: middle !important;
  }
}
#slider-row sr7-col:nth-child(3), #slider-row rs-column-wrap:nth-child(3),
.slider-row sr7-col:nth-child(3),
.slider-row rs-column-wrap:nth-child(3) {
  padding-left: 2.5vw !important;
  vertical-align: bottom !important;
}
@media only screen and (max-width: 736px) {
  #slider-row sr7-col:nth-child(3), #slider-row rs-column-wrap:nth-child(3),
  .slider-row sr7-col:nth-child(3),
  .slider-row rs-column-wrap:nth-child(3) {
    padding-left: 0 !important;
  }
  #slider-row sr7-col:nth-child(3) sr7-mask, #slider-row sr7-col:nth-child(3) rs-mask-wrap, #slider-row rs-column-wrap:nth-child(3) sr7-mask, #slider-row rs-column-wrap:nth-child(3) rs-mask-wrap,
  .slider-row sr7-col:nth-child(3) sr7-mask,
  .slider-row sr7-col:nth-child(3) rs-mask-wrap,
  .slider-row rs-column-wrap:nth-child(3) sr7-mask,
  .slider-row rs-column-wrap:nth-child(3) rs-mask-wrap {
    margin-left: 20% !important;
  }
}

.home #before-after .btn-wrap {
  margin-top: 3rem;
}

footer h3 {
  font-size: 3rem;
  color: #364028;
  margin-bottom: 2rem;
}
footer h3 em {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
}
footer #foo-logo {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  footer #foo-logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 736px) {
  footer #foo-logo {
    max-width: 250px;
  }
}
#text-4 {
  margin-top: 1rem;
  text-align: center;
}
#text-4 a i {
  color: rgba(255, 255, 255, 0.9) !important;
  color: rgba(120, 110, 69, 0.9) !important;
}
#text-4 a:hover i {
  opacity: 0.7;
}

.footer_top.footer_top_full {
  padding-left: 5vw;
  padding-right: 2.5vw;
  padding-bottom: 0;
}
@media only screen and (max-width: 736px) {
  .footer_top.footer_top_full {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .footer_top.footer_top_full {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.footer_col3 .btn-wrap {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.footer_col3 i {
  color: #7b7e59;
  font-size: 2rem;
}
.footer_col3 i:hover {
  color: #7b7e59;
}

.footer_bottom p {
  padding: 10px;
  margin-top: 10px;
  color: #818181;
  color: #515f3c;
  font-weight: 400;
  font-size: 0.8rem;
}
.footer_bottom p a {
  color: #7b7e59;
}
.footer_bottom p a:hover {
  opacity: 0.5;
}

.from-right,
.from-left {
  --width: 50%;
}

#full .full_section_inner .wpb_column {
  padding-left: 20vw;
  padding-right: 20vw;
}
@media only screen and (max-width: 736px) {
  #full .full_section_inner .wpb_column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #full .full_section_inner .wpb_column {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
#full .wpb_text_column:after {
  background: url(circle.svg) no-repeat center center;
  z-index: -1;
  opacity: 0.1;
  transform: scale(1.75) translateY(-10%);
}
@media only screen and (max-width: 736px) {
  #full .wpb_text_column:after {
    transform: scale(1) translateY(-10%);
  }
}
#full + .vc_row:after {
  display: none;
}

#reserver {
  padding-top: 160px;
}
@media only screen and (max-width: 736px) {
  #reserver {
    padding-top: calc(100px + 5vh);
  }
}
#reserver h2, #reserver p {
  text-align: center;
}
#reserver .wpcf7-form {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 736px) {
  #reserver .wpcf7-form {
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #reserver .wpcf7-form {
    max-width: 100%;
  }
}
#reserver .grd-2 {
  margin-bottom: 2rem;
}
#reserver input[type=submit] {
  border: 0;
  font-family: "altaregular", serif;
  margin-top: 2rem;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  color: white;
  background-color: #515f3c;
  border-radius: 0.25rem;
  padding: 0.5rem 2rem;
}
#reserver input[type=submit]:hover {
  background-color: #e7e7e7;
  color: #000;
}
#reserver input:not([type=submit]), #reserver textarea {
  background-color: #f6f6f6 !important;
  border-bottom: 1px solid #dddddd !important;
  font-family: futura-pt, sans-serif;
  font-size: 1.25rem;
  padding: 10px 20px;
  color: #262626;
  box-sizing: border-box;
}
#reserver textarea {
  height: 200px;
  padding: 20px 20px;
}
#reserver textarea.placeholder {
  font-weight: 300;
}
#reserver textarea:-moz-placeholder {
  font-weight: 300;
}
#reserver textarea::-moz-placeholder {
  font-weight: 300;
}
#reserver textarea:-ms-input-placeholder {
  font-weight: 300;
}
#reserver textarea::-webkit-input-placeholder {
  font-weight: 300;
}
#reserver span[data-name*=radio] {
  display: block;
  margin-bottom: 2rem;
}
#reserver span[data-name*=radio] + label {
  font-family: "altaregular", serif;
  font-size: 1rem;
}
#reserver span[data-name*=radio] label {
  font-weight: 400;
}

#gallery {
  padding-top: 160px;
  padding-bottom: 0;
}
@media only screen and (max-width: 736px) {
  #gallery {
    padding-top: calc(100px + 5vh);
  }
}
#gallery h2, #gallery p {
  text-align: center;
}
#gallery .before-after-nav {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
#gallery .before-after-nav button {
  color: #000;
  flex-grow: 1;
  border-radius: 3px;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #gallery .before-after-nav button {
    min-width: 120px;
  }
}
#gallery .before-after-nav button img {
  display: none;
}
#gallery .before-after-nav button:before {
  color: #000;
  position: static;
  transform: none;
  color: #fff;
  font-size: 1rem;
}

#contact {
  padding: 0;
}
@media only screen and (max-width: 736px) {
  #contact {
    padding-bottom: 10vh;
  }
}
#contact .wpb_column:nth-child(2) {
  padding-right: 80px;
}
@media only screen and (max-width: 736px) {
  #contact .wpb_column:nth-child(2) {
    min-height: unset;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  #contact .wpb_column:nth-child(2) {
    padding-right: 40px;
  }
  #contact .wpb_column:nth-child(2) .vc_column-inner {
    padding-left: 0;
  }
}
#contact .wpb_column:nth-child(2) .vc_column-inner > .wpb_wrapper {
  position: relative;
}
@media only screen and (max-width: 736px) {
  #contact .wpb_column:nth-child(2) {
    padding-right: 0;
  }
}
#contact h2 em {
  display: block;
  font-family: futura-pt, sans-serif;
  font-size: 1.75rem;
  display: block;
  text-transform: none;
  line-height: 1;
  font-weight: 300;
}
#contact .q_icon_with_title {
  text-align: left;
  margin-top: 2rem;
}
#contact .q_icon_with_title i {
  color: #7b7e59;
  font-size: 2rem;
}
#contact .q_social_icon_holder {
  margin-top: 2rem;
}
#contact .q_social_icon_holder a:hover i {
  opacity: 0.5;
}
#contact .q_social_icon_holder i {
  color: #7b7e59;
  font-size: 2rem !important;
  font-weight: normal !important;
}
#contact h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#contact .vc_inner .full_section_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#contact .vc_inner .full_section_inner .wpb_column {
  width: 100%;
}

.grd-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 736px) {
  .grd-2 {
    display: flex;
    flex-direction: column;
  }
}
.grd-2 label {
  font-family: "altaregular", serif;
  font-size: 1rem;
}
.grd-2 label:nth-child(4) {
  grid-column: span 3;
}
.grd-2 input:not([type=submit]), .grd-2 textarea {
  background-color: #f6f6f6 !important;
  border-bottom: 1px solid #dddddd !important;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  padding: 10px 20px;
  color: #262626;
}
.grd-2 textarea {
  height: 120px;
}

#contact input[type=submit] {
  border: 0;
  font-family: "altaregular", serif;
  margin-top: 2rem;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  color: white;
  background-color: #515f3c;
  border-radius: 0.25rem;
  padding: 0.5rem 2rem;
}
#contact input[type=submit]:hover {
  background-color: #e7e7e7;
  color: #000;
}

.from-right,
.from-left {
  --width: 0%;
}
.from-right .button,
.from-left .button {
  margin-top: 3rem;
}
.from-right .wpb_single_image img,
.from-left .wpb_single_image img {
  max-height: calc(100vh - 100px) !important;
  object-fit: contain;
}
.from-right .wpb_text_column,
.from-left .wpb_text_column {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (max-width: 736px) {
  .from-right .wpb_text_column,
  .from-left .wpb_text_column {
    padding-left: 0;
    padding-right: 0;
  }
}

.from-left .full_section_inner:before {
  display: block !important;
  background-color: #B3AB9C;
  height: 80%;
  top: 10%;
  width: var(--width);
}
@media only screen and (max-width: 736px) {
  .from-left .full_section_inner:before {
    height: calc(var(--height) - 10vh);
    top: 5vh;
  }
}

.from-right .full_section_inner:before {
  display: block !important;
  background-color: #7b7e59;
  height: 80%;
  top: 10%;
  left: unset;
  right: 0;
  width: var(--width);
}
@media only screen and (max-width: 736px) {
  .from-right .full_section_inner:before {
    height: calc(var(--height) - 10vh);
    top: 5vh;
  }
}

.booboo svg {
  width: 40px;
}
.booboo svg path {
  fill: #d8d9ca;
}

@media only screen and (max-width: 736px) {
  .mobile_menu_button {
    display: none;
  }
  .header_bottom {
    background-color: transparent !important;
  }
  .vc_row .full_section_inner {
    padding-left: clamp(15px, 5vw, 20px);
    padding-right: clamp(15px, 5vw, 20px);
  }
}
.page_not_found {
  min-height: calc(100vh - 300px);
  padding-top: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page_not_found:before {
  background: url(naj.svg) no-repeat center center;
  z-index: -1;
  opacity: 0.1;
}

.wpcf7 form .wpcf7-response-output, div.wpcf7-response-output {
  box-sizing: border-box;
  filter: saturate(0.3);
}

.cmail {
  margin-top: 2rem;
  display: block;
  color: #7b7e59;
  font-weight: 400;
}
.cmail i {
  color: #7b7e59;
  margin-right: 10px;
  margin-left: 5px;
  font-size: 1.25rem;
}

.sizer {
  position: absolute;
  z-index: -9999999;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
@media only screen and (max-width: 736px) {
  .sizer {
    height: 50vh;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .sizer {
    height: 30vh;
  }
}

@media only screen and (max-width: 736px) {
  header {
    display: inline-block;
  }
  body .wrapper .content {
    margin-top: -100px !important;
  }
  div.grid_section .section_inner {
    width: calc(100vw - clamp(15px, 5vw, 20px) * 2);
  }
  .postid-8 .text-right .wpb_column:last-child {
    order: -1;
  }
  .single-procedure .q_slider, .page-id-198 .q_slider {
    display: none;
  }
  .page-id-166 #hero {
    padding-top: 100px;
  }
  .logo_wrapper {
    left: 0;
  }
  .logo_wrapper .q_logo {
    display: block;
  }
  .logo_wrapper .q_logo a {
    left: 0;
  }
  #quel .full_section_inner {
    flex-direction: column-reverse;
  }
  .page-id-198 .desc .full_section_inner:before {
    transform: translateY(-20%) !important;
    left: unset;
  }
  .page-id-166 .desc .wpb_column:nth-child(2) {
    order: -1;
  }
  .page-id-166 .from-right .full_section_inner {
    flex-direction: column-reverse;
  }
  .popup_menu_opened .q_logo .naj-1,
  .popup_menu_opened .q_logo .naj-2,
  .popup_menu_opened .q_logo .naj-3 {
    fill: #fff;
  }
  .mob-text {
    background-color: #7b7e59;
    padding: 30px 5vw;
    position: relative;
  }
  .mob-text:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: url(naj.svg) no-repeat center center;
    transform: scale(0.8);
    opacity: 0.1;
  }
  .mob-text h2, .mob-text p {
    color: #fff;
  }
  .mob-text p {
    color: #e7e7e7;
    line-height: 1.5;
  }
  .mob-text h2 {
    margin-bottom: 1rem;
    line-height: 1.25;
  }
  #contact .full_section_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #contact .full_section_inner .wpb_column:first-child > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #contact .full_section_inner .wpb_column:nth-child(2) > .vc_column-inner {
    padding-left: calc(15px + clamp(15px, 5vw, 20px));
    padding-right: calc(15px + clamp(15px, 5vw, 20px));
  }
  div.ppt {
    display: none !important;
  }
  .home .popup_menu .line {
    background-color: #fff;
  }
  .home .popup_menu .line:before, .home .popup_menu .line:after {
    background-color: #fff;
  }
  .home #before-after.baprp .vc_inner .wpb_column {
    width: 100%;
  }
}
.popup_menu .line {
  height: 1px;
  background-color: #515f3c;
  width: 40px;
}
.popup_menu .line:before, .popup_menu .line:after {
  height: 1px;
  width: 40px;
  background-color: #515f3c;
}

@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .home .popup_menu .line {
    background-color: #fff;
  }
  .home .popup_menu .line:before, .home .popup_menu .line:after {
    background-color: #fff;
  }
}
.popup_menu_inner {
  width: 40px;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .popup_menu_inner {
    width: 60px;
  }
}

.popup_menu .line:before {
  top: -7px;
}

.popup_menu .line:after {
  top: 7px;
}

.popup_menu_holder {
  background-color: rgba(123, 126, 89, 0.9);
}

nav.popup_menu ul li a, nav.popup_menu ul li h6 {
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1.75rem;
  font-family: "altaregular", serif;
  line-height: 1.75;
}
@media only screen and (max-width: 736px) {
  nav.popup_menu ul li a, nav.popup_menu ul li h6 {
    line-height: 1.5;
  }
}

nav.popup_menu ul li ul li a, nav.popup_menu ul li ul li h6 {
  font-size: 1.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  nav.popup_menu ul li ul li a, nav.popup_menu ul li ul li h6 {
    font-size: 1.25rem;
    line-height: 2;
  }
}

nav.popup_menu ul li a:hover, nav.popup_menu ul li h6:hover {
  color: #fff;
  opacity: 0.8;
}

.mob-image {
  overflow: hidden;
}
.mob-image img {
  transition: 3s ease-in-out;
  transform-origin: center center;
}

.popup_menu_opened .mob-image img {
  transform: scale(1.05);
}

@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  body {
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
  }
  body:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMywyYzcuNzQ2LDAsMTUuMDI4LDMuMDE3LDIwLjUwNSw4LjQ5NGMxMC4xMzgsMTAuMTM3LDExLjMxLDI2LjM5NiwyLjc0LDM3Ljg0OUw1Miw1Mi41ODlWNDRoLTJ2MTFsMSwxaDExdi0yaC04LjU4Mmw0LjI5Mi00LjI5M2wwLjA5Mi0wLjEwNmM5LjIxMS0xMi4yNDcsNy45NzItMjkuNjY3LTIuODgzLTQwLjUyMUM0OS4wNjQsMy4yMjUsNDEuMjgsMCwzMywwVjJ6Ii8+PHBhdGggZD0iTTcuNzU1LDE1LjY1N0wxMiwxMS40MTFWMjBoMlY5bC0xLTFIMnYyaDguNTgyTDYuMjksMTQuMjkzbC0wLjA5MiwwLjEwNkMtMy4wMTMsMjYuNjQ2LTEuNzczLDQ0LjA2Niw5LjA4MSw1NC45MkMxNC45MzYsNjAuNzc1LDIyLjcyLDY0LDMxLDY0di0yYy03Ljc0NiwwLTE1LjAyOC0zLjAxNy0yMC41MDUtOC40OTRDMC4zNTcsNDMuMzY5LTAuODE0LDI3LjExLDcuNzU1LDE1LjY1N3oiLz48L2c+PC9zdmc+);
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center 63%;
    background-size: 100px;
  }
  body:after {
    content: "Please rotate";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #303030;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1180px) {
  .header_bottom {
    padding: 0 20px;
  }
  nav.main_menu > ul > li:first-child {
    display: none;
  }
  nav.main_menu {
    display: none;
  }
  .desc .full_section_inner {
    gap: 80px 40px !important;
  }
  .desc .full_section_inner .wpb_column {
    width: calc((100% - 40px) / 3) !important;
    flex: 1;
  }
  .desc .full_section_inner .wpb_column:nth-child(3) {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    flex-basis: 100%;
  }
  .desc .full_section_inner .wpb_column:nth-child(3) {
    order: 99;
  }
  .desc .full_section_inner .zones {
    align-self: flex-end;
    padding-bottom: 5vh;
  }
  .desc .wp-video {
    aspect-ratio: 9/16 !important;
    width: auto !important;
  }
  .postid-95 #before-after.baprp .vc_inner .wpb_column {
    width: calc((100% - 120px) / 4);
  }
  .page-id-198 .desc .full_section_inner .wpb_column {
    flex-basis: calc((100% - 40px) / 2) !important;
  }
  .page-id-198 .desc .full_section_inner .wpb_column:last-child {
    width: 50% !important;
    flex-basis: 50% !important;
    flex-grow: 0 !important;
    margin-top: -45%;
  }
  #quel:before {
    height: 80%;
    top: 10%;
  }
  #contact img {
    height: 100vh;
    object-fit: cover;
  }
  #contact .wpb_column:first-child {
    align-self: flex-start;
  }
  #contact .wpb_column:nth-child(2) {
    padding: 10vh 0;
    padding-right: 5vw;
  }
  #contact .grd-2 {
    display: flex;
    flex-direction: column;
  }
  #contact .full_section_inner {
    align-items: stretch;
  }
  #contact .full_section_inner .wpb_column:first-child {
    background: url(/wp-content/uploads/2025/06/provisional-picture-of-me-3_.jpg) no-repeat left center;
    align-self: stretch;
    background-attachment: fixed;
    background-size: contain;
  }
  #contact .full_section_inner .wpb_column:first-child .wpb_single_image {
    display: none;
  }
  .page-id-166 .desc .wpb_column:first-child {
    align-self: center;
  }
  .page-id-166 .desc .wp-video {
    max-width: 80% !important;
  }
  div.grid_section .section_inner {
    width: calc(100vw - 80px);
  }
}
@media only screen and (min-width: 1181px) and (max-width: 1499px) {
  div.grid_section .section_inner {
    width: calc(100vw - 80px);
  }
}
@media only screen and (min-width: 2560px) {
  .qode_grid_1400 .grid_section .section_inner {
    width: 80vw;
  }
}
/*# sourceMappingURL=style.css.map */
