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

body {
  color: #333;
  font-family: Fixelvariable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Fixelvariable, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.button-ui {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #eee;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(236, 236, 236, .2);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  transition: all .75s;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(44, 44, 44, .1), inset 0 -3px 10px rgba(0, 0, 0, .15);
}

.button-ui:hover {
  color: #fff;
  background-color: rgba(236, 236, 236, .41);
  border-color: rgba(255, 255, 255, .08);
}

.button-ui:active {
  transform: scale(.95);
}

.button-ui.close {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(236, 236, 236, .2);
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 4px 15px rgba(44, 44, 44, .1);
}

.button-ui.close:hover {
  background-color: rgba(236, 236, 236, .48);
}

.button-ui.close.callback {
  color: #555;
  background-color: rgba(107, 107, 107, .16);
  border-radius: 20px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 1%;
  right: auto;
}

.button-ui.close-plan {
  z-index: 30;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(236, 236, 236, .2);
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
  position: fixed;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 11%;
  box-shadow: 0 4px 15px rgba(44, 44, 44, .1), inset 0 -3px 10px rgba(0, 0, 0, .15);
}

.button-ui.close-switcher {
  z-index: 30;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(236, 236, 236, .2);
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 4px 15px rgba(44, 44, 44, .1), inset 0 -3px 10px rgba(0, 0, 0, .15);
}

.button-ui.close-switcher:hover {
  background-color: rgba(236, 236, 236, .4);
}

.button-text {
  width: 100%;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  width: 18px;
  height: 18px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}

.text.rooms {
  color: #000;
  font-weight: 400;
}

.body {
  background-color: rgba(255, 255, 255, 0);
}

.vectors-wrapper-2 {
  width: 20px;
  height: 18.7326px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.close-pane {
  object-fit: cover;
}

.big-blur {
  z-index: 500;
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, .05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.switcher-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  perspective: 1146px;
  background-color: rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw 2vw 1vw;
  transition: all .95s;
  display: flex;
}

.room-button {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .85);
  border: 1px solid rgba(232, 232, 232, .7);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0), inset 0 -7px 12px rgba(47, 47, 47, .14), 0 9px 7.5625px rgba(105, 105, 105, .13);
}

.room-button:hover {
  background-color: #fff;
  padding-top: 1.1vw;
  padding-bottom: 1.1vw;
  transform: translate3d(0, 0, 10px);
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, .6), inset 0 -7px 12px rgba(47, 47, 47, .14), 0 9px 7.5625px rgba(105, 105, 105, .13);
}

.room-button:active {
  opacity: .7;
}

