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

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

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

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

.nav_brand {
  justify-content: center;
  align-items: center;
  width: 26%;
  padding: 10px;
  display: flex;
}

.nav_brand.w--current {
  width: 26%;
}

.nav_component {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: block;
}

.image {
  width: 100%;
  padding-top: 0;
  display: block;
}

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

.nav-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #0376fc;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 34.764%;
  padding: 12px 195px 12px 40px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.nav-link {
  color: #0376fc;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link.w--current {
  color: #0376fc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2, .nav-link-3 {
  color: #0376fc;
}

.nav_menu_icon {
  background-color: #0376fc;
}

.container_large {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section_hero {
  background-image: linear-gradient(22deg, #98e256, #00d9f7 70%, #0376fc);
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  padding: 20px 20px 20px 80px;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 70px;
}

.section_plan {
  display: block;
}

.h1_titre {
  color: #fff;
  margin-top: -70px;
  font-size: 70px;
}

.body-2, .body-3 {
  font-family: Montserrat, sans-serif;
}

.home-plan-outer {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
  overflow: visible;
}

.home-plan-box {
  background-image: url('../images/accueil_p1.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  padding-top: 0%;
  padding-bottom: 52%;
  position: relative;
}

.zone_link-salon {
  opacity: .5;
  color: #fff;
  background-color: #0376fc;
  width: 100%;
  height: 53%;
  position: absolute;
  top: -1%;
  bottom: 480%;
}

.zone_link-cuisine {
  opacity: .5;
  -webkit-text-fill-color: inherit;
  background-color: #98e256;
  background-clip: border-box;
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: -2%;
}

.section_plan-cuisine {
  display: block;
}

.container_large-cuisine {
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.plan-outer-cuisine {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.plan-box-cuisine {
  background-image: url('../images/cuisine_p1.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 100%;
  padding-top: 34.06%;
  position: relative;
}

.section_plan-salon {
  display: block;
}

.container_large-salon {
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.plan-outer-salon {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.plan-box-salon {
  background-image: url('../images/salon_p1.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 100%;
  padding-top: 34.06%;
  position: relative;
}

.hotspot_label {
  position: absolute;
}

.section_audience {
  width: 100vw;
  text-decoration: none;
  overflow: hidden;
}

.audience_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  width: 100%;
  text-decoration: none;
}

.audience_card.cuisine {
  background-color: #98e256;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 220px;
  text-decoration: none;
  display: flex;
}

.audience_card.cuisine:hover {
  background-image: linear-gradient(111deg, #98e256, #fff);
}

.audience_card.salon {
  background-color: #0376fc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.audience_card.salon:hover {
  background-image: linear-gradient(225deg, #00d9f7 4%, #0376fc 85%);
}

.audience_card.chambre {
  background-color: #5aa7ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.audience_card.chambre:hover {
  background-image: linear-gradient(147deg, #5aa7ff, #fff);
}

.audience_card.salledebain {
  background-color: #00d9f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.audience_card.salledebain:hover {
  background-image: linear-gradient(133deg, #00d9f7, #fff);
}

.picto_audience {
  background-color: #0376fc;
}

.picto_audience.color1 {
  background-color: #98e25600;
  width: 100%;
  max-width: 230px;
  padding-bottom: 0;
  display: inline-block;
}

.picto_audience.color2 {
  background-color: #0376fc00;
  width: 100%;
  max-width: 230px;
}

.picto_audience.color3 {
  background-color: #5ad7eb00;
  width: 100%;
  max-width: 230px;
}

.picto_audience.color4 {
  background-color: #00d9f700;
  width: 100%;
  max-width: 230px;
}

.grid_section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.title_section {
  color: #0376fc;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 38px;
  line-height: 38px;
}

.paragraph-2 {
  padding-bottom: 18px;
  font-size: 20px;
  line-height: 32px;
}

.intro_content {
  padding: 36px 50px;
}

.button_plan_sal-a1 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 48%;
  left: 74%;
}

.button_plan_sal-a1.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal-a1.hotspot {
  left: 75%;
}

.button_plan_sal-a2 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 48%;
  left: 74%;
}

.button_plan_sal-a2.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal-a2.hotspot {
  top: 35%;
  left: 64%;
}

.button_plan_sal-b1 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 30%;
  left: 70%;
}

.button_plan_sal-b1.w--current {
  width: 2%;
  top: 39%;
  left: 25%;
}

.button_plan-sal-b2 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 14%;
  left: 76%;
}

.button_plan-sal-b2.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal-c {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 57%;
  left: 77%;
}

.button_plan_sal-c.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal-c.hotspot {
  top: 76%;
  left: 51%;
}

.button_plan-sal-d {
  z-index: 10;
  background-color: #98e25691;
  width: 3%;
  height: 6%;
  display: block;
  position: absolute;
  top: 39%;
  left: 72%;
}

.button_plan-sal-d.hotspot {
  top: 44%;
  left: 66%;
}

.button_plan_sal-e {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 48%;
  left: 74%;
}

.button_plan_sal-e.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal-e.hotspot {
  top: 17%;
  left: 51%;
}

.button_plan_cuis-a1 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 71%;
  left: 31%;
}

.button_plan_cuis-a1.hotspot {
  top: 68%;
}

.button_plan_cuis-a2 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 42%;
  left: 48%;
}

.button_plan_cuis-a2.w--current {
  height: 6%;
  top: 57%;
  left: 37%;
}

.button_plan_cuis-a2.hotspot {
  top: 52%;
  left: 54%;
}

.button_plan_cuis-a3 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 57%;
  left: 54%;
}

.button_plan_cuis-a3.w--current {
  height: 4%;
  top: 33%;
  left: 48%;
}

.button_plan_cuis-a3.hotspot {
  left: 64%;
}

.button_plan_cuis-a4 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 41%;
  left: 53%;
}

.button_plan_cuis-a4.w--current {
  height: 5%;
  top: 56%;
  left: 63%;
}

.button_plan_cuis-a4.hotspot {
  top: 33%;
  left: 48%;
}

.button_plan_cuis-b1 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 23%;
  left: 45%;
}

.button_plan_cuis-b1.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_cuis-b1.hotspot {
  top: 26%;
  left: 42%;
}

.button_plan_cuis-b2 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 42%;
  left: 25%;
}

.button_plan_cuis-b2.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_cuis-c {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 77%;
  left: 59%;
}

.button_plan_cuis-c.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_cuis-d1 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 42%;
  left: 36%;
}

.button_plan_cuis-d1.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_cuis-d2 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 48%;
  left: 42%;
}

