/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "PPMori-Regular";
  src: url(../fonts/PPMori-Regular.otf);
}
@font-face {
  font-family: "PPMori-SemiBold";
  src: url(../fonts/PPMori-SemiBold.otf);
}
@font-face {
  font-family: "Inter-Medium";
  src: url("/fonts/inter/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("/fonts/inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("/fonts/inter/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("/fonts/inter/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("/fonts/inter/Inter_18pt-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Black";
  src: url("/fonts/inter/Inter_18pt-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter-Regular";
  font-size: 18px;
  color: #101010;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100dvh;
}
@media (max-width: 1000px) {
  body {
    font-family: "Inter-Regular";
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  body main {
    max-width: 500px;
  }
}
body a {
  color: #101010;
}
body a.text-anim-hover::after {
  display: block;
  content: "";
  background-color: #101010;
  width: 0;
  height: 1px;
  transition: width 0.4s ease;
}
body a.text-anim-hover:hover::after {
  width: 2rem;
}
body img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a.price-line-container-active {
  font-family: "Inter-SemiBold";
}

a.cta {
  text-decoration: none;
  color: #fff;
  background-color: #101010;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
}
a.cta::after {
  content: "Prendre rendez-vous";
}

section.columns {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 1000vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8.3333333333vw - 1px);
  display: none;
}
section.columns div {
  background-color: salmon;
  width: 1px;
  height: 100%;
}

section.mobile-menu {
  z-index: -100;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
section.mobile-menu ul li a {
  text-decoration: none;
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 1000px) {
  section.mobile-menu .cta {
    font-size: 18px;
  }
}

header {
  background-color: #fff;
  z-index: 2;
  position: fixed;
  width: 100%;
  padding: 2rem 0 0.5rem 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  header {
    padding: 1.5rem 0 0.5rem 0;
  }
}
header div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83.3333333333vw;
}
@media (max-width: 1000px) {
  header div {
    width: 100%;
    padding: 0 1rem;
  }
}
header img.menu-burger {
  display: none;
}
@media (max-width: 1000px) {
  header img.menu-burger {
    display: unset;
  }
}
@media (max-width: 1000px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 3rem;
}
header nav ul a {
  text-decoration: none;
}

section.landing {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.3333333333vw;
}
@media (max-width: 1000px) {
  section.landing {
    padding: 0 2rem;
    flex-direction: column-reverse;
    align-items: end;
    gap: 1.5rem;
    max-width: 28rem;
  }
}
section.landing h1.h1-mobile {
  display: none;
  width: 100%;
  font-family: "Inter-SemiBold";
  margin-top: 4rem;
}
@media (max-width: 1000px) {
  section.landing h1.h1-mobile {
    display: unset;
    font-size: 291%;
  }
}
@media (max-width: 500px) {
  section.landing h1.h1-mobile {
    font-size: 6.5vw;
  }
}
section.landing img {
  width: 33.3333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  section.landing img {
    width: 80%;
  }
}
section.landing div {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 25vw;
  margin-bottom: 4rem;
}
@media (max-width: 1000px) {
  section.landing div {
    width: 100%;
    gap: 1.5rem;
  }
}
section.landing div h1 {
  font-family: "Inter-SemiBold";
  font-size: 2dvw;
}
@media (max-width: 1000px) {
  section.landing div h1 {
    display: none;
  }
}
section.landing div li {
  line-height: 1.5;
  list-style-type: disc;
}
@media (max-width: 500px) {
  section.landing div li {
    list-style-type: unset;
  }
}
section.landing div li:not(:last-of-type) {
  margin-bottom: 18px;
}
@media (max-width: 1000px) {
  section.landing div li:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

img.attente {
  width: 100%;
  margin-bottom: 8rem;
}
@media (max-width: 1000px) {
  img.attente {
    margin-bottom: 3rem;
  }
}

section.prices {
  display: flex;
  justify-content: center;
  gap: 8.3333333333vw;
  scroll-margin-top: 9rem;
  margin-bottom: 8rem;
}
@media (max-width: 1000px) {
  section.prices {
    padding: 0 2rem;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 6rem;
  }
}
section.prices nav {
  width: 25vw;
}
@media (max-width: 1000px) {
  section.prices nav {
    width: unset;
  }
}
section.prices nav ul {
  position: sticky;
  top: 144px;
}
@media (max-width: 1000px) {
  section.prices nav ul {
    position: unset;
  }
}
section.prices nav h2 {
  font-family: "Inter-SemiBold";
}
section.prices nav li {
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 1000px) {
  section.prices nav li {
    font-size: 18px;
    line-height: 1.5;
  }
}
section.prices nav li a {
  text-decoration: none;
}
section.prices .price-container {
  width: 50vw;
}
@media (max-width: 1000px) {
  section.prices .price-container {
    width: unset;
  }
}
section.prices .price-line-container {
  scroll-margin-top: 9rem;
}
@media (max-width: 1000px) {
  section.prices .price-line-container {
    scroll-margin-top: 6rem;
  }
}
section.prices .price-line-container h3 {
  font-family: "Inter-SemiBold";
  font-size: 24px;
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  section.prices .price-line-container h3 {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
}
section.prices .price-line-container:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media (max-width: 1000px) {
  section.prices .price-line-container:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
section.prices .price-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #101010;
  padding: 2rem;
}
@media (max-width: 1000px) {
  section.prices .price-line {
    padding: 1.5rem 0.5rem;
  }
}
section.prices .price-line.closed-day p:last-of-type {
  color: grey;
}
section.prices .price-line:first-of-type {
  border-top: solid 1px #101010;
}
section.prices .price-line p:last-of-type {
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-left: 1rem;
}
@media (max-width: 1000px) {
  section.prices .price-line p:first-of-type {
    line-height: 1.5;
  }
}

.swiper {
  width: 50vw;
  max-width: 100dvw;
  margin-bottom: 4rem;
}
@media (max-width: 1000px) {
  .swiper {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 500px) {
  .swiper {
    width: 100%;
    margin-bottom: unset;
  }
}
.swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .container-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 1rem;
}
.swiper .container-pagination .swiper-pagination {
  position: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25rem;
  border-radius: 1rem;
  background-color: rgba(16, 16, 16, 0.4);
  display: flex;
}
.swiper .container-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #999;
  border-radius: 1rem;
  transition: width 0.2s ease;
  opacity: 0.8;
}
.swiper .container-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 0.75rem;
}

footer {
  color: #fff;
  background-color: #101010;
  display: flex;
  justify-content: center;
  width: 100%;
}
footer .container {
  width: 83.3333333333vw;
  margin: 3rem 0 1.5rem 0;
}
@media (max-width: 1000px) {
  footer .container {
    width: 100%;
    margin: 2rem 1rem 1rem 1rem;
  }
}
footer .container ul {
  margin-bottom: 1.5rem;
}
@media (max-width: 1000px) {
  footer .container ul {
    margin-bottom: 1rem;
  }
}
footer .container ul:last-of-type {
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  footer .container ul:last-of-type {
    margin-bottom: 2rem;
  }
}
footer .container ul li {
  line-height: 1.5;
}
footer .container ul li a {
  text-decoration: none;
}
footer .container a {
  color: #fff;
}
footer .container a.text-anim-hover::after {
  background-color: #fff;
  transform: translateY(-2px);
}
footer .container div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer .container div br {
  display: none;
}
@media (max-width: 500px) {
  footer .container div br {
    display: unset;
  }
}
footer .container div p {
  line-height: 1.5;
}
footer .container div img {
  filter: invert(1);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1000px) {
  footer .container div img {
    padding-left: 2rem;
  }
}

section.contenus {
  padding: 0 calc(16.6666666667vw - 8px);
  display: flex;
}
section.contenus .contenu {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
section.contenus .contenu .paragraphes p:not(:last-of-type) {
  margin-bottom: 18px;
}
section.contenus .contenu p {
  line-height: 1.5;
}

section.contenus-homepage {
  gap: 8.3333333333vw;
  margin-bottom: 10rem;
}
section.contenus-homepage .contenu:first-of-type {
  width: 33.3333333333vw;
}
section.contenus-homepage .contenu:first-of-type img {
  width: 25vw;
}
section.contenus-homepage .contenu:last-of-type {
  width: 25vw;
  align-items: end;
}
section.contenus-homepage .contenu:last-of-type img {
  width: 16.6666666667vw;
}

section.legal-mentions {
  margin: 10rem 0;
  line-height: 1.5;
  width: 66.6666666667vw;
}
@media (max-width: 1000px) {
  section.legal-mentions {
    width: unset;
    padding: 0 2rem;
    margin: 5rem 0;
  }
}
section.legal-mentions h1,
section.legal-mentions h2 {
  font-family: "Inter-SemiBold";
  font-size: 24px;
}
@media (max-width: 1000px) {
  section.legal-mentions h1,
  section.legal-mentions h2 {
    font-size: 18px;
  }
}
section.legal-mentions h2 {
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
@media (max-width: 1000px) {
  section.legal-mentions h2 {
    margin-top: 2rem;
  }
}
section.legal-mentions span {
  font-family: "Inter-SemiBold";
}
section.legal-mentions ul li {
  list-style: inside;
}
section.legal-mentions hr {
  border: unset;
  height: 1px;
  background-color: #101010;
  margin: 1rem 0 2rem 0;
  display: none;
}

section.error404 {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 2rem;
  font-size: 18px;
  line-height: 1.5;
}
section.error404 h1 {
  font-family: "Inter-SemiBold";
  font-size: 32px;
}
@media (max-width: 500px) {
  section.error404 br {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */