body {
  height: 100%;
  background-color: #f8f8f8;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  color: #818181;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #b6b6b6;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #212121;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-family: 'Droid Serif', serif;
  color: #9b9b9b;
}

li {
  margin-bottom: 5px;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 2px solid #3d3d3d;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  line-height: 26px;
}

.navigation {
  z-index: 9999;
  background-color: #fff;
}

.navigation-link {
  padding: 35px 15px 25px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #a5a5a5;
  font-weight: 500;
  text-decoration: none;
}

.navigation-link:hover {
  color: #313131;
}

.navigation-link.w--current {
  color: #313131;
}

.banner {
  height: 100%;
}

.brand-logo {
  margin-top: 22px;
}

.brand-logo.w--current {
  position: relative;
  bottom: auto;
  margin-top: 21px;
}

.line-bottom-menu {
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: #4e4e4e;
}

.big-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide-navigation {
  height: 50px;
  padding-top: 20px;
  background-color: #fff;
  opacity: 1;
  font-size: 10px;
}

.arrow {
  width: 70px;
  height: 70px;
  margin-left: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-size: 25px;
}

.arrow:hover {
  opacity: 1;
}

.arrow.right {
  margin-right: 20px;
}

.social-icon-wrapper {
  position: absolute;
  left: 20px;
  top: 110px;
  z-index: 9998;
}

