@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format("truetype"), url('../fonts/PlusJakartaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartasans;
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --renovax-gold: #b99147;
  --navajo-white: #ffdb9a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.332vw;
  line-height: 1em;
}

a {
  text-decoration: underline;
}

.container {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
}

.container.container-hero {
  display: block;
  position: relative;
  top: 0;
}

.container.slide-container {
  padding-top: 6em;
  padding-bottom: 6em;
}

.nav-container {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 75.313em;
  display: flex;
}

.logo {
  height: 6em;
}

.nav-menu-left {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bg-pink {
  background-color: #eb4c60;
}

.button {
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 9.938em;
  height: 2.875em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button.bg-pink {
  background-color: #b99147;
  background-image: radial-gradient(circle at 100% 100%, #0000, #00000069);
  width: auto;
  max-width: 160px;
  height: auto;
  padding: 13px 36px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1em;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 2px 5px #00000078;
}

.button.bg-pink:hover {
  background-color: #48af93;
  border: 3px #ffd78e;
}

.button.bg-pink.space {
  margin-top: 33px;
}

.button.bg-pink.spacced {
  text-align: center;
  margin-top: 48px;
}

.button.content {
  background-color: #0000006b;
  background-image: radial-gradient(circle at 100% 100%, #0000, #00000069);
  border: 3px solid #fff;
  width: auto;
  min-width: 220px;
  max-width: 300px;
  height: auto;
  margin-top: 49px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1em;
  line-height: 1;
  transition: all .2s;
}

.button.content:hover {
  color: #fff;
  background-color: #b99147ab;
  box-shadow: 0 0 13px 5px #b99147;
}

.button.content.pad {
  background-color: #b18a3d;
  padding-left: 22px;
  padding-right: 22px;
}

.button.content.pad:hover {
  background-color: #48af93;
}

.navbar {
  z-index: 999;
  background-color: #0000003b;
  border-bottom: 1px solid #fff0;
  padding-top: 1.063em;
  padding-bottom: 1.063em;
  position: static;
}

.bg-img2 {
  background-image: url('../images/toa-heftiba-nrSzRUWqmoI-unsplash-1-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cloud {
  width: 115.75em;
  display: block;
  position: static;
  top: 0;
}

.hero-img {
  display: block;
  position: absolute;
}

.section-hero {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.section-hero.cloud {
  background-image: url('../images/pexels-elia-clerici-912110.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-hero.contact {
  top: 307px;
}

.txt-64-600 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.txt-white {
  color: #fff;
}

.hero-head.txt-white.txt-64-600 {
  z-index: 2;
  text-align: center;
  text-shadow: 2px 2px #000000a1;
  font-size: 4em;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.nav-menu-link {
  color: #fff;
  margin-right: 3em;
  padding: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.nav-menu-link:hover {
  color: #ecb955;
  text-shadow: 0 0 20px #ecb955;
}

.nav-menu-link.w--current {
  color: #48af93;
  text-align: center;
}

.hero-content {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  line-height: 1.5em;
}

.hero-content.txt-white.spaced {
  text-align: center;
  width: 100%;
  font-size: 1.45em;
  line-height: 2em;
}

.hero-content-parent {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 42.625em;
  margin-top: 1.5em;
  margin-bottom: 3.75em;
  display: flex;
}

.search-form {
  background-color: #fff;
  border-radius: 200px;
  align-items: center;
  width: 61.25em;
  padding: .75em .75em .75em 3.75em;
  display: flex;
}

.form-group {
  grid-column-gap: 3.125em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.block1 {
  width: 10.188em;
  height: 3.5em;
  position: relative;
}

.block2 {
  width: 12.25em;
  height: 3.5em;
  position: relative;
}

.block3 {
  width: 9.3em;
  height: 3.5em;
  position: relative;
}

.block4 {
  padding-right: .5em;
  position: relative;
}

.search-img {
  border-radius: 38px;
}

.hero-bg {
  z-index: 1;
  width: 100%;
  height: 40em;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.house {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  overflow: visible;
}

.hero-parent {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 64.7em;
  display: flex;
  position: relative;
}

.hero-parent.contact {
  height: auto;
  top: -139px;
}

.section {
  padding-top: 6em;
  padding-bottom: 6em;
  display: block;
}

.section.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.first-section {
  text-align: center;
}

.section.bg-grey {
  background-color: #f8f9fe;
}

.section.bg-grey.py-0.level2 {
  background-color: #f8f9fe00;
  background-image: linear-gradient(#1b463ab0, #1b463ab0), url('../images/gestion-projet-construction-renovation-extension-maison-residentiel-quebec.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 200px;
}

.section.bg-grey.py-0.level2.conseil {
  background-image: linear-gradient(#1b463ab0, #1b463ab0), url('../images/service-conseil-reparation-maison-refaction-refacing-batiment-quebec.jpg');
  background-repeat: repeat, no-repeat;
}

.block-head {
  margin: 0 .5em 0 3px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.25em;
  line-height: 1;
}

.label-parent {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.block-img {
  width: 1.25em;
  height: 1.25em;
}

.custom-input {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #333;
  width: 9.8em;
  font-size: 1.25em;
}

.block-child-copy {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.block-head-type {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  line-height: 1;
}

.testimony {
  color: #905615;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.6;
}

.testimony.v {
  color: #456d62;
}

.testimony-parent {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.expl-parent {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7.5em;
  position: relative;
}

.section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.content-head {
  color: var(--renovax-gold);
  text-align: left;
  letter-spacing: -1px;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2.3em;
  line-height: 1.3em;
}

.text-content {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1;
}

.text-content-parent {
  justify-content: flex-start;
  align-items: center;
  width: 34.375em;
  display: flex;
  position: relative;
}

.expl-child-bot {
  position: relative;
  top: 5em;
}

.slider {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: flex;
  position: relative;
}

.slider.owl-carousel {
  grid-column-gap: 16px;
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.slider-item {
  position: relative;
}

.xpl-img {
  position: relative;
  overflow: hidden;
}

.xpl-img-child {
  position: relative;
}

.xpl-content-child {
  padding-top: 2.063em;
}

.xpl-head {
  color: #161616;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.xpl-head.v {
  color: #456d62;
}

.xpl-txt {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.25em;
}

.xpl-content-bot {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5em;
  display: flex;
  position: relative;
}

.xpl-txt-calendar {
  color: var(--renovax-gold);
  margin-top: 2.5em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.testtim-child {
  margin-left: 7.5em;
  margin-right: 7.5em;
}

.testimony-child {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.testimony-child.overflow {
  overflow: hidden;
}

.testimony-img {
  width: 36.875em;
  height: 36.875em;
}

.left {
  flex-direction: column;
  justify-content: space-between;
  width: 28.1em;
  height: 23.125em;
  display: flex;
  position: relative;
}

.content-txt {
  margin-top: 1.6em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.6em;
}

.content-txt.white {
  color: #fff;
  text-align: left;
}

.play-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.special-parent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.special-head {
  color: #161616;
  text-align: center;
  margin-top: 0;
  margin-bottom: .48em;
  font-size: 3.125em;
  font-weight: 700;
  line-height: 1;
}

.special-txt {
  text-align: center;
  width: 37.5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.special-child {
  grid-row-gap: .75em;
  flex-direction: column;
  width: 100%;
  margin-top: 3.75em;
  display: flex;
  position: relative;
}

.top {
  grid-column-gap: .75em;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bot {
  height: 23.125em;
  position: relative;
}

.top-child {
  width: 50%;
  height: 100%;
  position: relative;
}

.special-img-top {
  position: relative;
}

.price {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1116;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 3.75em;
  display: flex;
  position: absolute;
  top: 1.25em;
  bottom: auto;
  right: 1.25em;
}

.price-child {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}

.col-img {
  height: 23em;
  position: relative;
  overflow: hidden;
}

.top-img-right {
  background-image: url('../images/Rectangle-24833.png');
  background-position: 50%;
  background-size: cover;
  height: 23em;
  position: relative;
}

.price2 {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 3.75em;
  display: flex;
  position: absolute;
  inset: 1em 1em 0% auto;
}

.price2.txt-white {
  z-index: 1;
}

.describ {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 19.4em;
  height: 4em;
  padding-left: 2em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1em;
  right: auto;
}

.describ-head {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.73em;
  line-height: 1;
}

.describ-child {
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.describ-text {
  color: #000;
  font-size: 1em;
  line-height: 1;
}

.circle {
  background-color: #000;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  margin-left: .75em;
  margin-right: .75em;
}

.trusted-parent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.people {
  width: 100%;
  margin-bottom: 3.75em;
}

.people-head {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50.125em;
  margin-bottom: 3.75em;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.content-head-people {
  color: #161616;
  text-align: center;
  margin-top: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2.75em;
  line-height: 1.2;
}

.content-head-people.white {
  color: #fff;
  margin-top: 230px;
  margin-bottom: 120px;
}

.petik {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75em;
  display: flex;
  position: relative;
}

.petik-child {
  width: 4.25em;
  height: 3.375em;
}

.txt-parent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68.5em;
  display: flex;
  position: relative;
}

.content-people {
  text-align: center;
  font-size: 2em;
  line-height: 1.4;
}

.content-people.white {
  color: #fff;
}

.content-people.white.sm {
  margin-bottom: 40px;
  font-size: 1.4em;
  font-style: italic;
}

.content-people.white.sm.legal {
  font-size: 1em;
}

.brand {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1;
}

.brand.white {
  color: #fff;
  text-align: center;
}

.brand-parent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-veeza {
  color: #eb4c60;
  margin-top: 1.5em;
  margin-bottom: 0;
  padding-left: .2em;
  font-size: 1.25em;
  line-height: 1;
}

.brand-veeza.green {
  color: #ee4b5e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.footer {
  text-align: center;
  background-color: #161616;
  align-items: flex-start;
  padding-top: 7.5em;
  padding-bottom: 0;
}

.footer-flex-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: .25px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #fff;
  justify-content: space-between;
  width: 100%;
  padding-top: 2.563em;
  display: flex;
}

.footer-top {
  padding-bottom: 6.313em;
}

.fot-head {
  margin-top: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1em;
}

.fot-head.txt-white {
  line-height: 1.3;
}

.hover {
  align-items: center;
  margin-top: 1.5em;
  display: flex;
  position: relative;
}

.hovwer-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
}

.arrow {
  margin-left: 1.5em;
  position: relative;
}

.arrow-child {
  width: 5em;
  height: 5em;
}

.fot-right {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
}

.footer-item-mid {
  border-bottom: 1px solid #fff;
  margin-left: 5em;
  margin-right: 5em;
  padding-bottom: .25em;
}

.footer-item-mid.txt-white {
  border-bottom-style: none;
}

.list-1 {
  padding-bottom: .25em;
}

.bottom {
  background-color: #333;
  width: 100%;
  height: 3.75em;
}

.bottom.txt-white {
  background-color: #888;
  justify-content: space-between;
  align-items: center;
  padding-left: 7.5em;
  padding-right: 7.5em;
  display: flex;
}

.boto-txt {
  color: #888;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 300;
  line-height: 1;
}

.play-pause-button {
  inset: 50%;
}

.play-button {
  background-color: #161616;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10.625em;
  height: 10.625em;
  display: flex;
}

.play-button-child {
  background-color: gray;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8.75em;
  height: 8.75em;
  display: flex;
}

.play {
  width: 3.75em;
  height: 3.75em;
}

.header {
  padding-bottom: 0;
  position: relative;
}

.header.inside {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/constructeur-entrepreneur-general-residentiel-commercial-ville-de-quebec.jpeg');
}

.header.underpages {
  background-image: url('../images/construction-renovation-chalet-maison-immeuble-quebec-charlevoix-beauce-laurentides.jpeg');
  background-position: 50%;
}

.image, .image-2 {
  width: 10.625em;
  height: 10.625em;
}

.fot-bot.txt-white {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.375em;
  padding-bottom: 1.313em;
  display: flex;
}

.shadow-hover {
  z-index: 1;
  opacity: .7;
  background-color: #20322c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  bottom: auto;
}

.shadow-img {
  width: 6.25em;
  height: 6.25em;
}

.bot-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-people {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: start;
  width: 75em;
  height: 13.75em;
  display: flex;
  position: relative;
  left: -2em;
}

.people-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 8.75em;
  height: 13.75em;
  display: flex;
  position: relative;
}

.peo-1 {
  width: 8.75em;
  height: 8.75em;
}

.hero-header {
  margin-bottom: 1.5em;
  position: sticky;
}

.search, .search.txt-white {
  display: none;
}

.footer-txt-no {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
}

.item-2 {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  padding-bottom: .5em;
}

.boto-txt-left, .boto-txt-right {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 300;
  line-height: 1;
}

.line-icon {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: none;
}

.line-top {
  background-color: #fff;
  width: .813em;
  height: 1px;
}

.line-mid {
  background-color: #fff;
  width: 1.188em;
  height: 1px;
}

.line-bot {
  background-color: #fff;
  width: .813em;
  height: 1px;
}

.img-3 {
  position: absolute;
  top: 0;
}

.people-2 {
  justify-content: center;
  align-items: center;
  width: 8.75em;
  height: 13.75em;
  display: flex;
  position: relative;
}

.arrow-parrent {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.arrow-img {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.arrow-img-child {
  width: 6.25em;
  max-width: 6.25em;
  height: 6.25em;
}

.people-3, .people-4, .people-5 {
  width: 8.75em;
  height: 13.75em;
  position: relative;
}

.search-img-button {
  justify-content: center;
  align-items: center;
}

.form-splitter {
  background-color: #ccc;
  width: 1px;
  height: 3.125em;
}

.slider-line {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 4.2em;
}

.search-btn {
  background-color: #eb4c60;
  border-radius: 22.62em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
}

.search-icn {
  width: 2em;
  height: 2em;
}

.hero-icn {
  width: 1.25em;
  height: 1.25em;
}

.owl-item {
  padding-bottom: 0;
  padding-right: 0;
}

.special-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link {
  text-decoration: none;
}

.line-break {
  background-color: #151c3417;
  width: 1px;
  height: 100%;
  min-height: 250px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.container-2 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-04 {
  background-color: var(--renovax-gold);
  background-image: url('../images/constructeur-residentiel-entrepreneur-general-quebec-beauce-chaudiere-appalaches-levis.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 92px 0% 15px;
}

.logo-flat {
  width: 90px;
  max-width: none;
}

.footer-block-left {
  width: 50%;
  padding-right: 45px;
}

.footer-bottom-full {
  border: 1px #000;
  border-top: 1px solid #151c3417;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  color: var(--navajo-white);
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
}

.secondary-link-dark {
  color: #1e2833;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-flex-wrap {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-block-right {
  width: 50%;
  padding-left: 45px;
}

.text-rights {
  color: #1e283380;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-dark {
  color: #1e2833;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.footer-link-dark:hover {
  color: #1d5c4b;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.flowbase-details {
  justify-content: space-between;
  width: auto;
  max-width: 1200px;
  margin: 40px 0% 0;
  display: flex;
}

.flowbase-copyright {
  font-size: 14px;
  line-height: 14px;
}

.flowbase-text-link {
  color: var(--navajo-white);
  letter-spacing: -.2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.info-footer {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: 33px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
}

.bottom-icon-separator {
  align-items: center;
  min-width: 40px;
  margin-top: 13px;
  display: flex;
}

.bottom-icon-separator.bg {
  font-size: 1.45vw;
}

.bottom-icon-separator.bg.pad {
  margin-bottom: 40px;
}

.icon-telephone {
  color: #f3f6fc;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  position: relative;
}

.icon-telephone.mail {
  width: 26px;
}

.icon-telephone.mail.bottom {
  background-color: #3330;
  width: 20px;
  height: 19px;
}

.icon-telephone.mail.bg {
  background-color: #3330;
  width: 40px;
  height: 38px;
}

.info-footer-2 {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
}

.info-footer-2.coa {
  width: auto;
  margin-top: 0;
}

.info-footer-2.bg {
  width: auto;
  margin-top: 0;
  font-size: 1.45em;
}

.link-2 {
  color: #fff;
}

.section-2 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.empty-state {
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.size1-text.size1-top-clear {
  margin-top: 0;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.size4-text.size4-top-clear {
  margin-top: 0;
}

.content4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content4-product-description-wrap {
  margin-top: 15px;
}

.button-large {
  color: #fff;
  text-transform: uppercase;
  background-color: #18181d;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.outline-button-large {
  color: #1f2121;
  background-color: #fff;
  border: 1px solid #ebedee;
}

.button-large.outline-button-large:hover {
  border-color: #c9c9c9;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.content4-headline-wrap {
  width: 479px;
  position: relative;
}

.content4-product-name-wrap {
  width: 273px;
  margin-top: 15px;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.content8-grey-background {
  background-color: #fafafa;
  align-items: center;
  width: 100vw;
  height: 714px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content8-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content8-image {
  z-index: 1;
  background-image: url('../images/renovation-construction-service-conseil-quebec.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.content8-image.gradient {
  background-image: linear-gradient(83deg, #fff, #fff0 53%), url('../images/renovation-construction-service-conseil-quebec.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.label {
  text-transform: none;
  background-color: #fff;
  border: 1px solid #86868633;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 33px;
  font-weight: 500;
  line-height: 33px;
  display: inline-block;
}

.wrapper.m100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home1-deco-part {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-office-wall-3k_download.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.home1-deco-part._02 {
  background-image: url('../images/home-improvement-quebec.jpeg');
}

.home1-deco-part._03 {
  background-image: url('../images/finition-exterieure-entrepreneur-general-quebec.jpeg');
  background-position: 50%;
}

.content8-image-02 {
  z-index: 1;
  background-image: url('../images/solis_fabric_72_300.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.content8-image-02.gradient {
  background-image: linear-gradient(83deg, #fff, #fff0 53%), url('../images/renovation-construction-service-conseil-quebec.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content8-image-03 {
  z-index: 1;
  background-image: url('../images/renovation-construction-service-conseil-quebec.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.content8-image-03.gradient {
  background-image: linear-gradient(83deg, #fff, #fff0 53%), url('../images/finition-exterieure-clabord-pvc-pemacon-entrepreneur-quebec.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sectionmenu {
  padding-top: 6em;
  padding-bottom: 6em;
  display: none;
}

.sectionmenu.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.sectionmenu.bg-grey {
  background-color: #f8f9fe;
}

.sectionmenu.bg-grey.py-0 {
  display: block;
}

.sectionoff {
  padding-top: 6em;
  padding-bottom: 6em;
  display: none;
}

.sectionoff.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.sectionoff.bg-grey {
  background-color: #f8f9fe;
}

.container-3 {
  display: flex;
}

.splash-video {
  background-image: linear-gradient(#00000057, #00000057);
  width: 100%;
  height: 90vh;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.splash-interior {
  background-color: #0000;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/getion-projet-renovation-residentielle-residentiel-maisons-habitations-quebec.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: block;
}

.splash-interior.renovation {
  background-image: url('../images/renovation-residentielle-quebec-interieur-exterieur-reparations-ameliorations-calfeutrage.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.splash-interior.calfeutrage {
  background-image: url('../images/calfeutrage-portes-fenetres-isolation-infiltration-condensation-habitation-quebec.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.splash-interior.conseil {
  background-image: linear-gradient(#00000054, #00000054), url('../images/service-conseil-renovation-remise-a-neuf-ancienne-maison-ville-quebec.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-noscroll {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.splash-contact {
  background-color: #0000;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/contact-renovation-calfeutrage-finition-conseil-gestion-projet-residentiel-quebec.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: block;
}

.splash-contact.renovation {
  background-image: url('../images/renovation-residentielle-quebec-interieur-exterieur-reparations-ameliorations-calfeutrage.jpg');
}

.splash-contact.calfeutrage {
  background-image: url('../images/calfeutrage-portes-fenetres-isolation-infiltration-condensation-habitation-quebec.jpg');
}

.splash-contact.conseil {
  background-image: linear-gradient(#00000054, #00000054), url('../images/service-conseil-renovation-remise-a-neuf-ancienne-maison-ville-quebec.jpg');
}

.section_maps {
  background-image: url('../images/contact-ville-de-quebec-calfeutrage-finition-renovation-maison.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.maplink {
  width: 100%;
  height: 100%;
}

.gs-footer_rjdesign {
  text-align: center;
  background-color: #111;
  border: 0 solid #c61e1d;
  width: 100%;
  height: auto;
  padding-top: 6px;
  padding-bottom: 33px;
  position: relative;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 11px;
}

.link-block-2 {
  background-image: url('../images/creation_site_web_video.svg');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 30px;
  margin-top: -5px;
  margin-bottom: 9px;
}

.rjd_wrap {
  margin-top: 6px;
}

.rjd_wrap.new {
  border-top: 1px solid #00000047;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  position: relative;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-bottom: 7px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 11px;
  display: flex;
}

.link-block-3 {
  background-image: url('../images/creation_site_web_video.svg');
  background-position: 50%;
  background-size: cover;
  width: 150px;
  height: 30px;
  margin-top: -5px;
  margin-bottom: 9px;
}

.navbar-2 {
  width: 100%;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .testimony-parent {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    width: 100%;
  }

  .text-content-parent {
    width: 29.8em;
  }

  .bot {
    width: 100%;
  }

  .header {
    position: relative;
  }

  .fot-bot {
    flex: 1;
  }

  .fot-bot.txt-white {
    justify-content: space-between;
    align-items: center;
    padding-top: 1.375em;
    padding-bottom: 1.313em;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .button.content.pad {
    padding-right: 22px;
  }

  .hero-head.txt-white.txt-64-600 {
    position: relative;
  }

  .arrow-img {
    opacity: 0;
    display: flex;
  }

  .flowbase-details {
    width: auto;
    max-width: none;
  }

  .gs-footer_rjdesign {
    border-style: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-left {
    position: relative;
    left: 32px;
  }

  .button.bg-pink {
    font-size: 16px;
  }

  .button.content {
    font-size: 14px;
  }

  .section-hero {
    align-items: center;
    height: 100%;
    top: 0;
  }

  .section-hero.contact {
    top: 240px;
  }

  .nav-menu-link {
    font-size: 13px;
  }

  .nav-menu-link.w--current {
    line-height: 13px;
  }

  .hero-content.txt-white {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-content.txt-white.spaced {
    font-size: 2em;
    display: block;
  }

  .hero-parent.contact {
    top: 36px;
  }

  .section {
    height: auto;
  }

  .testimony.v {
    font-size: 4em;
  }

  .xpl-head {
    font-size: 17px;
  }

  .xpl-txt, .content-txt {
    font-size: 14px;
  }

  .content-people.white.sm {
    font-size: 1.8em;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .line-icon {
    display: block;
    position: relative;
  }

  .line-break {
    display: none;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-04 {
    background-size: cover;
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .footer-block-left {
    border: 1px #000;
    border-bottom: 1px solid #151c3417;
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-bottom-full {
    flex-direction: column;
    margin-top: 60px;
  }

  .footer-flex-wrap {
    flex-wrap: wrap;
  }

  .footer-block-right {
    width: 100%;
    padding-left: 0;
  }

  .footer-link-dark {
    line-height: 12px;
  }

  .flowbase-details {
    width: 100%;
  }

  .flowbase-copyright {
    font-size: 14px;
  }

  .info-footer-2.bg {
    font-size: 2em;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .empty-state {
    max-width: 738px;
  }

  .content4-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .button-large {
    width: 100%;
  }

  .button-large.outline-button-large {
    margin-top: 0;
  }

  .content4-headline-wrap {
    width: auto;
  }

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .content8-grey-background {
    display: none;
    position: static;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content8-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content8-image {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .home1-deco-part {
    height: 260px;
  }

  .content8-image-02, .content8-image-03 {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .sectionmenu, .sectionoff {
    height: auto;
  }

  .splash-interior.renovation {
    background-position: 70%;
  }

  .splash-interior.calfeutrage {
    background-image: url('../images/calfeutrage-portes-fenetres-isolation-infiltration-condensation-habitation-quebec.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.29vw;
    line-height: 1em;
  }

  .container.container-hero {
    z-index: 2;
    position: relative;
    top: auto;
  }

  .container.slide-container {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3.75em;
  }

  .nav-container {
    justify-content: space-between;
  }

  .logo {
    width: 6.813em;
    height: 3em;
    position: relative;
    top: 8px;
  }

  .nav-menu-left {
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-bottom: 1em;
    left: auto;
  }

  .nav-menu-right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000080;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .button.bg-pink {
    font-size: 28px;
    line-height: 28px;
  }

  .button.content {
    font-size: 14px;
    line-height: 28px;
  }

  .navbar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
  }

  .navbar.sticky {
    justify-content: space-between;
    align-items: center;
  }

  .hero {
    justify-content: flex-start;
  }

  .section-hero {
    margin-top: 0;
    top: 22px;
  }

  .section-hero.contact {
    top: 51px;
  }

  .hero-head.txt-white.txt-64-600 {
    font-size: 44px;
    line-height: 1.26em;
  }

  .nav-menu-link {
    margin-bottom: .4em;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
    line-height: 3;
  }

  .hero-content.txt-white {
    line-height: 1.688em;
    position: relative;
  }

  .hero-content.txt-white.spaced {
    font-size: .8em;
  }

  .hero-content-parent {
    width: 21.188em;
    margin-bottom: 2.5em;
    position: relative;
  }

  .search-form {
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    padding: 1.5em;
  }

  .form-group {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .block1 {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-bottom: .75em;
  }

  .block2 {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: auto;
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .block3 {
    width: 100%;
    height: auto;
    margin-bottom: 2em;
    padding-top: .75em;
  }

  .block4 {
    background-color: #eb4c60;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.375em;
    display: flex;
  }

  .search-img {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.5em;
    margin-top: 2em;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-bg {
    width: 100%;
    height: 25.125em;
  }

  .hero-parent {
    height: auto;
    padding-bottom: 5.938em;
  }

  .hero-parent.contact {
    top: 109px;
  }

  .section.overflow {
    overflow: hidden;
  }

  .block-head {
    margin-left: 0;
  }

  .label-parent {
    margin-bottom: .625em;
  }

  .testimony {
    width: 100%;
    font-size: 1.125em;
  }

  .testimony.v {
    font-size: 1em;
    line-height: 1.4;
  }

  .testimony-parent {
    flex-direction: column;
  }

  .expl-parent {
    width: 100%;
    padding-top: 7.5em;
  }

  .section-title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .content-head {
    text-align: center;
    margin-bottom: .857em;
    font-size: 1.75em;
    line-height: 1.26em;
  }

  .text-content {
    text-align: center;
    font-size: 1.125em;
  }

  .text-content-parent {
    width: 100%;
  }

  .expl-child-bot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .slider.owl-carousel {
    grid-template-columns: 1fr;
  }

  .slider-item {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .xpl-content-child {
    padding-top: .3em;
  }

  .xpl-head.v {
    font-size: 33px;
    line-height: 33px;
  }

  .xpl-txt {
    font-size: 24px;
  }

  .testtim-child {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .testimony-child {
    width: 100%;
  }

  .testimony-img {
    width: 100%;
    height: 21.125em;
  }

  .left {
    justify-content: center;
    align-items: center;
    margin-top: 3.75em;
  }

  .content-txt {
    text-align: center;
    font-size: 24px;
  }

  .special-head {
    margin-bottom: .857em;
    font-size: 1.725em;
    line-height: 1.3em;
  }

  .special-txt {
    width: auto;
    font-size: 1.125em;
  }

  .top {
    flex-direction: column;
  }

  .top-child {
    width: 100%;
    margin-bottom: 1.5em;
    position: relative;
  }

  .price.txt-white {
    inset: 1em 1em auto auto;
  }

  .people-head {
    width: auto;
  }

  .content-head-people {
    font-size: 1.75em;
    line-height: 1.3;
  }

  .petik-child {
    width: 2.875em;
    height: 2.25em;
  }

  .txt-parent {
    width: 100%;
  }

  .content-people {
    font-size: 1.125em;
  }

  .content-people.white.sm {
    font-size: 1.1em;
  }

  .brand, .brand-veeza {
    font-size: 1.125em;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .fot-head.txt-white {
    font-size: 2em;
  }

  .hover {
    flex-direction: column;
    justify-content: center;
  }

  .hovwer-txt.txt-white {
    font-size: 1.125em;
  }

  .arrow {
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
    margin-left: 0;
  }

  .fot-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-txt {
    text-align: center;
  }

  .footer-item.txt-white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-item-mid.txt-white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    display: flex;
  }

  .bottom {
    justify-content: center;
    align-items: center;
    height: 3.125em;
    display: flex;
  }

  .boto-txt {
    font-size: .875em;
    display: block;
  }

  .header {
    background-image: linear-gradient(#00000030, #00000030);
    background-position: 0 0;
    top: 0;
  }

  .fot-bot.txt-white {
    justify-content: center;
    padding-top: 1.063em;
    padding-bottom: 1em;
  }

  .shadow-hover {
    display: none;
  }

  .grid-people {
    width: 69.625em;
    height: 7.875em;
    left: -15em;
  }

  .brand-2 {
    margin-left: 0;
    margin-right: auto;
  }

  .people-1 {
    width: 5em;
    height: 7.875em;
  }

  .hero-header {
    margin-bottom: 2em;
  }

  .menu-button {
    margin-left: auto;
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .search {
    color: #fff;
    margin-right: .75em;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1;
    display: block;
  }

  .search.txt-white {
    display: block;
  }

  .link-block {
    margin-bottom: 2.5em;
  }

  .footer-txt-no {
    text-align: center;
    margin-bottom: .5em;
  }

  .item-1 {
    position: relative;
  }

  .item-2 {
    padding-bottom: .5em;
    position: relative;
  }

  .boto-txt-left, .boto-txt-right {
    display: none;
  }

  .home-mobile {
    background-image: url('../images/toa-heftiba-nrSzRUWqmoI-unsplash-1-2.png');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .line-icon {
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    padding-top: .375em;
    padding-bottom: .375em;
    display: block;
    position: relative;
  }

  .line-top {
    color: #fff;
    justify-content: flex-end;
    align-items: flex-start;
    width: 14px;
    height: 1px;
  }

  .line-mid {
    color: #fff;
    width: 24px;
    margin-top: .375em;
    margin-bottom: .375em;
  }

  .line-bot {
    color: #fff;
    width: 14px;
    margin-left: .5em;
  }

  .img-2 {
    top: 1.5em;
  }

  .people-2, .people-3 {
    width: 5em;
    height: 7.875em;
  }

  .form-splitter {
    width: 18.188em;
    height: 1px;
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .search-btn {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.375em;
    display: flex;
  }

  .search-icn {
    width: 1.5em;
    height: 1.5em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .owl-item {
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-right: 0;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .footer-block-left {
    text-align: center;
  }

  .footer-bottom-full {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-link-dark {
    line-height: 12px;
  }

  .flowbase-details {
    flex-flow: row;
    width: 100%;
  }

  .flowbase-copyright {
    text-align: center;
  }

  .flowbase-text-link {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }

  .flowbase-text-link.w--current {
    font-size: 3vw;
    position: relative;
    top: 36px;
  }

  .info-footer {
    text-align: center;
    width: 90vw;
    margin-bottom: 0;
    line-height: 22px;
  }

  .bottom-icon-separator {
    justify-content: center;
  }

  .bottom-icon-separator.spacebottom {
    margin-bottom: 55px;
  }

  .info-footer-2 {
    width: 90vw;
    margin-bottom: 0;
    line-height: 22px;
  }

  .info-footer-2.coa {
    margin-bottom: 0;
  }

  .info-footer-2.bg {
    margin-bottom: 0;
    font-size: 2.5em;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .empty-state {
    width: 100%;
    max-width: none;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .content4-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content4-product-name-wrap {
    width: 100%;
    margin-bottom: -30px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content8-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content8-image, .content8-image-02, .content8-image-03 {
    background-position: 50%;
    min-height: 400px;
    margin-bottom: 18px;
  }

  .sectionmenu.overflow, .sectionoff.overflow {
    overflow: hidden;
  }

  .splash-interior.calfeutrage {
    background-image: url('../images/calfeutrage-portes-fenetres-isolation-infiltration-condensation-habitation-quebec.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
  }

  .hero-noscroll {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2vw;
  }

  .nav-container {
    justify-content: space-between;
    max-width: 339px;
  }

  .logo {
    width: 14em;
    height: 14em;
  }

  .nav-menu {
    height: 100vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .button.bg-pink {
    font-size: 18px;
    line-height: 44px;
    position: relative;
  }

  .button.content {
    font-size: 15px;
    line-height: 44px;
    position: relative;
  }

  .navbar.sticky {
    justify-content: space-between;
    align-items: center;
  }

  .hero {
    padding-top: 5em;
  }

  .section-hero {
    margin-top: 0;
    padding-top: 0;
    top: 0;
  }

  .hero-head.txt-white.txt-64-600 {
    margin-bottom: 0;
    font-size: 5em;
  }

  .nav-menu-link {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 66px;
  }

  .hero-content.txt-white.spaced {
    font-size: 2.5em;
    line-height: 1.5em;
    display: block;
  }

  .hero-content-parent {
    width: auto;
    margin-top: 2em;
    margin-bottom: 2.5em;
    font-size: 1.125em;
    position: relative;
  }

  .search-form {
    z-index: 3;
    border-radius: 0;
    width: 100%;
    height: 21.938em;
  }

  .form-group {
    flex-direction: column;
  }

  .hero-parent.contact {
    top: 87px;
  }

  .section {
    display: block;
  }

  .testimony {
    width: 21.188em;
    font-size: 16px;
    line-height: 19px;
  }

  .testimony.v {
    font-size: 3em;
    line-height: 1.5em;
  }

  .testimony-parent {
    flex-direction: column;
    height: 100%;
  }

  .expl-parent {
    width: 100%;
  }

  .section-title-wrapper {
    flex-direction: column;
  }

  .content-head {
    text-align: center;
    width: 17.938em;
    margin-bottom: 1.5em;
    font-size: 3em;
  }

  .text-content {
    text-align: center;
    width: 21.188em;
    font-size: 1.125em;
  }

  .text-content-parent {
    justify-content: center;
  }

  .xpl-content-child {
    padding: 2em 3% 0;
  }

  .xpl-head {
    font-size: 19px;
    line-height: 19px;
  }

  .xpl-txt-calendar {
    font-size: 12px;
    font-weight: 700;
  }

  .testimony-child {
    width: 100%;
    height: 50%;
  }

  .testimony-img {
    display: none;
  }

  .left {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3.75em;
    display: none;
  }

  .content-txt {
    text-align: center;
    width: 100%;
  }

  .content-txt.white {
    text-align: center;
    padding-left: .5em;
    padding-right: .5em;
  }

  .content-head-people.white {
    font-size: 2.6em;
  }

  .content-people.white {
    font-size: 2.1em;
  }

  .content-people.white.sm {
    font-size: 2em;
  }

  .brand.white, .brand-veeza.green {
    font-size: 2.6em;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .header {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    top: 0;
  }

  .brand-2 {
    margin-right: auto;
    padding-left: 0;
  }

  .background-video {
    width: 100%;
    height: 25em;
  }

  .footer-column {
    align-items: center;
  }

  .footer-04 {
    background-size: cover;
  }

  .footer-block-left {
    text-align: center;
    padding-right: 0;
  }

  .footer-bottom-full {
    text-align: center;
    flex-direction: column;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-link-dark {
    text-align: center;
    line-height: 12px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .flowbase-copyright {
    text-align: center;
    margin-bottom: 5px;
    line-height: 12px;
  }

  .flowbase-copyright.lf {
    text-align: left;
  }

  .flowbase-text-link {
    text-align: center;
    line-height: 14px;
  }

  .flowbase-text-link.w--current {
    font-size: 12px;
    line-height: 12px;
  }

  .flowbase-text-link.rt {
    text-align: right;
  }

  .info-footer {
    text-align: center;
    line-height: 20px;
  }

  .bottom-icon-separator {
    justify-content: center;
  }

  .info-footer-2 {
    text-align: center;
    line-height: 20px;
  }

  .info-footer-2.bg {
    font-size: 3.3em;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content4-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content8-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home1-deco-part {
    height: 200px;
  }

  .hero-noscroll {
    padding-top: 5em;
  }
}

#w-node-e31e912a-e875-4a0a-4525-94f4c5ab8996-e7cf3d5b, #w-node-_0d2fd508-f0af-ea28-99e7-2cc30ab3dc78-e7cf3d5b, #w-node-b125c9a6-c8a5-0438-a151-b1a253b13617-e7cf3d5b, #w-node-c94cae5c-537b-8008-d263-5cb6625e8c17-e7cf3d5b, #w-node-e31e912a-e875-4a0a-4525-94f4c5ab8996-de3cae0a, #w-node-_0d2fd508-f0af-ea28-99e7-2cc30ab3dc78-de3cae0a, #w-node-b125c9a6-c8a5-0438-a151-b1a253b13617-de3cae0a, #w-node-c94cae5c-537b-8008-d263-5cb6625e8c17-de3cae0a, #w-node-eaa69698-d4d7-f9f5-433e-62813ef1935b-de3cae0a, #w-node-_65ef7d4b-8f98-676c-c4b0-371e8916324e-de3cae0a, #w-node-_0b3b5e40-b754-949c-2fe0-e0e14c8259ec-de3cae0a, #w-node-e31e912a-e875-4a0a-4525-94f4c5ab8996-35514093, #w-node-_0d2fd508-f0af-ea28-99e7-2cc30ab3dc78-35514093, #w-node-b125c9a6-c8a5-0438-a151-b1a253b13617-35514093, #w-node-c94cae5c-537b-8008-d263-5cb6625e8c17-35514093, #w-node-eaa69698-d4d7-f9f5-433e-62813ef1935b-35514093, #w-node-_65ef7d4b-8f98-676c-c4b0-371e8916324e-35514093, #w-node-_0b3b5e40-b754-949c-2fe0-e0e14c8259ec-35514093, #w-node-e31e912a-e875-4a0a-4525-94f4c5ab8996-6173c859, #w-node-_0d2fd508-f0af-ea28-99e7-2cc30ab3dc78-6173c859, #w-node-b125c9a6-c8a5-0438-a151-b1a253b13617-6173c859, #w-node-c94cae5c-537b-8008-d263-5cb6625e8c17-6173c859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bae1bb87-064e-89d5-1a09-d5e71f0f7716-6173c859 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bae1bb87-064e-89d5-1a09-d5e71f0f7717-6173c859 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ef2674fc-256b-9b63-4a25-9c5005daa0e5-6173c859 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-ef2674fc-256b-9b63-4a25-9c5005daa0e6-6173c859 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_1e43273c-cadf-ec45-75c5-664bd72ddbc6-6173c859 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_1e43273c-cadf-ec45-75c5-664bd72ddbc7-6173c859 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3e6a698f-4711-5698-d2e9-6cf1cfbd6619-6173c859 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_3e6a698f-4711-5698-d2e9-6cf1cfbd661a-6173c859 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-e31e912a-e875-4a0a-4525-94f4c5ab8996-9f9ac1dd, #w-node-_0d2fd508-f0af-ea28-99e7-2cc30ab3dc78-9f9ac1dd, #w-node-b125c9a6-c8a5-0438-a151-b1a253b13617-9f9ac1dd, #w-node-c94cae5c-537b-8008-d263-5cb6625e8c17-9f9ac1dd, #w-node-e31e912a-e875-4a0a-4525-94f4c5ab8996-9b49115b, #w-node-_0d2fd508-f0af-ea28-99e7-2cc30ab3dc78-9b49115b, #w-node-b125c9a6-c8a5-0438-a151-b1a253b13617-9b49115b, #w-node-c94cae5c-537b-8008-d263-5cb6625e8c17-9b49115b, #w-node-bdc66f50-93f7-b59b-97b1-11e15161a661-61e5693c, #w-node-bdc66f50-93f7-b59b-97b1-11e15161a663-61e5693c, #w-node-bdc66f50-93f7-b59b-97b1-11e15161a665-61e5693c, #w-node-_8e0fa1b2-bcc0-6185-9e3c-cf5f204a9caa-c768411e, #w-node-_8e0fa1b2-bcc0-6185-9e3c-cf5f204a9cac-c768411e, #w-node-_8e0fa1b2-bcc0-6185-9e3c-cf5f204a9cae-c768411e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bae1bb87-064e-89d5-1a09-d5e71f0f7716-6173c859, #w-node-bae1bb87-064e-89d5-1a09-d5e71f0f7717-6173c859, #w-node-ef2674fc-256b-9b63-4a25-9c5005daa0e5-6173c859, #w-node-ef2674fc-256b-9b63-4a25-9c5005daa0e6-6173c859, #w-node-_1e43273c-cadf-ec45-75c5-664bd72ddbc6-6173c859, #w-node-_1e43273c-cadf-ec45-75c5-664bd72ddbc7-6173c859, #w-node-_3e6a698f-4711-5698-d2e9-6cf1cfbd6619-6173c859, #w-node-_3e6a698f-4711-5698-d2e9-6cf1cfbd661a-6173c859 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bae1bb87-064e-89d5-1a09-d5e71f0f7716-6173c859, #w-node-bae1bb87-064e-89d5-1a09-d5e71f0f7717-6173c859, #w-node-ef2674fc-256b-9b63-4a25-9c5005daa0e5-6173c859, #w-node-ef2674fc-256b-9b63-4a25-9c5005daa0e6-6173c859, #w-node-_1e43273c-cadf-ec45-75c5-664bd72ddbc6-6173c859, #w-node-_1e43273c-cadf-ec45-75c5-664bd72ddbc7-6173c859, #w-node-_3e6a698f-4711-5698-d2e9-6cf1cfbd6619-6173c859, #w-node-_3e6a698f-4711-5698-d2e9-6cf1cfbd661a-6173c859 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}