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

.accueil {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/ALMANARA_Salon_01_1920px.webp');
  background-position: 50% 0;
  background-size: auto 115%;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.navbar-top {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 12vh;
  min-height: 80px;
  padding: 2vw 2vw 0;
  display: grid;
  position: relative;
}

.image {
  max-width: 150px;
}

.brand {
  float: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
}

.nav-link {
  color: #f8f5f3;
  border-right: 1px solid #f8f5f3;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: interstate, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  position: relative;
}

.nav-link.marron {
  color: #1e0603;
  border-right-color: #491a10;
}

.nav-link.marron.w--current {
  font-weight: 400;
}

.nav-link-2 {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #f8f5f3;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: interstate, sans-serif;
  font-size: .75rem;
  font-weight: 300;
}

.nav-link-2.marron {
  color: #1e0603;
}

.nav-menu {
  float: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: block;
  position: static;
}

.bouton-menu {
  color: #f8f5f3;
  background-color: #f8f5f3;
  border: 1px solid #491a10;
  border-radius: 2px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.bouton-menu:hover {
  background-color: #f8f5f3;
}

.link-block {
  border-right: 1px #491a10;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 3.125rem;
  height: 2.25rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: 13px 12px;
  display: flex;
  position: static;
}

.trait-burger {
  color: #491a10;
  background-color: #491a10;
  flex: none;
  width: 14px;
  height: 1.5px;
}

.link {
  clear: none;
  color: #1e0603;
  border-right: 1px #491a10;
  align-self: center;
  width: auto;
  height: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: interstate, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  text-decoration: none;
  position: static;
}

.link.menu {
  color: #1e0603;
  border-right-style: solid;
  height: auto;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 300;
}

.link.beige {
  color: #fbf7f6;
  font-weight: 300;
}

.link.blanc {
  color: #fdf9f8;
  font-weight: 300;
}

.le-riad {
  z-index: 0;
  background-color: #f8f5f3;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.le-riad.section {
  padding: 2vw;
}

.columns {
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
}

.colonne {
  color: #491a10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.colonne.beige {
  background-color: #eddcd1;
}

.colonne.camel {
  background-color: #874a1c;
}

.colonne.orange {
  background-color: #a5360b;
}

.bloc-texte-chambres {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: auto;
  min-height: auto;
  margin: auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.button {
  color: #491a10;
  background-color: #3898ec00;
  border: 1px solid #491a10;
  border-radius: 2px;
}

.bouton {
  border: 1px solid #491a10;
  border-radius: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 6px 24px 6px 15px;
  text-decoration: none;
  display: flex;
}

.bouton:hover {
  color: #eddcd1;
  background-color: #f8f5f3;
}

.bouton.beige {
  background-color: #a5360b00;
  border-color: #eddcd1;
  display: flex;
}

.bouton.beige:hover {
  color: #eddcd100;
  background-color: #a5360b00;
}

.bouton.beige.desktop:hover {
  background-color: #a5360b00;
}

.bouton.beige.desktop.hover-orange:hover {
  background-color: #c03f0c;
}

.bouton.beige.desktop.hover-camel:hover {
  background-color: #ba6626;
}

.bouton.beige.hover-marron:hover {
  background-color: #752a1a;
}

.bouton.mobile {
  display: none;
}

.bouton.hover-camel:hover {
  background-color: #f8f5f3;
}

.bouton.hover-beige:hover {
  background-color: #eddcd1;
}

.bouton.blanc {
  background-color: #a5360b00;
  border-color: #eddcd1;
  display: flex;
}

.bouton.blanc:hover {
  color: #eddcd100;
  background-color: #a5360b00;
}

.bouton.blanc.desktop:hover {
  background-color: #a5360b00;
}

.bouton.blanc.desktop.hover-orange:hover {
  background-color: #c03f0c;
}

.bouton.blanc.desktop.hover-camel {
  border-color: #fbf7f6;
}

.bouton.blanc.desktop.hover-camel:hover {
  background-color: #ba6626;
}

.bouton.blanc.hover-marron:hover {
  background-color: #752a1a;
}

.bouton-decorationn {
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: 12px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}

.h1 {
  color: #491a10;
  text-align: left;
  margin-bottom: 36px;
  font-family: the-seasons, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.h1.beige {
  color: #eddcd1;
  text-align: center;
  margin: 56px 20px 36px;
}

.h1.beige.aligne-gauche {
  text-align: left;
  margin-left: 0;
}

.h1.titre-beige {
  color: #eddcd1;
}

.h1.titre-infos-utiles {
  color: #491a10;
  text-align: left;
  margin: 56px 20px 36px 0;
}

.h1.titre-blanc {
  color: #fbf7f6;
}

.h1.blanc {
  color: #eddcd1;
  text-align: center;
  margin: 56px 20px 36px;
}

.h1.blanc.aligne-gauche {
  color: #fbf7f6;
  text-align: left;
  margin-left: 0;
}

.texte-courant {
  color: #1e0603;
  vertical-align: baseline;
  margin-bottom: 56px;
  font-family: interstate, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.4rem;
  display: block;
}

.texte-courant.beige {
  color: #eddcd1;
  text-decoration: none;
}

.texte-courant.beige.centre {
  color: #fbf7f6;
  text-align: center;
  margin: 0 0 24px;
  padding-left: 20vw;
  padding-right: 20vw;
  font-weight: 300;
}

.texte-courant.beige.centre.padding {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.texte-courant.beige.bold-text.llstudio, .texte-courant.beige.llstudio {
  margin-bottom: 0;
}

.texte-courant.texte-beige {
  color: #fbf7f6;
}

.texte-courant.question {
  color: #32120b;
  border-top: 1px #491a10;
  border-bottom: 1px #491a10;
  order: -1;
  width: 95%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.texte-courant.reponse-faq {
  color: #1e0603;
  border-top: 1px #491a10;
  border-bottom: 1px #491a10;
  order: -1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 24px;
  display: block;
}

.texte-courant.beige-desktop-mobile {
  color: #eddcd1;
}

.texte-courant.beige-desktop-mobile.centre {
  text-align: center;
  margin: 0 0 24px;
  padding-left: 20vw;
  padding-right: 20vw;
  font-weight: 300;
}

.texte-courant.beige-desktop-mobile.centre.padding {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.texte-courant.bloc-texte-mentions-legales.blanc, .texte-courant.blanc-desktop-mobile {
  color: #fdf9f8;
}

.texte-courant.blanc-desktop-mobile.centre {
  text-align: center;
  margin: 0 0 24px;
  padding-left: 20vw;
  padding-right: 20vw;
  font-weight: 300;
}

.texte-courant.blanc-desktop-mobile.centre.padding {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.ligne {
  border-left: 1px solid #491a10;
  flex: none;
  align-self: center;
  height: 60vh;
  min-height: 400px;
  margin: auto;
}

.ligne.beige {
  border-left-color: #eddcd1;
}

.ligne.blanc {
  border-left-color: #fbf7f6;
}

.bloc-image {
  width: auto;
  max-width: 112.5vh;
  height: auto;
  max-height: none;
  margin: auto 8vw;
}

.image-portrait {
  object-fit: contain;
  aspect-ratio: 2 / 3;
  width: 34vw;
  max-width: none;
  height: auto;
  min-height: 500px;
  max-height: 75vh;
  padding-top: 0%;
}

.nos-chambres {
  z-index: 0;
  background-color: #491a10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

.chambre {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.h2 {
  color: #eddcd1;
  margin-bottom: 6px;
  font-family: minerva-modern, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.h2.marron {
  color: #491a10;
}

.h3 {
  color: #eddcd1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: interstate, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.9rem;
}

.h4 {
  color: #c3895d;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: interstate, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.9rem;
}

.container {
  width: 100vw;
  max-width: 100vw;
  min-height: 800px;
  margin: auto 0;
  padding: 10vh 10vw 14vh;
}

.container.avis {
  padding-left: 10vh;
  padding-right: 10vh;
}

.chambres {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.photo-chambre {
  width: 14vw;
  max-width: none;
}

.le-petit-dej {
  z-index: 0;
  background-color: #eddcd1;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.le-petit-dej.section {
  padding: 2vw;
}

.les-activites {
  z-index: 0;
  background-color: #874a1c;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.les-activites.section {
  padding: 2vw;
}

.avis {
  z-index: 0;
  background-color: #a5360b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

.avis-divers {
  flex-flow: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.noms-avis {
  color: #eddcd1;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: minerva-modern, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.noms-avis.marron {
  color: #491a10;
}

.image-6 {
  vertical-align: baseline;
  width: 107px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.avis-bloc {
  margin-bottom: 42px;
}

.localisation {
  z-index: 0;
  background-color: #a5360b;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.localisation.section {
  padding: 2vw;
}

.map {
  width: 30vw;
  max-width: 448px;
}

.essaouira {
  z-index: 0;
  background-color: #eddcd1;
  background-image: url('../images/raul-cacho-oses-rWsH0jnYSoM-unsplash.webp');
  background-position: 0%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.essaouira.section {
  padding: 2vw;
}

.footer {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eddcd1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 90vh;
  min-height: 600px;
  padding-bottom: 10vh;
  display: block;
  position: relative;
}

.footer.section {
  padding: 2vw;
}

.link-footer {
  color: #491a10;
  text-align: center;
  align-self: center;
  font-family: the-seasons, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.6rem;
  text-decoration: none;
}

.link-footer.beige {
  color: #eddcd1;
}

.contact {
  color: #491a10;
  text-align: center;
  align-self: center;
  margin-bottom: 6px;
  font-family: interstate, sans-serif;
  font-size: .9rem;
  text-decoration: none;
}

.contact.beige {
  color: #eddcd1;
}

.bloc-link-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.colonne-footer {
  color: #491a10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-footer {
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.navbar-footer-desktop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 96vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vw;
  display: grid;
  position: relative;
}

.faq {
  z-index: 0;
  background-color: #eddcd1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

.question-faq {
  border-top: 1px #99531f;
  border-bottom: 1px #99531f;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.question-decoration {
  flex: 0 auto;
  order: 1;
  align-self: flex-start;
  width: 12px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 12px;
}

.bloc-question-reponse {
  border-top: 1px solid #99531f;
  border-bottom: 1px #99531f;
  padding-left: 6px;
  padding-right: 6px;
}

.answer {
  display: block;
}

.ligne-footer {
  border-left: 1px solid #491a10;
  flex: 0 auto;
  align-self: center;
  height: 40vh;
  margin: auto;
}

.ligne-footer.beige {
  border-left-color: #eddcd1;
}

.bloc-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: auto;
  margin: auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.adresse {
  color: #1e0603;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  font-family: interstate, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  display: block;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-footer {
  float: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  margin-top: 42px;
}

.link-menu {
  clear: none;
  color: #1e0603;
  border-right: 1px #491a10;
  align-self: center;
  width: auto;
  height: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-family: interstate, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  text-decoration: none;
  position: static;
}

.link-menu.menu {
  padding-top: 4px;
  padding-bottom: 4px;
  border-right-style: solid;
  height: auto;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 300;
}

.link-menu.beige {
  color: #eddcd1;
  font-weight: 300;
}

.bloc-texte-essaouira {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 60vh;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bloc-texte-essaouira-mobile {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 60vh;
  margin: auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: none;
}

.columns-essaouira {
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
}

.colonne-2 {
  color: #491a10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.colonne-2.photo-patio {
  background-image: url('../images/ALMANARA_Salon_05.webp');
  background-position: 0%;
  background-size: cover;
}

.colonne-2.photo-terrasse {
  background-image: url('../images/AL-MANARA_Terrasse_03.webp');
  background-position: 50%;
  background-size: cover;
}

.colonne-2.photo-renovation {
  background-image: url('../images/ALMANARA_Couloir_02.webp');
  background-position: 0 0;
  background-size: cover;
}

.colonne-2.photo-petit-dej {
  background-image: url('../images/ALMANARA_Petit-dej_11.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2.photo-omelette {
  background-image: url('../images/ALMANARA_Petit-dej_16.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2.photo-gateaux-marocains {
  background-image: url('../images/ALMANARA_Petit-dej_08.webp');
  background-position: 80%;
  background-size: cover;
}

.colonne-2.photo-medina {
  background-image: url('../images/AL-MANARA_Essaouira_03.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2.photo-port {
  background-image: url('../images/AL-MANARA_Essaouira_06.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2.photo-marocaines {
  background-image: url('../images/AL-MANARA_Essaouira_11.webp');
  background-position: 62%;
  background-size: cover;
}

.bouton-mobile {
  border: 1px solid #491a10;
  border-radius: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 6px 24px 6px 15px;
  text-decoration: none;
  display: none;
}

.bouton-mobile.beige {
  border-color: #eddcd1;
}

.navbar-footer-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 96vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vw;
  display: none;
  position: relative;
}

.colonne-footer-1 {
  color: #491a10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-menu {
  z-index: 4;
  background-color: #a5360b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.contact-mobile {
  color: #491a10;
  text-align: center;
  align-self: center;
  margin: 3px 3px 6px;
  font-family: interstate, sans-serif;
  font-size: .9rem;
  text-decoration: none;
}

.contact-mobile.beige {
  color: #eddcd1;
}

.trait-bouton-croix {
  color: #491a10;
  background-color: #491a10;
  flex: none;
  width: 14px;
  height: 1.5px;
  position: absolute;
  transform: rotate(45deg);
}

.trait-bouton-croix-2 {
  color: #491a10;
  background-color: #491a10;
  flex: none;
  width: 14px;
  height: 1.5px;
  position: absolute;
  transform: rotate(135deg);
}

.bouton-croix {
  background-color: #f8f5f3;
  border: 1px solid #491a10;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 3.125rem;
  height: 2.25rem;
  margin-top: 2vw;
  margin-bottom: auto;
  margin-right: 2vw;
  padding: 13px 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ligne-footer-menu {
  border-left: 1px solid #eddcd1;
  flex: 0 auto;
  align-self: center;
  height: 40vh;
  margin: auto;
}

.ligne-footer-menu.beige {
  border-left-color: #eddcd1;
}

.bouton-menu-monile, .bouton-reserver {
  color: #f8f5f3;
  background-color: #f8f5f3;
  border: 1px solid #491a10;
  border-radius: 2px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  display: none;
  position: static;
}

.link-reserver {
  clear: none;
  color: #491a10;
  border-right: 1px #491a10;
  align-self: center;
  width: auto;
  height: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-family: interstate, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  text-decoration: none;
  position: static;
}

.link-reserver.menu {
  border-right-style: solid;
  height: auto;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 300;
}

.link-reserver.beige {
  color: #eddcd1;
  font-weight: 300;
}

.logo-menu {
  flex: 0 auto;
  align-self: center;
  width: 20vw;
  max-width: 20vw;
  display: block;
}

.nav-link-footer {
  color: #f8f5f3;
  border-right: 1px solid #f8f5f3;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: interstate, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  position: relative;
}

.nav-link-footer.marron {
  color: #491a10;
  border-right-color: #491a10;
}

.nav-footer {
  float: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: block;
  position: static;
}

.nav-link-footer-borderless {
  color: #f8f5f3;
  border-right: 1px solid #f8f5f3;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: interstate, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  position: relative;
}

.nav-link-footer-borderless.marron {
  color: #491a10;
  border-right-color: #491a10;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.columns-menu {
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.catchphrase {
  z-index: 1;
  color: #f8f5f3;
  text-align: center;
  text-transform: uppercase;
  background-color: #99531f00;
  border: 1px #f8f5f3;
  border-radius: 2px;
  width: auto;
  padding: 0 0 6px;
  font-family: the-seasons, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
}

.div-block-7 {
  background-color: #6158522b;
  border: .5px solid #f8f5f3;
  border-radius: 4px;
  width: auto;
  padding: 32px 66px;
}

.sous-titre {
  color: #f8f5f3;
  text-align: center;
  font-family: interstate, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.div-block-8 {
  border: .5px solid #f8f5f3;
  border-radius: 4px;
  padding: 4px 4px 3px;
  display: block;
}

.nav-footer-desktop {
  color: #f8f5f3;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: interstate, sans-serif;
  font-size: .75rem;
  font-weight: 300;
}

.nav-footer-desktop.marron {
  color: #1e0603;
}

.navbar-scroll-down {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f5f3;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 10vh;
  max-height: 10vh;
  padding: 12px 2vw;
  display: grid;
  position: fixed;
}

.div-block-9 {
  z-index: 1;
  background-color: #99531f00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-navbartop {
  width: 12vw;
  max-width: 15vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8 {
  width: 50px;
}

.small-logo-footer {
  width: 10vw;
  max-width: 12vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.brand-mobile {
  float: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  left: auto;
  right: auto;
}

.colonne-menu-1, .colonne-menu {
  color: #491a10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.meteo {
  color: #f8f5f3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2vw;
  margin-right: 2vw;
  font-family: interstate, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lien-langue {
  color: #f8f5f3;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70px;
  font-family: interstate, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lien-langue.fr {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-weight: 400;
  display: block;
}

.lien-langue.en {
  width: auto;
  padding-left: 12px;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bloc-langues-desktop {
  clear: none;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-right: 24px;
  padding-right: 0;
  display: flex;
  position: static;
  left: auto;
  right: 0;
}

.bloc-langues-mobile {
  clear: none;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-right: 24px;
  padding-right: 0;
  display: none;
  position: static;
  left: auto;
  right: 0;
}

.bloc-texte-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 60vh;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accueil-riad {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/ALMANARA_riad_1920px.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.smallcimage-portrait {
  object-fit: contain;
  aspect-ratio: 2 / 3;
  width: 24vw;
  max-width: none;
  height: auto;
  min-height: 500px;
  max-height: 75vh;
  padding-top: 0%;
}

.accueil-petit-dej {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/ALMANARA_petitdej_1920px.webp');
  background-position: 30% 0;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.accueil-esaouira {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/AL-MANARA_Essaouira_01.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.souk-photo {
  z-index: 0;
  background-color: #f8f5f3;
  background-image: url('../images/AL-MANARA_Essaouira_09.webp');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.souk-photo.section {
  padding: 2vw;
}

.accueil-activties {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/AL-MANARA_Activites_14.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.cuisine-photo {
  z-index: 0;
  background-color: #f8f5f3;
  background-image: url('../images/AL-MANARA_Activites_03.webp');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.cuisine-photo.section {
  padding: 2vw;
}

.cheval {
  z-index: 0;
  background-color: #874a1c;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.cheval.section {
  padding: 2vw;
}

.cheval-photo {
  z-index: 0;
  background-color: #f8f5f3;
  background-image: url('../images/AL-MANARA_Activites_06.webp');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.cheval-photo.section {
  padding: 2vw;
}

.cusine {
  z-index: 0;
  background-color: #491a10;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.cusine.section {
  padding: 2vw;
}

.massage {
  z-index: 0;
  background-color: #eddcd1;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.massage.section {
  padding: 2vw;
}

.hammam {
  z-index: 0;
  background-color: #a5360b;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.hammam.section {
  padding: 2vw;
}

.surf-photo {
  z-index: 0;
  background-color: #f8f5f3;
  background-image: url('../images/AL-MANARA_Activites_10.webp');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.surf-photo.section {
  padding: 2vw;
}

.kitesurf {
  background-color: #874a1c;
}

.wingfoils {
  background-color: #eddcd1;
}

.bloc-texte-left {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 60vh;
  min-height: 400px;
  margin: auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.container-chambre {
  width: 100vw;
  max-width: 100vw;
  min-height: 800px;
  margin: auto 0;
  padding: 10vh 10vw 14vh;
}

.container-chambre.avis {
  padding-left: 10vh;
  padding-right: 10vh;
}

.colonne-droite {
  color: #491a10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.colonne-droite.photo-patio {
  background-image: url('../images/ALMANARA_Salon_05.webp');
  background-position: 0%;
  background-size: cover;
}

.colonne-droite.photo-terrasse {
  background-image: url('../images/AL-MANARA_Terrasse_03.webp');
  background-position: 50%;
  background-size: cover;
}

.colonne-droite.photo-renovation {
  background-image: url('../images/ALMANARA_Couloir_02.webp');
  background-position: 0 0;
  background-size: cover;
}

.colonne-droite.photo-petit-dej {
  background-image: url('../images/ALMANARA_Petit-dej_11.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-droite.photo-omelette {
  background-image: url('../images/ALMANARA_Petit-dej_16.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-droite.photo-gateaux-marocains {
  background-image: url('../images/ALMANARA_Petit-dej_08.webp');
  background-position: 80%;
  background-size: cover;
}

.colonne-droite.photo-medina {
  background-image: url('../images/AL-MANARA_Essaouira_03.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-droite.photo-port {
  background-image: url('../images/AL-MANARA_Essaouira_06.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-droite.photo-marocaines {
  background-image: url('../images/AL-MANARA_Essaouira_11.webp');
  background-position: 62%;
  background-size: cover;
}

.accueil-chambre {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #f8f5f3;
  background-image: url('../images/ALMANARA_Chambres_768px.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.les-chambres {
  z-index: 0;
  background-color: #f8f5f3;
  width: 100vw;
  height: auto;
  min-height: 800px;
  padding-bottom: 2vh;
  position: relative;
}

.les-chambres.section {
  padding: 2vw;
}

.chambre-photo {
  width: 22vw;
  max-width: 100%;
  height: auto;
  min-height: 325px;
  max-height: 48vh;
}

.div-block-photo-chambre {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: auto 14vw;
}

.columns-room {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
  display: flex;
}

.prix-nuit {
  text-align: right;
  font-family: interstate, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.h2-chambre {
  color: #eddcd1;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: minerva-modern, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.h2-chambre.marron {
  color: #491a10;
  margin-bottom: 0;
}

.h2-chambre.blanc {
  color: #fbf7f6;
}

.description-chambre {
  color: #1e0603;
  margin-bottom: 42px;
  font-family: interstate, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.grille-pictos {
  grid-column-gap: 1px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 48px;
}

.picto {
  width: 70px;
  padding: 0;
}

.picto-sous-texte {
  text-align: center;
  font-family: interstate, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: .9rem;
}

.bloc-texte-chambre {
  border-top: 1px solid #99531f;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 35vw;
  height: auto;
  min-height: auto;
  margin: auto;
  padding-top: 54px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.columns-chambre {
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.columns-chambre.mobile {
  display: none;
}

.colonne-chambre {
  color: #491a10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 55vh;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.colonne-chambre.beige {
  background-color: #eddcd1;
}

.colonne-chambre.camel {
  background-color: #99531f;
}

.colonne-chambre.orange {
  background-color: #a5360b;
}

.colonne-2-chambre {
  color: #491a10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 55vh;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.colonne-2-chambre.photo-patio {
  background-image: url('../images/ALMANARA_Salon_05.webp');
  background-position: 0%;
  background-size: cover;
}

.colonne-2-chambre.photo-terrasse {
  background-image: url('../images/AL-MANARA_Terrasse_03.webp');
  background-position: 50%;
  background-size: cover;
}

.colonne-2-chambre.photo-renovation {
  background-image: url('../images/ALMANARA_Couloir_02.webp');
  background-position: 0 0;
  background-size: cover;
}

.colonne-2-chambre.photo-petit-dej {
  background-image: url('../images/ALMANARA_Petit-dej_11.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2-chambre.photo-omelette {
  background-image: url('../images/ALMANARA_Petit-dej_16.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2-chambre.photo-gateaux-marocains {
  background-image: url('../images/ALMANARA_Petit-dej_08.webp');
  background-position: 80%;
  background-size: cover;
}

.colonne-2-chambre.photo-medina {
  background-image: url('../images/AL-MANARA_Essaouira_03.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2-chambre.photo-port {
  background-image: url('../images/AL-MANARA_Essaouira_06.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2-chambre.photo-marocaines {
  background-image: url('../images/AL-MANARA_Essaouira_11.webp');
  background-position: 62%;
  background-size: cover;
}

.div-block-11 {
  flex: 0 auto;
}

.text-span {
  color: #1e0603;
  margin-right: 2px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1rem;
}

.column, .column-2 {
  align-self: flex-end;
}

.columns-nos-chambres {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.bloc-texte-nos-chambres {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 10vh auto auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.texte-nos-chambres {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 350px;
  margin: auto;
  padding-left: 8vw;
  padding-right: 0;
  display: flex;
}

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

.div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23 {
  flex-flow: column;
  display: flex;
}

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

.div-block-25, .div-block-26, .div-block-27 {
  flex-flow: column;
  display: flex;
}

.accueil-chambre-widad {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/ALMANARA_Widad_1920px.webp');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.slider {
  flex: 1;
  width: 50vw;
  height: 100vh;
}

.left-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 24px;
}

.right-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.widad-slide-1 {
  background-image: url('../images/ALMANARA_Chambre01_05.webp');
  background-position: 50%;
  background-size: cover;
}

.widad-slide-2 {
  background-image: url('../images/ALMANARA_Chambre01_09.webp');
  background-position: 100% 0;
  background-size: cover;
}

.widad-slide-3 {
  background-image: url('../images/ALMANARA_Chambre01_07.webp');
  background-position: 50%;
  background-size: cover;
}

.widad-slide-4 {
  background-image: url('../images/ALMANARA_Chambre01_10.webp');
  background-position: 50%;
  background-size: cover;
}

.mask {
  height: 100%;
}

.widad-slide-5 {
  background-image: url('../images/ALMANARA_Chambre01_04.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.toutes-les-chambres {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  margin-bottom: 0;
  padding-bottom: 42px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bouton-chambres {
  border: 1px solid #491a10;
  border-radius: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 6px;
  margin-right: 6px;
  padding: 6px 24px 6px 15px;
  text-decoration: none;
  display: flex;
}

.bouton-chambres.beige {
  border-color: #eddcd1;
}

.bouton-chambres.beige.hover-camel:hover {
  background-color: #ba6626;
}

.bouton-chambres.beige.hover-marron:hover {
  background-color: #752a1a;
}

.bouton-chambres.beige.hover-orange:hover, .bouton-chambres.beige.alyia {
  background-color: #c03f0c;
}

.bouton-chambres.beige.nasrine {
  color: #752a1a;
  background-color: #752a1a;
}

.bouton-chambres.beige.widad {
  background-color: #ba6626;
}

.bouton-chambres.mobile {
  display: none;
}

.bouton-chambres.hover-blanc:hover, .bouton-chambres.safa {
  background-color: #f8f5f3;
}

.bouton-chambres.blanc {
  border-color: #fbf7f6;
}

.bouton-chambres.blanc.hover-caramel:hover, .bouton-chambres.blanc.widad {
  background-color: #ba6626;
}

.bouton-chambres-selection {
  background-color: #f8f5f3;
  border: 1px solid #491a10;
  border-radius: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 6px;
  margin-right: 6px;
  padding: 6px 24px 6px 15px;
  text-decoration: none;
  display: flex;
}

.bouton-chambres-selection.beige {
  border-color: #eddcd1;
}

.bouton-chambres-selection.mobile {
  display: none;
}

.bouton-chambres-selection.safa {
  background-color: #eddcd1;
}

.bouton-chambres-selection.nasrine {
  background-color: #752a1a;
  border-color: #eddcd1;
}

.smallcimage-portrait-chambre {
  object-fit: contain;
  aspect-ratio: 2 / 3;
  width: 24vw;
  max-width: none;
  height: auto;
  min-height: 500px;
  max-height: 75vh;
  padding-top: 0%;
  position: relative;
  top: 30.4px;
}

.bloc-texte-widad {
  border-top: 1px #99531f;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: auto;
  margin: auto;
  padding: 14vh 12px;
  display: flex;
}

.bloc-texte-chambre-description {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: auto;
  min-height: auto;
  margin: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.texte-courant-chambre {
  color: #1e0603;
  vertical-align: baseline;
  margin-bottom: 42px;
  font-family: interstate, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.4rem;
  display: block;
}

.texte-courant-chambre.beige {
  color: #eddcd1;
}

.texte-courant-chambre.beige.centre {
  text-align: center;
  margin: 0 0 24px;
  padding-left: 20vw;
  padding-right: 20vw;
  font-weight: 300;
}

.texte-courant-chambre.beige.centre.padding {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.texte-courant-chambre.texte-beige {
  color: #eddcd1;
}

.texte-courant-chambre.question {
  border-top: 1px #491a10;
  border-bottom: 1px #491a10;
  order: -1;
  width: 95%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.texte-courant-chambre.reponse-faq {
  border-top: 1px #491a10;
  border-bottom: 1px #491a10;
  order: -1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 24px;
  display: block;
}

.texte-courant-chambre.beige-desktop-mobile {
  color: #eddcd1;
}

.texte-courant-chambre.beige-desktop-mobile.centre {
  text-align: center;
  margin: 0 0 24px;
  padding-left: 20vw;
  padding-right: 20vw;
  font-weight: 300;
}

.texte-courant-chambre.beige-desktop-mobile.centre.padding {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.description-chambre-page {
  color: #1e0603;
  margin-bottom: 24px;
  font-family: interstate, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.chambre-description {
  z-index: 0;
  background-color: #f8f5f3;
  width: 100vw;
  height: auto;
  min-height: 800px;
  position: relative;
}

.chambre-description.section {
  padding: 2vw;
}

.colonne-2-chambre-description {
  color: #491a10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 800px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.colonne-2-chambre-description.photo-patio {
  background-image: url('../images/ALMANARA_Salon_05.webp');
  background-position: 0%;
  background-size: cover;
}

.colonne-2-chambre-description.photo-terrasse {
  background-image: url('../images/AL-MANARA_Terrasse_03.webp');
  background-position: 50%;
  background-size: cover;
}

.colonne-2-chambre-description.photo-renovation {
  background-image: url('../images/ALMANARA_Couloir_02.webp');
  background-position: 0 0;
  background-size: cover;
}

.colonne-2-chambre-description.photo-petit-dej {
  background-image: url('../images/ALMANARA_Petit-dej_11.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2-chambre-description.photo-omelette {
  background-image: url('../images/ALMANARA_Petit-dej_16.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2-chambre-description.photo-gateaux-marocains {
  background-image: url('../images/ALMANARA_Petit-dej_08.webp');
  background-position: 80%;
  background-size: cover;
}

.colonne-2-chambre-description.photo-medina {
  background-image: url('../images/AL-MANARA_Essaouira_03.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2-chambre-description.photo-port {
  background-image: url('../images/AL-MANARA_Essaouira_06.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.colonne-2-chambre-description.photo-marocaines {
  background-image: url('../images/AL-MANARA_Essaouira_11.webp');
  background-position: 62%;
  background-size: cover;
}

.grille-pictos-chambre {
  grid-column-gap: 1px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #99531f;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 30px;
}

.grille-pictos-chambre-4 {
  grid-column-gap: 1px;
  grid-row-gap: 24px;
  border-bottom: 1px #99531f;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 30px;
}

.columns-horizntal {
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
}

.accueil-chambre-innaya {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/ALMANARA_innaya_1920px.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.innaya-slide-1 {
  background-image: url('../images/ALMANARA_Chambre02_05.webp');
  background-position: 50%;
  background-size: cover;
}

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

.innaya-slide-3 {
  background-image: url('../images/ALMANARA_Chambre02_12.webp');
  background-position: 50% 75%;
  background-size: cover;
}

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

.innaya-slide-5 {
  background-image: url('../images/ALMANARA_Chambre05_09.webp');
  background-position: 50% 75%;
  background-size: cover;
}

.colonne-photo-chambre {
  color: #491a10;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.colonne-photo-chambre.blanc-casse {
  background-color: #f8f5f3;
}

.colonne-photo-chambre.beige {
  background-color: #eddcd1;
}

.colonne-photo-chambre.camel {
  background-color: #874a1c;
}

.colonne-photo-chambre.orange {
  background-color: #a5360b;
}

.colonne-photo-chambre.marron {
  background-color: #491a10;
}

.accueil-chambre-alyia {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/ALMANARA_Nasrine_1920px.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.alyia-slide-1 {
  background-image: url('../images/ALMANARA_Chambre03_03.webp');
  background-position: 50%;
  background-size: cover;
}

.alyia-slide-2 {
  background-image: url('../images/ALMANARA_Chambre03_04.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.alyia-slide-3 {
  background-image: url('../images/ALMANARA_Chambre02_12.webp');
  background-position: 50% 75%;
  background-size: cover;
}

.alyia-slide-4 {
  background-image: url('../images/ALMANARA_Chambre03_10.webp');
  background-position: 50% 25%;
  background-size: cover;
}

.accueil-chambre-nasrine {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/ALMANARA_Chambre03_2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.nasrine-slide-1 {
  background-image: url('../images/ALMANARA_Chambre05_05.webp');
  background-position: 50%;
  background-size: cover;
}

.nasrine-slide-2 {
  background-image: url('../images/ALMANARA_Chambre05_07.webp');
  background-position: 50% 0;
  background-size: cover;
}

.nasrine-slide-4 {
  background-image: url('../images/ALMANARA_Chambre02_12.webp');
  background-position: 50%;
  background-size: cover;
}

.nasrine-slide-3 {
  background-image: url('../images/ALMANARA_Chambre05_04.webp');
  background-position: 25% 100%;
  background-size: cover;
}

.nasrine-slide-5 {
  background-image: url('../images/ALMANARA_Chambre05_11.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.accueil-chambre-safa {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/ALMANARA_Safa_1920px.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.safa-slide-1 {
  background-image: url('../images/ALMANARA_Chambre04_04.webp');
  background-position: 50%;
  background-size: cover;
}

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

.safa-slide-3 {
  background-image: url('../images/ALMANARA_Chambre04_07.webp');
  background-position: 50%;
  background-size: cover;
}

.contact-adresse {
  color: #491a10;
  text-align: center;
  align-self: center;
  margin-bottom: 6px;
  font-family: interstate, sans-serif;
  font-size: .9rem;
  text-decoration: none;
}

.contact-adresse.beige {
  color: #eddcd1;
  text-align: left;
  align-self: auto;
  margin-bottom: 24px;
}

.bloc-texte-nous-situer {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 60vh;
  min-height: auto;
  margin: auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.bloc-texte-activite {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 60vh;
  min-height: auto;
  margin: auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.vie-privee {
  color: #f8f5f3;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: interstate, sans-serif;
  font-size: .75rem;
  font-weight: 300;
}

.vie-privee.marron {
  color: #1e0603;
}

.mentions-legales {
  color: #f8f5f3;
  padding: 10vh 7.5vw 14vh;
  font-family: interstate, sans-serif;
  font-size: .75rem;
  font-weight: 300;
}

.mentions-legales.marron {
  color: #1e0603;
}

.bloc-texte-mentions-legales {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.accueil-mentions-legales {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #874a1c;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.lien-site {
  color: #fdf9f8;
  text-decoration: none;
}

.elements-mentions-legales {
  padding-bottom: 42px;
  padding-left: 0;
}

.brand-full-logo {
  float: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
}

.la-terrasse {
  z-index: 0;
  background-color: #f8f5f3;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  position: relative;
}

.la-terrasse.section {
  padding: 2vw;
}

.error-404 {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #cf892000;
  background-image: url('../images/raimond-klavins-rRAsclV-ZBA-unsplash-copie.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  display: block;
  position: relative;
}

.colonne-widget {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.widget-reservation {
  flex: none;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 14.5vh;
  margin-left: auto;
  margin-right: auto;
  font-family: interstate, sans-serif;
  display: block;
}

@media screen and (min-width: 1280px) {
  .accueil {
    background-position: 50% 0;
    background-size: auto 115%;
  }

  .navbar-top {
    z-index: 3;
    width: 100vw;
    font-size: .8rem;
    inset: 0% 0% auto;
  }

  .nav-link {
    font-size: .8rem;
  }

  .nav-link.marron {
    color: #1e0603;
  }

  .nav-link-2 {
    font-size: .8rem;
  }

  .bouton-menu {
    width: auto;
    height: auto;
  }

  .link, .link.menu {
    font-size: .8rem;
  }

  .bouton {
    width: auto;
    height: auto;
  }

  .h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .texte-courant {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .bloc-image, .image-portrait {
    max-width: none;
  }

  .link-footer {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }

  .link-menu, .link-menu.menu {
    font-size: .8rem;
  }

   .bouton-mobile {
    width: auto;
    height: auto;
  }

   .bouton-menu-monile, .bouton-reserver {
    width: auto;
    height: auto;
  }

  .link-reserver, .link-reserver.menu {
    font-size: .8rem;
  }

  .nav-link-footer, .nav-link-footer-borderless, .nav-footer-desktop {
    font-size: 13px;
  }

  .navbar-scroll-down {
     z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px #491a10;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    padding: 12px 2vw;
    font-size: .8rem;
    display: grid;
    inset: 0% 0% auto;
    box-shadow: 0 2px 3px #0000001c;
  }

  .logo-navbartop {
    width: 12vw;
    max-width: 15vw;
  }

  .small-logo-footer {
    width: 10vw;
    max-width: none;
  }

  .accueil-riad {
    background-position: 50%;
    background-size: cover;
  }

  .smallcimage-portrait {
    max-width: none;
  }

  .accueil-petit-dej {
    background-position: 30%;
    background-size: cover;
  }

  .accueil-esaouira, .accueil-activties {
    background-position: 50% 100%;
    background-size: cover;
  }

  .accueil-chambre {
    background-position: 50%;
    background-size: auto 115%;
  }

  .div-block-photo-chambre {
    max-width: none;
  }

  .prix-nuit {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .description-chambre {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .picto {
    width: 80px;
  }

  .picto-sous-texte {
    font-size: .8rem;
  }

  .text-span {
    font-size: .9rem;
    line-height: 1rem;
  }

  .accueil-chambre-widad {
    background-position: 100%;
    background-size: cover;
  }

  .bouton-chambres, .bouton-chambres-selection {
    width: auto;
    height: auto;
  }

  .smallcimage-portrait-chambre {
    max-width: none;
  }

  .texte-courant-chambre {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .description-chambre-page {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .accueil-chambre-innaya, .accueil-chambre-alyia, .accueil-chambre-nasrine, .accueil-chambre-safa {
    background-position: 100%;
    background-size: cover;
  }

  .bloc-texte-activite {
    height: 60vh;
  }

  .vie-privee, .mentions-legales {
    font-size: 13px;
  }

  .accueil-mentions-legales, .error-404 {
    background-position: 50% 0;
    background-size: auto 115%;
  }
}

@media screen and (min-width: 1920px) {
  .accueil {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 112%;
    background-attachment: scroll;
    font-size: 19.25px;
    position: relative;
    z-index: 0;
  }

  .nav-link, .nav-link-2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bouton-menu {
    width: auto;
    height: auto;
  }

  .link-block {
    width: 5rem;
    height: 3.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .trait-burger {
    width: 20px;
    height: 2px;
  }

  .link {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .link.menu {
    padding-right: 30px;
    font-size: 1.3rem;
    line-height: 20px;
  }

  .link.beige, .link.blanc, .bloc-texte-chambres {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .bouton {
    width: auto;
    height: auto;
    padding: 10px 40px 10px 20px;
  }

  .bouton-decorationn {
    width: 16px;
    margin-right: 20px;
  }

  .h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .texte-courant {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .bloc-image {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-portrait {
    width: 34vw;
    max-width: none;
    max-height: 75vh;
  }

  .h2 {
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .h3, .h4 {
    font-size: 1.2vw;
    line-height: 2.4rem;
  }

  .link-footer {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }

  .contact, .adresse {
    font-size: 1.1rem;
  }

  .link-menu {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 30px;
    font-size: 1.3rem;
  }

  .link-menu.menu {
    padding-right: 30px;
    font-size: 1.3rem;
  }

  .link-menu.beige, .bloc-texte-essaouira, .bloc-texte-essaouira-mobile {
    font-size: 1.4rem;
    line-height: 2rem;
  }

   .bouton-mobile {
    width: auto;
    height: auto;
    padding: 10px 40px 10px 20px;
  }

  .contact-mobile {
    font-size: 1.1rem;
  }

  .trait-bouton-croix, .trait-bouton-croix-2 {
    width: 20px;
    height: 2px;
  }

  .bouton-croix {
    width: 5rem;
    height: 3.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

   .bouton-menu-monile, .bouton-reserver {
    width: auto;
    height: auto;
  }

  .link-reserver {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 30px;
    font-size: 1.3rem;
  }

  .link-reserver.menu {
    padding-right: 30px;
    font-size: 1.3rem;
  }

  .link-reserver.beige {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .nav-link-footer, .nav-link-footer-borderless {
    font-size: 1.2rem;
  }

  .catchphrase {
    z-index: 1;
    font-size: 4rem;
    line-height: 5rem;
  }

  .div-block-7 {
    border-width: 1px;
    padding: 48px 99px;
  }

  .sous-titre {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .div-block-8 {
    border-width: 1px;
    padding: 6px;
  }

  .nav-footer-desktop {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
  }

  .image-8 {
    width: 75px;
    max-width: none;
  }

  .lien-langue.fr, .lien-langue.en {
    font-size: 1.2rem;
  }

  .accueil-riad {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    font-size: 19.25px;
    position: relative;
    z-index: 0;
  }

  .smallcimage-portrait {
    width: 34vw;
    max-width: none;
    max-height: 75vh;
  }

  .accueil-petit-dej {
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    font-size: 19.25px;
    position: relative;
    z-index: 0;
  }

  .accueil-esaouira, .accueil-activties {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    font-size: 19.25px;
    position: relative;
    z-index: 0;
  }

  .bloc-texte-left {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .accueil-chambre {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 112%;
    background-attachment: scroll;
    font-size: 19.25px;
    position: relative;
    z-index: 0;
  }

  .div-block-photo-chambre {
    margin-top: auto;
    margin-bottom: auto;
  }

  .prix-nuit {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }

  .h2-chambre {
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .description-chambre {
    font-size: 1.4rem;
  }

  .picto {
    width: 90px;
  }

  .picto-sous-texte {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .bloc-texte-chambre {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .text-span {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .bloc-texte-nos-chambres, .texte-nos-chambres {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .accueil-chambre-widad {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    font-size: 19.25px;
    position: relative;
    z-index: 0;
  }

  .bouton-chambres, .bouton-chambres-selection {
    width: auto;
    height: auto;
    padding: 10px 40px 10px 20px;
  }

  .smallcimage-portrait-chambre {
    width: 34vw;
    max-width: none;
    max-height: 75vh;
  }

  .bloc-texte-widad, .bloc-texte-chambre-description {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .texte-courant-chambre {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .description-chambre-page {
    font-size: 1.4rem;
  }

  .accueil-chambre-innaya {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    font-size: 19.25px;
    position: relative;
    z-index: 0;
  }

  .innaya-slide-5 {
    background-position: 50% 75%;
  }

  .accueil-chambre-alyia, .accueil-chambre-nasrine, .accueil-chambre-safa {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    font-size: 19.25px;
    position: relative;
    z-index: 0;
  }

  .contact-adresse {
    font-size: 1.1rem;
  }

  .bloc-texte-nous-situer {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .bloc-texte-activite {
    height: 60vh;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .vie-privee, .mentions-legales {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
  }

  .accueil-mentions-legales, .error-404 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 112%;
    background-attachment: scroll;
    font-size: 19.25px;
    position: relative;
    z-index: 0;
  }
}

@media screen and (max-width: 991px) {
  .accueil {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_Salon_2.webp');
    background-position: 50% 30%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .navbar-top {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area1"
    / 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    height: 8vh;
    padding-top: 24px;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
  }

  .brand {
    width: auto;
  }

  .nav-menu {
    height: auto;
    display: none;
  }

  .link-block {
    background-color: #0000;
    border: 1px #000;
    width: 2.5rem;
    display: flex;
  }

  .link {
    color: #1e0603;
  }

  .link.menu {
    color: #1e0603;
    font-size: .9rem;
  }

  .le-riad {
    min-height: 600px;
  }

  .colonne {
    justify-content: center;
    align-items: center;
    min-height: 600px;
  }

  .colonne.blanc-casse {
    justify-content: center;
    align-items: center;
  }

  .bloc-texte-chambres {
    justify-content: center;
    align-items: flex-start;
    width: 50vw;
    height: 50vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .bloc-texte-chambres.paddingless {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 2rem;
  }

  .h1.beige, .h1.blanc {
    margin-top: 42px;
  }

  .texte-courant {
    color: #1e0603;
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .texte-courant.beige.centre {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .texte-courant.beige.centre.padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .texte-courant.question {
    color: #32120b;
  }

  .texte-courant.beige-desktop-mobile.centre {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .texte-courant.beige-desktop-mobile.centre.padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .texte-courant.blanc-desktop-mobile.centre {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .texte-courant.blanc-desktop-mobile.centre.padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .ligne {
    flex: none;
    height: 50vh;
  }

  .bloc-image {
    max-width: none;
  }

  .image-portrait {
    width: 38vw;
    max-height: 85vh;
  }

  .chambre {
    margin-bottom: 24px;
  }

  .h3 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .h4 {
    font-size: 1rem;
  }

  .photo-chambre {
    width: 25vw;
  }

  .le-petit-dej, .les-activites, .localisation {
    min-height: 600px;
  }

  .essaouira {
    background-position: 35% 0;
    min-height: 600px;
  }

  .footer {
    min-height: 90vh;
    padding-bottom: 0;
  }

  .link-footer {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  .contact {
    margin-bottom: 6px;
  }

  .columns-footer {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .navbar-footer-desktop {
    display: none;
  }

  .ligne-footer {
    display: flex;
  }

  .adresse {
    color: #1e0603;
    padding-top: 48px;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-menu {
    color: #1e0603;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .9rem;
    position: relative;
  }

  .bloc-texte-essaouira {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 50vh;
    min-height: 600px;
    margin-left: 7vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bloc-texte-essaouira-mobile {
    justify-content: center;
    align-items: flex-start;
    width: 65vw;
    height: 50vh;
    min-height: 600px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .colonne-2 {
    min-height: 600px;
  }

  .colonne-2.photo-marocaines {
    background-position: 50%;
  }

  .navbar-footer-mobile {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .colonne-footer-1 {
    height: 60vh;
    display: block;
  }

  .section-menu {
    min-height: 600px;
    display: none;
  }

  .contact-mobile {
    margin-bottom: 6px;
  }

  .ligne-footer-menu {
    display: flex;
  }

  .link-reserver {
    color: #491a10;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .9rem;
    position: relative;
  }

  .logo-menu {
    flex: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-link-footer {
    color: #1e0603;
    border-right-color: #491a10;
  }

  .nav-footer {
    height: auto;
    display: block;
  }

  .nav-link-footer-borderless {
    color: #1e0603;
    border-right-color: #491a10;
  }

  .div-block-4 {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-5 {
    margin-bottom: 0;
  }

  .columns-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    display: flex;
  }

  .catchphrase {
    z-index: 1;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.1rem;
    line-height: 2.5rem;
  }

  .div-block-7 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .sous-titre {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .navbar-scroll-down {
     z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 74px;
    max-height: none;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
  }

  .div-block-9 {
    width: auto;
    min-width: auto;
    margin: auto;
    display: flex;
  }

  .logo-navbartop, .small-logo-footer {
    width: 17vw;
    min-width: 100px;
    max-width: 19vw;
  }

  .brand-mobile {
    width: auto;
  }

  .colonne-menu-1 {
    height: 60vh;
    display: block;
  }

  .meteo {
    margin-top: 24px;
    margin-left: 30px;
    inset: 0% auto auto 0%;
  }

  .bloc-langues-desktop {
    flex-flow: row;
    margin-right: 18px;
    display: flex;
  }

  .bloc-langues-mobile {
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
    padding-right: 16px;
    display: none;
  }

  .bloc-texte-menu {
    margin-bottom: auto;
  }

  .accueil-riad {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_riad_1920px.webp');
    background-position: 50% 0;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .smallcimage-portrait {
    width: 38vw;
    max-height: 85vh;
  }

  .accueil-petit-dej {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_Petitdej_1280px.webp');
    background-position: 50%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .accueil-esaouira {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/AL-MANARA_Essaouira_01.webp');
    background-position: 50%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .souk-photo {
    min-height: 600px;
  }

  .accueil-activties {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/AL-MANARA_Activites_14.webp');
    background-position: 50%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .cuisine-photo, .cheval, .cheval-photo, .cusine, .massage, .hammam, .surf-photo {
    min-height: 600px;
  }

  .bloc-texte-left {
    justify-content: center;
    align-items: flex-start;
    width: 50vw;
    height: 50vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .bloc-texte-left.paddingless {
    margin-right: 7.5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .colonne-droite {
    min-height: 600px;
  }

  .colonne-droite.photo-marocaines {
    background-position: 50%;
  }

  .accueil-chambre {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_Chambres_768px_portrait.webp');
    background-clip: padding-box;
    min-height: auto;
  }

  .les-chambres {
    min-height: 1000px;
  }

  .chambre-photo {
    width: 24vw;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-photo-chambre {
    margin-left: 12vw;
    margin-right: 12vw;
  }

  .prix-nuit {
    font-size: 1rem;
  }

  .description-chambre {
    color: #180704;
    font-size: .95rem;
  }

  .bloc-texte-chambre {
    justify-content: center;
    align-items: flex-start;
    width: 50vw;
    height: 40vh;
    padding-top: 24px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .bloc-texte-chambre.paddingless {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-chambre {
    padding-bottom: 0;
  }

  .columns-chambre.desktop {
    display: none;
  }

  .columns-chambre.mobile {
    display: block;
  }

  .colonne-chambre, .colonne-2-chambre {
    height: 50vh;
    min-height: 450px;
  }

  .colonne-2-chambre.photo-marocaines {
    background-position: 50%;
  }

  .text-span {
    color: #1e0603;
    font-size: .7rem;
  }

  .bloc-texte-nos-chambres {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 65vw;
    height: 40vh;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .texte-nos-chambres {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 50vh;
    padding-left: 7.5vw;
    padding-right: 0;
  }

  .texte-nos-chambres.paddingless {
    padding-left: 0;
    padding-right: 0;
  }

  .accueil-chambre-widad {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_Widad_1280px.webp');
    background-position: 100%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .toutes-les-chambres {
    flex-flow: wrap;
  }

  .bouton-chambres, .bouton-chambres.beige, .bouton-chambres-selection {
    margin-bottom: 12px;
  }

  .smallcimage-portrait-chambre {
    width: 38vw;
    max-height: 85vh;
  }

  .bloc-texte-widad {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 14vh 6vw;
  }

  .bloc-texte-widad.paddingless {
    padding-left: 0;
    padding-right: 0;
  }

  .bloc-texte-chambre-description {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    min-height: 650px;
    padding: 6vw;
  }

  .bloc-texte-chambre-description.paddingless {
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant-chambre {
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .texte-courant-chambre.beige.centre {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .texte-courant-chambre.beige.centre.padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .texte-courant-chambre.beige-desktop-mobile.centre {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .texte-courant-chambre.beige-desktop-mobile.centre.padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .description-chambre-page {
    font-size: .95rem;
  }

  .chambre-description {
    min-height: auto;
  }

  .colonne-2-chambre-description {
    min-height: 600px;
  }

  .colonne-2-chambre-description.photo-marocaines {
    background-position: 50%;
  }

  .accueil-chambre-innaya {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_innaya_1920px.webp');
    background-position: 50%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .colonne-photo-chambre {
    justify-content: center;
    align-items: center;
    min-height: 600px;
  }

  .accueil-chambre-alyia {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_Chambre05_2.webp');
    background-position: 40%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .accueil-chambre-nasrine {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_Alyia_portrait_1280px.webp');
    background-position: 50%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .accueil-chambre-safa {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_Chambre04_2.webp');
    background-position: 75%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .contact-adresse {
    margin-bottom: 6px;
  }

  .bloc-texte-nous-situer {
    justify-content: center;
    align-items: flex-start;
    width: 50vw;
    height: 50vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .bloc-texte-nous-situer.paddingless {
    padding-left: 0;
    padding-right: 0;
  }

  .bloc-texte-activite {
    justify-content: center;
    align-items: flex-start;
    width: 50vw;
    height: 50vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .bloc-texte-activite.paddingless {
    padding-left: 0;
    padding-right: 0;
  }

  .bloc-texte-mentions-legales {
    margin-bottom: auto;
  }

  .accueil-mentions-legales {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/ALMANARA_Salon_2.webp');
    background-position: 50% 30%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .brand-full-logo {
    width: auto;
  }

  .la-terrasse {
    min-height: 600px;
  }

  .error-404 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/raimond-klavins-rRAsclV-ZBA-unsplash-copie.webp');
    background-position: 50% 30%;
    background-size: cover;
    background-clip: padding-box;
    min-height: 600px;
  }

  .colonne-widget {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 600px;
  }

  .widget-reservation {
    flex: 0 auto;
    align-self: center;
    margin: 0 30px 14vh;
  }
}

@media screen and (max-width: 767px) {
  .accueil {
    background-image: url('../images/ALMANARA_Salon_01_1920px.webp');
  }

  .columns {
    min-height: 600px;
    position: static;
  }

  .bloc-texte-chambres.paddingless {
    width: auto;
    height: auto;
    padding-left: 6vw;
  }

  .texte-courant {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .footer {
    height: 90vh;
    min-height: 600px;
    max-height: 90vh;
  }

  .colonne-footer {
    height: auto;
  }

  .adresse {
    margin-bottom: 48px;
  }

  .bloc-texte-essaouira {
    margin-left: 4vw;
  }

  .colonne-footer-1 {
    height: auto;
  }

  .section-menu {
    display: none;
  }

  .div-block-4 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-7 {
    width: 89vw;
  }

  .colonne-menu-1, .colonne-menu {
    height: auto;
  }

  .meteo {
    inset: 0% auto auto 0%;
  }

  .bloc-langues-desktop {
    display: none;
  }

  .bloc-langues-mobile {
    display: flex;
  }

  .bloc-texte-menu {
    height: 50vh;
  }

  .accueil-riad {
    background-image: url('../images/ALMANARA_riad_1920px.webp');
    background-position: 50%;
  }

  .accueil-petit-dej {
    background-image: url('../images/ALMANARA_Petitdej_1280px.webp');
    background-position: 50%;
  }

  .accueil-esaouira, .accueil-activties {
    background-position: 50%;
  }

  .bloc-texte-left.paddingless {
    width: auto;
    height: auto;
    padding-left: 6vw;
  }

  .accueil-chambre {
    background-image: url('../images/ALMANARA_Chambres.jpg');
    background-position: 50%;
  }

  .bloc-texte-chambre.paddingless {
    width: auto;
    height: auto;
    padding-left: 6vw;
  }

  .bloc-texte-nos-chambres {
    width: auto;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .texte-nos-chambres {
    padding-left: 0;
  }

  .texte-nos-chambres.paddingless {
    width: auto;
    height: auto;
    padding-left: 6vw;
  }

  .accueil-chambre-widad {
    background-image: url('../images/ALMANARA_Widad_1280px.webp');
    background-position: 50%;
  }

  .bouton-chambres {
    margin-bottom: 12px;
  }

  .bloc-texte-widad.paddingless, .bloc-texte-chambre-description.paddingless {
    width: auto;
    height: auto;
    padding-left: 6vw;
  }

  .texte-courant-chambre {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .accueil-chambre-innaya {
    background-image: url('../images/ALMANARA_Innaya_1280px.webp');
    background-position: 50%;
  }

  .accueil-chambre-alyia {
    background-image: url('../images/ALMANARA_Nasrine_1280px.webp');
    background-position: 50%;
  }

  .accueil-chambre-nasrine {
    background-image: url('../images/ALMANARA_Alyia_1280px.webp');
    background-position: 50%;
  }

  .accueil-chambre-safa {
    background-image: url('../images/ALMANARA_Safa_1280px.webp');
    background-position: 50%;
  }

  .bloc-texte-nous-situer.paddingless, .bloc-texte-activite.paddingless {
    width: auto;
    height: auto;
    padding-left: 6vw;
  }

  .bloc-texte-mentions-legales {
    height: 50vh;
  }

  .colonne-widget {
    min-height: 600px;
  }

  .widget-reservation {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  .accueil {
    background-image: url('../images/ALMANARA_Salon_01_1280px.webp');
    background-position: 50% 0;
    background-size: auto 125%;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .navbar-top {
     z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .brand {
    width: auto;
    display: flex;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-menu, .bouton-menu {
    display: none;
  }

  .link-block {
    height: 32px;
    padding: 11px 12px;
  }

  .link {
    color: #1e0603;
    padding-right: 24px;
    font-size: .9rem;
  }

  .link.menu {
    display: none;
  }

  .le-riad {
    background-color: #f8f5f300;
    height: 160vh;
    min-height: auto;
  }

  .columns {
    height: 160vh;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .colonne {
    justify-content: center;
    align-items: center;
    height: 80vh;
  }

  .colonne.blanc-casse {
    background-color: #f8f5f3;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .colonne.camel {
    background-color: #874a1c;
    justify-content: center;
    align-items: center;
    height: 80vh;
  }

  .bloc-texte-chambres {
    width: auto;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bouton {
    max-width: none;
    padding-right: 0;
  }

  .bouton.beige.desktop {
    display: none;
  }

  .bouton.mobile {
    display: flex;
  }

  .bouton.hover-beige:hover {
    background-color: #f8f5f3;
  }

  .bouton.blanc.desktop {
    display: none;
  }

  .h1 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.1rem;
    line-height: 2.7rem;
  }

  .h1.beige {
    margin-top: 0;
  }

  .h1.beige.aligne-gauche {
    text-align: left;
    margin-left: 0;
  }

  .h1.titre-beige {
    color: #491a10;
  }

  .h1.titre-infos-utiles {
    margin-top: 0;
  }

  .h1.titre-blanc {
    color: #491a10;
  }

  .h1.blanc {
    margin-top: 0;
  }

  .h1.blanc.aligne-gauche {
    text-align: left;
    margin-left: 0;
  }

  .texte-courant {
    color: #1e0603;
    margin-bottom: 62px;
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .texte-courant.beige.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant.beige.centre.padding {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant.texte-beige {
    color: #32130b;
  }

  .texte-courant.question {
    width: 80%;
  }

  .texte-courant.reponse-faq {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .texte-courant.beige-desktop-mobile {
    color: #32130b;
  }

  .texte-courant.beige-desktop-mobile.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant.beige-desktop-mobile.centre.padding {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant.balanced {
    flex: none;
    align-self: auto;
  }

  .texte-courant.blanc-desktop-mobile {
    color: #32130b;
  }

  .texte-courant.blanc-desktop-mobile.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant.blanc-desktop-mobile.centre.padding {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ligne {
    border: 1px #000;
    height: auto;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bloc-image {
    color: #491a1000;
    background-color: #491a1000;
    flex: 0 auto;
    align-self: auto;
    height: 60vh;
    margin-left: 0;
    margin-right: 0;
  }

  .image-portrait {
    color: #491a1000;
    width: 80vw;
    min-height: 400px;
    max-height: 50vh;
    margin: 0;
    display: block;
  }

  .chambre {
    margin-bottom: 48px;
  }

  .h4 {
    margin-bottom: 18px;
  }

  .container {
    padding-bottom: 10vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.avis {
    padding: 10vh 30px;
  }

  .photo-chambre {
    width: 60vw;
  }

  .le-petit-dej, .les-activites {
    height: 160vh;
    min-height: auto;
  }

  .localisation {
    background-color: #a5360b00;
    height: 160vh;
    min-height: auto;
  }

  .map {
    width: 80vw;
    max-width: none;
  }

  .essaouira {
    background-position: 20% 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .footer {
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 24px 30px 48px;
  }

  .link-footer {
    flex: none;
    align-self: stretch;
    width: 80vw;
  }

  .bloc-link-footer {
    margin-bottom: 18px;
  }

  .colonne-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .columns-footer {
    flex-flow: column;
    flex: none;
    height: auto;
    display: block;
  }

  .navbar-footer-desktop {
    grid-template: "."
                   "."
                   "."
                   / .5fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    justify-items: stretch;
    width: 85vw;
    display: none;
  }

  .ligne-footer {
    border: 1px #000;
    flex-flow: row;
    height: auto;
  }

  .bloc-footer {
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .adresse {
    color: #1e0603;
    margin: 0;
    padding-top: 0;
  }

  .div-block-2 {
    width: 85vw;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .brand-footer {
    width: auto;
    padding-left: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 66px;
  }

  .link-menu {
    color: #f8f5f3;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bloc-texte-essaouira-mobile {
    flex: 0 auto;
    width: auto;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .columns-essaouira {
    height: 90vh;
    display: none;
  }

  .colonne-2 {
    background-color: #fff;
    height: 80vh;
    min-height: auto;
  }

  .colonne-2.photo-marocaines {
    background-position: 50%;
  }

  .bouton-mobile {
    max-width: 150px;
  }

  .navbar-footer-mobile {
    grid-template: "."
                   "."
                   / .5fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    justify-items: stretch;
    width: 85vw;
    padding-top: 0;
    display: block;
  }

  .colonne-footer-1 {
    flex: none;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-bottom: 48px;
  }

  .section-menu {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .bouton-croix {
    width: 2.5rem;
    height: 32px;
    margin-top: 24px;
    margin-right: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ligne-footer-menu {
    border: 1px #000;
    height: auto;
  }

  .bouton-menu-monile {
    z-index: 4;
    display: flex;
    position: absolute;
    inset: 24px auto auto 24px;
  }

  .bouton-reserver {
    z-index: 4;
    background-color: #f8f5f300;
    border-style: none;
    border-color: #f8f5f3;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 32px;
    display: flex;
    position: absolute;
    inset: 24px 24px auto auto;
  }

  .bouton-reserver.marron {
    z-index: 3;
    color: #491a10;
    position: absolute;
  }

  .link-reserver {
    color: #f8f5f3;
    padding-left: 16px;
    padding-right: 0;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .link-reserver.marron {
    color: #491a10;
    font-weight: 400;
  }

  .logo-menu {
    flex: 1;
    width: 120px;
    max-width: 60vw;
  }

  .nav-link-footer {
    color: #1e0603;
  }

  .nav-footer {
    display: flex;
  }

  .nav-link-footer-borderless {
    color: #1e0603;
    border-right-style: none;
  }

  .div-block-4 {
    flex-flow: column;
    padding-bottom: 0;
  }

  .div-block-5 {
    margin-bottom: 0;
  }

  .columns-menu {
    flex-flow: column;
    height: auto;
  }

  .catchphrase {
     z-index: 1;
    padding-bottom: 12px;
  }

  .div-block-7 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sous-titre {
    font-size: .9rem;
  }

  .navbar-scroll-down {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .div-block-9 {
    height: 40vh;
    min-height: 200px;
    max-height: 50vh;
    margin-left: 30px;
    margin-right: 30px;
  }

  .logo-navbartop {
    flex: none;
    width: 120px;
    min-width: auto;
    max-width: 120px;
    margin-top: 24px;
  }

  .image-8 {
    width: 44px;
    max-width: none;
  }

  .small-logo-footer {
    flex: none;
    width: 30vw;
    max-width: 100px;
  }

  .brand-mobile {
    z-index: 4;
    width: 120px;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .brand-mobile.w--current {
    object-fit: fill;
    width: 120px;
    max-width: 120px;
    padding-left: 0;
    inset: 0% 0% auto;
  }

  .colonne-menu-1 {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-bottom: 48px;
    padding-top: 0;
  }

  .colonne-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .meteo {
    font-size: 1rem;
    inset: auto 24px 24px auto;
  }

  .lien-langue.fr {
    font-size: .9rem;
  }

  .lien-langue.en {
    font-size: .8rem;
  }

  .bloc-langues-mobile {
    font-size: 1rem;
    position: absolute;
    inset: auto auto 24px 24px;
  }

  .bloc-texte-menu {
    width: auto;
    height: auto;
  }

  .accueil-riad {
    background-position: 50% 0;
    background-size: cover;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .smallcimage-portrait {
    width: 80vw;
    max-height: 75vh;
  }

  .accueil-petit-dej {
    background-image: url('../images/ALMANARA_Petitdej_1280px.webp');
    background-position: 50% 0;
    background-size: cover;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .accueil-esaouira {
    background-position: 50% 0;
    background-size: cover;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .souk-photo {
    height: 80vh;
    min-height: auto;
  }

  .accueil-activties {
    background-position: 50% 0;
    background-size: cover;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .cuisine-photo {
    height: 80vh;
    min-height: auto;
  }

  .cheval {
    height: 160vh;
    min-height: auto;
  }

  .cheval-photo {
    height: 80vh;
    min-height: auto;
  }

  .cusine, .massage, .hammam {
    height: 160vh;
    min-height: auto;
  }

  .surf-photo {
    height: 80vh;
    min-height: auto;
  }

  .kitesurf, .wingfoils {
    height: 160vh;
  }

  .bloc-texte-left {
    width: auto;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-chambre {
    padding-bottom: 10vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-chambre.avis {
    padding: 10vh 30px;
  }

  .colonne-droite {
    background-color: #fff;
    height: 80vh;
  }

  .colonne-droite.photo-patio, .colonne-droite.photo-renovation {
    min-height: 600px;
  }

  .colonne-droite.photo-marocaines {
    background-position: 50%;
  }

  .accueil-chambre {
    background-image: url('../images/ALMANARA_Chambres_768px_portrait.webp');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 100vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .les-chambres {
    height: auto;
    min-height: auto;
  }

  .chambre-photo {
    vertical-align: baseline;
    width: 48vw;
  }

  .columns-room {
    margin-bottom: 9px;
  }

  .description-chambre {
    color: #1e0603;
    margin-bottom: 24px;
  }

  .grille-pictos {
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-self: center;
  }

  .picto {
    width: auto;
  }

  .bloc-texte-chambre {
    border: 1px #000;
    border-top-color: #99531f;
    border-bottom: 1px solid #99531f;
    width: auto;
    height: auto;
    padding: 0 6px 80px;
  }

  .bloc-texte-chambre.trait {
    border-bottom-style: none;
  }

  .columns-chambre {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .colonne-chambre {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 350px;
    padding-top: 0;
  }

  .colonne-chambre.blanc-casse {
    background-color: #f8f5f3;
  }

  .colonne-2-chambre {
    background-color: #fff0;
    height: auto;
    min-height: 350px;
    padding-top: 24px;
  }

  .colonne-2-chambre.photo-marocaines {
    background-position: 50%;
  }

  .div-block-11 {
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-span {
    color: #1e0603;
  }

  .columns-nos-chambres {
    height: auto;
    display: block;
  }

  .bloc-texte-nos-chambres {
    width: auto;
  }

  .texte-nos-chambres {
    flex: none;
    align-self: flex-start;
    width: 100vw;
    height: auto;
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-4 {
    display: none;
  }

  .div-block-12, .div-block-13, .div-block-14, .div-block-15 {
    flex-flow: column;
    display: flex;
  }

  .accueil-chambre-widad {
    background-image: url('../images/ALMANARA_Widad_1280px.webp');
    background-position: 85% 0;
    background-size: cover;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .slider {
    flex: 1;
    width: 100vw;
  }

  .mask {
    height: 80vh;
  }

  .toutes-les-chambres {
    width: auto;
  }

  .bouton-chambres {
    max-width: none;
    padding-right: 0;
  }

  .bouton-chambres.beige.desktop {
    display: none;
  }

  .bouton-chambres.mobile {
    display: flex;
  }

  .bouton-chambres-selection {
    max-width: none;
    padding-right: 0;
  }

  .bouton-chambres-selection.beige.desktop {
    display: none;
  }

  .bouton-chambres-selection.mobile {
    display: flex;
  }

  .smallcimage-portrait-chambre {
    width: 80vw;
    min-height: auto;
    max-height: none;
  }

  .bloc-texte-widad {
    border: 1px #99531f;
    border-color: #99531f #000;
    width: auto;
    height: auto;
    padding: 0 6px 60px;
  }

  .bloc-texte-widad.trait {
    border-bottom-style: none;
  }

  .bloc-texte-chambre-description {
    width: auto;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .texte-courant-chambre {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .texte-courant-chambre.beige.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant-chambre.beige.centre.padding {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant-chambre.texte-beige {
    color: #491a10;
  }

  .texte-courant-chambre.question {
    width: 80%;
  }

  .texte-courant-chambre.reponse-faq {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .texte-courant-chambre.beige-desktop-mobile {
    color: #491a10;
  }

  .texte-courant-chambre.beige-desktop-mobile.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant-chambre.beige-desktop-mobile.centre.padding {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .texte-courant-chambre.balanced {
    flex: none;
    align-self: auto;
  }

  .description-chambre-page {
    margin-bottom: 24px;
  }

  .chambre-description {
    height: auto;
    min-height: auto;
    padding-top: 60px;
  }

  .colonne-2-chambre-description {
    background-color: #fff0;
    height: auto;
    min-height: auto;
  }

  .colonne-2-chambre-description.photo-marocaines {
    background-position: 50%;
  }

  .grille-pictos-chambre, .grille-pictos-chambre-4 {
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-self: center;
  }

  .columns-horizntal {
    height: auto;
    min-height: 600px;
  }

  .div-block-28 {
    height: auto;
    min-height: auto;
  }

  .div-block-29 {
    flex: 1;
  }

  .accueil-chambre-innaya {
    background-image: url('../images/ALMANARA_Innaya_1280px.webp');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .colonne-photo-chambre {
    height: 80vh;
  }

  .colonne-photo-chambre.blanc-casse {
    background-color: #f8f5f3;
    justify-content: center;
    align-items: center;
  }

  .colonne-photo-chambre.camel {
    height: 80vh;
  }

  .colonne-photo-chambre.marron {
    background-color: #491a10;
  }

  .accueil-chambre-alyia {
    background-image: url('../images/ALMANARA_Chambre05_2.webp');
    background-position: 95%;
    background-size: cover;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .accueil-chambre-nasrine {
    background-image: url('../images/ALMANARA_Alyia_portrait_1280px.webp');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .accueil-chambre-safa {
    background-image: url('../images/ALMANARA_Safa_1280px.webp');
    background-position: 60%;
    background-size: cover;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .contact-adresse.beige {
    color: #491a10;
  }

  .bloc-texte-nous-situer {
    width: auto;
    height: 80vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bloc-texte-activite {
    width: auto;
    height: 80vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bloc-texte-mentions-legales {
    width: auto;
    height: auto;
  }

  .accueil-mentions-legales {
    background-position: 50% 0;
    background-size: auto 125%;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .brand-full-logo {
    width: auto;
    display: flex;
  }

  .brand-full-logo.w--current {
    padding-left: 0;
  }

  .la-terrasse {
    background-color: #fff;
    height: 160vh;
    min-height: auto;
  }

  .image-bloc {
    align-self: center;
  }

  .error-404 {
    background-position: 50% 0;
    background-size: auto 125%;
    width: auto;
    height: 80vh;
    padding-top: 24px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .colonne-widget {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .widget-reservation {
    flex: 0 auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}

#w-node-b57e6b4f-0ff0-a2f2-54d5-058515df8510-6298a983, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-6298a983 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-6298a983 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-6298a983 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-6298a983 {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-6298a983 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-6298a983 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-6298a983 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c6114a-6298a983 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c61153-6298a983 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d2a-6298a983 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-6298a983 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_07d16eaa-d3ea-20f8-abfb-906cd5a1ade2-87e8e7dc, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-87e8e7dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-87e8e7dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-87e8e7dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-87e8e7dc {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-87e8e7dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-87e8e7dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-87e8e7dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b18fe9c6-b2e6-a49f-6059-5c0956ab54fb-87e8e7dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b18fe9c6-b2e6-a49f-6059-5c0956ab5502-87e8e7dc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-b18fe9c6-b2e6-a49f-6059-5c0956ab550a-87e8e7dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b18fe9c6-b2e6-a49f-6059-5c0956ab5511-87e8e7dc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-f59b455a-9a19-0c4d-184b-36863ffb9d05-a5108d65, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-a5108d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-a5108d65 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-a5108d65 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-a5108d65 {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-a5108d65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-a5108d65 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-a5108d65 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_062fef2b-01b9-e298-3ab5-4e41e5f71258-a5108d65 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_062fef2b-01b9-e298-3ab5-4e41e5f7125f-a5108d65 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_062fef2b-01b9-e298-3ab5-4e41e5f71267-a5108d65 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_062fef2b-01b9-e298-3ab5-4e41e5f7126e-a5108d65 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4b42854a-45ac-02be-e58a-61c01055f07d-46a9a11a, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-46a9a11a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-46a9a11a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-46a9a11a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-46a9a11a {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-46a9a11a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-46a9a11a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-46a9a11a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c6114a-46a9a11a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c61153-46a9a11a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d2a-46a9a11a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-46a9a11a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_87166185-e448-236c-f665-1f222f3446c9-f39a1b47, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-f39a1b47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-f39a1b47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-f39a1b47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-f39a1b47 {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-f39a1b47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-f39a1b47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-f39a1b47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c6114a-f39a1b47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c61153-f39a1b47 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d2a-f39a1b47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-f39a1b47 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_1391dbb4-4624-f5ec-1589-e1784016c47f-9f4acbf4, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-9f4acbf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-9f4acbf4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-9f4acbf4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-9f4acbf4 {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-9f4acbf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-9f4acbf4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-9f4acbf4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecaa14b3-957d-e0ed-ab31-67cd9b4422af-9f4acbf4, #w-node-e5eed422-bb1c-03a9-0d8c-7e418453648b-9f4acbf4, #w-node-_023c1363-ca89-5caf-9ef5-bbae1c07353f-9f4acbf4, #w-node-e4fc5f21-75bc-b6b4-f61c-b1795f14c058-9f4acbf4, #w-node-_1bec2b20-6363-4479-7185-8d44ebc22a24-9f4acbf4, #w-node-_1bec2b20-6363-4479-7185-8d44ebc22a2e-9f4acbf4, #w-node-_1bec2b20-6363-4479-7185-8d44ebc22a32-9f4acbf4, #w-node-_678cf293-6962-3eb3-1cae-1c9c6e202089-9f4acbf4, #w-node-_678cf293-6962-3eb3-1cae-1c9c6e20208f-9f4acbf4, #w-node-_678cf293-6962-3eb3-1cae-1c9c6e202093-9f4acbf4, #w-node-_4a776be7-db7d-f054-599d-d2b4a78c5aff-9f4acbf4, #w-node-_4a776be7-db7d-f054-599d-d2b4a78c5b05-9f4acbf4, #w-node-_4a776be7-db7d-f054-599d-d2b4a78c5b09-9f4acbf4, #w-node-_61bd1977-2e01-41c5-c6b2-d13e997cb304-9f4acbf4, #w-node-_61bd1977-2e01-41c5-c6b2-d13e997cb30a-9f4acbf4, #w-node-_61bd1977-2e01-41c5-c6b2-d13e997cb30e-9f4acbf4 {
  place-self: center;
}

#w-node-_445bb151-87c2-4fdb-0596-900fc5fe42f4-9f4acbf4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_445bb151-87c2-4fdb-0596-900fc5fe42fb-9f4acbf4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_445bb151-87c2-4fdb-0596-900fc5fe4303-9f4acbf4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_445bb151-87c2-4fdb-0596-900fc5fe430a-9f4acbf4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-f59b455a-9a19-0c4d-184b-36863ffb9d05-2f8dde1d, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-2f8dde1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-2f8dde1d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-2f8dde1d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-2f8dde1d {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-2f8dde1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-2f8dde1d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-2f8dde1d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e2a666e-87a5-1c4e-26f2-d3a233568daf-2f8dde1d, #w-node-_8e2a666e-87a5-1c4e-26f2-d3a233568db5-2f8dde1d, #w-node-_8e2a666e-87a5-1c4e-26f2-d3a233568db9-2f8dde1d, #w-node-_8e2a666e-87a5-1c4e-26f2-d3a233568dbd-2f8dde1d, #w-node-d1e4315b-3c26-6425-8810-9f5b5bca1a53-2f8dde1d, #w-node-d1e4315b-3c26-6425-8810-9f5b5bca1a57-2f8dde1d, #w-node-d1e4315b-3c26-6425-8810-9f5b5bca1a5b-2f8dde1d, #w-node-d1e4315b-3c26-6425-8810-9f5b5bca1a5f-2f8dde1d, #w-node-_43550930-71c0-e654-a6e0-185f6b78a191-2f8dde1d, #w-node-_43550930-71c0-e654-a6e0-185f6b78a195-2f8dde1d, #w-node-_43550930-71c0-e654-a6e0-185f6b78a199-2f8dde1d, #w-node-_43550930-71c0-e654-a6e0-185f6b78a19d-2f8dde1d, #w-node-bb66a5a7-e8ec-bc04-4e1e-1af68c72adf3-2f8dde1d, #w-node-bb66a5a7-e8ec-bc04-4e1e-1af68c72adf7-2f8dde1d, #w-node-bb66a5a7-e8ec-bc04-4e1e-1af68c72adfb-2f8dde1d, #w-node-bb66a5a7-e8ec-bc04-4e1e-1af68c72adff-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517a3-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517a9-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517ad-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517b1-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517b6-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517ba-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517be-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517c2-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517c7-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517cb-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517cf-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517d3-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517da-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517de-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517e2-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517e6-2f8dde1d {
  place-self: center;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c6114a-2f8dde1d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c61153-2f8dde1d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d2a-2f8dde1d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-2f8dde1d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-f59b455a-9a19-0c4d-184b-36863ffb9d05-65d4fe43, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-65d4fe43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-65d4fe43 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-65d4fe43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-65d4fe43 {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-65d4fe43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-65d4fe43 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-65d4fe43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53b6-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53c0-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53c4-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53c9-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53cd-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53d1-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53d5-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53e2-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53e6-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53ed-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53f1-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53f5-65d4fe43, #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53f9-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc5a-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc5e-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc62-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc67-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc6b-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc6f-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc73-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc78-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc7c-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc83-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc87-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc8b-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc8f-65d4fe43 {
  place-self: center;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c6114a-65d4fe43 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c61153-65d4fe43 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d2a-65d4fe43 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-65d4fe43 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-f59b455a-9a19-0c4d-184b-36863ffb9d05-fb79ce16, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-fb79ce16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-fb79ce16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-fb79ce16 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-fb79ce16 {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-fb79ce16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-fb79ce16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-fb79ce16 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53278a41-0db2-457b-829b-7950fa9f9e10-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e1a-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e1e-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e23-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e27-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e2b-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e2f-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e3c-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e40-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e47-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e4b-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e4f-fb79ce16, #w-node-_53278a41-0db2-457b-829b-7950fa9f9e53-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a5f-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a63-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a67-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a6c-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a70-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a74-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a78-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a7d-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a81-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a88-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a8c-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a90-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a94-fb79ce16 {
  place-self: center;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c6114a-fb79ce16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c61153-fb79ce16 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d2a-fb79ce16 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-fb79ce16 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-f59b455a-9a19-0c4d-184b-36863ffb9d05-cf805f19, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-cf805f19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-cf805f19 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-cf805f19 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-cf805f19 {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-cf805f19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-cf805f19 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-cf805f19 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f19-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f1f-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f23-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f27-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f2c-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f30-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f34-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f38-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f3d-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f41-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f45-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f49-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f50-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f54-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f58-cf805f19, #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f5c-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428569-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca5042856f-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428573-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428577-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca5042857c-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428580-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428584-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428588-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca5042858d-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428591-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428595-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428599-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca504285a0-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca504285a4-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca504285a8-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca504285ac-cf805f19 {
  place-self: center;
}

#w-node-_9e591bd9-beec-3c38-abd4-4980dab9337e-cf805f19 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e591bd9-beec-3c38-abd4-4980dab93385-cf805f19 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_9e591bd9-beec-3c38-abd4-4980dab9338d-cf805f19 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e591bd9-beec-3c38-abd4-4980dab93394-cf805f19 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-f59b455a-9a19-0c4d-184b-36863ffb9d05-3dd87ee9, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-3dd87ee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-3dd87ee9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-3dd87ee9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-3dd87ee9 {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-3dd87ee9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-3dd87ee9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-3dd87ee9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8941655f-ead0-3d5f-1b5e-4f47248c780b-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c7815-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c7819-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c781e-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c7822-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c7826-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c782a-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c7837-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c783b-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c7842-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c7846-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c784a-3dd87ee9, #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c784e-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b794-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b798-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b79c-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b7a1-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b7a9-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b7ad-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b7b2-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b7b6-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b7bd-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b7c1-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b7c5-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b7c9-3dd87ee9 {
  place-self: center;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c6114a-3dd87ee9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c61153-3dd87ee9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d2a-3dd87ee9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-3dd87ee9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-b57e6b4f-0ff0-a2f2-54d5-058515df8510-c6e813cf, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-c6e813cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-c6e813cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-c6e813cf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-c6e813cf {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-c6e813cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-c6e813cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-c6e813cf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c6114a-c6e813cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c61153-c6e813cf {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d2a-c6e813cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-c6e813cf {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-b57e6b4f-0ff0-a2f2-54d5-058515df8510-5a84b5dc, #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0ce-5a84b5dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0d6-5a84b5dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-5a84b5dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28e61b94-21a3-f66a-1d30-2301dbe903ae-5a84b5dc {
  justify-self: end;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60617-5a84b5dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f6061f-5a84b5dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-5a84b5dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c6114a-5a84b5dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52d78c3f-d66d-1b13-9a0f-143bb6c61153-5a84b5dc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d2a-5a84b5dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-5a84b5dc {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto stretch;
}

#w-node-_76fc45a4-02ac-f438-4edb-065086cd3e22-23f4a6a8 {
  justify-self: end;
}

#w-node-_76fc45a4-02ac-f438-4edb-065086cd3e28-23f4a6a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76fc45a4-02ac-f438-4edb-065086cd3e30-23f4a6a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76fc45a4-02ac-f438-4edb-065086cd3e39-23f4a6a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec08ea48-10be-8069-5455-d899519c3f7d-23f4a6a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-6298a983, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-6298a983 {
    place-self: center;
  }

  #w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-6298a983 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-87e8e7dc, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-87e8e7dc {
    place-self: center;
  }

  #w-node-b18fe9c6-b2e6-a49f-6059-5c0956ab5511-87e8e7dc {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-a5108d65, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-a5108d65 {
    place-self: center;
  }

  #w-node-_062fef2b-01b9-e298-3ab5-4e41e5f7126e-a5108d65 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-46a9a11a, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-46a9a11a {
    place-self: center;
  }

  #w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-46a9a11a {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-f39a1b47, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-f39a1b47 {
    place-self: center;
  }

  #w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-f39a1b47 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-9f4acbf4, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-9f4acbf4, #w-node-e74ac1ff-9eda-8c4b-536c-b7b9fac9edf8-9f4acbf4 {
    place-self: center;
  }

  #w-node-_445bb151-87c2-4fdb-0596-900fc5fe430a-9f4acbf4 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-2f8dde1d, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-2f8dde1d {
    place-self: center;
  }

  #w-node-_8e2a666e-87a5-1c4e-26f2-d3a233568dae-2f8dde1d, #w-node-ae000600-4f32-bba4-e5d8-ea5fc5c517a2-2f8dde1d {
    place-self: start center;
  }

  #w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-2f8dde1d {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-65d4fe43, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-65d4fe43 {
    place-self: center;
  }

  #w-node-_8368d3a0-1bcc-713f-ce0e-b456813d53b5-65d4fe43, #w-node-_1a5683d6-55eb-7565-127c-73d494d6cc59-65d4fe43 {
    place-self: start center;
  }

  #w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-65d4fe43 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-fb79ce16, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-fb79ce16 {
    place-self: center;
  }

  #w-node-_53278a41-0db2-457b-829b-7950fa9f9e0f-fb79ce16, #w-node-b61c1df2-0bf6-76d7-05af-e130f5e69a5e-fb79ce16 {
    place-self: start center;
  }

  #w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-fb79ce16 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-cf805f19, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-cf805f19 {
    place-self: center;
  }

  #w-node-_5ee3bf87-b328-0ddd-ca92-9dea19af2f18-cf805f19, #w-node-f354f67e-1173-c564-7ddb-a3ca50428568-cf805f19 {
    place-self: start center;
  }

  #w-node-_9e591bd9-beec-3c38-abd4-4980dab93394-cf805f19 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-3dd87ee9, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-3dd87ee9 {
    place-self: center;
  }

  #w-node-_8941655f-ead0-3d5f-1b5e-4f47248c780a-3dd87ee9, #w-node-c22856d7-7119-8709-af8c-195ff826b793-3dd87ee9 {
    place-self: start center;
  }

  #w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-3dd87ee9 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-c6e813cf, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-c6e813cf {
    place-self: center;
  }

  #w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-c6e813cf {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-c39cd84c-48d7-1d25-7e55-99c10d38c0df-5a84b5dc, #w-node-fe7b4496-24d2-a105-23e9-45aab4f60628-5a84b5dc {
    place-self: center;
  }

  #w-node-_4a30fb4a-907e-0c93-569d-fdf1a0a18d31-5a84b5dc {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_76fc45a4-02ac-f438-4edb-065086cd3e39-23f4a6a8 {
    place-self: center;
  }
}


