h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

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

li {
  color: #969696;
  font-size: 15px;
  line-height: 25px;
}

blockquote {
  margin-bottom: 10px;
  padding: 20px;
  border-left: 2px solid #ff8e64;
  background-color: hsla(0, 0%, 86.7%, 0.08);
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
  font-weight: 300;
}

.page-fade-in {
  overflow: hidden;
}

.contact-us {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: rgba(153, 46, 46, 0.61);
}

.contact-us.lamap {
  display: none;
}

.contact-us-wrapper {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.contact-us-popup {
  position: static;
  z-index: 3000;
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/mappp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, 0.2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.contact-us-popup.popup {
  min-width: 0%;
  background-image: none;
}

.close-popup-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/cross-symbol.png');
  background-position: 50% 50%;
  background-size: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block {
  background-image: none;
  opacity: 0.3;
}

.link-block:hover {
  opacity: 1;
}

.contact-us-icon {
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: transparent;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  background-color: rgba(16, 18, 70, 0.65);
  text-align: center;
}

.contact-us-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  width: 60px;
  height: 60px;
  margin: 32px;
  border-radius: 10px;
  background-image: url('../images/email.svg'), -webkit-gradient(linear, left top, left bottom, from(#ffb341), to(#ff8e64));
  background-image: url('../images/email.svg'), linear-gradient(180deg, #ffb341, #ff8e64);
  background-position: 50% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 8px 16px 0 rgba(34, 34, 34, 0.2);
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.navbar.fixed-nav {
  position: fixed;
  z-index: 999;
  padding-right: 56px;
  padding-left: 56px;
  background-color: #fff;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.navbar.white {
  background-color: #fff;
}

.container-full {
  display: block;
  max-width: 1200px;
  background-color: transparent;
}

.container-full.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.container-full.contact {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(43, 40, 40, 0.51);
}

.brand {
  display: block;
  height: 70px;
  padding: 15px 15px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.brand.scroll {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-menu.fixed-menu {
  height: 70px;
}

.nav-menu.scroll {
  height: 60px;
}

.image-background-section {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.image-background-section.hero-section {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

.image-background-section.hero-section.homeages-2 {
  overflow: hidden;
  height: 500px;
  padding-top: 120px;
  background-image: url('../images/dots2_1dots2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 249, 0.8)), to(rgba(245, 246, 249, 0.8))), url('../images/naomi-hebert-188443-unsplash-p-2000.jpeg');
  background-image: url('../images/dots2_1dots2.png'), linear-gradient(180deg, rgba(245, 246, 249, 0.8), rgba(245, 246, 249, 0.8)), url('../images/naomi-hebert-188443-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: 8px, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.image-background-section.hero-section.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-background-section.hero-section.espacescommuns {
  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/espacecommun3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/espacecommun3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-background-section.footer-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 40, 40, 0.94)), to(rgba(43, 40, 40, 0.94))), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(43, 40, 40, 0.94), rgba(43, 40, 40, 0.94)), url('../images/header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-background-section.footer-section.quartierfooter {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 40, 40, 0.8)), to(rgba(43, 40, 40, 0.8))), url('../images/5bfc5f096b11e181da49e2ac_sthil1.jpg');
  background-image: linear-gradient(180deg, rgba(43, 40, 40, 0.8), rgba(43, 40, 40, 0.8)), url('../images/5bfc5f096b11e181da49e2ac_sthil1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.image-background-section.footer-section.footer {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 40, 40, 0.83)), to(rgba(43, 40, 40, 0.83))), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(43, 40, 40, 0.83), rgba(43, 40, 40, 0.83)), url('../images/header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-background-section.blog-hero-section {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 6px, cover;
}

.image-background-section.blog-hero-section.style-guide.new {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5))), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 50% -141px;
  background-size: auto, 6px, cover;
}

.image-background-section.blog-hero-section.correct-blog {
  height: 600px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0px 0px, 50% 0px, 50% 0px;
  background-size: auto, auto, cover;
}

.image-background-section.blog-hero-section.author {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, scroll;
}

.image-background-section.blog-hero-section.new {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/dots2_1dots2.png'), url('../images/christopher-burns-435998-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png'), url('../images/christopher-burns-435998-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 6px, cover;
}

.image-background-section.blog-hero-section {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/dots2_1dots2.png');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/dots2_1dots2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 6px;
}

.image-background-section.blog-hero-section.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 40, 40, 0.41)), to(rgba(43, 40, 40, 0.41))), url('../images/Leborduascouple.jpg');
  background-image: linear-gradient(180deg, rgba(43, 40, 40, 0.41), rgba(43, 40, 40, 0.41)), url('../images/Leborduascouple.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.image-background-section.footer-section {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 40, 40, 0.95)), to(rgba(43, 40, 40, 0.95))), url('../images/5bfd5fe94f36a83ea4b1b368_club-de-golf-beloeil.jpg');
  background-image: linear-gradient(180deg, rgba(43, 40, 40, 0.95), rgba(43, 40, 40, 0.95)), url('../images/5bfd5fe94f36a83ea4b1b368_club-de-golf-beloeil.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-slider {
  height: 100%;
  background-color: transparent;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.63)), to(rgba(16, 18, 70, 0.63))), url('../images/124324-compressed.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.63), rgba(16, 18, 70, 0.63)), url('../images/124324-compressed.jpg');
  background-position: 0px 0px, 50% 50%;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 17, 68, 0.63)), to(rgba(15, 17, 68, 0.63))), url('../images/image-0-compressed.jpg');
  background-image: linear-gradient(180deg, rgba(15, 17, 68, 0.63), rgba(15, 17, 68, 0.63)), url('../images/image-0-compressed.jpg');
  background-position: 0px 0px, 50% 50%;
}

