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

.menu-button.white-menu-button {
  width: 56px;
  height: 56px;
  padding: 0px 12px 12px 0px;
  -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;
  color: #fff;
}

.menu-button.white-menu-button.w--open {
  display: none;
}

.hero-promo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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(39, 51, 81, 0.7)), to(rgba(39, 51, 81, 0.7))), url('../images/joel-filipe-260016.jpg');
  background-image: linear-gradient(180deg, rgba(39, 51, 81, 0.7), rgba(39, 51, 81, 0.7)), url('../images/joel-filipe-260016.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-promotext {
  width: 82%;
  font-size: 22px;
  line-height: 40px;
}

.scroll-mouse-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 24px 40px;
  -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;
}

.logo {
  margin-top: 2px;
  margin-bottom: 11px;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}

.footer-bottom-link {
  color: #2e323c;
}

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

.hero-promo-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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 300ms ease;
  transition: opacity 300ms ease;
}

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

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #e1e3ea;
  color: #9096a4;
  font-size: 12px;
  line-height: 24px;
}

.footer-bottom.fix1 {
  display: none;
}

.hero-promo-social {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-intro-image {
  margin-top: 50px;
  margin-bottom: 32px;
}

.form-label {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.logo-link {
  padding: 25px 16px 23px 14px;
}

.logo-link.full-screen-logo {
  position: absolute;
  left: 25px;
  top: 0px;
  padding-top: 6px;
}

.full-screen-menu-list {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: auto;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 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;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.nav-bar.ghost-nav-bar {
  display: none;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}

.full-screen-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: scroll;
  width: 100%;
  padding: 0px 16px 16px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(25, 29, 39, 0.97);
}

.logo-text {
  display: inline-block;
  margin-left: 8px;
  padding-bottom: 4px;
  float: left;
  color: #a5aab6;
  font-size: 14px;
  line-height: 24px;
}

.logo-text.white-text {
  margin-top: 38px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.logo-text.white-text.dark {
  color: #aaaaa9;
}

.contact-window-header {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 56px;
  background-color: #185969;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.mouse-wheel-icon {
  width: 4px;
  height: 8px;
  border-radius: 2px;
  background-color: #fff;
}

.button {
  height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.button:hover {
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, 0.5);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button.ghost-button {
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
}

.button.ghost-button:hover {
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #2e323c;
}

.button.ghost-button.hero-promo-button {
  margin: 40px;
}

.button.form-button {
  margin-bottom: 24px;
  padding-top: 7px;
  padding-right: 37px;
  padding-left: 37px;
  border-radius: 6px;
  background-color: #e49f9c;
  background-image: none;
  font-family: Montserrat, sans-serif;
  color: #905454;
  font-weight: 400;
  text-transform: uppercase;
}

.button.form-button:hover {
  box-shadow: none;
}

.button.full-screen-button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-color: #a64fee;
  background-image: -webkit-gradient(linear, left top, right top, from(#a64fee), to(#7215be));
  background-image: linear-gradient(90deg, #a64fee, #7215be);
}

.work-v6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: auto;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-error {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #f34568;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.footer-v4-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 9%;
  padding-bottom: 56px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.mouse-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  padding-top: 6px;
  -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;
  border: 2px solid #fff;
  border-radius: 12px;
}

.logo-line {
  width: 62%;
  height: 2px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.logo-line.white-line {
  background-color: #fff;
  background-image: none;
}

.hero-promo-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: 48px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.section-fond-1 {
  overflow: hidden;
  padding: 120px 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.section-fond-1.grey-section.no-top-padding.no-bottom-padding {
  height: 180px;
  padding-top: 0px;
  padding-bottom: 18px;
}

.section-fond-1.contact-image {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 145, 156, 0.77)), to(rgba(82, 145, 156, 0.77))), -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.2)), to(rgba(46, 50, 60, 0.2))), url("https://assets.website-files.com/5cf90a3398b9ff64e5fc1196/5cf91e5698b9ff00c3fc86a7_Watt'Home%20Int%20Entre%CC%81e%201.jpg");
  background-image: linear-gradient(180deg, rgba(82, 145, 156, 0.77), rgba(82, 145, 156, 0.77)), linear-gradient(180deg, rgba(46, 50, 60, 0.2), rgba(46, 50, 60, 0.2)), url("https://assets.website-files.com/5cf90a3398b9ff64e5fc1196/5cf91e5698b9ff00c3fc86a7_Watt'Home%20Int%20Entre%CC%81e%201.jpg");
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.section-fond-1.contact-image._7c {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 118, 139, 0.73)), to(rgba(32, 118, 139, 0.73))), url("https://assets.website-files.com/5cf90a3398b9ff64e5fc1196/5cf9382e994fb797540f3774_Watt'Home%20Int%20Entre%CC%81e%202.jpg");
  background-image: linear-gradient(180deg, rgba(32, 118, 139, 0.73), rgba(32, 118, 139, 0.73)), url("https://assets.website-files.com/5cf90a3398b9ff64e5fc1196/5cf9382e994fb797540f3774_Watt'Home%20Int%20Entre%CC%81e%202.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.footer-bottom-link-right {
  margin-left: 24px;
  color: #2e323c;
}

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

.page {
  display: block;
  overflow: hidden;
}

.hero-promo-small-header {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.footer-v4-link {
  display: block;
  color: #9096a4;
  font-size: 14px;
  line-height: 32px;
}

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

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 24px 15px 24px 0px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  -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-radius: 7px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: transparent;
}

.logo-wrapper {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-promo-bottom {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  -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;
}

.footer-bottom-text-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer-bottom-text-left.ohm {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
}

.works-v6 {
  position: relative;
  z-index: 1;
  width: 100%;
}

.footer-v4-column {
  padding-right: 15px;
  padding-bottom: 56px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.menu-line.menu-bottom-line {
  left: 12px;
  top: 12px;
  width: 12px;
  margin-top: 4px;
}

.menu-line.menu-top-line {
  width: 20px;
  margin-bottom: 4px;
  background-color: #fff;
}

.menu-line.menu-middle-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.input {
  height: 48px;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-color: #000 #000 #ccd0d9;
  border-top-style: none;
  border-top-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 15px;
  line-height: 24px;
}

.input:hover {
  border-bottom-color: #9096a4;
}

.input:focus {
  border-bottom-color: #ffa535;
}

.input.text-area {
  height: 48px;
  min-height: auto;
  margin-bottom: 25px;
}

.contact-window-form {
  margin-right: 56px;
  margin-left: 56px;
  padding-top: 32px;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.contact-window {
  position: relative;
  overflow: hidden;
  width: 50%;
  min-width: 400px;
  margin-right: 9%;
  margin-bottom: 0px;
  margin-left: 9%;
  padding-top: 0px;
  padding-bottom: 48px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 10px 7px 9px -9px rgba(0, 0, 0, 0.6);
  text-align: left;
}

.contact-window.mwin {
  display: none;
}

.footer-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.form-success {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-right: 24px;
  padding-left: 24px;
}

.full-screen-nav-link {
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}

.full-screen-nav-link:hover {
  color: #e3d2f1;
}

.full-screen-nav-link.w--current {
  color: #e3d2f1;
}

.full-screen-social {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
}

.text-span {
  color: #e3d2f1;
  font-weight: 300;
}

.text-span.drk {
  color: #555;
}

.entete {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.entete.busines-2 {
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-image: url('../images/Mochez-P10-1500pxl.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

.button-2 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-2.outline {
  padding: 14px 40px;
  border: 1px none #fff;
  background-color: #e49f9c;
  font-family: Montserrat, sans-serif;
  color: #f6e5e5;
  font-size: 18px;
  font-weight: 300;
}

.button-2.outline.w--current {
  color: #905454;
  font-weight: 400;
}

.entete-site {
  padding-top: 270px;
  padding-bottom: 250px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.entete-site.business-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  min-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: hsla(0, 0%, 100%, 0.7);
  cursor: auto;
}

.entete-site.business-2.about-hero {
  height: 300px;
  padding-top: 128px;
  padding-bottom: auto;
}

.overall-hero-description {
  display: inline-block;
  width: 101%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.overall-hero-description.alonif {
  display: none;
}

.overall-hero-description._1a1 {
  width: 70%;
  height: auto;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.overall-hero-description._1a1.mfix {
  display: none;
}

.div-entete-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.titre-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #775d22;
  font-size: 31px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
}

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

.top-border.large {
  margin-top: 30px;
}

.header-border-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
}

.notebook {
  position: relative;
  width: 91%;
  padding: 50px 35px;
  border: 1px solid #c4cbd7;
}

.notebook._2 {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-style: none;
}

.notebook._2.mod2 {
  width: 100%;
}

.notebook._3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-style: none;
}

.notebook._3.mod2 {
  width: 100%;
}

.section-1 {
  padding-top: 46px;
  padding-bottom: 59px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-flex-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.h2-title-green {
  margin-top: -7px;
  font-family: Oswald, sans-serif;
  color: #616161;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.image-block {
  position: relative;
  width: auto;
  height: 590px;
  background-image: url('../images/aloni.jpg');
  background-position: 50% 50%;
  background-size: 380px;
  background-repeat: no-repeat;
}

.image-block._4a {
  margin-bottom: 31px;
  background-image: url("https://assets.website-files.com/5cf90a3398b9ff64e5fc1196/5cf91fad4a09be5f8bdef6ea_Watt'Home%20Int%20Ch%20Hote%201.jpg");
  background-size: cover;
}

._2-red-line {
  width: 130px;
  height: 2px;
  background-color: #138493;
  color: #138493;
}

._50-column {
  position: relative;
  width: 50%;
}

._50-column.center-flex {
  width: 70%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._50-column.center-flex.mod1 {
  width: 38%;
}

._50-column.center-flex-2 {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._50-column.center-flex-2.mod1 {
  width: 38%;
}

._50-column.center-flex-3 {
  width: 90%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._50-column.center-flex-3.mod1 {
  width: 38%;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.top-padding {
  padding-top: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-3 {
  min-height: 43.5px;
  min-width: 165px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #9371af;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #703f97;
}

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

.bottom-border {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.title-medium {
  margin-top: 68px;
  margin-bottom: -15px;
  font-size: 17.5px;
  text-transform: none;
}

.paragraph {
  padding-top: 70px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
  text-align: justify;
}

.paragraph.top {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.paragraph._1a {
  max-width: 90%;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 47px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.image-2 {
  display: none;
}

.image-6 {
  max-height: 60px;
  margin-top: 20px;
}

._1c {
  margin-right: 11px;
}

.logo-site {
  width: 30%;
}

.global-nav-link-cover {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 50px;
  background-image: linear-gradient(45deg, #fadd8f, #705711 99%, #e2720a);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.global-nav-link-cover:hover {
  border-radius: 10px;
  background-image: linear-gradient(45deg, #f8e2a5, #805e02 98%, #e2720a);
}

.mobile-menu-link {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 5vw;
  line-height: 6vw;
  text-decoration: none;
}

.close-mobile-menu-button {
  position: relative;
  z-index: 10;
  margin-right: 2.5px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
}

.burger-line {
  width: 20px;
  height: 3px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#d8d12e), to(#e2720a));
  background-image: linear-gradient(90deg, #d8d12e, #e2720a);
}

.global-nav-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 95px;
  margin: 10px 10px -25px;
  -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-radius: 50%;
  background-image: linear-gradient(45deg, #d8d12e, #e2720a);
  box-shadow: 0 10px 28px -2px rgba(0, 0, 0, 0.23), inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.19);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 40px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.global-nav-link-text {
  position: relative;
  z-index: 10;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 13px;
  font-weight: 300;
}

.hamburger-button {
  display: none;
  width: 40px;
  height: 40px;
  -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;
  cursor: pointer;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  height: 40px;
  max-width: 100%;
  margin-right: auto;
  margin-left: 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;
}

.global-nav-link {
  position: relative;
  overflow: hidden;
  min-width: 100px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  border-radius: 3px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #313149;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.global-nav-link:hover {
  color: #fff;
}

.menu-desktop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -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: #fff;
  box-shadow: 0 1px 32px 0 rgba(0, 0, 0, 0.31);
}

.nav-logo {
  width: 45px;
}

.mobile-menu-background {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5vw;
  height: 5vw;
  border-bottom-left-radius: 100%;
  background-image: linear-gradient(45deg, #d8d12e, #e2720a);
}

._2-content-section-2 {
  padding-top: 89px;
  padding-bottom: 59px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-8 {
  width: 100%;
  margin: -24px auto 30px;
  padding-right: 0px;
}

.content-wrapper-2 {
  position: relative;
  display: block;
  max-width: 1210px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-2 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-3 {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
  text-align: justify;
}

.paragraph-3.top {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.paragraph-3._1a {
  max-width: 90%;
}

.section-fond-2 {
  overflow: hidden;
  padding: 120px 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.section-fond-2.grey-section.no-top-padding.no-bottom-padding {
  padding-top: 57px;
  padding-bottom: 18px;
}

.section-fond-2.contact-image {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 71px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 145, 156, 0.77)), to(rgba(82, 145, 156, 0.77))), -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.2)), to(rgba(46, 50, 60, 0.2))), url("https://assets.website-files.com/5cf90a3398b9ff64e5fc1196/5cf94559bdc749eb1d755df8_Watt'Home%20Int%20Piano%201.jpg");
  background-image: linear-gradient(180deg, rgba(82, 145, 156, 0.77), rgba(82, 145, 156, 0.77)), linear-gradient(180deg, rgba(46, 50, 60, 0.2), rgba(46, 50, 60, 0.2)), url("https://assets.website-files.com/5cf90a3398b9ff64e5fc1196/5cf94559bdc749eb1d755df8_Watt'Home%20Int%20Piano%201.jpg");
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.section-fond-2.contact-image._7c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 118, 139, 0.73)), to(rgba(32, 118, 139, 0.73))), url('../images/bg-ocean.jpg');
  background-image: linear-gradient(180deg, rgba(32, 118, 139, 0.73), rgba(32, 118, 139, 0.73)), url('../images/bg-ocean.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.overall-hero-description-2 {
  display: inline-block;
  width: 101%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.overall-hero-description-2.alonif {
  display: none;
}

.overall-hero-description-2._1a1 {
  width: 80%;
  height: auto;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.overall-hero-description-2._1a1.mfix {
  display: none;
}

.image-9 {
  width: 100%;
  max-width: 100%;
}

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

._2-content-section-3 {
  padding-top: 70px;
  padding-bottom: 59px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block {
  width: auto;
  height: auto;
  margin-bottom: 33px;
  border-style: solid;
  border-width: 1px;
  border-color: #5c440f;
}

.link-block:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #665104;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.35);
}

.heading-21 {
  margin-top: 32px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #a79f9f;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.mentions-lgales-lien {
  color: #585454;
  text-decoration: none;
}

.mentions-lgales-lien:hover {
  font-weight: 700;
}

.mentions-lgales-lien.w--current {
  color: #585454;
  text-decoration: none;
}

.mentions-lgales-lien.w--current:hover {
  font-weight: 700;
}

.burger-btn-wrapper {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50px;
  padding: 10px;
  border-radius: 3px;
  background-image: linear-gradient(225deg, #d1893a, #cec232);
  text-align: center;
  cursor: pointer;
}

.burger-line-2 {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  border-radius: 1px;
  background-color: #fff;
}

.burger-btn-wrapper-2 {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50px;
  padding: 10px;
  border-radius: 3px;
  background-image: linear-gradient(225deg, #d1893a, #cec232);
  text-align: center;
  cursor: pointer;
}

.div-block-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  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;
  background-color: #524f4f;
}

.loading-page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -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: #b9b9b9;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  -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: #2b2a2a;
}

.div-block-3 {
  display: block;
}

.text-block-4 {
  color: #9c9898;
}

.tablet {
  display: none;
  color: #000;
}

.desktop {
  display: none;
  color: #000;
}

.phone-horiz {
  display: none;
  color: #000;
}

.phone-vert {
  display: none;
  color: #000;
}

.button-4 {
  font-family: Montserrat, sans-serif;
  line-height: 15px;
  font-weight: 300;
}

.button-4:hover {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.4);
  font-weight: 600;
}

.flex-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.shrink-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 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;
  cursor: pointer;
}

.webflow-link {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999999;
  padding: 4px 6px 5px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.32);
}

.webflow-icon {
  margin-right: 8px;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
}

.side-menu {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  padding-bottom: 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px 4px 3px 3px;
  background-color: rgba(0, 0, 0, 0.94);
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: move;
}

.db-link-wrapper {
  width: 100%;
  padding: 10px 60px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #3cc47c;
}

.db-button {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #3cc47c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.db-button:hover {
  background-color: #2b8f5a;
}

.shrink-box-button {
  display: block;
  margin-right: 5px;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.burger-line-3 {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #444;
}

.side-menu-headline {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.burger-btn-wrapper-3 {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 3px;
  background-image: linear-gradient(225deg, #d1893a, #cec232);
  text-align: center;
  cursor: pointer;
}

.nav-menu {
  display: block;
}

.menu-mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
}

.image-11 {
  width: auto;
  margin-top: 0px;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 1px;
}

.section-prestations {
  padding-top: 89px;
  padding-bottom: 59px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-chambre-dhote {
  padding-top: 0px;
  padding-bottom: 59px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-visite-virtuelle {
  padding-top: 70px;
  padding-bottom: 59px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-hostoire {
  padding-top: 61px;
  padding-bottom: 59px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-adresse {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.text-block-tel {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.link {
  color: #333;
  text-decoration: none;
}

.link:hover {
  color: #ac4458;
}

.text-block-mail {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.text-block-mail:hover {
  color: #ac4458;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.link-2:hover {
  color: #ac4458;
}

.html-embed {
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.div-block-5 {
  width: 100%;
  padding: 21px;
  background-color: #fff;
}

.div-block-6 {
  width: 520px;
  height: 30px;
  background-color: #af5c5c;
}

.tel {
  color: #000;
  text-decoration: none;
}

.tel:hover {
  color: #8e92d8;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #333;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.link-3 {
  color: #333;
  text-decoration: none;
}

.link-3:hover {
  color: #c24343;
  font-weight: 500;
}

.link-4 {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.link-4:hover {
  color: #c24343;
}

.link-5 {
  color: #333;
  text-decoration: none;
}

.link-5:hover {
  color: #c24343;
  font-weight: 500;
}

.contact-vincent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  -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-radius: 7px;
}

.video {
  margin-top: 53px;
}

.image-12 {
  margin-top: 16px;
}

.image-12:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-22 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.text-block-8 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.div-block-9 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 10px;
  -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;
}

.heading-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 9px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.image-13 {
  width: 50px;
  height: auto;
}

.image-13.lobs {
  width: 120px;
}

.image-14 {
  width: 200px;
}

.section-2 {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 118px;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  width: 70vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  -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;
}

.lightbox-link {
  position: static;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  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: 1px none #000;
  cursor: pointer;
}

.heading-24 {
  font-style: normal;
  text-decoration: none;
}

.container {
  position: static;
  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;
  box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.38);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.image-15 {
  margin-top: 3px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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;
  cursor: auto;
}

.div-block-11 {
  width: 50px;
  height: 50px;
  border: 1px none #000;
  background-color: #d88989;
  box-shadow: 1px 1px 3px 0 #000;
  cursor: pointer;
}

.link-6 {
  width: 50px;
  height: 50px;
}

.div-block-12 {
  width: 50px;
  height: 50px;
}

.link-7 {
  color: transparent;
}

.section-4 {
  height: 800px;
  margin-top: 110px;
}

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

.lightbox-link-2 {
  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;
}

.div-block-13 {
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.45);
}

.lightbox-link-3 {
  display: none;
}

html.w-mod-js *[data-ix="page-wrapper-load"] {
  opacity: 0;
}

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);
}

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

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

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .menu-button {
    color: #2e323c;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #2e323c;
  }

  .hero-promotext {
    font-size: 18px;
    line-height: 32px;
  }

  .scroll-mouse-link {
    display: none;
    padding-bottom: 24px;
  }

  .logo {
    margin-bottom: 9px;
  }

  .footer-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .hero-promo-social {
    padding: 24px;
  }

  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .nav-bar {
    padding-right: 0px;
    padding-left: 2px;
  }

  .nav-bar.ghost-nav-bar {
    padding-right: 8px;
    padding-left: 8px;
  }

  .full-screen-menu {
    max-height: 100vh;
  }

  .logo-text.white-text {
    margin-top: 11px;
    margin-left: 23px;
    font-size: 30px;
  }

  .logo-text.white-text.dark {
    margin-left: 0px;
  }

  .contact-window-header {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 39px;
  }

  .button.ghost-button.hero-promo-button {
    display: block;
    margin: 24px;
  }

  .button.full-screen-button {
    right: 24px;
    bottom: 24px;
  }

  .footer-v4-about {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-promo-intro {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .section-fond-1 {
    padding: 100px 8px;
  }

  .section-fond-1.grey-section.no-top-padding.no-bottom-padding {
    padding-top: 0px;
    padding-bottom: 4px;
  }

  .section-fond-1.contact-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 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;
  }

  .page {
    overflow: hidden;
  }

  .hero-promo-small-header {
    font-size: 18px;
    line-height: 32px;
  }

  .contact {
    width: 300px;
  }

  .hero-promo-bottom {
    position: fixed;
    background-image: none;
  }

  .footer-bottom-text-left.ohm {
    font-family: Montserrat, sans-serif;
    font-size: 27px;
    font-weight: 300;
    text-align: center;
  }

  .footer-v4-column {
    padding-right: 8px;
    padding-left: 8px;
  }

  .contact-window-form {
    margin-right: 32px;
    margin-left: 32px;
  }

  .contact-window {
    width: 440px;
    min-width: 0px;
  }

  .full-screen-nav-link {
    font-size: 36px;
    line-height: 72px;
  }

  .full-screen-social {
    padding: 24px;
  }

  .button-2.outline.w--current {
    margin-top: -3px;
  }

  .entete-site {
    padding: 170px 45px 140px;
  }

  .entete-site.business-2 {
    height: 30vh;
    min-height: 300px;
    padding-top: 0px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .overall-hero-description {
    display: none;
    width: 80%;
  }

  .overall-hero-description._1a1 {
    display: block;
    width: 91%;
    margin: auto 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    line-height: 40px;
  }

  .div-entete-site {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .titre-site {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 19px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
  }

  .notebook._2 {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .notebook._3 {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 29px;
  }

  .section-1 {
    padding-top: 0px;
    padding-bottom: 24px;
  }

  .header-flex-stretch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h2-title-green {
    width: auto;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #616161;
    text-align: center;
  }

  .image-block {
    display: none;
    width: 370px;
    height: 100%;
  }

  .image-block._4a {
    display: block;
    width: auto;
    height: 350px;
  }

  ._2-red-line {
    width: 70px;
    background-color: #1d5278;
  }

  ._50-column.center-flex {
    width: 100%;
  }

  ._50-column.center-flex.mod1 {
    display: none;
  }

  ._50-column.center-flex-2 {
    width: 100%;
  }

  ._50-column.center-flex-2.mod1 {
    display: none;
  }

  ._50-column.center-flex-3 {
    width: 90%;
  }

  ._50-column.center-flex-3.mod1 {
    display: none;
  }

  .top-padding {
    margin-left: -13px;
    padding-top: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #1d5278;
  }

  .notebook-text {
    margin-top: 17px;
  }

  .bottom-border.small {
    margin-top: -25px;
    text-align: center;
  }

  .title-medium {
    color: #1d5278;
  }

  .paragraph {
    text-align: justify;
  }

  .paragraph.top {
    margin-bottom: 0px;
  }

  .heading.about {
    margin-top: 0px;
    font-size: 32px;
  }

  .image-2 {
    display: block;
    margin-top: -72px;
    padding-bottom: 11px;
    padding-left: 29px;
    float: right;
  }

  .image-6 {
    display: none;
  }

  .mobile-menu-link {
    font-size: 8vw;
    line-height: 8vw;
  }

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

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

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

  .menu-desktop {
    display: none;
    overflow: visible;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._2-content-section-2 {
    padding-top: 54px;
  }

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

  .grid {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .section-fond-2 {
    padding: 100px 8px;
  }

  .section-fond-2.grey-section.no-top-padding.no-bottom-padding {
    padding-top: 47px;
    padding-bottom: 4px;
  }

  .section-fond-2.contact-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .overall-hero-description-2 {
    display: none;
    width: 80%;
  }

  .overall-hero-description-2._1a1 {
    display: block;
    width: 91%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  ._2-content-section-3 {
    padding-top: 0px;
    padding-bottom: 29px;
  }

  .heading-21 {
    text-decoration: none;
  }

  .burger-btn-wrapper {
    overflow: visible;
    padding-top: 0px;
  }

  .burger-btn-wrapper-2 {
    overflow: visible;
    padding-top: 0px;
  }

  .tablet {
    display: none;
  }

  .desktop {
    display: none;
  }

  .div-block-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .burger-btn-wrapper-3 {
    display: none;
    width: 30px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-warpper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -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;
  }

  .nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 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-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.23);
    box-shadow: 0 0 0 2px #775d22;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
  }

  .nav-icon {
    width: 32px;
    height: 32px;
    border-radius: 5px;
  }

  .nav-menu {
    position: fixed;
    left: 60px;
    top: 60px;
    right: auto;
    bottom: auto;
    display: none;
    width: 170px;
    margin-top: 8px;
    margin-left: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.61);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: none;
    perspective: none;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    font-size: 14px;
  }

  .nav-link {
    display: block;
    padding: 6px;
    font-family: Montserrat, sans-serif;
    color: #775d22;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .nav-link:hover {
    font-weight: 600;
  }

  .menu-mobile {
    position: fixed;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
    -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;
  }

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

  .image-11 {
    margin-top: 36px;
  }

  .section-prestations {
    padding-top: 54px;
  }

  .section-chambre-dhote {
    padding-top: 0px;
    padding-bottom: 24px;
  }

  .section-visite-virtuelle {
    padding-top: 0px;
    padding-bottom: 29px;
  }

  .section-hostoire {
    padding-top: 0px;
    padding-bottom: 24px;
  }

  .html-embed {
    width: auto;
  }

  .text-block-7 {
    font-size: 15px;
  }

  .contact-vincent {
    width: 300px;
  }

  .video {
    margin-top: 27px;
  }

  .heading-22 {
    margin-top: 14px;
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-9 {
    margin-bottom: 10px;
    text-align: center;
  }

  .heading-23 {
    margin-bottom: auto;
    font-size: 12px;
    line-height: 12px;
  }

  .image-13 {
    width: 40px;
  }

  .grid-3 {
    width: 80vw;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .lightbox-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .menu-button.white-menu-button {
    margin-right: 0px;
  }

  .hero-promo-section {
    position: relative;
    height: 100vh;
    max-height: 440px;
  }

  .hero-promotext {
    width: 100%;
  }

  .scroll-mouse-link {
    display: none;
  }

  .footer-bottom.fix1 {
    display: block;
  }

  .hero-promo-social {
    padding: 16px;
  }

  .hero-intro-image {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link.full-screen-logo {
    left: 8px;
  }

  .nav-bar.ghost-nav-bar {
    display: block;
  }

  .logo-text {
    display: none;
    margin-left: 0px;
    font-size: 13px;
  }

  .contact-window-header {
    font-size: 17px;
    line-height: 20px;
  }

  .button.ghost-button.hero-promo-button {
    position: static;
    display: block;
    margin: 16px;
  }

  .button.full-screen-button {
    right: 16px;
    bottom: 16px;
  }

  .work-v6 {
    height: 100vh;
    max-height: 440px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

  .hero-promo-intro {
    margin-top: 0px;
    padding-right: 16%;
    padding-left: 16%;
  }

  .section-fond-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-fond-1.contact-image._7c {
    height: 100vh;
    padding: 0px;
  }

  .hero-promo-small-header {
    font-size: 14px;
    letter-spacing: 6px;
  }

  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper {
    position: static;
    z-index: 9999999;
    display: block;
  }

  .logo-wrapper {
    display: inline-block;
    float: none;
    clear: none;
  }

  .hero-promo-bottom {
    position: fixed;
    z-index: 99999;
    display: none;
    padding-top: 39px;
    background-image: none;
  }

  .footer-v4-column {
    padding-bottom: 40px;
  }

  .contact-window-form {
    margin-right: 32px;
    margin-left: 32px;
  }

  .contact-window {
    width: 400px;
  }

  .contact-window.mwin {
    display: block;
    width: auto;
    margin-right: 0%;
    margin-left: 0%;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .full-screen-nav-link {
    font-size: 32px;
    line-height: 64px;
  }

  .full-screen-social {
    padding: 16px;
  }

  .entete-site {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .entete-site.business-2 {
    min-height: 200px;
    padding-top: 0px;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .overall-hero-description {
    display: block;
    width: 90%;
  }

  .overall-hero-description._1a1 {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 23px;
    line-height: 30px;
  }

  .overall-hero-description._1a1.mfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .titre-site {
    font-size: 20px;
    line-height: 27px;
  }

  .header-border-flex {
    margin-top: 0px;
    margin-right: 0%;
    line-height: 20px;
  }

  .notebook._2 {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .notebook._3 {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-1 {
    padding-top: 0px;
  }

  .header-flex-stretch {
    margin-top: -70px;
    padding-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-wrapper {
    margin-top: 35px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .h2-title-green {
    margin-top: 52px;
  }

  ._50-column {
    width: 100%;
  }

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

  .top-padding {
    padding-top: 51px;
  }

  .button-3 {
    min-height: 46.5px;
    background-color: #1d5278;
    color: #fff;
    font-size: 14px;
  }

  .notebook-text {
    margin-top: 0px;
  }

  .bottom-border.small {
    display: inline-block;
    margin-bottom: 7px;
  }

  .heading {
    line-height: 74px;
  }

  .heading.about {
    margin-top: -32px;
    font-size: 27px;
    line-height: 54px;
  }

  .image-2 {
    margin-top: 12px;
    margin-left: 33px;
    padding-left: 0px;
  }

  .image-3 {
    display: none;
  }

  .image-5 {
    display: none;
  }

  .mobile-menu-link {
    font-size: 11vw;
    line-height: 11vw;
  }

  .menu-desktop {
    display: none;
  }

  ._2-content-section-2 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

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

  .image-8 {
    margin-top: 8px;
    margin-bottom: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-wrapper-2 {
    padding-right: 45px;
    padding-left: 45px;
  }

  .grid {
    margin-bottom: 14px;
    padding-top: 0px;
  }

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

  .section-fond-2.contact-image._7c {
    height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .overall-hero-description-2 {
    display: block;
    width: 90%;
  }

  .overall-hero-description-2._1a1 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 23px;
    line-height: 30px;
  }

  .overall-hero-description-2._1a1.mfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  ._2-content-section-3 {
    padding-top: 0px;
    padding-bottom: 16px;
  }

  .heading-21 {
    text-decoration: none;
  }

  .tablet {
    display: none;
  }

  .phone-horiz {
    display: none;
  }

  .nav-button {
    width: 32px;
    height: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #775d22;
    box-shadow: 0 0 0 0 #775d22;
  }

  .nav-icon {
    width: 28px;
    height: 28px;
  }

  .nav-menu {
    left: 45px;
    top: 45px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.61);
  }

  .menu-mobile {
    display: block;
  }

  .image-11 {
    margin-top: 10px;
    margin-bottom: 28px;
  }

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

  .section-prestations {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section-chambre-dhote {
    padding-top: 0px;
  }

  .section-visite-virtuelle {
    padding-top: 0px;
    padding-bottom: 16px;
  }

  .section-hostoire {
    padding-top: 0px;
  }

  .html-embed {
    width: auto;
  }

  .div-block-5 {
    width: 100%;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .contact-vincent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    margin-right: auto;
    margin-left: auto;
  }

  .video {
    margin-top: 15px;
  }

  .heading-22 {
    margin-top: -10px;
    font-size: 17px;
    line-height: 18px;
  }

  .div-block-9 {
    margin-bottom: 10px;
  }

  .heading-23 {
    font-size: 12px;
    line-height: 13px;
  }

  .grid-3 {
    width: 85vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .lightbox-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-promo-section {
    height: 100vh;
    max-height: none;
  }

  .footer-bottom {
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .hero-promo-social {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .form-label {
    font-family: Montserrat, sans-serif;
  }

  .nav-bar.ghost-nav-bar {
    display: none;
  }

  .contact-window-header {
    padding: 20px 7px;
    font-size: 22px;
  }

  .button.ghost-button.hero-promo-button {
    position: relative;
  }

  .button.full-screen-button:hover {
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.27);
  }

  .work-v6 {
    max-height: none;
  }

  .footer-v4-about {
    padding-bottom: 40px;
  }

  .hero-promo-intro {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }

  .section-fond-1.grey-section.no-top-padding.no-bottom-padding {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .section-fond-1.contact-image {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section-fond-1.contact-image._7c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding: 27px 14px 31px;
  }

  .footer-bottom-link-right {
    margin-left: 16px;
  }

  .contact {
    width: 80%;
  }

  .wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .hero-promo-bottom {
    position: relative;
    bottom: -83px;
    display: none;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .footer-bottom-text-left {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .footer-v4-column {
    width: 50%;
    margin-top: -32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-window-form {
    margin-right: 16px;
    margin-left: 16px;
  }

  .contact-window {
    width: 90%;
    margin: 32px 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .full-screen-social {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-2 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button-2.outline {
    color: #905454;
  }

  .entete-site {
    padding: 90px 25px 40px;
  }

  .entete-site.business-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    min-height: 150px;
    padding: 0px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .overall-hero-description {
    font-size: 14px;
    line-height: 22px;
  }

  .overall-hero-description.alonif {
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 25px;
  }

  .overall-hero-description._1a1 {
    width: 90%;
    font-size: 20px;
    line-height: 30px;
  }

  .overall-hero-description._1a1.mfix {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
  }

  .div-entete-site {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .titre-site {
    font-size: 16px;
    line-height: 22px;
  }

  .notebook {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .notebook._2 {
    width: 100%;
  }

  .notebook._3 {
    width: 100%;
  }

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

  .header-flex-stretch {
    margin-top: -28px;
  }

  .content-wrapper {
    margin-top: 32px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .h2-title-green {
    width: 200px;
    margin-top: 11px;
    margin-bottom: 4px;
    color: #616161;
    font-size: 25px;
  }

  .image-block._4a {
    margin-top: 31px;
  }

  ._2-red-line {
    width: 60px;
    min-width: auto;
  }

  ._50-column.center-flex-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-padding {
    margin-left: 10px;
    padding-top: 10px;
  }

  .bottom-border {
    margin-right: auto;
    margin-bottom: -5px;
    margin-left: auto;
    text-align: center;
  }

  .title-medium {
    margin-top: 32px;
    margin-bottom: 1px;
  }

  .text-span-2 {
    display: inline;
    color: #e3d2f1;
  }

  .paragraph {
    padding-top: 0px;
  }

  .paragraph.top {
    margin-bottom: 29px;
    line-height: 23px;
  }

  .paragraph._1a {
    max-width: 100%;
    margin-top: 18px;
    margin-bottom: 40px;
  }

  .heading.about {
    font-size: 27px;
  }

  .image-2 {
    margin-top: -10px;
    margin-bottom: 17px;
    margin-left: 0px;
    padding: 14px 0px;
    float: none;
  }

  .image-4 {
    display: none;
  }

  .image-6 {
    margin-top: 35px;
  }

  .logo-site {
    width: 50%;
  }

  .mobile-menu-link {
    font-size: 16vw;
    line-height: 17vw;
  }

  ._2-content-section-2 {
    padding-top: 20px;
  }

  .flex-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-wrapper-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .paragraph-3 {
    margin-bottom: 9px;
    padding-top: 0px;
    line-height: 21px;
  }

  .paragraph-3.top {
    margin-bottom: 29px;
  }

  .paragraph-3._1a {
    max-width: 100%;
    margin-top: 18px;
    margin-bottom: 40px;
  }

  .section-fond-2.grey-section.no-top-padding.no-bottom-padding {
    padding-right: 0px;
    padding-bottom: 59px;
    padding-left: 0px;
  }

  .section-fond-2.contact-image._7c {
    display: block;
    width: auto;
    height: auto;
    padding-right: 14px;
    padding-left: 14px;
  }

  .overall-hero-description-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .overall-hero-description-2.alonif {
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 25px;
  }

  .overall-hero-description-2._1a1 {
    width: 90%;
    font-size: 20px;
    line-height: 30px;
  }

  .overall-hero-description-2._1a1.mfix {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
  }

  ._2-content-section-3 {
    padding-top: 1px;
  }

  .heading-21 {
    margin-top: 8px;
  }

  .mentions-lgales-lien {
    color: #585454;
    text-decoration: none;
  }

  .mentions-lgales-lien:hover {
    font-weight: 700;
  }

  .phone-horiz {
    display: none;
  }

  .phone-vert {
    display: none;
  }

  .button-4 {
    padding-top: 7px;
  }

  .nav-menu {
    display: none;
    margin-top: -1px;
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .nav-link {
    position: static;
    font-size: 12px;
    line-height: 18px;
  }

  .image-11 {
    margin-top: 0px;
    margin-bottom: 22px;
  }

  .grid-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-prestations {
    padding-top: 20px;
  }

  .section-chambre-dhote {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-visite-virtuelle {
    padding-top: 1px;
  }

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

  .html-embed {
    width: auto;
  }

  .text-block-7 {
    line-height: 22px;
  }

  .contact-vincent {
    width: 80%;
  }

  .video {
    margin-top: 23px;
    margin-bottom: 32px;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9 {
    margin-top: -21px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-23 {
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-13 {
    height: auto;
  }

  .grid-3 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  }

  .lightbox-link {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad4b8d4d-c41e-3a0b-b658-b1a96997bce6-09fc119a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3578e983-3bd1-08eb-defc-aa1a41b3e2fc-09fc119a {
    -ms-grid-column: span 1.0104166269302368;
    grid-column-start: span 1.0104166269302368;
    -ms-grid-column-span: 1.0104166269302368;
    grid-column-end: span 1.0104166269302368;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad4b8d4d-c41e-3a0b-b658-b1a96997bce6-09fc119a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_3578e983-3bd1-08eb-defc-aa1a41b3e2fc-09fc119a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