.rb-svg {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rb-svg.bigger {
  width: 40px;
}

.not-select-code {
  display: none;
}

.popup-window {
  width: 100%;
  height: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(251, 249, 249, .3);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
  position: fixed;
  box-shadow: inset 0 -3px 9px rgba(255, 255, 255, .7);
}

.window-top-row {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.window-name-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.vectors-wrapper-3 {
  width: 25px;
  height: 25px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.window-name {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.vectors-wrapper-4 {
  width: 92px;
  height: 30px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
}

.wrapper-button.right {
  justify-content: flex-end;
  left: 15px;
  right: 15px;
}

.wrapper-button.left {
  justify-content: flex-start;
  left: 15px;
  right: 15px;
}

._3dv-embed {
  z-index: 1;
  background-color: #1a1a1a;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-2 {
  perspective: 1000px;
  background-color: #1a1a1a;
  background-image: radial-gradient(circle, #1a1a1a 32%, rgba(0, 0, 0, 0)), url('../images/texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 100px;
}

.popup-window-wf {
  z-index: 200;
  width: 75vw;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(179, 179, 179, .29);
  border: 1px solid rgba(226, 226, 226, .74);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 60px;
  display: none;
  position: fixed;
  top: 14%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 30px rgba(222, 222, 222, .6), inset 0 -3px 9px rgba(255, 255, 255, .7);
}

.popup-window-wf.agence {
  max-width: 1100px;
  display: none;
}

.popup-window-wf.infos {
  width: 80vw;
  max-width: 1250px;
  background-color: rgba(243, 243, 243, .13);
  padding: 25px 25px 50px;
  display: none;
  box-shadow: inset 0 0 40px 20px rgba(199, 199, 199, .4), inset 0 -3px 9px rgba(255, 255, 255, .7), 0 4px 30px rgba(222, 222, 222, .6), 0 3px 5px rgba(0, 0, 0, .2);
}

.button-ui-wf {
  z-index: 100;
  -webkit-backdrop-filter: saturate(152%) blur(30px);
  backdrop-filter: saturate(152%) blur(30px);
  color: #eee;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(236, 236, 236, .2);
  border: 1px solid rgba(255, 255, 255, .03);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-weight: 600;
  transition: all .4s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 25px;
  left: 25px;
  right: auto;
  box-shadow: 0 4px 10px rgba(44, 44, 44, .1), inset 0 -3px 20px rgba(0, 0, 0, .12);
}

.button-ui-wf:hover {
  color: #fff;
  background-color: rgba(236, 236, 236, .41);
  border-color: rgba(255, 255, 255, .08);
}

.button-ui-wf:active {
  transform: scale(.95);
}

.button-ui-wf.infos {
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
  transform: perspective(1456px);
}

.button-ui-wf.infos.sq {
  width: 44px;
  height: 44px;
  padding: 8px;
}

.button-ui-wf.plan {
  justify-content: flex-start;
  top: 90px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.heading-intro {
  z-index: 10;
  opacity: 0;
  color: rgba(245, 245, 245, .92);
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, .1);
  white-space: nowrap;
  margin: 0 auto;
  font-family: Newyork, Palatino Linotype, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 6rem;
  position: fixed;
  top: 45%;
  bottom: auto;
  left: 5%;
  right: 5%;
  transform: perspective(951px);
}

.heading-intro.prepage {
  opacity: 1;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.js-embed {
  display: none;
}

.rich-text-block {
  width: 90%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Fixelvariable, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.agence-div {
  z-index: 20;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: radial-gradient(circle farthest-side at 50% 100%, rgba(255, 255, 255, .28) 68%, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: flex-end;
  transition: all .2s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.agence-div.no-grad {
  background-image: none;
}

.propo-text {
  color: #fff;
  text-align: center;
  font-weight: 200;
}

.logo-agence {
  width: 100%;
  height: 30px;
  background-image: url('../images/Vectors-Wrapper_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-agence.haas {
  width: 70%;
  height: 55px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .85);
  background-image: url('../images/logo-haas-2-removebg-preview.png');
  background-size: 80%;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
}

.cta-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #383838;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/texture-white.jpg'), linear-gradient(#f2f2f2, #d7d7d7);
  background-position: 0 0, 50% 170%, 0 0;
  background-size: auto, 45px, auto;
  border: 1px solid #f2f2f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  box-shadow: 0 4px #5f5f5f, 0 14px 20px rgba(65, 65, 65, .2), inset 0 -11px 20px rgba(0, 0, 0, .15);
}

.cta-contact:hover {
  color: #444;
  background-image: linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)), url('../images/texture-white.jpg'), linear-gradient(#f2f2f2, #d7d7d7);
  background-position: 0 0, 50% 170%, 0 0;
  background-size: auto, 45px, auto;
  transform: scale(1.02);
}

.cta-contact.haas {
  z-index: 100;
  mix-blend-mode: hard-light;
  padding: 11px 25px;
  position: fixed;
  top: 25px;
  bottom: auto;
  left: 25px;
  right: auto;
}

.agency-content-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(122px, 267px) 1fr;
  justify-content: space-between;
}

.agency-content-grid.haas {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.frame-22 {
  width: 100%;
  height: 465px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-agence {
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  object-fit: cover;
  object-position: 50% 50%;
  border: 3px solid rgba(255, 255, 255, .81);
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(44, 44, 44, .12), inset 0 -3px 10px rgba(0, 0, 0, .15);
}

.frame-23 {
  height: 465px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.frame-23.haas {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.agence-logo {
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.agence-logo.haas {
  height: auto;
  max-width: 150px;
}

.agence-desc-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.agence-adress-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.adresse-agence-icon {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.adresse-agence-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.agent-photo {
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  object-fit: cover;
  object-position: 50% 0%;
  border: 3px solid rgba(255, 255, 255, .71);
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(44, 44, 44, .12), inset 0 -3px 10px rgba(0, 0, 0, .15);
}

.agent-photo.haas {
  object-fit: contain;
  object-position: 50% 50%;
}

.phone-div {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .84);
  border: 1px solid #afafaf;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 10px rgba(44, 44, 44, .12), inset 0 -3px 10px rgba(0, 0, 0, .15);
}

.phone-div:hover {
  background-color: #fff;
}

.text-2 {
  color: rgba(18, 18, 18, .88);
  letter-spacing: -.04em;
  font-size: 25px;
  font-weight: 400;
}

.calledback-div {
  width: 100%;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .13);
  border: 1px solid #f3f3f3;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 10px rgba(44, 44, 44, .12), inset 0 -3px 10px rgba(0, 0, 0, .15);
}

.calledback-div:hover {
  background-color: rgba(255, 255, 255, .32);
}

.text-3 {
  color: rgba(3, 3, 3, .88);
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.abscalledback {
  z-index: 210;
  width: 100%;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: rgba(255, 255, 255, .68);
  background-image: linear-gradient(rgba(255, 255, 255, .82), rgba(226, 226, 226, .71) 21%, rgba(226, 226, 226, .71) 85%, #d8d8d8);
  border: 1px #f3f3f3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(44, 44, 44, .12), inset 0 -16px 10px rgba(0, 0, 0, .15);
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.field-label {
  font-weight: 500;
}

.text-3-copy {
  color: #242424;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(255, 255, 255, .48);
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 20px;
  margin-bottom: 15px;
  box-shadow: 0 0 3px rgba(255, 255, 255, .2);
}

.background-white-for-trigger {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-top {
  z-index: 10;
  opacity: 0;
  color: rgba(245, 245, 245, .92);
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, .1);
  white-space: nowrap;
  margin: 0 auto;
  font-family: Newyork, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  position: fixed;
  top: 25px;
  bottom: auto;
  left: 25%;
  right: 24%;
  transform: perspective(951px);
}

.logo-agence-copy {
  width: 150px;
  height: 60px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Logo_haas_international.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo-agence-copy.haas {
  width: 70%;
  height: 55px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .85);
  background-image: url('../images/logo-haas-2-removebg-preview.png');
  background-size: 80%;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
}

.body-haas {
  perspective: 1000px;
  background-color: #ebebeb;
  background-image: radial-gradient(circle, #1a1a1a 32%, rgba(0, 0, 0, 0)), url('../images/texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 100px;
}

.room-button-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #f7f7f7;
  text-align: center;
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.vectors-wrapper-copy {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-contact-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #383838;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/texture-white.jpg'), linear-gradient(#f2f2f2, #d7d7d7);
  background-position: 0 0, 50% 170%, 0 0;
  background-size: auto, 45px, auto;
  border: 1px solid #f2f2f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all .45s;
  display: flex;
  box-shadow: 0 4px #5f5f5f, 0 14px 20px rgba(65, 65, 65, .2), inset 0 -11px 20px rgba(0, 0, 0, .15);
}

.cta-contact-copy:hover {
  color: #444;
  background-image: linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)), url('../images/texture-white.jpg'), linear-gradient(#f2f2f2, #d7d7d7);
  background-position: 0 0, 50% 170%, 0 0;
  background-size: auto, 45px, auto;
  transform: scale(1.02);
}

.cta-contact-copy.haas {
  z-index: 100;
  mix-blend-mode: hard-light;
  padding: 11px 25px;
  position: fixed;
  top: 25px;
  bottom: auto;
  left: 25px;
  right: auto;
}

.container {
  width: 100%;
  height: 100vh;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  z-index: -1000;
  width: 1px;
  height: 1px;
  position: absolute;
}

.image-2 {
  width: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .81);
  border-radius: 9px;
  box-shadow: 0 2px 30px rgba(255, 255, 255, .64);
}

.div-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  display: flex;
  display: inline-block;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.text-span {
  font-size: 24px;
  font-weight: 500;
}

.text-span-2 {
  font-size: 16px;
}

.paragraph {
  font-size: 14px;
}

.shadow-img {
  width: 50%;
  height: 51%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .81);
  border-radius: 9px;
  display: block;
  box-shadow: 0 2px 30px rgba(255, 255, 255, .64);
}

@media screen and (max-width: 991px) {
  .switcher-container {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 4vw;
    display: grid;
  }

  .room-button {
    padding: 3vw 5vw;
  }

  .room-button:hover {
    padding-top: 3.1vw;
    padding-bottom: 3.1vw;
  }

  .popup-window-wf.infos {
    width: 85vw;
    top: 5%;
  }

  .image-2 {
    width: 100%;
  }

  .div-block {
    flex-direction: column;
  }

  .shadow-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .popup-window-wf.agence {
    width: 80vw;
    display: none;
  }

  .heading-intro.prepage {
    font-size: 15vw;
  }

  .cta-contact {
    padding: 15px 30px;
    text-decoration: none;
  }

  .agency-content-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .frame-22 {
    height: 250px;
  }

  .image-agence {
    height: 100%;
  }

  .frame-23 {
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .agence-desc-text {
    display: none;
  }

  .agent-photo {
    max-height: 180px;
  }

  .heading-top {
    text-align: left;
    left: 25px;
    right: auto;
  }

  .cta-contact-copy {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 479px) {
  .big-blur {
    display: none;
  }

  .room-button {
    padding: 5vw 7vw;
  }

  .rb-svg {
    width: 25px;
    height: 25px;
  }

  .popup-window-wf.agence {
    width: 90vw;
    max-height: 80vh;
    display: none;
    overflow: hidden;
  }

  .popup-window-wf.infos {
    width: 90vw;
  }

  .button-ui-wf {
    padding-left: 12px;
    padding-right: 12px;
    left: 15px;
  }

  .button-ui-wf.infos {
    top: 70px;
  }

  .button-ui-wf.plan {
    top: 70px;
    left: 15px;
    right: auto;
  }

  .heading-intro {
    font-size: 15vw;
  }

  .agence-div {
    background-image: radial-gradient(circle farthest-side, rgba(255, 255, 255, .28) 38%, rgba(255, 255, 255, 0) 87%);
    align-items: flex-end;
  }

  .propo-text {
    display: none;
  }

  .logo-agence {
    max-width: 150px;
  }

  .cta-contact.prepage {
    width: 80%;
    height: 60px;
  }

  .cta-text {
    display: none;
  }

  .agency-content-grid {
    flex-direction: column;
    display: flex;
  }

  .frame-22 {
    height: 200px;
  }

  .image-agence {
    height: 100%;
  }

  .heading-top {
    text-align: center;
    margin-top: 15px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .logo-agence-copy {
    max-width: 150px;
  }

  .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .text-span {
    font-size: 16px;
    line-height: 16px;
  }

  .text-span-2, .paragraph {
    font-size: 12px;
  }
}

#w-node-_33183c84-fd78-137f-c0db-0943f5eebc51-3599e313 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_33183c84-fd78-137f-c0db-0943f5eebc53-3599e313, #w-node-_33183c84-fd78-137f-c0db-0943f5eebc53-5c167865 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_33183c84-fd78-137f-c0db-0943f5eebc51-3599e313 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_33183c84-fd78-137f-c0db-0943f5eebc53-3599e313, #w-node-_33183c84-fd78-137f-c0db-0943f5eebc5c-3599e313, #w-node-_33183c84-fd78-137f-c0db-0943f5eebc5e-3599e313, #w-node-_33183c84-fd78-137f-c0db-0943f5eebc62-3599e313, #w-node-_33183c84-fd78-137f-c0db-0943f5eebc5c-5c167865, #w-node-_33183c84-fd78-137f-c0db-0943f5eebc53-5c167865, #w-node-_33183c84-fd78-137f-c0db-0943f5eebc5e-5c167865, #w-node-_33183c84-fd78-137f-c0db-0943f5eebc62-5c167865 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Newyork';
  src: url('../fonts/NewYork.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixelvariable';
  src: url('../fonts/FixelVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}