@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap");
:root {
  --in: 40px;
}
@media screen and (max-width: 500px) {
  :root {
    --in: 24px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: none;
  font-family: "Bricolage Grotesque", sans-serif;
}

::-moz-selection {
  background-color: hsl(340, 80%, 90%);
  color: hsl(350, 75%, 40%);
}

::selection {
  background-color: hsl(340, 80%, 90%);
  color: hsl(350, 75%, 40%);
}

.pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  max-width: 100vw;
  min-height: 100dvh;
  padding-top: 80px;
}
.pages .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 56px;
  padding: 16px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.2s ease;
  background-color: hsl(350, 75%, 40%);
  color: white;
}
.pages .btn-primary:hover {
  transform: scale(0.98);
}
.pages .btn-primary:active {
  transform: scale(0.96);
}
@media screen and (max-width: 500px) {
  .pages .btn-primary {
    width: 100%;
  }
}
.pages .btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 56px;
  padding: 16px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.2s ease;
  background-color: hsl(40, 16%, 93%);
  color: hsl(40, 4%, 8%);
}
.pages .btn-secondary:hover {
  transform: scale(0.98);
}
.pages .btn-secondary:active {
  transform: scale(0.96);
}
@media screen and (max-width: 500px) {
  .pages .btn-secondary {
    width: 100%;
  }
}
.pages .btn-reverse {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 56px;
  padding: 16px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.2s ease;
  background-color: white;
  color: hsl(40, 4%, 8%);
}
.pages .btn-reverse:hover {
  transform: scale(0.98);
}
.pages .btn-reverse:active {
  transform: scale(0.96);
}
@media screen and (max-width: 500px) {
  .pages .btn-reverse {
    width: 100%;
  }
}

.pages_header {
  width: 100vw;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 16px 16px;
  gap: 24px;
  z-index: 999;
  position: fixed;
  top: 0px;
}
.pages_header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.pages_header .left .logo {
  height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pages_header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  flex: 1;
}
.pages_header .right .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pages_header .right .navigation a {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s ease;
  padding: 8px;
  cursor: pointer;
}
.pages_header .right .navigation a:hover {
  color: hsl(350, 75%, 40%);
}
.pages_header .right .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.pages_header .right .actions .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 56px;
  padding: 16px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.2s ease;
  background-color: hsl(350, 75%, 40%);
  color: white;
  height: 48px;
}
.pages_header .right .actions .btn-primary:hover {
  transform: scale(0.98);
}
.pages_header .right .actions .btn-primary:active {
  transform: scale(0.96);
}
@media screen and (max-width: 500px) {
  .pages_header .right .actions .btn-primary {
    width: 100%;
  }
}
.pages_header .right .actions .btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 56px;
  padding: 16px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.2s ease;
  background-color: hsl(40, 16%, 93%);
  color: hsl(40, 4%, 8%);
  height: 48px;
}
.pages_header .right .actions .btn-secondary:hover {
  transform: scale(0.98);
}
.pages_header .right .actions .btn-secondary:active {
  transform: scale(0.96);
}
@media screen and (max-width: 500px) {
  .pages_header .right .actions .btn-secondary {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .pages_header .right .navigation {
    display: none;
  }
}

.pages_footer {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 180px 0px;
  padding-bottom: 0px;
  background-color: hsl(350, 75%, 40%);
}
.pages_footer .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  gap: 80px;
  overflow: hidden;
}
.pages_footer .content .logo {
  width: 100%;
  margin-bottom: -8px;
}
.pages_footer .content .credit {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  color: white;
}
@media screen and (max-width: 800px) {
  .pages_footer .content .credit {
    font-size: 16px;
  }
}
.pages_footer .content .credit a {
  font-family: "La Belle Aurore", cursive;
  font-size: 24px;
  text-decoration: none;
  color: white;
  vertical-align: middle;
}

