@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;
  --light-grey: #80808c;
  --blue-liberte-20: #29677480;
  --moutarde: #caac24;
}

.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;
  position: static;
}

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

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

.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;
  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(--blue-liberte);
}

.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(--blue-liberte);
}

.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(--blue-liberte);
}

.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: #61eeea;
}

.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/espace-jeux-enfants.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/Verger_1.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: 1930px;
  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;
}

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

@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-space {
    height: 4px;
  }

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

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

#w-node-_4eb7e04d-7534-86a5-9268-e15f3956d861-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;
}