.button_plan_cuis-d2.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_cuis-e {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 57%;
  left: 37%;
}

.button_plan_cuis-e.w--current {
  height: 25%;
  top: 48%;
}

.button_plan-cuis-f {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 42%;
  left: 55%;
}

.button_plan-cuis-f.w--current {
  width: 4%;
  height: 6%;
  top: 20%;
  left: 45%;
}

.button_plan_cuis-g {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 42%;
  left: 46%;
}

.button_plan_cuis-g.w--current {
  width: 2%;
  top: 39%;
  left: 25%;
}

.button_plan_cuis-h {
  z-index: 10;
  background-color: #98e25691;
  width: 3%;
  height: 6%;
  display: block;
  position: absolute;
  top: 38%;
  left: 41%;
}

.container_large_element_grid-salon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid_pict-sal {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #0376fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container_large_element_grid-cuisine {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid_pict-cuisine {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #98e256;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pict_link-cuisine {
  opacity: 1;
  border-radius: 0;
}

.pict_link-cuisine:hover {
  background-image: linear-gradient(126deg, #98e256, #fff);
}

.content_link-cuisine {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_link-salon {
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.pict-salon {
  border-radius: 0;
  width: 9vw;
  max-width: none;
  min-height: auto;
}

.pict_link-salon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  display: block;
}

.pict_link-salon:hover {
  background-image: linear-gradient(127deg, #0376fc, #fff);
}

.section_hero-salon {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-image: radial-gradient(circle, #0376fc, #fff);
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  padding: 120px 20px 20px 80px;
  display: flex;
}

.container_large_element_grid-cuisine2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid_pict-cuisine2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #98e256;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_hero-cuisine {
  background-image: radial-gradient(circle, #98e256, #fff);
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  padding: 120px 20px 20px 80px;
  display: flex;
}

.container_large_element_grid-salon2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid_pict-sal2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #0376fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section_element-salon {
  width: 100%;
  min-height: 100vh;
  padding: 40px 64px;
  display: block;
  box-shadow: 2px 2px 5px #0003;
}

.container_element-salon {
  width: 100%;
  max-width: 1200px;
}

.content_card-section-sal {
  background-color: #0376fc00;
  border: 0 solid #000;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 0 #0003;
}

.card_section-salon {
  border: 3px solid #0376fc;
  border-radius: 14px;
}

.title_card_section-salon {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
}

.container_title_section {
  background-color: #0376fc00;
  border-radius: 14px;
}

.text_section-salon {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 28px;
}

.section_element-cuisine {
  width: 100%;
  min-height: 100vh;
  padding: 40px 64px;
  display: block;
  box-shadow: 2px 2px 5px #0003;
}

.container_element-cuisine {
  width: 100%;
  max-width: 1200px;
}

.content_card-section-cuisine {
  background-color: #98e25600;
  border-radius: 14px;
  padding: 12px;
}

.container_title_section-cuis {
  border-radius: 14px;
}

.grid_section-cuisine {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.card_section-cuisine {
  border: 2px solid #98e256;
  border-radius: 14px;
}

.title_card_section-cuisine {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
}

.text_section-cuisine {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 30px;
}

.section_hero-chambre {
  background-image: radial-gradient(circle, #5aa7ff, #fff);
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  padding: 120px 20px 20px 80px;
  display: flex;
}

.heading-10 {
  color: #fff;
  text-align: center;
  font-size: 28px;
}

.section_hero-salledebain {
  background-image: radial-gradient(circle, #00d9f7, #fff);
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  padding: 120px 20px 20px 80px;
  display: flex;
}

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

.card_annonce-sdb {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #00d9f7;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 92%;
}

.footer {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 30%;
}

.heading-11 {
  color: #fff;
  margin-top: -70px;
  font-size: 70px;
}

.title_piece-hpme-plan-cuis {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: 1;
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-color: #ccf0af;
  border: 0 solid #000;
  border-radius: 14px;
  padding: 8px;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  top: 79%;
  left: 49%;
  box-shadow: 2px 2px #0003;
}

.image-7 {
  width: 100%;
}

.text-tohomepage {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.card_annonce-chamb {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #5aa7ff;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.heading-12 {
  margin-bottom: 22px;
}

.title_piece-hpme-plan-sal {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-color: #01010200;
  border: 0 solid #000;
  border-radius: 14px;
  padding: 8px;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  top: 27%;
  left: 50%;
  box-shadow: 3px 3px #0003;
}

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

.link-2 {
  color: #000;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button_plan_sal-f {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 30%;
  left: 74%;
}

.button_plan_sal-f.hotspot {
  top: 65%;
  left: 53%;
}

.button_plan_sal-g {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 50%;
  left: 62%;
}

.button_plan_sal-g.hotspot {
  top: 58%;
  left: 68%;
}

.button_plan_sal-h1 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 63%;
  left: 44%;
}

.button_plan_sal-h1.hotspot {
  top: 68%;
  left: 22%;
}

.button_plan_sal-h2 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 58%;
  left: 35%;
}

.button_plan_sal-h2.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal-h2.hotspot {
  left: 36%;
}

.button_plan_sal-h3 {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 70%;
  left: 24%;
}

.button_plan_sal-h3.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal-h3.hotspot {
  top: 82%;
  left: 55%;
}

.button_plan_sal-i {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 62%;
  left: 66%;
}

.button_plan_sal-i.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal-i.hotspot {
  left: 43%;
}

.button_plan_sal {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 56%;
  left: 49%;
}

.button_plan_sal.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal.hotspot {
  top: 38%;
  left: 77%;
}

.button_plan_sal-j {
  z-index: 10;
  background-color: #98e25691;
  width: 2%;
  height: 5%;
  display: block;
  position: absolute;
  top: 56%;
  left: 49%;
}

.button_plan_sal-j.w--current {
  height: 25%;
  top: 48%;
}

.button_plan_sal-j.hotspot {
  top: 38%;
  left: 77%;
}

.title_section-cuis {
  color: #98e256;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 38px;
  line-height: 38px;
}

@media screen and (max-width: 991px) {
  .nav_menu_icon {
    color: #fff;
  }

  .section_hero {
    padding-top: 100px;
    padding-left: 60px;
  }

  .heading {
    padding-top: 0;
    font-size: 56px;
  }

  .audience_card.cuisine {
    min-height: 160px;
  }

  .picto_audience.color1, .picto_audience.color2, .picto_audience.color3, .picto_audience.color4 {
    width: 70px;
  }

  .grid_pict-sal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section_hero-salon, .section_hero-cuisine {
    padding-top: 100px;
    padding-left: 60px;
  }

  .grid_pict-sal2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section_hero-chambre, .section_hero-salledebain {
    padding-top: 100px;
    padding-left: 60px;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .grid_pict-sal, .grid_pict-sal2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

  .footer-divider-2 {
    margin-top: 60px;
  }

  .title_piece-hpme-plan-cuis, .title_piece-hpme-plan-sal {
    font-size: 28px;
    left: 43%;
  }
}

@media screen and (max-width: 479px) {
  .nav_brand.w--current {
    width: 55%;
  }

  .nav_component {
    display: block;
  }

  .image {
    width: 120px;
  }

  .nav-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 18px;
    display: flex;
  }

  .nav-link {
    text-align: center;
    flex-flow: column;
  }

  .nav-link-2, .nav-link-3 {
    text-align: center;
  }

  .container_large {
    padding-top: 0;
  }

  .section_hero {
    height: auto;
    min-height: 15vh;
    padding: 5vw 40px 0;
  }

  .heading {
    font-size: 40px;
  }

  .section_plan {
    margin-bottom: 90px;
  }

  .h1_titre {
    text-align: center;
    margin-top: 0;
    font-size: 45px;
  }

  .home-plan-box {
    padding-bottom: 70%;
  }

  .zone_link-salon {
    top: -3px;
    bottom: 488px;
  }

  .zone_link-cuisine {
    top: 51.594%;
    left: 0%;
  }

  .section_plan-cuisine {
    margin-bottom: 90px;
  }

  .container_large-cuisine {
    padding-top: 0;
  }

  .plan-outer-cuisine {
    max-width: 100%;
    overflow: hidden;
  }

  .plan-box-cuisine {
    margin-top: 128px;
    margin-bottom: 18px;
    left: 17px;
    transform: scale(1.6);
  }

  .section_plan-salon {
    margin-bottom: 90px;
  }

  .container_large-salon {
    padding-top: 0;
  }

  .plan-outer-salon {
    max-width: 100%;
    overflow: hidden;
  }

  .plan-box-salon {
    margin-top: 128px;
    margin-bottom: 18px;
    left: 17px;
    transform: scale(1.6);
  }

  .icon_wrap {
    width: 80%;
  }

  .audience_card.cuisine {
    min-height: 120px;
  }

  .picto_audience.color1, .picto_audience.color2, .picto_audience.color3, .picto_audience.color4 {
    width: 110%;
  }

  .grid_section {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    overflow: visible;
  }

  .title_section {
    line-height: 40px;
  }

  .section_grid_element-sal {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container_large_element_grid-salon {
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid_pict-sal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: stretch stretch;
    width: auto;
    max-width: none;
  }

  .grid_pict-cuisine {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: stretch;
  }

  .content_link-salon {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .pict-salon {
    width: auto;
    max-width: 100%;
  }

  .pict_link-salon {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: block;
  }

  .section_hero-salon {
    height: auto;
    min-height: 15vh;
    padding: 5vw 40px 0;
  }

  .grid_pict-cuisine2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: stretch;
  }

  .section_hero-cuisine {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    height: auto;
    min-height: 15vh;
    padding: 5vw 40px 0;
  }

  .container_large_element_grid-salon2 {
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid_pict-sal2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: stretch stretch;
    width: auto;
    max-width: none;
  }

  .section_element-salon {
    padding: 12px;
  }

  .container_element-salon {
    padding: 0;
  }

  .section_element-cuisine {
    padding: 12px;
  }

  .container_element-cuisine {
    padding: 0;
  }

  .grid_section-cuisine {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    overflow: visible;
  }

  .section_hero-chambre, .section_hero-salledebain {
    height: auto;
    min-height: 15vh;
    padding: 5vw 40px 0;
  }

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

  .card_annonce-sdb {
    margin: 20px;
  }

  .container {
    max-width: none;
  }

  .footer-link {
    text-align: center;
    width: 74%;
    line-height: 18px;
  }

  .heading-11 {
    margin-top: 0;
    font-size: 45px;
  }

  .title_piece-hpme-plan-cuis {
    opacity: 1;
    background-color: #ccf0af;
    border-width: 0;
    font-size: 16px;
    font-weight: 600;
    top: 74%;
    left: 46%;
    box-shadow: 2px 2px #0003;
  }

  .image-8 {
    display: block;
  }

  .out_link-sdb {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-tohomepage {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

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

  .card_annonce-chamb {
    background-color: #5aa7ff;
    margin: 20px;
    box-shadow: 8px 8px #0003;
  }

  .out_link-chamb {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title_piece-hpme-plan-sal {
    background-color: #0376fc00;
    border-width: 0;
    font-size: 16px;
    font-weight: 600;
    top: 27%;
    left: 48%;
    box-shadow: 2px 2px #0003;
  }

  .paragraph-3 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .title_section-cuis {
    line-height: 40px;
  }
}

#w-node-_3ea5e536-dd88-6188-bb72-c546b5004712-b500470c, #w-node-_3ea5e536-dd88-6188-bb72-c546b500471d-b500470c, #w-node-_3ea5e536-dd88-6188-bb72-c546b5004728-b500470c, #w-node-_7bfe325e-e0b5-b8eb-0b37-5df74ebc49dc-b436d96e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