.page_home_hero {
  width: 100vw;
  min-height: calc(100dvh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 180px calc(var(--in) + 16px);
  background-image: url("../../images/cours.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
  position: relative;
}
.page_home_hero .content {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  z-index: 1;
}
.page_home_hero .content h1 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 140px;
  line-height: 0.9;
  font-weight: 700;
  font-variation-settings: "wdth" 85;
  color: hsl(40, 4%, 8%);
  width: 100%;
  text-align: center;
  color: white;
}
@media screen and (max-width: 1200px) {
  .page_home_hero .content h1 {
    font-size: 96px;
  }
}
@media screen and (max-width: 800px) {
  .page_home_hero .content h1 {
    font-size: 64px;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .page_home_hero .content h1 {
    font-size: 48px;
    font-weight: 600;
  }
}
@media screen and (max-width: 800px) {
  .page_home_hero .content h1 {
    text-align: left;
  }
}
.page_home_hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.page_home_about {
  width: 100vw;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 180px 16px;
  z-index: 1;
}
.page_home_about .content {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.page_home_about .content .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  padding: 0px var(--in);
}
.page_home_about .content .desc .paragraph-large {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .page_home_about .content .desc .paragraph-large {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .page_home_about .content .desc .paragraph-large {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .page_home_about .content .desc .paragraph-large {
    font-size: 20px;
  }
}
.page_home_about .content .desc .paragraph-large .metro {
  display: inline;
  vertical-align: middle;
  height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 800px) {
  .page_home_about .content .desc .paragraph-large {
    text-align: left;
  }
}
.page_home_about .content .desc .btn-primary {
  margin-top: 48px;
}
@media screen and (max-width: 800px) {
  .page_home_about .content .desc {
    align-items: flex-start;
  }
}
.page_home_horaires {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  margin-top: 200px;
}
.page_home_horaires .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: hsl(340, 80%, 90%);
  position: relative;
  border-radius: 12px;
  padding: var(--in);
  padding-bottom: 180px;
  gap: 80px;
}
.page_home_horaires .body .illustration {
  display: flex;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: -350px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
.page_home_horaires .body .illustration img {
  height: 700px;
}
.page_home_horaires .body .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page_home_horaires .body .content h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 140px;
  line-height: 0.9;
  font-weight: 700;
  font-variation-settings: "wdth" 85;
  color: hsl(40, 4%, 8%);
  text-align: center;
  color: hsl(350, 75%, 40%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1200px) {
  .page_home_horaires .body .content h2 {
    font-size: 96px;
  }
}
@media screen and (max-width: 800px) {
  .page_home_horaires .body .content h2 {
    font-size: 64px;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .page_home_horaires .body .content h2 {
    font-size: 48px;
    font-weight: 600;
  }
}
.page_home_horaires .body .content .actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}
@media screen and (max-width: 800px) {
  .page_home_horaires .body .illustration img {
    height: 600px;
  }
}
@media screen and (max-width: 500px) {
  .page_home_horaires .body .illustration img {
    height: 400px;
  }
  .page_home_horaires .body .content h2 {
    width: 100%;
  }
}
.page_home_niveaux {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 180px 16px;
  z-index: 1;
}
.page_home_niveaux .body {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px var(--in);
}
.page_home_niveaux .body p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 820px;
}
@media screen and (max-width: 800px) {
  .page_home_niveaux .body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .page_home_niveaux .body p {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .page_home_niveaux .body p {
    font-size: 20px;
  }
}
.page_home_niveaux .body p strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0px 6px;
  background-color: hsl(340, 80%, 90%);
  color: hsl(350, 75%, 40%);
}
@media screen and (max-width: 800px) {
  .page_home_niveaux .body p strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .page_home_niveaux .body p strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .page_home_niveaux .body p strong {
    font-size: 20px;
  }
}
.page_home_niveaux .body p strong:first-child {
  background-color: hsl(350, 75%, 40%);
  color: white;
}
@media screen and (max-width: 800px) {
  .page_home_niveaux .body p {
    text-align: left;
  }
}
.page_home_tarifs {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 180px 16px;
  background-color: hsl(40, 16%, 97%);
  z-index: 1;
  position: relative;
}
.page_home_tarifs .title {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px var(--in);
}
.page_home_tarifs .title h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  font-variation-settings: "wdth" 85;
  color: hsl(40, 4%, 8%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .page_home_tarifs .title h2 {
    font-size: 48px;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .page_home_tarifs .title h2 {
    font-size: 40px;
    font-weight: 600;
  }
}
.page_home_tarifs .title p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  width: 100%;
  max-width: 550px;
  text-align: center;
  color: hsl(40, 4%, 55%);
  margin-top: 24px;
}
@media screen and (max-width: 800px) {
  .page_home_tarifs .title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .page_home_tarifs .title h2,
  .page_home_tarifs .title p {
    text-align: left;
    max-width: none;
  }
}
.page_home_tarifs .items {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 64px;
}
.page_home_tarifs .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  background-color: white;
  position: relative;
  padding: var(--in);
}
.page_home_tarifs .items .item .label {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .page_home_tarifs .items .item .label {
    font-size: 16px;
  }
}
.page_home_tarifs .items .item .price {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  font-variation-settings: "wdth" 85;
  color: hsl(40, 4%, 8%);
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .page_home_tarifs .items .item .price {
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .page_home_tarifs .items .item .price {
    font-size: 36px;
    font-weight: 600;
  }
}
.page_home_tarifs .items .item .desc {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  text-align: center;
  color: hsl(40, 4%, 8%);
  margin-top: 24px;
  max-width: 300px;
}
@media screen and (max-width: 800px) {
  .page_home_tarifs .items .item .desc {
    font-size: 16px;
  }
}
.page_home_tarifs .items .item .unite {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  font-size: 14px !important;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  color: hsl(40, 4%, 55%);
}
@media screen and (max-width: 800px) {
  .page_home_tarifs .items .item .unite {
    font-size: 16px;
  }
}
.page_home_tarifs .items .item .btn-primary, .page_home_tarifs .items .item .btn-secondary {
  width: 100%;
  margin-top: 48px;
}
.page_home_tarifs .items .item:first-child .price {
  color: hsl(350, 75%, 40%);
}
@media screen and (max-width: 1200px) {
  .page_home_tarifs .items {
    grid-template-columns: 1fr;
  }
}
.page_home_tarifs .deco {
  position: absolute;
  transform: translateY(-50%);
  height: 400px;
  top: 0px;
  right: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page_home_tarifs .deco:last-child {
  top: 100%;
  bottom: 0px;
  left: 0px;
  right: auto;
}
@media screen and (max-width: 800px) {
  .page_home_tarifs .deco {
    height: 250px;
  }
}
.page_home_lou {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_home_lou .paralax {
  width: 100vw;
  height: 75dvh;
  background-image: url("../../../images/salle.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.page_home_lou .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  padding: 0px 16px;
  margin-top: -200px;
}
.page_home_lou .body .portrait {
  width: 100%;
  max-width: 300px;
  height: 400px;
  border-radius: 12px;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 500px) {
  .page_home_lou .body .portrait {
    max-width: none;
  }
}
.page_home_lou .body .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 180px var(--in);
  padding-top: 100px;
}
.page_home_lou .body .content .paragraph {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  width: 100%;
  max-width: 730px;
}
@media screen and (max-width: 800px) {
  .page_home_lou .body .content .paragraph {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .page_home_lou .body .content .paragraph {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .page_home_lou .body .content .paragraph {
    text-align: left;
  }
}
.page_home_access {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 180px 16px;
  z-index: 1;
  background-color: hsl(40, 16%, 97%);
}
.page_home_access .body {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}
.page_home_access .body img {
  width: 100%;
  border-radius: 12px;
}
.page_home_access .body .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: var(--in);
}
.page_home_access .body .content h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  font-variation-settings: "wdth" 85;
  color: hsl(40, 4%, 8%);
  width: 100%;
}
@media screen and (max-width: 800px) {
  .page_home_access .body .content h2 {
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .page_home_access .body .content h2 {
    font-size: 36px;
    font-weight: 600;
  }
}
.page_home_access .body .content .contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-top: 48px;
}
.page_home_access .body .content .contact .adress {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  font-variation-settings: "wdth" 85;
  color: hsl(40, 4%, 8%);
  width: 100%;
}
@media screen and (max-width: 800px) {
  .page_home_access .body .content .contact .adress {
    font-size: 28px;
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .page_home_access .body .content .contact .adress {
    font-size: 24px;
    font-weight: 500;
  }
}
.page_home_access .body .content .contact .infos {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  color: hsl(350, 75%, 40%);
}
@media screen and (max-width: 800px) {
  .page_home_access .body .content .contact .infos {
    font-size: 16px;
  }
}
.page_home_access .body .content .access {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
.page_home_access .body .content .access span {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  font-variation-settings: "wdth" 95;
  color: hsl(40, 4%, 8%);
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .page_home_access .body .content .access span {
    font-size: 16px;
  }
}
.page_home_access .body .content .access span svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 800px) {
  .page_home_access .body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=styles.css.map */