.like-buttton {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url('../images/fa-thumbs-up_100_0_ffffff_none_1fa-thumbs-up_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-icon.facebook {
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.facebook:hover {
  background-color: #fff;
  background-image: url('../images/fa-facebook_100_0_121212_none_1fa-facebook_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.twitter:hover {
  background-color: #fff;
  background-image: url('../images/fa-twitter_100_0_121212_none_1fa-twitter_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.instagram {
  background-image: url('../images/fa-instagram_100_0_ffffff_none_1fa-instagram_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.instagram:hover {
  background-color: #fff;
  background-image: url('../images/fa-instagram_100_0_121212_none_1fa-instagram_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.pin {
  background-image: url('../images/fa-pinterest-p_100_0_ffffff_none_1fa-pinterest-p_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.pin:hover {
  background-color: #fff;
  background-image: url('../images/fa-pinterest-p_100_0_121212_none_1fa-pinterest-p_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.no-float {
  margin-right: 2.5px;
  margin-left: 2.5px;
  float: none;
}

.section {
  position: relative;
  padding: 100px 10px;
}

.section.less-pading {
  padding-bottom: 50px;
}

.section.less-pading.no-pading {
  padding-bottom: 0px;
}

.abstract-line {
  position: absolute;
  left: 50px;
  top: 0px;
  width: 10px;
  height: 100%;
  background-image: url('../images/patern_1patern.png');
  background-position: 50% 50%;
  background-repeat: repeat;
}

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

.align-center.line-below {
  border-bottom: 1px solid #e7e7e7;
}

.divider {
  height: 50px;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 10px;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #a5a5a5;
  font-weight: 500;
}

.tab-link:hover {
  color: #313131;
}

.tab-link.w--current {
  border-bottom: 1px solid #000;
  background-color: transparent;
  color: #313131;
}

.tabs-content {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.big-divider {
  height: 150px;
}

.author-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.56)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.56), hsla(0, 0%, 100%, 0));
}

.author-wrapper {
  position: relative;
  text-align: center;
}

.author-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.heading-white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.lighter-paragraph {
  color: #b4b4b4;
}

.services-icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  float: left;
}

.services-icon.icon-1 {
  background-image: url('../images/stock-vector-fan-icons-vector-illustration-256965004.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-icon.icon-2 {
  background-image: url('../images/restaurant_1restaurant.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-icon.icon-3 {
  background-image: url('../images/computer_1computer.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-icon.icon-4 {
  background-image: url('../images/icon_heatcool_black.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-icon.icon-5 {
  background-image: url('../images/technology_1technology.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-icon.icon-6 {
  background-image: url('../images/coins_1coins.png');
  background-position: 50% 50%;
  background-size: 64px;
  background-repeat: no-repeat;
}

.services-wrapper {
  margin-bottom: 20px;
}

.services-content {
  overflow: hidden;
}

.footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #1d1d1d;
}

.footer-logo {
  margin-bottom: 30px;
}

.social-footer {
  margin-bottom: 30px;
}

.contact-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 50%;
  padding: 30px 45px;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.contact-content {
  margin-top: 150px;
  text-align: center;
}

.map {
  height: 250px;
  margin-top: 30px;
}

.button {
  padding: 14px;
  background-color: #222;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;
}

.button:hover {
  border-radius: 15px;
  color: #fff;
}

.button.line-button {
  border: 1px solid #fff;
  background-color: transparent;
}

.button.line-button:hover {
  background-color: #fff;
  color: #121212;
}

.button.white-button {
  background-color: #fff;
  color: #212121;
}

.button.white-button:hover {
  border-radius: 0px;
  background-color: #111;
  color: #fff;
}

.text-field {
  height: 45px;
  margin-bottom: 15px;
  border-style: none none none solid;
  border-width: 1px 1px 2px 2px;
  border-color: #000 #000 #666 #c4c4c4;
  background-color: transparent;
}

.text-field.text-area {
  height: auto;
  padding-bottom: 35px;
}

.success-message {
  background-color: #20e48e;
}

.form-paragraph {
  margin-bottom: 0px;
  color: #fff;
}

.error-message {
  background-color: #f34b4b;
}

.close-contact {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #a5a5a5;
  border-radius: 100%;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.close-contact:hover {
  opacity: 1;
}

.client-wrapper {
  width: 100%;
  height: 150px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.client-wrapper:hover {
  opacity: 1;
}

.clients-list {
  margin-top: 10px;
}

.dynamic-projects {
  margin-bottom: -1px;
  padding-right: 0px;
  padding-left: 0px;
}

.project-content {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 350px;
  max-height: 350px;
  padding: 30px;
  float: left;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

.project-photo {
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
}

.project-title {
  display: block;
  margin-bottom: 15px;
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.view-more-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.project-line {
  width: 40px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #2e2e2e;
}

.column-without-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.project-page-content {
  padding: 50px;
}

.project-page-title {
  margin-bottom: 20px;
  color: #acacac;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.small-divider {
  height: 40px;
}

.project-paragraph {
  display: inline-block;
  margin-right: 5px;
  float: left;
  color: #7e7e7e;
}

.project-paragraph.bold {
  color: #6d6d6d;
  font-weight: 400;
}

.project-paragraph.no-float {
  float: none;
}

.journal-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}

.journal-photo {
  display: block;
  width: 350px;
  height: 350px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.journal-photo.bigger {
  width: 500px;
  height: 500px;
}

.journal-title {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #212121;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.top-space {
  margin-top: 20px;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/ptn-3_1ptn-3.png'), url('../images/Horeca-Formation-Bruxelles-Climatiseurs-Salle-Classe-Avec-deflecteurs-en-Plexi-pour-éviter-les-courants-da10890.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/ptn-3_1ptn-3.png'), url('../images/Horeca-Formation-Bruxelles-Climatiseurs-Salle-Classe-Avec-deflecteurs-en-Plexi-pour-éviter-les-courants-da10890.JPG');
  background-position: 0px 0px, 50% 50%, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.slide-1.photo-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/ptn-3_1ptn-3.png'), url('../images/Bureau-dAvocats-Unités-extérieures-pour-climatisation-à-la-demande10886.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/ptn-3_1ptn-3.png'), url('../images/Bureau-dAvocats-Unités-extérieures-pour-climatisation-à-la-demande10886.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat-y;
}

.slide-1.photo-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ptn-3_1ptn-3.png'), url('../images/Groupe-ventilation-VDP7879.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/ptn-3_1ptn-3.png'), url('../images/Groupe-ventilation-VDP7879.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, auto, cover;
}

.background-video {
  height: 100%;
  background-image: url('../images/ptn-3_1ptn-3.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: url('../images/ptn-3_1ptn-3.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-position: 50% 50%, 0px 0px;
}

.container-slider {
  position: relative;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.slider-title {
  margin-top: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  text-transform: none;
}

.licens-photo-1 {
  width: 200px;
  height: 200px;
  background-image: url('../images/arch-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.licens-photo-1.photo-2 {
  background-image: url('../images/arch-2.jpg');
}

.licens-photo-1.photo-3 {
  background-image: url('../images/arch-1.jpg');
}

.clients-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #333;
}

.white-title {
  color: #fff;
}

.testimonials-tab {
  margin-top: 20px;
  text-align: center;
}

.testimonials-photo {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 100%;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.testimonials-photo:hover {
  opacity: 1;
}

.testimonials-photo.w--current {
  opacity: 1;
}

.testimonials-photo.photo-1 {
  background-color: transparent;
  background-image: url('../images/team-01.jpg');
  background-position: 50% 2%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-photo.photo-1.w--current {
  opacity: 1;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/team-03.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-photo.photo-3 {
  background-image: url('../images/team-02.jpg');
  background-position: 50% 2%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-wrapper {
  padding-right: 120px;
  padding-left: 120px;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form {
  overflow: visible;
  margin-top: 0px;
}

.text-block {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.div-block {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading {
  margin-top: 0px;
}

.image {
  display: inline-block;
  margin-bottom: 0px;
}

.text-block-2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.text-block-3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

html.w-mod-js *[data-ix="initial-appearance-line-bottom-menu"] {
  width: 0%;
}

html.w-mod-js *[data-ix="initial-appearance-social-icon"] {
  opacity: 0;
  -webkit-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}

html.w-mod-js *[data-ix="initial-appearance-author-content"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="initial-appearance-author-overlay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-contact-wrapper"] {
  display: none;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="move-in-slide-text-on-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="move-in-slide-text-on-hover-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="move-in-slide-text-on-hover-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

@media (max-width: 991px) {
  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation-link {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: left;
  }
  .brand-logo {
    margin-top: 10px;
  }
  .brand-logo.w--current {
    margin-top: 5px;
  }
  .big-slider {
    height: 800px;
  }
  .abstract-line {
    display: none;
  }
  .contact-wrapper {
    width: 100%;
  }
  .project-content {
    width: 100%;
  }
  .project-photo {
    width: 100%;
  }
  .navigation-menu {
    background-color: #f7f7f7;
  }
  .menu-button.w--open {
    background-color: #212121;
  }
}

@media (max-width: 767px) {
  .navigation {
    padding-right: 10px;
  }
  .big-slider {
    height: 700px;
  }
  .author-wrapper {
    margin-bottom: 20px;
  }
  .contact-wrapper {
    overflow: scroll;
  }
  .image-project {
    width: 100%;
    height: 100%;
  }
  .container-slider {
    padding-right: 64px;
    padding-left: 64px;
  }
}

@media (max-width: 479px) {
  .big-slider {
    height: 650px;
  }
  .project-page-content {
    padding: 30px 10px;
  }
  .journal-photo {
    width: 200px;
    height: 200px;
  }
  .journal-photo.bigger {
    width: 200px;
    height: 200px;
  }
  .journal-title {
    line-height: 30px;
  }
  .slider-title {
    font-size: 30px;
    line-height: 36px;
  }
  .testimonials-photo {
    width: 50px;
    height: 50px;
    float: left;
  }
  .testimonials-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
}

