@font-face {
  font-family: Meowscript;
  src: url('../fonts/MeowScript-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Cookie;
  src: url('../fonts/Cookie-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-liberte: #296774;
  --black: #000;
  --white: white;
  --moutarde: #caac24;
  --light-grey: #80808c;
  --blue-liberte-20: #29677429;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.section {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.section.intro {
  background-color: var(--blue-liberte);
}

.section.contact {
  background-color: var(--black);
}

.section.table {
  flex-flow: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 10vw 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: grid;
}

.div-title {
  background-color: var(--blue-liberte);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1em;
  display: flex;
}

.div-description {
  width: 50%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.div-image {
  background-image: url('../images/living_room_upscaled_300mm_300dpi.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 160%;
  width: 50%;
}

.div-image.services {
  background-image: url('../images/atelier.webp');
}

.div-image.espaces {
  background-image: url('../images/bibliotheque.webp');
}

.div-image.activites {
  background-image: url('../images/sport.webp');
  background-position: 50%;
  background-size: cover;
}

.title-vertical {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

.heading-h3 {
  color: var(--black);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.6rem;
}

.heading-h3.intro {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.heading-h3.contact {
  color: var(--white);
}

.paragraph-description {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.paragraph-2 {
  color: var(--blue-liberte);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
}

.custom-list {
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-type: none;
}

.custom-list.contact {
  color: var(--white);
}

.list-item-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
  list-style-type: none;
}

.list-item-description.contact {
  color: var(--white);
}

.span-text-blue {
  color: var(--blue-liberte);
}

.div-line-horizontal-separator-short {
  background-color: var(--black);
  width: 30%;
  height: 4px;
}

.div-line-horizontal-separator-short.space-up {
  margin-top: 4em;
}

.div-hero {
  opacity: 1;
  mix-blend-mode: normal;
  flex-flow: column;
  height: 100vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-space {
  background-color: #fff;
  height: 100px;
}

.div-footer {
  border-top: 1px solid var(--white);
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 4vw;
  display: block;
}

.div-logo-footer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  margin-left: 16px;
}

.handcrafted {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.link-legals {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.year {
  color: #fff;
  padding-top: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.grid-footer {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr .25fr .25fr;
  justify-content: start;
  place-items: center start;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.social-img {
  clear: none;
  max-width: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .5s;
  position: static;
}

.social-img:hover {
  transform: scale(1.2);
}

.div-social {
  flex: 0 auto;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-intro {
  color: var(--white);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.heading-h1 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 3.6rem;
}

.logo-wrapper {
  z-index: 100;
  flex-flow: column;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-logo {
  width: 30em;
  position: relative;
}

.div-block-5 {
  height: 100px;
}

.container-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.navbar-fixed {
  z-index: 100;
  background-color: #2967744d;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  width: 10vw;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  font-size: 1rem;
  line-height: 1.2rem;
}

.nav-link.custom {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding: .8rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.div-containe-hero {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.hero-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: absolute;
  inset: auto 0% 4%;
  overflow: hidden;
}

.img-label-five-stars {
  width: 6vw;
}

.wrapper-quartier {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  align-items: center;
  max-width: 1920px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4vw;
  display: flex;
}

.list-legend {
  margin-bottom: 0;
  list-style-type: decimal;
}

.list-item-scy {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: .6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.list-item-scy.select {
  font-weight: 700;
}

.div-quartier-texte {
  width: 64%;
}

.paragraph-3 {
  color: var(--black);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.div-quartier-plan {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 36%;
  display: flex;
}

.div-img-quartier {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

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

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

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

.div-img-quartier-1 {
  background-image: url('../images/liberte-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-img-quartier-2 {
  background-image: url('../images/liberte-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.legend {
  color: var(--black);
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.hero-bg {
  background-image: linear-gradient(180deg, #0000 42%, var(--blue-liberte) 82%), linear-gradient(to bottom, #0003, #0003), url('../images/leliberte-main-img.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-6 {
  z-index: 90;
  width: 100%;
  position: relative;
  top: -4.6vw;
}

.div-blocks-contact {
  grid-column-gap: 4em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: flex-start end;
  margin-top: 6rem;
  display: grid;
}

.mail {
  color: #fff;
  margin-top: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  transition: color .375s;
}

.mail:hover {
  color: var(--moutarde);
}

.link-block-email {
  align-items: center;
  margin-top: .25rem;
  text-decoration: none;
  display: flex;
}

.link-block-email:hover {
  color: #d4af37;
}

.div-contact-column {
  flex-direction: column;
  justify-content: space-around;
  display: block;
}

.div-contact-column.logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-3 {
  color: #fff;
  margin-top: auto;
  margin-bottom: .5em;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}

.adresse {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  transition: color .375s;
}

.adresse:hover {
  color: var(--moutarde);
}

.div-line-horizontal {
  background-color: #fff;
  height: .125rem;
}

.link-block-phone {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.link-block-phone:hover {
  color: #d4af37;
}

.city {
  color: var(--white);
  margin-top: 1em;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.phone {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  transition: color .375s;
  display: block;
}

.phone:hover {
  color: var(--moutarde);
}

.wrapper-contact {
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 4vw 8rem;
  display: flex;
}

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

.link-block-adresse:hover {
  color: var(--moutarde);
}

.paragraph-4 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.2rem;
}

.tagline-footer {
  color: var(--white);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.paragraph-6 {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.title-footer {
  color: var(--light-grey);
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
}

.title-footer.margin-top {
  color: var(--light-grey);
  margin-top: 1em;
  font-weight: 400;
}

.img-logo-footer {
  width: 400px;
}

.img-label-footer {
  width: 100px;
  position: absolute;
  inset: 0% 30% 0% auto;
}

.wrapper-photos {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.image-4 {
  width: 30%;
}

.image-5, .image-4-copy {
  width: 50%;
}

.image-5-copy {
  width: 30%;
}

.div-img-random {
  background-image: url('../images/accueil.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 300px;
}

.div-img-random._2 {
  background-image: url('../images/terrasse-commune.webp');
  width: 50%;
  height: 500px;
}

.div-img-random._3 {
  background-image: url('../images/accueil.webp');
}

.div-img-random._4 {
  background-image: url('../images/leliberte-van.webp');
  height: 500px;
}

.div-img-random._5 {
  background-image: url('../images/exterieur.webp');
  height: 500px;
}

.div-img-random._6 {
  background-image: url('../images/coiffure-soins.webp');
}

.div-img-random._7 {
  background-image: url('../images/aire-jeux-1.webp');
}

.div-img-random._8 {
  background-image: url('../images/terrasse-commune.webp');
  height: 500px;
}

.content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  display: flex;
}

.wrapper-plans {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  margin-top: 2em;
  display: flex;
}

.link-btn-plan {
  border: 4px solid var(--blue-liberte);
  align-items: center;
  padding: .6rem;
  text-decoration: none;
  display: flex;
}

.link-btn-plan:hover {
  background-color: var(--blue-liberte-20);
}

.image-6 {
  height: 40px;
  margin-right: .5em;
}

.paragraph-8 {
  color: var(--blue-liberte);
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
}

.paragraph-9 {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.logo-magnum-header {
  z-index: 100;
  align-self: flex-start;
  height: 50px;
  margin-top: 4vw;
  position: relative;
  overflow: clip;
}

.tagline {
  color: var(--white);
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 600;
}

.paragraph-10 {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.wrapper-philosophy {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.paragraph-11 {
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Cookie, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
}

.signature-title {
  margin-bottom: 0;
  font-family: Cookie, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
}

.signature-name {
  margin-bottom: 0;
  font-family: Cookie, Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 2.4rem;
}

.image-7 {
  width: 120px;
  margin-top: 1em;
}

.div-line {
  background-color: var(--black);
  height: 2px;
  margin-top: 4em;
}

.btn-download-brochure {
  border: 3px solid var(--white);
  padding: 1em;
  text-decoration: none;
}

.paragraph-12 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
}

.wrapper-download {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.wrapper-focus-activite {
  grid-column-gap: 4em;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4vw;
  display: flex;
}

.wrapper-50 {
  width: 50%;
}

.title-h4 {
  color: var(--blue-liberte);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.div-img {
  background-image: url('../images/Verger_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-img-wellness {
  background-image: url('../images/sport.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  height: 50%;
  margin-top: 2em;
  display: flex;
}

.table-scroll {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 2em 0 0;
  padding-top: 2em;
  display: block;
  overflow: auto;
}

.table-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100px 140px 100px 200px 180px 180px 140px 160px 200px 140px;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.cell-cell-header {
  border-top: 1px none var(--black);
  justify-content: center;
  align-items: center;
  min-height: 72px;
  font-weight: 500;
  display: flex;
}

.paragraph-cell-header {
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.cell {
  color: var(--black);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  display: flex;
}

.paragraph-cell {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.class-dispo {
  margin: 0;
  font-size: 1.2rem;
}

.class-dispo.reserve {
  color: var(--moutarde);
  font-size: 1.2rem;
}

.plan-link {
  z-index: 10;
  text-decoration: none;
  display: flex;
  position: relative;
}

.plan-text {
  color: var(--black);
  margin: 0;
  font-size: 1.2rem;
}

.img-arrow-down {
  height: 16px;
  margin-left: 4px;
}

.table-row-content {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #000;
  border-left: 8px #fd0606;
  border-right: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 100px 140px 100px 200px 180px 180px 140px 160px 200px 140px;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.paragraph-13, .paragraph-14 {
  margin-bottom: 0;
}

.paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19 {
  margin: 0;
}

.div-row-separator {
  z-index: 2;
  background-color: var(--blue-liberte);
  cursor: none;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrapper-1930 {
  width: 100%;
  max-width: 1930px;
  margin-left: auto;
  margin-right: auto;
}

.row-bg {
  z-index: 1;
  cursor: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.table-row-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  min-width: 1720px;
  display: grid;
  position: relative;
}

.table-row-wrapper:hover {
  background-color: var(--blue-liberte-20);
}

.table-header-wrapper {
  min-width: 1720px;
  position: relative;
}

.header-bg {
  z-index: 0;
  background-color: var(--blue-liberte-20);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.div-floor-separator {
  background-color: var(--moutarde);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrapper-table-appartements {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.link-block-2 {
  display: flex;
}

.div-annexe-tbl {
  margin-top: 2em;
}

.paragraphe-charges {
  color: var(--black);
}

.tableau-annexe {
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr .25fr;
  margin-top: .5em;
  padding: 1rem;
}

.detail-annexe {
  margin-bottom: 0;
}

.detail-annexe.prix {
  text-align: right;
}

.wrapper-tableau-annexe {
  max-width: 500px;
  margin-top: 2em;
}

.paragraphe-charges-title {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

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

  .div-description {
    width: 100%;
    padding-right: 2em;
  }

  .div-image {
    width: 100%;
    height: 400px;
  }

  .title-vertical {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-h3, .heading-h3.intro {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .paragraph-2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .div-line-horizontal-separator-short.space-up {
    margin-top: 2em;
  }

  .div-space {
    height: 50px;
  }

  .div-footer {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-logo-footer {
    display: flex;
  }

  .year {
    padding-left: 10px;
  }

  .grid-footer {
    grid-row-gap: .6em;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .75fr;
  }

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

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

  .div-containe-hero {
    flex-flow: column;
  }

  .hero-content-wrapper {
    align-items: flex-end;
  }

  .img-label-five-stars {
    width: 12vw;
  }

  .wrapper-quartier {
    flex-flow: column;
    padding-top: 1em;
  }

  .div-quartier-texte, .div-quartier-plan {
    width: 100%;
  }

  .div-blocks-contact {
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: column dense;
    align-self: stretch;
    place-items: start stretch;
    width: 100%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-contact-column.logo {
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    font-size: 3.2rem;
  }

  .div-line-horizontal {
    height: .0625rem;
  }

  .wrapper-contact {
    padding: 4rem 6vw;
  }

  .paragraph-6 {
    margin-bottom: 0;
  }

  .img-logo-footer {
    align-self: flex-start;
    width: 100%;
    height: 200px;
  }

  .img-label-footer {
    width: 70px;
    right: 40%;
  }

  .content-wrapper {
    flex-flow: column;
  }

  .logo-magnum-header {
    margin-top: 8vw;
  }

  .paragraph-11 {
    line-height: 2rem;
  }

  .div-line {
    margin-top: 2em;
  }

  .wrapper-download {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 4em;
  }

  .title-h4 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .div-title {
    margin-bottom: 0;
  }

  .div-description {
    padding-top: 0;
    padding-bottom: 1em;
  }

  .div-image {
    height: 200px;
  }

  .heading-h3, .heading-h3.intro {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .paragraph-description {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .paragraph-2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .list-item-description {
    font-size: 1rem;
  }

  .div-footer {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div-logo-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .handcrafted {
    text-align: center;
  }

  .year {
    text-align: center;
    padding-left: 10px;
  }

  .grid-footer {
    grid-column-gap: 4px;
    grid-row-gap: .4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
    justify-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .img-logo {
    width: 24em;
  }

  .hero-bg {
    background-image: linear-gradient(180deg, #0000 24%, var(--blue-liberte) 77%), linear-gradient(to bottom, #0003, #0003), url('../images/leliberte-main-img.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .div-blocks-contact {
    align-self: flex-start;
    justify-items: start;
  }

  .mail, .adresse {
    font-size: 1rem;
  }

  .city {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .phone {
    font-size: 1rem;
  }

  .wrapper-contact {
    padding-bottom: 6rem;
  }

  .tagline-footer, .paragraph-6 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .title-footer {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .img-logo-footer {
    height: 120px;
  }

  .img-label-footer {
    width: 50px;
    right: 35%;
  }

  .wrapper-photos {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .div-img-random {
    flex: 0 auto;
    width: 100%;
    height: 200px;
  }

  .div-img-random._2 {
    width: 100%;
    height: 200px;
  }

  .div-img-random._4 {
    height: 200px;
  }

  .div-img-random._5 {
    width: 100%;
    height: 200px;
  }

  .div-img-random._8 {
    height: 200px;
  }

  .image-6 {
    height: 30px;
  }

  .paragraph-8, .paragraph-9 {
    font-size: 1rem;
  }

  .paragraph-10 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .paragraph-11, .signature-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .signature-name {
    font-size: 2.6rem;
  }

  .image-7 {
    width: 100px;
  }

  .paragraph-12 {
    font-size: 1rem;
  }

  .wrapper-download {
    padding-bottom: 2em;
  }

  .wrapper-focus-activite {
    flex-flow: column;
  }

  .wrapper-50 {
    width: 100%;
  }

  .title-h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .div-img {
    height: 300px;
    margin-top: 2em;
  }

  .div-img-wellness {
    height: 300px;
  }

  .table-scroll {
    padding-top: 0;
  }

  .paragraph-cell-header, .paragraph-cell, .class-dispo, .plan-text, .paragraphe-charges-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .div-logo-footer {
    justify-content: flex-start;
  }

  .grid-footer {
    grid-row-gap: .6em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .75fr;
  }

  .div-social {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
  }

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

  .img-logo {
    align-self: center;
    width: 80%;
  }

  .hero-content-wrapper {
    bottom: 15%;
  }

  .div-blocks-contact {
    grid-row-gap: 2em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .mail {
    font-size: 1em;
    line-height: 1.2;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .adresse {
    line-height: 1.4rem;
  }

  .link-block-phone {
    flex-direction: column;
    align-items: flex-start;
  }

  .city {
    margin-bottom: .4rem;
    font-size: 1.6rem;
  }

  .phone {
    font-size: 1em;
    line-height: 1.4;
  }

  .wrapper-contact {
    padding-bottom: 4rem;
  }

  .paragraph-11, .signature-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .signature-name {
    font-size: 2.4rem;
  }

  .image-7 {
    width: 100px;
  }

  .tableau-annexe {
    grid-template-columns: 1fr .5fr;
  }
}

#w-node-_4eb7e04d-7534-86a5-9268-e15f3956d861-8f7716c7, #w-node-_81002221-93b3-772a-9352-31099213cda6-8f7716c7, #w-node-_58b4df19-ad3e-b0cf-cdd6-c705a30bd055-8f7716c7, #w-node-fd77064f-9812-63ac-cff9-3ae5c10911a6-8f7716c7, #w-node-_6c3a7815-c701-8f3b-a507-bcb50c195afe-8f7716c7, #w-node-ccb998fe-d580-de90-5074-fbefd0346552-8f7716c7, #w-node-_8ec87015-57ff-1fbb-c7bd-3af4f231a4a9-8f7716c7, #w-node-_6f73385c-1eeb-cb2a-7db9-005edc4ec069-8f7716c7, #w-node-a4d5b545-a46c-0a89-e9b9-62a31bcad2d0-8f7716c7, #w-node-b3a8d06d-ba4a-1c00-9bdd-062e95085404-8f7716c7, #w-node-bfb512ce-fcd6-ba9c-6327-293a59575c8e-8f7716c7, #w-node-_103b2aea-d389-ebc1-ab21-3f0443c91fea-8f7716c7, #w-node-_255eee40-c7a6-2048-cd4d-ab95367fe939-8f7716c7, #w-node-_0c843619-ed57-6076-3894-d7578fcfa0ca-8f7716c7, #w-node-_1ca2c986-0688-6b41-8e4a-39900522ed5e-8f7716c7, #w-node-_8691feba-4cc6-55e1-0965-bd59d4d6ba5a-8f7716c7, #w-node-f0c87951-a73a-a567-016b-2efa0d34e314-8f7716c7, #w-node-_6e1bd99e-741b-6ae5-f8ac-e564eb4849f6-8f7716c7, #w-node-c03ba18f-6d43-f5a9-0b75-2108cced230e-8f7716c7, #w-node-f78013f9-6ec4-4112-699e-bdb651fa7b0a-8f7716c7, #w-node-_66b3e29c-4726-dc19-cb2b-096f1a103eb2-8f7716c7, #w-node-_31558c7a-c007-c9a8-0b1d-86b1ed3f1797-8f7716c7, #w-node-_4b118adb-3a2e-7607-68d9-69e58d639374-8f7716c7, #w-node-_871f1b5b-9aa7-1e06-2dea-b62f4216c53f-8f7716c7, #w-node-bdb0da81-8313-4000-7453-203ffc77d73d-8f7716c7, #w-node-_13f174ce-1005-467f-7cf3-f68bad9c4490-8f7716c7, #w-node-_8e02b312-2485-1a4e-8fe4-c02f06dc1026-8f7716c7, #w-node-_7ef1ce63-ac67-2296-f45e-7a83115a5bd3-8f7716c7, #w-node-_34b2706a-b533-0a00-767e-b750e3e08989-8f7716c7, #w-node-_626d75c0-1d64-1236-6bd1-9e69c1b6ad6e-8f7716c7, #w-node-daa2181c-a16d-62a6-63c5-c5ac8217041b-8f7716c7, #w-node-_741114e6-9a11-77d8-5e2a-b17ddd415530-8f7716c7, #w-node-c906da2e-18ff-c3f4-e3f7-91bafa0db5f6-8f7716c7, #w-node-_5a6c8b0b-1f0f-42e2-1d14-4e45a4762b4e-8f7716c7, #w-node-c2a9c49b-a0c7-f213-aeed-fdcf9ebccb1d-8f7716c7, #w-node-_585ad543-f3a7-9f36-8656-a7431de44cf8-8f7716c7, #w-node-_58978c3b-b9da-b865-82fb-e577f6a45067-8f7716c7, #w-node-_9d00a7eb-abd9-13a1-9970-78523a2d2407-8f7716c7, #w-node-fb843fa1-0bb1-4e55-adc8-67d0c62ad9b9-8f7716c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_071dc331-1c9e-8de4-900f-271d13ec30fb-8f7716c7 {
  place-self: start;
}

#w-node-_071dc331-1c9e-8de4-900f-271d13ec30fc-8f7716c7 {
  order: 0;
  align-self: start;
}

#w-node-_071dc331-1c9e-8de4-900f-271d13ec310a-8f7716c7 {
  order: 0;
  place-self: start;
}

#w-node-_7be28d18-0742-94c6-6140-538c4a4586c5-8f7716c7 {
  place-self: center start;
}

#w-node-_7be28d18-0742-94c6-6140-538c4a4586c7-8f7716c7 {
  align-self: center;
}

#w-node-_7be28d18-0742-94c6-6140-538c4a4586c9-8f7716c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be28d18-0742-94c6-6140-538c4a4586cb-8f7716c7 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_7be28d18-0742-94c6-6140-538c4a4586cf-8f7716c7 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f39fea30-6fc0-77b8-1484-e6ab45aa61f8-8f7716c7 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8c726bb0-cdac-f8c3-0418-a02060398f64-8f7716c7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_071dc331-1c9e-8de4-900f-271d13ec30fb-8f7716c7 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: auto start;
  }

  #w-node-_071dc331-1c9e-8de4-900f-271d13ec30fc-8f7716c7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_071dc331-1c9e-8de4-900f-271d13ec310a-8f7716c7 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586c9-8f7716c7 {
    justify-self: end;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586cb-8f7716c7 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586cf-8f7716c7 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7be28d18-0742-94c6-6140-538c4a4586c5-8f7716c7 {
    place-self: center start;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586c7-8f7716c7 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586c9-8f7716c7 {
    justify-self: end;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586cb-8f7716c7 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586cf-8f7716c7 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_071dc331-1c9e-8de4-900f-271d13ec30fb-8f7716c7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-_071dc331-1c9e-8de4-900f-271d13ec30fc-8f7716c7 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_071dc331-1c9e-8de4-900f-271d13ec310a-8f7716c7 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586c5-8f7716c7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586c9-8f7716c7 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586cb-8f7716c7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_7be28d18-0742-94c6-6140-538c4a4586cf-8f7716c7 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Meowscript';
  src: url('../fonts/MeowScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Cookie';
  src: url('../fonts/Cookie-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}