.slide.home {
  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/facade.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/facade.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide.home.unites {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Webp.net-resizeimage-61.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Webp.net-resizeimage-61.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slider-content {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.slider-content.third {
  position: absolute;
  z-index: 200;
  width: 100%;
  max-width: 750px;
  padding-top: 0px;
}

.hero-text {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.hero-text.thin {
  display: block;
  width: 90%;
  margin: 0px auto 16px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.hero-text.thin.contact {
  width: 100%;
}

.button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 9px 20px;
  border-radius: 0px;
  background-color: #992e2e;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #2b2828;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.button.w--current {
  background-color: #992e2e;
}

.button.hero-button {
  height: auto;
  margin-right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px none #2b2828;
  border-radius: 0px;
  background-color: #992e2e;
  font-size: 14px;
  line-height: 20px;
}

.button.hero-button:hover {
  background-color: #2b2828;
}

.button.hero-button.w--current {
  border-style: none;
  border-radius: 0px;
}

.button.outline-button {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.button.color {
  width: auto;
  height: auto;
  padding: 9px 25px;
  border: 1px solid #992e2e;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 200ms ease, background-color 400ms ease;
  transition: all 200ms ease, background-color 400ms ease;
  font-family: Lato, sans-serif;
  color: #2b2828;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button.color:hover {
  background-color: #992e2e;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.button.pop-up {
  margin-top: 24px;
}

.button.full-in-pass {
  width: 100%;
  margin-top: 0px;
}

.button.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button.gallery {
  border-radius: 0px;
}

.button.lacarte {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 0px;
  text-decoration: none;
}

.button.lacarte.rightbutton {
  margin-left: 0px;
}

.hero-heading {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.slide-arrow {
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: none;
  width: 40px;
  height: 40px;
  margin: auto auto auto 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px solid #ff8e64;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 400ms ease;
  transition: border 200ms ease, background-color 400ms ease;
  color: #ff8e64;
  font-size: 16px;
}

.slide-arrow:hover {
  border-color: #fff;
  background-color: #fff;
  font-size: 17px;
}

.slide-nav {
  left: -50%;
  bottom: 8%;
  display: none;
  color: #ff8e64;
  font-size: 11px;
}

.hero-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-right: 40px;
  padding-left: 40px;
}

.wrapper.hero-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.social-link {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 5px;
  -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;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 1;
}

.social-link.orage {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 100px;
  background-color: #ff8e64;
  text-align: center;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-link.orage.gray:hover {
  border-color: #992e2e;
  background-color: #992e2e;
}

.social-link.orage.gray.orange {
  background-color: #ff8e64;
}

.social-link.orage.gray.orange:hover {
  border-color: #fff;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-link.orage.gray:hover {
  border-color: #992e2e;
  background-color: #992e2e;
}

.scroll-down-link {
  position: relative;
  right: 15px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-down-link.w--current {
  bottom: 25px;
  border-radius: 100px;
}

.section {
  position: relative;
  display: none;
  padding: 50px 30px;
  background-color: #fff;
  text-align: center;
}

.section.no-padding {
  display: block;
  padding: 0px;
}

.section.gray {
  z-index: 30;
  overflow: hidden;
  background-color: #f5f6f9;
}

.section.gray.single {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 249, 0.49)), to(rgba(245, 246, 249, 0))), url('../images/dots2_1dots2.png');
  background-image: linear-gradient(180deg, rgba(245, 246, 249, 0.49), rgba(245, 246, 249, 0)), url('../images/dots2_1dots2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 10px;
}

.section.image-background {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 10px;
}

.section.fullwidth {
  padding: 10px;
}

.section.dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.section.dots.baudi-white {
  background-image: url('../images/5ac1f8c7b62e427bffce17e9_baudi-white.png'), url('../images/dots2_1dots2.png');
  background-position: 50% 50%, 0px 0px;
  background-size: 1100px, 8px;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.section.baudi {
  padding: 0px;
  background-color: #f5f6f9;
}

.section.descriptif {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.quartier {
  display: block;
  padding-top: 50px;
  background-color: #fff;
}

.vertical-features-header {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  padding-top: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-header {
  position: relative;
  left: -124px;
  width: 320px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-wrapper-content {
  position: relative;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.section-wrapper-content.page-header {
  width: 60%;
  margin-top: 70px;
}

.section-wrapper-content.page-header.blog {
  width: 40%;
  margin-top: 200px;
  margin-bottom: 0px;
}

.section-wrapper-content.next {
  margin-top: 50px;
}

.section-header {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.section-header.white {
  color: #fff;
  font-size: 46px;
  line-height: 50px;
}

.section-header.left {
  font-family: Lato, sans-serif;
  color: #2b2828;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.section-header.left.head {
  color: #2b2828;
}

.section-header.contact {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.section-header.formheader {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #f5f6f9;
  text-transform: none;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-top: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-wrapper.no-side-padding {
  margin-left: 0px;
}

.services-card {
  position: relative;
  margin-right: 25px;
  margin-left: 25px;
  padding: 48px 32px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(43, 40, 40, 0.46);
  border-radius: 8px;
  text-align: left;
}

.services-card.style-2 {
  width: 100%;
  margin-right: 25px;
  margin-left: 25px;
  padding: 16px 32px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  box-shadow: none;
}

.services-card.new {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 46px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services-card.new.second {
  margin-top: 0px;
}

.services-line {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  -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;
  border-style: none;
  border-top-width: 2px;
  border-top-color: #ff8e64;
}

.services-line.price {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 8px;
  border-top-style: solid;
  background-color: transparent;
}

.services-tittle {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #2b2828;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.services-tittle.style-2 {
  position: relative;
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-small {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  color: rgba(43, 40, 40, 0.9);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-small.paraunite {
  color: rgba(43, 40, 40, 0.9);
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features-wrapper._2 {
  padding-right: 0px;
  padding-left: 0px;
}

.half-side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.half-side-content.image-background {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/cuisine-blanche-large.jpg');
  background-position: 50% 50%;
  background-size: 640px;
}

.half-side-content.image-background._2 {
  background-image: url('../images/Webp.net-resizeimage-36.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-side-content.image-background._2.sainthilaire {
  background-image: url('../images/st-hilaire-2-resized.jpg');
  background-size: cover;
}

.half-side-content.image-background._2.commodites {
  background-image: url('../images/hilaire-11.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.half-side-content.image-background.quartier {
  min-height: 500px;
  background-image: url('../images/Webp.net-resizeimage-63.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-side-content.image-background.cuisine {
  min-height: 500px;
  background-image: url('../images/cuisine-noir.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-side-content.contact-bacground {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.3)), to(rgba(16, 18, 70, 0.3))), url('../images/breather-187919-unsplash-p-2000.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.3), rgba(16, 18, 70, 0.3)), url('../images/breather-187919-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.half-side-content.contact-us-half-side {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-content.gray {
  height: auto;
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e0e1e4;
  background-image: url('../images/lamp.svg');
  background-position: 50% 0px;
  background-size: 256px;
}

.half-side-content.gray.cuisine {
  min-height: 500px;
  border-bottom: 1px none #000;
  background-color: #fff;
  background-image: none;
}

.half-side-content.gray._3rd {
  min-height: 500px;
  background-color: #fff;
  background-image: none;
}

.half-side-content.icon {
  min-height: 500px;
  padding: 60px 40px;
}

.half-side-content.icon.nature {
  background-color: #fff;
}

.half-side-content.icon.mont {
  background-color: #fff;
}

.half-side-content.icon.unite1 {
  background-color: #992e2e;
  background-image: none;
}

.half-side-content.icon.unite1.specialblanc {
  background-color: #fff;
}

.half-side-content.gray {
  height: auto;
  min-height: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f6f9;
  background-image: url('../images/armchair.svg');
  background-position: 140% 149%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.half-side-content.gray.noover {
  min-height: 500px;
  background-color: #fff;
  background-image: none;
}

.half-side-content.image-background {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 46, 46, 0.11)), to(rgba(153, 46, 46, 0.11))), url('../images/cuisine-blanche-large.jpg');
  background-image: linear-gradient(180deg, rgba(153, 46, 46, 0.11), rgba(153, 46, 46, 0.11)), url('../images/cuisine-blanche-large.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.half-side-content.image-background._2 {
  min-height: 500px;
  background-image: none;
}

.half-side-content.image-background.spec {
  height: auto;
  min-height: 500px;
  background-image: url('../images/Angle01_v01-resized.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-side-content.icon {
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.half-side-content.gray {
  height: auto;
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f6f9;
  background-image: url('../images/armchair.svg');
  background-position: 140% 149%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.half-side-content.image-background {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.4)), to(rgba(16, 18, 70, 0.4))), url('../images/christelle-bourgeois-97314-unsplash-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.4), rgba(16, 18, 70, 0.4)), url('../images/christelle-bourgeois-97314-unsplash-p-1080.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.half-side-info {
  max-width: 400px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  text-align: left;
}

.half-side-info.new {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.instagram-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 0px;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bram-naus-200967-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bram-naus-200967-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.instagram-section.style-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f6f9;
  background-image: none;
}

.instagram-section.style-2 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 25px;
  background-color: #992e2e;
  background-image: none;
}

.follow-me-text {
  margin-top: 14px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.follow-me-text.center {
  color: #969696;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.play-icon {
  position: relative;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-left: -30px;
  padding-right: 0px;
  padding-left: 0px;
  border: 2px solid #ff8e64;
  border-radius: 50%;
  background-color: #ff8e64;
  background-image: url('../images/play-button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.play-icon:hover {
  -webkit-transform: translate(0px, -50%) scale(1.06);
  -ms-transform: translate(0px, -50%) scale(1.06);
  transform: translate(0px, -50%) scale(1.06);
}

.play-icon.video-section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.play-icon.video-section._2 {
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.small-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-left: 0px;
  padding: 50px 15px 50px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small-features.new {
  padding-top: 0px;
}

.small-feature {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.small-feature.new {
  width: 100%;
}

.team-section {
  padding: 109px 40px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.team-section.gray {
  background-color: #f5f6f9;
  background-image: none;
}

.team-section.top-border {
  border-top: 1px none hsla(0, 0%, 86.7%, 0.67);
}

.team-content {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #fff;
}

.team-name {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
}

.team-name.small {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

.top-padding {
  margin-top: 12px;
}

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-card {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 58px;
  padding-bottom: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.pricing-card:hover {
  border-top: 2px none #ff8e64;
  border-left-style: solid;
  box-shadow: 0 16px 20px 0 hsla(0, 0%, 64.7%, 0.21);
}

.pricing-card.colored {
  border-style: none;
  border-color: #ff8e64;
  background-color: #ff8e64;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.2)), to(rgba(16, 18, 70, 0.2))), url('../images/becca-tapert-391584-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2)), url('../images/becca-tapert-391584-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 700px;
}

.pricing-big-text {
  color: #333;
  font-size: 48px;
  line-height: 56px;
}

.pricing-wrapper-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-text-list {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 24px 15px;
  border-bottom: 0px none transparent;
  box-shadow: 0 1px 0 0 #e6e4e4;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teastimonial-card {
  position: relative;
  display: block;
  margin-right: 40px;
  margin-left: 40px;
  padding: 88px 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.teastimonial-card.in {
  display: block;
  width: 73%;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.testimonial-member {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -35px;
  margin-bottom: 24px;
  margin-left: -45px;
  border: 2px solid #ff8e64;
  border-radius: 10px;
  text-align: left;
}

.testimonial-member.in {
  width: 100px;
  height: 100px;
  margin-top: -25px;
}

.testimonial-member.single-author {
  position: static;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.testimonial-text {
  margin-bottom: 30px;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-wrapper.testimonials {
  margin-top: 30px;
  padding-top: 6px;
  text-align: left;
}

.social-wrapper.team {
  text-align: left;
}

.social-wrapper.single {
  margin-top: 20px;
}

.social-wrapper.hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial-name {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.services-block-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -30px;
  margin-left: -35px;
  padding: 5px;
  border: 2px solid #992e2e;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/icons8-bed-80_1icons8-bed-80.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.services-block-image._2 {
  margin-left: -35px;
  border-radius: 10px;
  background-image: url('../images/icons8-desk-lamp-80_1icons8-desk-lamp-80.png');
  background-size: 40px;
}

.services-block-image._3 {
  margin-left: -35px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  background-image: url('../images/icons8-toolbox-80_1icons8-toolbox-80.png');
  background-size: 40px;
}

.services-block-image.new {
  margin-bottom: 20px;
  margin-left: 30px;
}

.contact-us-block-form {
  margin-top: 24px;
}

.contact-us-block-form.percentual {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #3b3232;
  border-radius: 4px;
  background-color: rgba(245, 246, 249, 0.53);
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

.text-field:hover {
  border-color: #bdbdbd;
}

.text-field-2 {
  width: 70%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}

.text-field-2.message {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: rgba(245, 246, 249, 0.53);
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

.text-field-2.message:hover {
  border-color: #bdbdbd;
}

.text-field-2.message.center {
  height: auto;
  min-height: 120px;
  border-color: #3b3232;
}

.sponsor-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #992e2e;
}

.sponsor-section._2 {
  background-color: #992e2e;
}

.sponsor-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px;
  opacity: 0.9;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.scroll-up-button {
  position: absolute;
  right: -82px;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  -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;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-up-button:hover {
  border-color: #992e2e;
  background-color: #992e2e;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 8.33%;
  padding-right: 30px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-brand {
  text-decoration: none;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 0px;
  color: #fff;
  text-decoration: none;
}

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

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-left: 23px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.2)), to(rgba(16, 18, 70, 0.2))), url('../images/Webp.net-resizeimage-36.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2)), url('../images/Webp.net-resizeimage-36.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.question-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 16px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  text-decoration: none;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 64.7%, 0.35);
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.question-heading {
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.question-heading.question-quote {
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 600;
}

.answer {
  padding-right: 0px;
}

.nav-button-block {
  display: inline-block;
  padding-top: 0px;
  padding-left: 80px;
  float: none;
}

.purchase-button {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.purchase-button:hover {
  background-color: #ff8e64;
}

.purchase-button.outline {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.17);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.purchase-button.outline:hover {
  background-color: #fff;
  color: #ff8e64;
}

.purchase-button.orange-text {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
  font-weight: 600;
}

.purchase-button.orange-text:hover {
  color: #fff;
}

.purchase-button.nav {
  border-color: #fff;
  border-radius: 0px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.purchase-button.nav:hover {
  border-color: #992e2e;
  background-color: #992e2e;
}

.purchase-button.nav.w--current {
  border-color: #fff;
}

.purchase-button.nav.w--current:hover {
  border-color: #992e2e;
  background-color: #992e2e;
}

.purchase-button.nav {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.nav-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: #992e2e;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 400;
}

.nav-link.w--current:hover {
  color: #992e2e;
}

.nav-link.dark {
  color: #333;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: #ff8e64;
}

.slide-arrow-right {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  width: 40px;
  height: 40px;
  margin: auto 10% auto auto;
  -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;
  border: 1px solid #ff8e64;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #ff8e64;
  font-size: 16px;
}

.slide-arrow-right:hover {
  border-color: #fff;
  background-color: #fff;
}

.blog-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -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;
  color: #fff;
}

.page-brand {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-block {
  width: 95%;
  padding-bottom: 40px;
  float: right;
}

.text-button {
  display: inline-block;
  margin-left: 5px;
  float: none;
  font-size: 14px;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}

.paragraph-footer.white.foot {
  padding-right: 50px;
}

.purchase-section {
  position: static;
  min-height: 450px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 40, 40, 0.79)), to(rgba(43, 40, 40, 0.79))), url('../images/Leborduascouple.jpg');
  background-image: linear-gradient(180deg, rgba(43, 40, 40, 0.79), rgba(43, 40, 40, 0.79)), url('../images/Leborduascouple.jpg');
  background-position: 0px 0px, 50% 21%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.purchase-button-block {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.small-text-team {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff8e64;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.instagram-card-style-2 {
  position: relative;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 40px 40px;
  background-color: transparent;
  text-align: center;
}

.div-block-3 {
  display: inline-block;
  float: none;
}

.tabs-menu {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px none #ddd;
  text-align: center;
}

.tab-link {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
}

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

.tab-link.w--current {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px solid #ff8e64;
  background-color: transparent;
  color: #ff8e64;
}

.tab-link.w--current:hover {
  color: #ff8e64;
}

.contact-us-card {
  position: absolute;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 24px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.contact-us-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.features-link {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
}

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

.fact-section {
  position: relative;
  padding: 72px 56px;
  background-color: #f5f6f9;
}

.fact-section.white {
  background-color: #fff;
  background-image: none;
}

.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fact-item {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.facts-image {
  width: 35px;
}

.facts-heading {
  margin-top: 16px;
  font-family: Lato, sans-serif;
  line-height: 26px;
  font-weight: 400;
}

.facts-text {
  color: #a5a5a5;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.text-block-7 {
  font-weight: 500;
}

.team-member-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.team-member-image:hover {
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, 0.2);
}

.team-member-image._2 {
  border-radius: 10px;
  background-image: url('../images/alex-sorto-467581-unsplash-p-1600.jpeg');
  background-position: 50% 0px;
}

.team-member-image._3 {
  background-image: url('../images/nick-karvounis-423669-unsplash-p-1600.jpeg');
}

.team-member-image._4 {
  background-image: url('../images/dgss`rg.jpg');
}

.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.white.big {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
}

.white.center {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.white.center.percentual {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.white.center.padding-bottom {
  margin-bottom: 30px;
}

.white._04 {
  margin-bottom: 40px;
}

.price-table {
  color: #ff8e64;
  font-size: 18px;
  font-weight: 500;
}

.price-table.white {
  color: #fff;
}

.number-services {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #ff8e64;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.left {
  float: none;
  text-decoration: none;
}

.image-5 {
  height: 20px;
  margin-right: 10px;
  float: left;
  text-decoration: none;
}

.contact-us-wrapper-half-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.small-text-pricing {
  margin-bottom: 24px;
  color: #969696;
  line-height: 24px;
}

.small-text-pricing.white {
  color: #fff;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 50px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  text-align: center;
}

.text-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.text-link-copyright {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
}

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

.works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work {
  width: 33.33%;
  padding: 15px;
}

.work-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.work-card-image-block {
  position: relative;
  z-index: 1;
  height: 250px;
  margin-bottom: 0px;
}

.work-card-image {
  height: 250px;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.work-card-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  background-color: rgba(0, 0, 0, 0.31);
  box-shadow: none;
  text-align: center;
}

.pop-up-text-field {
  height: 50px;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pop-up-text-field.center {
  text-align: center;
}

.footer-text {
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.portfolio-content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.portfolio-image {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.portfolio-info {
  background-color: #f5f6f9;
}

.portfolioterxt {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #969696;
  line-height: 24px;
}

.portfolioterxt.border {
  border-top: 1px none #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 25px;
}

.portfolioterxt.first {
  padding-top: 0px;
}

.big-tittle {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 600;
  text-align: center;
}

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

.column-div {
  width: 95%;
}

.row-info {
  margin-top: 100px;
}

.separator {
  display: block;
  width: 1px;
  height: 70px;
  margin: 10px auto;
  background-color: #992e2e;
}

.separator._404 {
  margin-bottom: 0px;
}

.pattern-dots {
  height: 30px;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50% 50%;
  background-size: auto;
}

.logo-type {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.logo-type.white-font {
  color: #fff;
}

.logo-type.white-font.footer {
  padding-bottom: 30px;
}

.color-font {
  color: #f5f6f9;
  font-weight: 700;
  text-transform: uppercase;
}

.licensing-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
}

.licensing-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  border-top: 1px none #ddd;
  border-bottom: 1px none #ddd;
}

.licensing-item.first {
  border-bottom-style: solid;
}

.licensing-item-content {
  height: 100px;
  margin-left: 32px;
  padding: 12px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14);
  text-align: left;
}

.licensin-pfoto-link {
  margin-top: 8px;
  margin-right: 0px;
  color: #a5a5a5;
}

.licensin-pfoto-link:hover {
  color: #ff8e64;
}

.divider-link {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5))), url('../images/alexander-pemberton-95212-unsplash-p-2000.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/alexander-pemberton-95212-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.utility-page-wrap.pass {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5))), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-align: center;
}

.pass-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.pass-form {
  color: #333;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  text-align: center;
}

.password-image {
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.heading-10 {
  line-height: 22px;
}

.paragraph-center {
  font-family: Lato, sans-serif;
  color: rgba(43, 40, 40, 0.89);
  font-size: 16px;
  text-align: center;
}

.title-liciensing {
  margin-top: 0px;
  margin-bottom: 10px;
}

.image-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.copy-div {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-image-div {
  position: relative;
  height: 600px;
  margin-top: -300px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.6)), to(rgba(16, 18, 70, 0.6))), url('../images/mitch-moondae-321409-unsplash-p-1600.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.6), rgba(16, 18, 70, 0.6)), url('../images/mitch-moondae-321409-unsplash-p-1600.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.page-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-small-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 500px;
  height: 500px;
  background-image: url('../images/armchair.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-image-small-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 500px;
  height: 500px;
  background-image: url('../images/lamp.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8 {
  position: absolute;
  display: block;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 35px solid #f6f6f6;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.div-block-9 {
  position: absolute;
  left: auto;
  top: 53px;
  right: 42px;
  width: 200px;
  height: 200px;
  border: 20px solid #f8f8f8;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.blog-dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.5)), to(rgba(16, 18, 70, 0.5)));
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.5), rgba(16, 18, 70, 0.5));
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #ff8e64;
}

.dropdown-link.w--current {
  background-color: #ff8e64;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 0px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.title-contact {
  text-transform: uppercase;
}

.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.success-message {
  border-radius: 10px;
  background-color: #00ad31;
  color: #fff;
  font-weight: 500;
}

.error-message {
  border-radius: 10px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.link-author {
  padding-top: 20px;
  color: #ff8e64;
}

.link-author:hover {
  color: #000;
}

.div-button {
  height: 80px;
  padding-top: 15px;
  float: right;
}

.bold-text {
  margin-right: 5px;
}

.button-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.close-link-block {
  position: fixed;
  top: 0px;
  right: 0px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 40, 40, 0.19)), to(rgba(43, 40, 40, 0.19))), url('../images/close.png');
  background-image: linear-gradient(180deg, rgba(43, 40, 40, 0.19), rgba(43, 40, 40, 0.19)), url('../images/close.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 20px;
  background-repeat: repeat, no-repeat;
}

.field-label {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

.hero-zoom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/5bfc60895091b4722a8e9e3e_hilaire10.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/5bfc60895091b4722a8e9e3e_hilaire10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.rich-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.rich-text h1 {
  text-align: left;
}

.rich-text h2 {
  text-align: left;
}

.rich-text h3 {
  text-align: left;
}

.rich-text h4 {
  text-align: left;
}

.rich-text h5 {
  text-align: left;
}

.categories {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.categories.single {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #ff8e64;
  color: #fff;
}

.collection-item {
  padding-right: 10px;
  padding-left: 10px;
}

.blog-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 300px;
  margin: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  background-size: auto;
}

.blog-container {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 36px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.blog-container.gray {
  background-color: #f5f6f9;
}

.blog-container.gray {
  border: 1px solid #f5f6f9;
  background-color: #f5f6f9;
}

.news-text {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px;
  padding: 2px 5px;
  border: 1px none #ff8e64;
  border-radius: 2px;
  background-color: #c9c9c9;
  color: #fff;
  font-size: 12px;
}

.news-text.orange {
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-radius: 2px;
  background-color: #ff8e64;
  color: #fff;
}

.blog-heading {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.date-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 16px;
  margin-left: 20px;
  border-bottom: 1px none #ff8e64;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.blog-link-photo {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/sophia-baboolal-86214-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-list-wrapper {
  display: inline-block;
  text-align: center;
}

.text-categories {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #ff8e64;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.div-block-14 {
  margin-bottom: 40px;
}

.div-block-15 {
  text-align: left;
}

.collection-item-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.block-quote {
  line-height: 30px;
}

.block-quote-2 {
  border-left-width: 2px;
  border-left-color: #ff8e64;
  line-height: 28px;
  font-style: italic;
}

.block-quote-3 {
  font-weight: 300;
}

.block-quote-4 {
  color: #000;
}

.bold-text-2 {
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.section-wrapper-content-2 {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.section-wrapper-content-2.page-header {
  width: 60%;
  margin-top: 0px;
}

.section-header-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #2b2828;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-center-2 {
  font-family: Lato, sans-serif;
  color: rgba(43, 40, 40, 0.9);
  font-size: 16px;
  text-align: center;
}

.separator-2 {
  display: block;
  width: 1px;
  height: 70px;
  margin: 10px auto;
  background-color: #992e2e;
}

.flex-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.flex-row.in-tabs {
  width: 60%;
  height: auto;
  float: left;
}

.info-content {
  padding-right: 15px;
  padding-left: 0px;
}

.tab-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.tab-link-2 {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ebe7e3;
  background-color: #992e2e;
  font-family: Lato, sans-serif;
  color: #f5f6f9;
}

.tab-link-2.w--current {
  margin-right: 5px;
  margin-bottom: 3px;
  border-color: #f0ede9 #f0ede9 #992e2e;
  border-bottom-style: solid;
  background-color: #2b2828;
  color: #f5f6f9;
}

.flower {
  margin-bottom: 10px;
}

.tabs-menu-2 {
  display: block;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.info-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ede9 #f0ede9 #992e2e;
  background-color: #fff;
}

.tabs-content {
  float: left;
}

.section-content {
  margin-bottom: 40px;
  text-align: center;
}

.image-tabs {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: 16px;
  background-image: url('../images/michael-d-beckwith-580604-unsplash.jpg');
  background-position: 50% 34%;
  background-size: cover;
}

.image-tabs.first {
  background-image: url('../images/images-feelings-2.jpg');
  background-position: 50% 50%;
  background-size: 675px;
}

.image-tabs.first._1c {
  background-image: url('../images/Webp.net-resizeimage-60.jpg');
  background-size: cover;
}

.image-tabs.first._2cc {
  background-image: url('../images/Webp.net-resizeimage-61.jpg');
  background-size: cover;
}

.image-tabs.first._3cc {
  background-image: url('../images/cuisine-noir.jpg');
  background-size: cover;
}

.tabs {
  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;
}

.white-content {
  position: relative;
  top: -17px;
  display: block;
  width: 50%;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

.white-content.gray {
  top: 0px;
  width: 60%;
  margin-top: 0px;
  background-color: #fff;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #2b2828;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.important-text {
  color: #992e2e;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.wrapper-full {
  position: relative;
  left: 0px;
  top: 15%;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.wrapper-full.border {
  padding-bottom: 0px;
  border: 4px none #f5f6f9;
}

.lightbox-link-7 {
  padding: 0px 20px;
  border: 1px none #2b2828;
  background-color: #992e2e;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.lightbox-link-7:hover {
  background-color: #2b2828;
}

.lightbox-link-7.perspectives {
  background-color: #992e2e;
}

.lightbox-link-7.perspectives:hover {
  background-color: #2b2828;
}

.lightbox-link-7.perspectives.vuesaeriennes {
  margin-left: 10px;
}

.article-tittle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: left;
}

.section-2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-2.gray {
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #f0eae3;
  border-bottom-width: 1px;
  border-bottom-color: #f0eae3;
  background-color: #fff;
}

.section-2.gray.orientation {
  padding-top: 0px;
  border-top-style: none;
}

.section-2.gray.unitesbloc {
  border-bottom-style: none;
}

.section-2.gray {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #f0eae3;
  border-bottom: 1px solid #f0eae3;
  background-color: #fff;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.heading-5.special-voir {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.heading-5.specialbutton {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.heading-5.special3c {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.unordered-list-2 {
  margin-top: 10px;
  padding-left: 25px;
}

.section-tittle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-tittle.titre {
  color: #2b2828;
}

.paragraph {
  color: #2b2828;
  text-align: center;
}

.heading-11 {
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.image-7 {
  margin-bottom: 20px;
}

.slide-2 {
  background-image: url('../images/terrasse.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  min-height: 500px;
}

.button-2 {
  display: inline-block;
  min-width: 140px;
  margin-top: 0px;
  padding: 15px 31px;
  border: 1px solid #2b2828;
  background-color: #2b2828;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button-2:hover {
  border: 1px solid #2b2828;
  background-color: transparent;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.line-2 {
  width: 80px;
  height: 1px;
  margin-left: 10px;
  background-color: #db443e;
}

.h2 {
  font-family: Lato, sans-serif;
  color: #2b2828;
  font-weight: 400;
  text-align: center;
}

.field {
  height: 48px;
  margin-bottom: 10px;
  border: 2px solid #a7312b;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-transform: none;
}

.field.comments {
  padding-bottom: 25px;
}

.small {
  color: rgba(87, 94, 92, 0.75);
  font-size: 14px;
  line-height: 25px;
}

.small.more2 {
  margin-top: 10px;
}

.small.more2.phone {
  margin-top: 0px;
  margin-bottom: 25px;
  background-image: none;
  color: #f2f7fd;
  font-size: 22px;
  text-align: center;
}

.formbottom {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 50px;
  border: 4px solid #f2f7fd;
  background-color: #db443e;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.formbottom.undergo {
  position: relative;
  z-index: 100;
  width: 75%;
  margin-bottom: 0px;
  padding: 25px 30px;
  background-color: #992e2e;
}

.formbottom.undergo.contactpage {
  width: 90%;
}

.lines {
  display: block;
  width: 91px;
  margin-right: auto;
  margin-left: auto;
}

.sectionform {
  display: none;
  height: 100%;
  min-height: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.success-message-2 {
  min-height: 300px;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #db443e;
  font-size: 18px;
  line-height: 22px;
}

.line-1 {
  width: 80px;
  height: 1px;
  margin-bottom: 4px;
  background-color: #db443e;
}

.header-box {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  color: #575e5c;
  text-align: center;
}

.header-box.less {
  margin-bottom: 25px;
}

.container {
  height: 100%;
  margin-top: 0px;
}

.form {
  text-align: center;
}

.image-8 {
  margin-bottom: 10px;
}

.section-3 {
  position: relative;
  overflow: visible;
  padding: 30px 56px 0px;
  background-color: #fff;
  text-align: center;
}

.section-3.gray {
  z-index: 30;
  overflow: hidden;
  background-color: #f5f6f9;
}

.section-3.no-padding {
  padding: 0px;
}

.footer-link-2 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

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

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

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 15px 15px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.footer-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  padding-right: 30px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.color-font-2 {
  color: #ff8e64;
  font-weight: 700;
  text-transform: uppercase;
}

.body {
  background-color: #f5f6f9;
}

.body-2 {
  background-color: #fff;
}

.localisation {
  min-height: 300px;
}

.columns {
  margin-top: 30px;
}

.link-block-2 {
  text-decoration: none;
}

.bold-text-3 {
  color: #2b2828;
  font-weight: 400;
}

.half-side-info-2 {
  max-width: 400px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
  font-family: Lato, sans-serif;
  text-align: left;
}

.section-header-3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.section-header-3.left {
  font-size: 28px;
  line-height: 40px;
  text-align: left;
}

.section-header-3.left.coin {
  font-size: 26px;
  line-height: 34px;
}

.section-header-3.left {
  text-align: left;
}

.button-3 {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 9px 20px;
  border-radius: 0px;
  background-color: #992e2e;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button-3:hover {
  background-color: #2b2828;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.button-3.espaces-communs {
  width: auto;
  border-radius: 0px;
  font-size: 14px;
}

.paragraph-small-2 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  color: rgba(43, 40, 40, 0.91);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-small-2.p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.paragraph-small-2.p._2 {
  margin-top: 10px;
  text-align: center;
}

.services-block-image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -30px;
  margin-left: -35px;
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(43, 40, 40, 0.45);
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/disabled-sign.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.services-block-image-2._2 {
  margin-left: -35px;
  border-color: rgba(43, 40, 40, 0.45);
  border-radius: 0px;
  background-image: url('../images/green-tea.png');
  background-size: 40px;
}

.services-block-image-2._2.new.icone3 {
  border-color: rgba(43, 40, 40, 0.45);
  background-image: url('../images/elevator-3.png');
  background-size: 40px;
}

.services-block-image-2.new {
  margin-bottom: 20px;
  margin-left: 30px;
  border-color: rgba(43, 40, 40, 0.45);
  border-radius: 0px;
  background-image: url('../images/railing.png');
  background-size: 40px;
}

.services-block-image-2._3 {
  margin-left: -35px;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px;
  background-image: url('../images/roof.png');
  background-size: 40px;
}

.image-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-left: 23px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.2)), to(rgba(16, 18, 70, 0.2))), url('../images/5aa6c108f416ef411d02377e_tim-wright-272031-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2)), url('../images/5aa6c108f416ef411d02377e_tim-wright-272031-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.services-card-2 {
  position: relative;
  margin-right: 25px;
  margin-left: 25px;
  padding: 48px 32px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 8px;
  text-align: left;
}

.services-card-2.new {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 46px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services-card-2.new.second {
  margin-top: 0px;
}

.services-card-2.style-2 {
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 16px 25px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  box-shadow: none;
  text-align: center;
}

.services-card-2.style-2.special {
  padding-right: 10px;
  padding-left: 10px;
}

.services-card-2.style-2.seul {
  padding-right: 0px;
}

.services-card-2.style-2.gauche {
  padding-right: 25px;
  padding-left: 25px;
}

.services-card-2.style-2._3 {
  padding-right: 20px;
  padding-left: 20px;
}

.separator-3 {
  display: block;
  width: 1px;
  height: 70px;
  margin: 10px auto;
  background-color: #992e2e;
}

.paragraph-center-3 {
  font-family: Montserrat, sans-serif;
  color: #2b2828;
  text-align: center;
}

.services-tittle-2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #992e2e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.services-tittle-2.style-2 {
  position: relative;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Lato, sans-serif;
  color: #992e2e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.services-tittle-2.style-2.rouge {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.section-4 {
  position: relative;
  overflow: visible;
  padding: 20px 56px;
  background-color: #2b2828;
  text-align: center;
}

.section-4._1 {
  background-color: #992e2e;
}

.h2-2 {
  margin-right: -63px;
  margin-left: -63px;
  color: #223939;
  font-size: 48px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.h2-2.tes {
  margin-right: -80px;
  margin-left: -80px;
  padding-right: 40px;
  padding-left: 40px;
  color: #8bca94;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.h2-2.tes.foncer {
  margin-bottom: 15px;
  color: #223939;
}

.h2-2.tes.foncer.specialbottom {
  margin-left: 0px;
  font-size: 50px;
}

.h2-2.tes.cc {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.h2-2.tes.contactus {
  margin-right: 0px;
  margin-left: 0px;
}

.middlelogo {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.dark-blue-button {
  margin-top: 15px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #9cdaeb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.dark-blue-button:hover {
  box-shadow: inset 0 0 0 2px #9cdaeb;
  opacity: 1;
}

.dark-blue-button.big {
  margin-top: 30px;
  padding: 15px 35px;
  background-color: #2b2828;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.dark-blue-button.big:hover {
  background-color: #3b3232;
  box-shadow: none;
}

.dark-blue-button.big {
  margin-top: 30px;
  padding: 15px 35px;
  background-color: #2b2828;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.dark-blue-button.big:hover {
  background-color: #3b3232;
  box-shadow: none;
}

.dark-blue-button.inverted {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  padding: 15px 25px;
  background-color: #527e5e;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.dark-blue-button.inverted:hover {
  background-color: #8bca94;
  box-shadow: none;
}

.underh5 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.banner {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  background-color: #992e2e;
}

.container-2 {
  position: relative;
  z-index: 500;
  display: block;
  background-image: none;
}

.container-2.center {
  padding-right: 5%;
  padding-left: 5%;
  background-image: none;
  text-align: center;
}

.heading-12 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.italic-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

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

.section-header-4 {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #2b2828;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}

.section-header-4.hec3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
}

.div-block-16 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 0px;
  -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;
  background-color: #f1f1f1;
}

.logo-blue {
  margin-bottom: 20px;
}

.footer-link-3 {
  display: block;
  font-family: 'Droid Sans', sans-serif;
  color: rgba(87, 94, 92, 0.75);
  font-size: 15px;
  line-height: 36px;
  text-decoration: none;
}

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

.footer-link-3.w--current {
  color: rgba(87, 94, 92, 0.75);
}

.footer-box-2 {
  width: 25%;
  padding-top: 0px;
  padding-left: 20px;
}

.footer-box-4 {
  width: 25%;
  padding-top: 0px;
}

.footer-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper {
  position: relative;
  max-width: 1120px;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-box-3 {
  width: 25%;
  padding-top: 0px;
  padding-left: 20px;
}

.title {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #992e2e;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.title.top-border {
  margin-top: 15px;
}

.footer-text-2 {
  font-family: 'Droid Sans', sans-serif;
  color: rgba(87, 94, 92, 0.75);
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrapper.bottom-border {
  margin-bottom: 0px;
}

.flex-wrapper.bottom-border {
  margin-bottom: 0px;
}

.footer-4 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f1f1f1;
}

.footer-box-5 {
  width: 22%;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.footer-box-6 {
  width: 24%;
}

.footer-box-7 {
  width: 32%;
  padding-right: 20px;
}

.footer-box-8 {
  width: 22%;
  padding-left: 20px;
}

.footer-text-3 {
  font-family: 'Droid Sans', sans-serif;
  color: rgba(87, 94, 92, 0.75);
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.image-9 {
  margin-bottom: 25px;
}

.scroll-up-button-2 {
  position: absolute;
  right: -82px;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  -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;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-up-button-2:hover {
  border-color: #992e2e;
  background-color: #992e2e;
}

.banner-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #992e2e;
}

.italic-text-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.section-6 {
  height: auto;
  max-height: 900px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.section-6.gray.pattern {
  height: 900px;
  max-height: auto;
  min-height: 0px;
  padding: 50px 25px 0px;
}

.section-6.gray.pattern {
  overflow: hidden;
  height: auto;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
}

.white-content-2 {
  position: relative;
  top: 0px;
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

.section-tittle-2 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #3b3232;
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-tittle-2.contact {
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.section-8 {
  padding-top: 90px;
  padding-bottom: 0px;
}

.sectioncontact {
  display: block;
}

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

.div-block-17 {
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-18 {
  padding-right: 50px;
  padding-left: 50px;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 300;
}

.column-3 {
  text-align: left;
}

.button-4 {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ef6a40;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.button-4:hover {
  background-color: #151822;
}

.button-4.left {
  width: 180px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px;
  border: 1px solid #2b2828;
  background-color: #992e2e;
  font-family: Oswald, sans-serif;
  color: #fffef8;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-4.left:hover {
  background-color: #2b2828;
}

.button-4.left.buttons {
  float: none;
  border-color: #fffef8;
  background-color: #992e2e;
}

.button-4.left.buttons:hover {
  background-color: #2b2828;
}

.column-5 {
  text-align: right;
}

.services-2 {
  overflow: hidden;
  height: 500px;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #223939;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-2:hover {
  background-color: #527e5e;
  background-image: none;
}

.services-2.unites {
  height: 200px;
  min-height: 300px;
  padding-top: 60px;
  background-color: #992e2e;
}

.services-2.unites:hover {
  background-color: #992e2e;
}

.row {
  margin-right: 0%;
  margin-bottom: 20px;
  margin-left: 0%;
}

.section-5 {
  margin-right: auto;
  margin-left: auto;
  padding: 50px 25px;
}

.montagne2 {
  margin-right: 5px;
}

.montagne2._2 {
  margin-left: 5px;
}

.services-3 {
  overflow: hidden;
  height: 500px;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #223939;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-3:hover {
  background-color: #223939;
  background-image: none;
}

.services-3.unites {
  height: 200px;
  min-height: 300px;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #992e2e;
}

.services-3.unites:hover {
  background-color: #992e2e;
}

.lightbox-link-6 {
  text-decoration: none;
}

.lightbox-link-6._3chambres {
  margin-top: 5px;
  border: 1px none #fff;
}

.lightbox-link-6._2chambre {
  margin-top: 5px;
  border: 1px none #bfaca8;
}

.lightbox-link-6._1chambre {
  margin-top: 5px;
  border: 1px none #bfaca8;
}

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

.div-block-19 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-6 {
  display: block;
}

.separator-4 {
  display: block;
  width: 1px;
  height: 70px;
  margin: 10px auto;
  background-color: #fff;
}

.button-5 {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 9px 20px;
  border-radius: 0px;
  background-color: #2b2828;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button-5:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.container-full-2 {
  max-width: 1200px;
  background-color: transparent;
}

.container-full-2.details {
  margin-top: 25px;
}

.facts-image-2 {
  display: inline-block;
  width: 46px;
}

.facts-heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #992e2e;
  line-height: 26px;
  font-weight: 700;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #992e2e;
  color: #3b3232;
}

.section-9.special {
  background-color: #2b2828;
}

.html-embed {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.image-10 {
  width: 100%;
  height: auto;
}

.section-10 {
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
}

.section-10.lamap {
  margin-bottom: 0px;
  padding: 0px;
}

.link-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 200px;
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #000;
}

.nav-link-5 {
  color: #fff;
  font-size: 18px;
}

.link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 300px;
  background-color: #1b2570;
  font-family: Exo, sans-serif;
  text-align: left;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.navbar-2 {
  background-color: transparent;
}

.nav-menu-2 {
  margin-top: 15px;
}

.paragraph-2 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.heading {
  margin-top: 100px;
  padding-top: 1px;
  font-family: Exo, sans-serif;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
}

.close-link-block-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  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/close.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/close.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 20px;
  background-repeat: repeat, no-repeat;
}

.contact-us-wrapper-2 {
  position: relative;
  left: 0px;
  top: 45%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 70%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.contact-us-popup-2 {
  position: static;
  z-index: 3000;
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, 0.2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.heading-13 {
  font-size: 20px;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.bold-text-4 {
  font-weight: 400;
}

.section-11 {
  position: relative;
  overflow: visible;
  padding: 20px 56px;
  background-color: #fff;
  text-align: center;
}

.button-6 {
  display: inline-block;
  width: 180px;
  height: auto;
  padding: 9px 20px;
  border-radius: 30px;
  background-color: #ff8e64;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button-6:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.button-6.color {
  height: auto;
  padding: 9px 25px;
  border: 1px solid #992e2e;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 200ms ease, background-color 400ms ease;
  transition: all 200ms ease, background-color 400ms ease;
  color: #ff8e64;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button-6.color:hover {
  background-color: #ff8e64;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.paragraph-small-3 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  color: #2b2828;
  line-height: 25px;
  font-weight: 400;
}

.half-side-info-3 {
  max-width: 400px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
}

.half-side-info-3.new {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-small-4 {
  margin-top: 8px;
  margin-bottom: 24px;
  color: #969696;
  line-height: 25px;
  font-weight: 400;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.section-12 {
  position: relative;
  overflow: visible;
  padding: 120px 56px;
  background-color: #fff;
  text-align: center;
}

.section-12.baudi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.69)), to(hsla(0, 0%, 100%, 0.69))), url('../images/Baudi-Dots-compressed.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.69), hsla(0, 0%, 100%, 0.69)), url('../images/Baudi-Dots-compressed.jpg');
  background-position: 0px 0px, 50% 66%;
  background-size: auto, 1100px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-12.baudi.specc {
  padding-top: 0px;
}

.section-12.baudi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.69)), to(hsla(0, 0%, 100%, 0.69)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.69), hsla(0, 0%, 100%, 0.69));
}

.portfolio-image-2 {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.div-block-20 {
  width: 100%;
  height: 300px;
  background-image: url('../images/facade.jpg');
  background-position: 50% 100%;
  background-size: 683px;
}

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

.features-wrapper-2 {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  text-decoration: none;
}

.features-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.features-icon.ico-7 {
  background-image: url('../images/place-localizer-1.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.features-icon.ico-8 {
  background-image: url('../images/phone-call-1.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.features-icon.ico-9 {
  background-image: url('../images/mail-3.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.line-divider {
  display: block;
  width: 15%;
  height: 2px;
  margin: 15px auto;
  background-color: #4253ff;
}

.line-divider.gray-line {
  width: 20px;
  height: 1px;
  background-color: #f5f6f9;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.column-7 {
  padding-right: 20px;
  padding-left: 20px;
}

.columns-3 {
  margin-top: 50px;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
}

.heading-14 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #2b2828;
}

.paragraph-7 {
  color: #2b2828;
}

.paragraph-8 {
  color: #2b2828;
}

.button-7 {
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #992e2e;
  font-family: Lato, sans-serif;
}

.button-7:hover {
  background-color: #2b2828;
}

.button-7.vueaeriennes {
  margin-right: 0px;
  margin-left: 10px;
}

.white-content-3 {
  position: relative;
  top: -17px;
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

.div-block-22 {
  opacity: 0;
}

.form-block {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.row-2 {
  margin-bottom: 20px;
}

.largefield {
  border: 1px solid #fff;
  font-size: 14px;
}

.form-2 {
  margin-right: 15px;
  margin-left: 15px;
  background-color: transparent;
  text-align: center;
}

.underh5-2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.underh5-2.v2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
}

.about {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.grey-box {
  height: auto;
  min-height: 600px;
  padding-top: 150px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #527e5e;
  background-image: none;
  text-align: center;
}

.grey-box.contact {
  display: block;
  height: 650px;
}

.grey-box.contact.combo {
  padding-top: 10px;
  background-image: none;
}

.grey-box.contact.combo.formbox {
  height: 750px;
  padding-top: 50px;
  background-color: #223939;
}

.grey-box.contact.gauche {
  display: block;
  height: 750px;
  background-image: none;
}

.button-8 {
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2b2828;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.button-8:hover {
  background-color: #992e2e;
}

.button-8.left {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  border: 1px none #992e2e;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #992e2e;
  text-align: center;
  text-transform: uppercase;
}

.button-8.left:hover {
  background-color: #992e2e;
  color: #fff;
}

.button-8.left.submit {
  display: inline-block;
  width: 50%;
  margin-top: 10px;
  border-style: solid;
}

.line-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blockresize {
  margin-right: 10px;
}

.sub-tittle {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.sub-tittle.gray {
  font-family: 'Droid Serif', serif;
  color: #992e2e;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.error-message-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: red;
  color: #fff;
}

.form-block-2 {
  height: auto;
  margin-top: 20px;
  color: #677583;
}

.textarea {
  border: 1px solid #000;
  background-color: transparent;
}

.textarea:hover {
  border-color: #992e2e;
}

.success-message-3 {
  background-color: #26d450;
  font-family: 'Droid Serif', serif;
  color: #fff;
}

.left-content {
  width: 95%;
  margin-left: 25px;
  padding-right: 50px;
}

.left-content.contact {
  padding-right: 0px;
}

.wrapper-full-2 {
  position: relative;
  left: 0px;
  top: 15%;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
}

.form-3 {
  text-align: left;
}

.subtitle-line {
  width: 60px;
  height: 2px;
  margin-right: 10px;
  float: left;
  background-color: #992e2e;
}

.contact-side-image {
  height: 550px;
  background-image: url('../images/Sallle-a-manger.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.text-field-3 {
  height: 50px;
  padding: 8px 12px;
  border: 1px solid #3b3232;
  border-radius: 0px;
  background-color: #faf8f5;
  font-family: Lato, sans-serif;
  color: #2b2828;
}

.text-field-3:hover {
  border-color: #992e2e;
}

.column-9 {
  padding-top: 0px;
}

.image-311 {
  margin-top: 10px;
}

.italic-text-3 {
  font-style: normal;
}

.slider-2 {
  height: 100vh;
}

.sectionmap {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #992e2e;
}

.logomiddle {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logomiddle.phase4 {
  margin-bottom: 0px;
}

.h3-2 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #992e2e;
  font-size: 45px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.pointtitle {
  padding-left: 2px;
  color: #709ba3;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.pointtitle.center {
  margin-bottom: 25px;
  color: #435780;
  line-height: 33px;
  text-align: center;
}

.pointtitle.center.phase4 {
  margin-top: 25px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #992e2e;
}

.slide-3 {
  background-image: url('../images/salle-a-manger-angle-b.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-3 {
  height: 500px;
  margin-bottom: 25px;
}

.slide-4 {
  background-image: url('../images/Sallle-a-manger.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/cuisine-noir.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/cuisine-blanche-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/facade.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-23 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  width: auto;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #992e2e;
}

.heading-15 {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.link-block-9 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.heading-16 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.link-block-10 {
  text-decoration: none;
}

.link-block-11 {
  text-decoration: none;
}

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

.div-block-24 {
  width: 50%;
  height: 500px;
}

.column-10 {
  height: 350px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-11 {
  height: 350px;
  padding-right: 0px;
  padding-left: 0px;
}

.nord {
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.nord.sud {
  background-image: url('../images/vue-est.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.nord.est {
  background-image: url('../images/vue-nord.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.est {
  width: 100%;
  height: 100%;
  background-image: url('../images/vue-sud.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.div-block-25 {
  width: 100%;
  height: 100%;
}

.ouest {
  width: 100%;
  height: 100%;
  background-image: url('../images/vue-ouest.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.lightbox-link-8 {
  width: 100%;
  height: 100%;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  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;
}

.div-block-27 {
  padding-top: 50px;
  background-color: #fff;
}

.container-3 {
  font-family: Lato, sans-serif;
  text-align: center;
}

.button-9 {
  margin-bottom: 25px;
  background-color: #992e2e;
}

.div-block-28 {
  width: 100%;
  height: 100%;
  background-image: url('../images/espacecommun.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-29 {
  width: 100%;
  height: 100%;
  background-image: url('../images/espacecommun2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-76 {
  margin-top: 0px;
  color: hsla(0, 0%, 100%, 0.78);
  cursor: pointer;
}

.text-block-76:hover {
  color: #37bb37;
}

.text-block-76.madeby {
  display: inline-block;
  text-align: right;
}

.text-block-76.madeby:hover {
  color: #fff;
}

.div-block-32 {
  margin-top: 10px;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
}

html.w-mod-js *[data-ix="hide-scroll-navigation-on-initial"] {
  display: none;
}

html.w-mod-js *[data-ix="services-slide-up-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

@media (max-width: 991px) {
  .navbar {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .navbar.fixed-nav {
    padding-right: 0px;
    padding-left: 16px;
  }
  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-menu {
    left: 0px;
    top: 90px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    margin-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #992e2e;
    text-align: left;
  }
  .image-background-section.hero-section {
    height: 700px;
  }
  .image-background-section.hero-section.homeages-2 {
    height: 450px;
    padding-top: 80px;
  }
  .image-background-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .image-background-section.blog-hero-section.style-guide.new {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }
  .image-background-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .slider-content {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-top: 40px;
  }
  .slider-content.third {
    z-index: 10;
    margin-top: 0px;
  }
  .hero-text.thin {
    width: 90%;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 58px;
  }
  .slide-arrow {
    margin-left: 5%;
  }
  .section {
    padding: 80px 8px;
  }
  .section.gray {
    padding-right: 8px;
    padding-left: 8px;
  }
  .section.gray.single {
    padding-top: 80px;
  }
  .section.image-background {
    padding: 80px 8px;
  }
  .section-wrapper-content {
    width: 470px;
  }
  .section-wrapper-content.page-header {
    width: 80%;
  }
  .section-wrapper-content.page-header.blog {
    width: 80%;
  }
  .section-header {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .section-header.white {
    font-size: 30px;
    line-height: 40px;
  }
  .services-card {
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .services-card.style-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .services-tittle.style-2 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .paragraph-small {
    font-size: 16px;
  }
  .half-side-content {
    padding-right: 4%;
    padding-left: 4%;
  }
  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }
  .half-side-content.contact-bacground {
    width: 100%;
  }
  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    min-height: 700px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .half-side-content.gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .half-side-content.icon {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .half-side-content.gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }
  .half-side-content.icon {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .half-side-content.gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }
  .half-side-info {
    padding-right: 24px;
    padding-left: 24px;
  }
  .follow-me-text.center {
    font-size: 17px;
    line-height: 24px;
  }
  .small-features {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .small-feature {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pricing-card {
    margin-right: 8px;
    margin-left: 8px;
  }
  .pricing-big-text {
    font-size: 40px;
    line-height: 48px;
  }
  .pricing-wrapper-list {
    width: 100%;
  }
  .testimonial-wrapper {
    margin-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .social-wrapper.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sponsor-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sponsor-link {
    padding: 8px;
  }
  .sponsor-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .scroll-up-button {
    right: -20px;
  }
  .footer-content {
    margin-right: 0%;
    padding-right: 20px;
    padding-left: 8px;
  }
  .footer-links {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-header {
    letter-spacing: 2px;
  }
  .footer-link {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    text-decoration: none;
  }
  .question-container {
    padding-right: 2px;
  }
  .answer {
    padding-right: 0px;
  }
  .nav-button-block {
    display: none;
    margin-top: 30px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .purchase-button {
    color: #fff;
  }
  .purchase-button.outline {
    color: #fff;
  }
  .purchase-button.nav {
    color: #fff;
  }
  .purchase-button.nav:hover {
    color: #fff;
  }
  .purchase-button.nav {
    color: #fff;
  }
  .purchase-button.nav:hover {
    color: #fff;
  }
  .nav-link {
    display: block;
    width: 100%;
    padding: 16px 20px;
    background-color: #992e2e;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #2b2828;
    color: #fff;
  }
  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }
  .nav-link.down {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }
  .nav-link.contact.w--current {
    background-color: #992e2e;
  }
  .nav-link.contact.w--current:hover {
    color: #fff;
  }
  .slide-arrow-right {
    left: 24%;
    margin-right: 5%;
  }
  .menu-button {
    float: right;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.black {
    color: #000;
  }
  .instagram-card-style-2 {
    width: 40%;
    padding: 27px 24px 24px;
  }
  .contact-us-card {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .fact-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .white.center {
    width: 90%;
  }
  .white.center.percentual {
    width: 90%;
  }
  .contact-us-wrapper-half-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .work {
    padding: 8px 8px 8px 5px;
  }
  .work-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .portfolio-content {
    margin-right: 0px;
    margin-left: 8px;
  }
  .row-info {
    margin-top: 70px;
  }
  .logo-type.white-font.footer {
    padding-left: 0px;
  }
  .copy-div {
    width: 80%;
  }
  .hero-image-div {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-9 {
    top: auto;
    right: 42px;
    bottom: 53px;
  }
  .div-button {
    padding-top: 15px;
    padding-right: 20px;
  }
  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .collection-item {
    display: block;
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-container {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .blog-heading {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-link-photo {
    display: block;
  }
  .collection-item-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-wrapper-content-2 {
    width: 470px;
  }
  .section-wrapper-content-2.page-header {
    width: 80%;
  }
  .section-header-2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .flex-row {
    width: 100%;
  }
  .tab-title {
    text-align: center;
  }
  .tab-link-2.w--current {
    text-align: center;
  }
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .info-tab {
    margin-left: 0px;
  }
  .white-content {
    width: 60%;
  }
  .wrapper-full {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wrapper-full.border {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-2.gray {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-2.gray {
    padding-right: 15px;
    padding-left: 15px;
  }
  .formbottom.undergo {
    width: 80%;
  }
  .formbottom.undergo.contactpage {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-box {
    width: 80%;
  }
  .section-3 {
    padding: 80px 8px 0px;
  }
  .section-3.gray {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-link-2 {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    text-decoration: none;
  }
  .brand-2 {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .footer-content-2 {
    margin-right: 0%;
    padding-right: 20px;
    padding-left: 8px;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .half-side-info-2 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .section-header-3 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .section-header-3.left {
    font-size: 26px;
    line-height: 34px;
  }
  .paragraph-small-2 {
    font-size: 16px;
  }
  .services-card-2 {
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .services-card-2.style-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .services-tittle-2.style-2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .section-4 {
    padding: 25px 8px;
  }
  .section-4._1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .h2-2.tes {
    margin-top: 15px;
    margin-right: -63px;
    margin-left: -63px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .banner {
    display: block;
  }
  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #db443e;
  }
  .scroll-up-button-2 {
    right: -20px;
  }
  .banner-2 {
    display: block;
  }
  .white-content-2 {
    width: 60%;
  }
  .services-2 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-5 {
    display: block;
  }
  .services-3 {
    height: 500px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-11 {
    padding: 80px 8px;
  }
  .paragraph-small-3 {
    font-size: 14px;
  }
  .half-side-info-3 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .paragraph-small-4 {
    font-size: 14px;
  }
  .section-12 {
    padding: 80px 8px;
  }
  .column-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-7 {
    margin-top: 10px;
    margin-left: 0px;
  }
  .white-content-3 {
    width: 60%;
  }
  .about {
    margin-top: 20px;
  }
  .grey-box {
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .grey-box.contact.combo {
    height: 700px;
    background-color: #223939;
  }
  .grey-box.contact.gauche {
    height: 700px;
  }
  .button-8.left {
    width: auto;
    height: auto;
  }
  .button-8.left.submit {
    border-style: solid;
  }
  .left-content {
    width: 95%;
    margin-top: 40px;
    margin-left: 0px;
  }
  .wrapper-full-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .contact-us-wrapper {
    padding: 16px;
  }
  .contact-us-popup {
    padding: 40px;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-background-section.hero-section {
    height: 700px;
  }
  .image-background-section.hero-section.homeages-2 {
    height: 400px;
  }
  .image-background-section.blog-hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .image-background-section.blog-hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider-content {
    margin-top: 0px;
  }
  .hero-text {
    font-size: 15px;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .section-wrapper-content {
    width: auto;
  }
  .section-wrapper-content.page-header {
    width: 100%;
  }
  .section-wrapper-content.page-header.blog {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .services-card {
    width: 66.66%;
    margin-right: 0px;
    margin-bottom: 58px;
    margin-left: 0px;
    padding: 56px 32px 48px;
  }
  .services-card.style-2 {
    width: 66.66%;
    margin-bottom: 24px;
  }
  .services-tittle.style-2 {
    text-align: left;
  }
  .features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features-wrapper._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .half-side-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }
  .half-side-content.image-background._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .half-side-content.contact-bacground {
    height: 560px;
  }
  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
  }
  .half-side-content.gray {
    width: 100%;
    height: auto;
  }
  .half-side-content.icon {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .half-side-content.gray {
    width: 100%;
    height: auto;
  }
  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }
  .half-side-content.image-background._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .half-side-content.icon {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .half-side-content.gray {
    width: 100%;
    height: auto;
  }
  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }
  .half-side-info {
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .play-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .small-features {
    max-width: 91%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .small-features.new {
    max-width: 100%;
  }
  .small-feature {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .team-content {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    text-align: left;
  }
  .pricing-wrapper {
    display: block;
    margin-bottom: 25px;
  }
  .pricing-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }
  .testimonial-wrapper {
    display: block;
  }
  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 58px;
    margin-left: auto;
  }
  .social-wrapper.footer {
    padding-left: 0px;
  }
  .contact-us-block-form.percentual {
    width: 80%;
  }
  .sponsor-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer {
    padding-right: 20px;
  }
  .footer-content {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-links {
    width: 50%;
  }
  .footer-link {
    font-size: 13px;
  }
  .div-block {
    display: block;
  }
  .image-link {
    display: block;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link {
    color: #2b2828;
  }
  .nav-link:hover {
    color: #992e2e;
  }
  .purchase-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .small-text-team {
    text-align: left;
  }
  .instagram-card-style-2 {
    width: 66.66%;
  }
  .facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fact-item {
    margin-bottom: 20px;
  }
  .team-member-image._4 {
    width: 100%;
  }
  .white.center {
    width: 90%;
  }
  .white.center.percentual {
    width: 100%;
  }
  .contact-us-wrapper-half-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work {
    width: 100%;
  }
  .work-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-div {
    margin-bottom: 24px;
  }
  .row-info {
    margin-top: 50px;
  }
  .licensing-items {
    width: 70%;
  }
  .image-side {
    width: 100%;
  }
  .copy-div {
    width: 80%;
  }
  .div-button {
    padding-top: 15px;
  }
  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-link {
    display: block;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .blog-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .news-text {
    margin-bottom: 8px;
  }
  .collection-item-5 {
    display: inline-block;
    margin-bottom: 10px;
  }
  .section-wrapper-content-2 {
    width: auto;
  }
  .section-wrapper-content-2.page-header {
    width: 100%;
  }
  .flex-row {
    z-index: 999;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab-link-2 {
    width: 100%;
  }
  .tabs-menu-2 {
    -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;
  }
  .info-tab {
    margin-top: 48px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-content.gray {
    width: 60%;
  }
  .wrapper-full.border {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-2.gray {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-2.gray {
    padding-right: 15px;
    padding-left: 15px;
  }
  .formbottom.undergo.contactpage {
    width: 90%;
  }
  .success-message-2 {
    min-height: 50px;
  }
  .header-box {
    width: 100%;
  }
  .footer-link-2 {
    font-size: 13px;
  }
  .footer-content-2 {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-2 {
    padding-right: 20px;
  }
  .half-side-info-2 {
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .paragraph-small-2.p {
    margin-top: 10px;
  }
  .image-link-2 {
    display: block;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .services-card-2 {
    width: 66.66%;
    margin-right: 0px;
    margin-bottom: 58px;
    margin-left: 0px;
    padding: 56px 32px 48px;
  }
  .services-card-2.style-2 {
    width: 66.66%;
    margin-bottom: 24px;
    text-align: center;
  }
  .services-tittle-2.style-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .underh5 {
    margin-bottom: 20px;
  }
  .heading-12 {
    margin-bottom: 20px;
  }
  .footer-box-2 {
    width: 25%;
  }
  .footer-box-4 {
    width: 100%;
    margin-top: 30px;
  }
  .footer-box-1 {
    width: 49%;
  }
  .footer-box-3 {
    width: 25%;
  }
  .footer-box-5 {
    width: 25%;
  }
  .footer-box-6 {
    width: 100%;
    margin-top: 30px;
  }
  .footer-box-7 {
    width: 49%;
  }
  .footer-box-8 {
    width: 25%;
  }
  .left-column {
    margin-top: 20px;
    padding-right: 0px;
  }
  .services-2 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .row {
    margin-bottom: 0px;
  }
  .services-3 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .right-column {
    margin-top: 20px;
    padding-left: 0px;
  }
  .column-2 {
    margin-top: 20px;
    padding: 0px;
  }
  .contact-us-wrapper-2 {
    padding: 16px;
  }
  .contact-us-popup-2 {
    padding: 40px;
  }
  .half-side-info-3 {
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .features-icon {
    margin-top: 15px;
  }
  .row-2 {
    margin-bottom: 0px;
  }
  .about {
    padding-top: 0px;
  }
  .grey-box {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding: 20px;
  }
  .left-content {
    margin-top: 40px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .contact-us-button {
    margin: 16px;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar.fixed-nav {
    padding-left: 8px;
    background-color: transparent;
  }
  .brand {
    height: 60px;
    padding-top: 10px;
  }
  .image-background-section.hero-section {
    height: 650px;
  }
  .image-background-section.blog-hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-background-section.blog-hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/st-hilaire-9-resized.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/st-hilaire-9-resized.jpg');
    background-position: 0px 0px, 21% 50%;
    background-size: auto, auto;
  }
  .slider-content {
    width: 100%;
    margin-top: 32px;
    padding: 32px 10px;
  }
  .hero-text.thin {
    font-size: 18px;
  }
  .button.hero-button {
    margin-right: 16px;
    margin-bottom: 8px;
  }
  .button.outline-button {
    margin-left: -16px;
  }
  .hero-heading {
    font-size: 28px;
  }
  .slide-arrow {
    display: none;
  }
  .hero-bottom {
    display: none;
  }
  .wrapper.hero-bottom-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-wrapper-content {
    width: 100%;
  }
  .section-wrapper-content.page-header.blog {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-header.white {
    font-size: 32px;
    line-height: 40px;
  }
  .section-header.left.head {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .services-wrapper {
    margin-left: 33px;
  }
  .services-card {
    width: 100%;
  }
  .half-side-content.image-background._2.commodites {
    background-position: 85% 50%;
  }
  .half-side-content.contact-us-half-side {
    min-height: 750px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .half-side-content.icon {
    height: auto;
  }
  .half-side-content.icon.unite1.specialblanc {
    padding-right: 4%;
    padding-left: 4%;
  }
  .half-side-content.image-background.spec {
    background-position: 50% 50%;
  }
  .half-side-content.icon {
    height: auto;
  }
  .half-side-info {
    max-width: 400px;
    margin-bottom: 0px;
    padding-bottom: 24px;
  }
  .small-feature {
    width: 1000%;
  }
  .team-section {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 20px;
  }
  .team-section.gray {
    padding-right: 20px;
  }
  .team-section.top-border {
    padding-right: 20px;
  }
  .pricing-card {
    width: 100%;
  }
  .teastimonial-card {
    width: 100%;
  }
  .scroll-up-button {
    bottom: 125px;
    margin-bottom: 20px;
  }
  .footer-links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .question-container {
    padding-right: 2px;
  }
  .nav-link {
    color: #fff;
  }
  .nav-link:hover {
    color: #992e2e;
  }
  .nav-link.w--current {
    background-color: #992e2e;
    color: #fff;
  }
  .nav-link.w--current:hover {
    color: #2b2828;
  }
  .nav-link.contact.w--current {
    background-color: #992e2e;
    color: #fff;
  }
  .slide-arrow-right {
    display: none;
  }
  .paragraph-footer.white {
    text-align: left;
  }
  .purchase-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .instagram-card-style-2 {
    width: 100%;
  }
  .tabs-menu {
    text-align: center;
  }
  .tab-link {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .tab-link.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .contact-us-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-us-block {
    margin-left: 10px;
  }
  .facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fact-item {
    margin-bottom: 16px;
  }
  .white.center {
    width: 95%;
  }
  .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio-content {
    width: 100%;
    margin-left: 0px;
  }
  .big-tittle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  .row-info {
    margin-top: 50px;
  }
  .licensing-items {
    width: 100%;
  }
  .licensing-item-content {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .title-liciensing {
    margin-bottom: 5px;
  }
  .image-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .copy-div {
    width: 80%;
  }
  .hero-image-div {
    height: 700px;
  }
  .div-block-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .div-block-12 {
    text-align: left;
  }
  .div-button {
    padding-top: 15px;
    padding-right: 10px;
  }
  .collection-list {
    display: block;
  }
  .collection-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .blog-link {
    position: static;
    display: block;
    width: 100%;
    height: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .blog-container {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-link-photo {
    display: none;
    width: 30%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .collection-item-5 {
    margin-bottom: 10px;
  }
  .section-wrapper-content-2 {
    width: 100%;
  }
  .flex-row {
    position: static;
    display: block;
    height: auto;
    margin-top: 0px;
  }
  .flex-row.in-tabs {
    display: block;
    width: 100%;
    margin-top: 0px;
  }
  .info-content {
    position: relative;
  }
  .info-tab {
    display: block;
    overflow: visible;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tabs-content {
    position: static;
    overflow: visible;
  }
  .image-tabs {
    display: none;
  }
  .tabs {
    padding-right: 10px;
    padding-left: 10px;
  }
  .white-content {
    width: 85%;
  }
  .white-content.gray {
    width: 95%;
  }
  .wrapper-full {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper-full.border {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .lightbox-link-7.perspectives {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-2 {
    padding: 90px 0px;
  }
  .section-2.gray {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-2.gray {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-tittle {
    font-size: 28px;
    line-height: 38px;
  }
  .button-2 {
    min-width: auto;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .field {
    font-size: 14px;
  }
  .small.more2.phone {
    padding-left: 45px;
    background-position: 0px 50%;
    background-size: 32px;
    font-size: 23px;
    line-height: 27px;
    text-align: left;
  }
  .formbottom.undergo {
    width: 95%;
    padding: 25px 10px;
  }
  .header-box {
    width: 100%;
  }
  .brand-2 {
    height: 60px;
    padding-top: 10px;
  }
  .footer-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-2 {
    text-decoration: none;
  }
  .half-side-info-2 {
    max-width: 400px;
  }
  .paragraph-small-2.p._2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .services-card-2 {
    width: 100%;
  }
  .services-tittle-2.style-2 {
    text-align: center;
  }
  .h2-2 {
    font-size: 46px;
  }
  .h2-2.tes {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    direction: ltr;
    text-align: center;
    text-decoration: none;
  }
  .h2-2.tes.foncer {
    text-decoration: none;
  }
  .h2-2.tes.foncer.specialbottom {
    font-size: 40px;
  }
  .dark-blue-button.inverted {
    margin-top: 0px;
    margin-right: 0px;
  }
  .underh5 {
    font-size: 16px;
    line-height: 22px;
  }
  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }
  .section-header-4 {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
  }
  .footer-box-2 {
    width: 50%;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .footer-box-1 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .footer-box-3 {
    width: 50%;
    padding-left: 0px;
  }
  .flex-wrapper.bottom-border {
    padding-left: 10px;
  }
  .flex-wrapper.bottom-border {
    padding-left: 10px;
  }
  .footer-box-5 {
    width: 50%;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .footer-box-7 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .footer-box-8 {
    width: 50%;
    padding-left: 0px;
  }
  .scroll-up-button-2 {
    bottom: 125px;
    margin-bottom: 20px;
  }
  .section-6.gray.pattern {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-6.gray.pattern {
    padding-right: 15px;
    padding-left: 15px;
  }
  .white-content-2 {
    width: 85%;
  }
  .section-tittle-2 {
    font-size: 24px;
    line-height: 30px;
  }
  .left-column {
    margin-top: 20px;
  }
  .services-2 {
    margin-top: 0px;
  }
  .services-2.unites {
    padding-top: 70px;
  }
  .row {
    margin-bottom: 0px;
  }
  .services-3 {
    margin-top: 0px;
  }
  .services-3:hover {
    background-color: #223939;
  }
  .services-3.unites {
    padding-top: 70px;
  }
  .right-column {
    margin-top: 20px;
  }
  .button-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .half-side-info-3 {
    max-width: 400px;
  }
  .section-12.baudi {
    padding-bottom: 0px;
  }
  .heading-14 {
    font-size: 20px;
    line-height: 40px;
  }
  .div-block-21 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .white-content-3 {
    width: 85%;
  }
  .form-block {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .row-2 {
    margin-bottom: 0px;
  }
  .form-2 {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .about {
    padding-top: 0px;
  }
  .teltest {
    margin-bottom: 10px;
  }
  .grey-box {
    margin-top: 0px;
    padding-bottom: 20px;
    background-image: none;
  }
  .grey-box.contact.combo {
    height: 100%;
    background-color: #223939;
  }
  .button-8.left.submit {
    width: 100%;
  }
  .form-block-2 {
    margin-top: 28px;
  }
  .left-content {
    width: 100%;
    margin-left: 0px;
    padding-right: 30px;
  }
  .wrapper-full-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .h3-2 {
    font-size: 36px;
  }
}

#w-node-368c9d1e66a0-a901707c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

