*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  background-color: #cf7c66;
  color: #FFFFFF;
}

::selection {
  background-color: #cf7c66;
  color: #FFFFFF;
}

img {
  display: block;
  max-width: 100%;
}

body {
  container-type: inline-size;
  background-color: #f8f2ee;
  background-image: url("assets/lisa-dots.svg"), url("assets/lisa-dots.svg"), url("assets/lisa-dots.svg");
  background-size: 550px 550px, 420px 420px, 680px 680px;
  background-position: 0 0, 130px 90px, 60px 300px;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 3em;
  font-family: "Pompiere", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

h3 {
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  font-size: 1.2em;
  line-height: 1.5;
}

g {
  color: #cf7c66;
  font-weight: 600;
}

a {
  color: #151515;
  text-decoration: none;
  transition: color 0.3s ease;
}

.inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bg-splash {
  position: relative;
  background-image: url("assets/lisa-splash.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 3em;
}

.bg-splash--contain {
  background-size: 100% 100%;
  text-align: justify;
}

button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  white-space: nowrap;
  width: 300px;
  font-size: 1.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 0.5em 2em;
  border: solid 2px #cf7c66;
  border-radius: 50px;
  background-color: #cf7c66;
  color: #f8f2ee;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.45s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
button:hover {
  box-shadow: 0 0 10px rgba(207, 124, 102, 0.6), 0 0 20px rgba(207, 124, 102, 0.4);
  transform: scale(1.05);
}
button:active {
  transform: scale(0.98);
}
button img {
  display: inline-block;
  height: 20px;
  width: auto;
}

nav {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 2;
  justify-content: space-between;
  border-bottom: solid 10px #cf7c66;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
nav .logo {
  width: 80px;
  height: 80px;
  margin-left: 50px;
  transition: all 0.45s ease;
}
nav img:hover {
  -webkit-text-decoration: underline 2px #cf7c66;
          text-decoration: underline 2px #cf7c66;
  scale: 1.09;
}
nav a {
  color: #151515;
  text-decoration: none;
}
nav .actions {
  display: flex;
  justify-content: end;
  margin-top: 25px;
  margin-right: 3em;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  gap: 2em;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
}
nav .actions a {
  transition: all 0.45s ease;
}
nav .actions a:hover {
  -webkit-text-decoration: underline 2px #cf7c66;
          text-decoration: underline 2px #cf7c66;
  scale: 1.09;
}

footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: solid 2px #cf7c66;
  gap: 0.5em;
  padding: 2em;
  background-color: #cf7c66;
  color: #f8f2ee;
}
footer h2 {
  font-size: 2em;
}
footer p {
  font-size: 1em;
}
footer a {
  color: #f8f2ee;
  text-decoration: none;
}
footer a:hover {
  -webkit-text-decoration: underline 2px #f8f2ee;
          text-decoration: underline 2px #f8f2ee;
}

header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Pompiere", sans-serif;
  color: #f8f2ee;
  font-size: 2.6em;
  font-weight: 100;
  background-color: rgba(207, 124, 102, 0.8);
  width: 100%;
  height: 120px;
}

.container {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0px 18em;
  gap: 3.5em;
  padding-top: 10em;
  padding-bottom: 20em;
  font-family: "Montserrat", sans-serif;
}
.container .profil {
  display: flex;
  margin: 3em;
  padding: 2em;
  background-color: #f9f9f9;
  border-bottom: solid 2px #cf7c66;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.container .profil > img {
  width: 640px;
  height: 320px;
  border-radius: 15px;
  transform: scaleX(-1);
}
.container .profil .infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8em;
  width: 100%;
}
.container .profil .infos h4 {
  font-size: 1.7em;
  font-weight: 500;
}
.container .profil .infos p {
  font-size: 1.2em;
  font-weight: 400;
}
.container .profil .doctolib {
  height: 30px;
  margin-bottom: 3px;
  vertical-align: middle;
  width: auto;
}
.container .intro {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin: 1em 3em;
  padding: 3em;
}
.container .review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
  margin: 1em 3em;
}
.container .place {
  display: flex;
  flex-direction: column;
  margin: 1em 3em;
  padding: 2em;
  background-color: #f9f9f9;
  border-bottom: solid 2px #cf7c66;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.container .place .inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
.container .place .inline .address {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 450px;
}
.container .place .inline h3 {
  font-size: 1.2em;
  font-weight: 400;
}
.container .place .inline iframe {
  border-radius: 15px;
  flex-shrink: 0;
  width: 512px;
  height: 256px;
}
.container .place p {
  margin-top: 2em;
}
.container .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  margin: 1em 2em;
}
.container .contact .inline {
  gap: 0.8em;
}
.container .contact i {
  font-size: 2em;
  color: #cf7c66;
}
.container .contact .infos {
  gap: 2.8em;
}
.container .contact a {
  text-decoration: none;
  font-size: 1.5em;
}
.container .contact p {
  font-size: 1.5em;
}
.container .contact a:hover {
  -webkit-text-decoration: underline 2px #cf7c66;
          text-decoration: underline 2px #cf7c66;
}

.consult h2 {
  text-align: center;
  padding: 0.8em;
}
.consult .column {
  gap: 2em;
  padding: 3em;
  text-align: justify;
  height: 100%;
  background-color: #f9f9f9;
  border-bottom: solid 2px #cf7c66;
  border-right: solid 2px #cf7c66;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.45s ease;
}
.consult .column h3 {
  font-size: 1.8em;
}
.consult .column:hover {
  scale: 1.03;
}

.tarifs {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 3em;
  padding-bottom: 5em;
}
.tarifs h2 {
  text-align: center;
  padding: 1em;
}
.tarifs .table-container .table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tarifs .table-container .table .banner {
  padding: 20px;
  text-align: center;
  height: 100%;
  background-color: #f9f9f9;
  border-bottom: solid 2px #cf7c66;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.45s ease;
}
.tarifs .table-container .table .banner h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 0;
  color: #151515;
}
.tarifs .table-container .table .banner p {
  margin: 1em 0;
  color: #555555;
  font-size: 1em;
  text-align: center;
}
.tarifs .table-container .table .banner:hover {
  scale: 1.03;
}
.tarifs .column {
  gap: 1em;
  padding: 2em;
  text-align: center;
  height: 100%;
}
.tarifs .column p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.inb {
  padding-bottom: 5em;
  align-items: center;
  gap: 5em;
}
.inb h2 {
  text-align: center;
  padding-top: 2em;
}
.inb p {
  text-align: justify;
}
.inb .table-container .table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.inb .table-container .table .banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  text-align: center;
  min-height: 300px;
  width: 300px;
  background-color: #f9f9f9;
  border-bottom: solid 2px #cf7c66;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.45s ease;
}
.inb .table-container .table .banner h3 {
  font-size: 2em;
  line-height: 1.2;
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inb .table-container .table .banner p {
  margin: 1em 0;
  color: #555555;
  font-size: 1.5em;
  text-align: center;
}
.inb .table-container .table .banner:hover {
  scale: 1.03;
}
.inb .intro-inb {
  gap: 3em;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.inb .intro-inb p {
  flex: 0 1 30em;
  text-align: center;
}
.inb .intro-inb .balance-img {
  width: auto;
  max-height: 480px;
  flex-shrink: 0;
}
.inb .howto-text {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: auto;
  margin-left: calc(50% - 50cqw);
  margin-right: calc(50% - 50cqw);
  background-color: #FFFFFF;
  padding: 3em 18em;
}
.inb .schema-img {
  width: 50%;
  padding: 20px;
  background-color: #f9f9f9;
  border-bottom: solid 2px #cf7c66;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.45s ease;
}
.inb .schema-img:hover {
  scale: 1.03;
}

.hamburger {
  display: none;
}

.nav-toggle {
  display: none;
}

@media (min-width: 1441px) {
  .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1440px) {
  .container {
    margin: 0 8em;
  }
  .howto-text {
    padding-left: 8em;
    padding-right: 8em;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2.2em;
  }
  h3 {
    font-size: 1.6em;
  }
  .bg-splash {
    background-image: none;
    background-color: #FFFFFF;
    color: #151515;
  }
  nav .logo {
    width: 65px;
    height: 65px;
    margin-left: 20px;
  }
  nav .actions {
    font-size: 1.2em;
    gap: 1em;
    margin-right: 1.5em;
    margin-top: 20px;
  }
  button {
    width: 250px;
  }
  .container {
    margin: 0 2em;
    gap: 3em;
  }
  .container .profil {
    flex-direction: column;
    align-items: center;
    margin: 1em 0;
  }
  .container .profil img {
    width: 100%;
    height: auto;
  }
  .container .intro {
    margin: 0;
    padding: 1.5em;
  }
  .container .place .inline {
    flex-direction: column;
    gap: 1.5em;
  }
  .container .place .inline .address {
    max-width: 100%;
  }
  .container .place .inline iframe {
    width: 100%;
    height: 300px;
  }
  .container .contact .infos {
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
  }
  .tarifs {
    flex-direction: column;
  }
  .tarifs .table-container .table {
    grid-template-columns: repeat(2, 1fr);
  }
  .inb .table-container .table {
    grid-template-columns: repeat(2, 1fr);
  }
  .inb .table-container .table .banner {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
  .inb .schema-img {
    width: 70%;
  }
  .inb .intro-inb {
    flex-direction: column;
  }
  .inb .intro-inb p {
    flex: none;
  }
  .inb .intro-inb .balance-img {
    max-height: 300px;
  }
  .inb .howto-text {
    padding-left: 2em;
    padding-right: 2em;
  }
  .rgpd ul {
    margin-right: 1em;
  }
  .rgpd ul li {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 599px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    margin-right: 1.5em;
    padding: 5px;
  }
  .hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #cf7c66;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  .nav-toggle:checked ~ .actions {
    display: flex !important;
  }
  .nav-toggle:checked ~ .hamburger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .nav-toggle:checked ~ .hamburger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .nav-toggle:checked ~ .hamburger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  nav {
    flex-wrap: wrap;
  }
  nav .logo {
    width: 55px;
    height: 55px;
    margin-left: 12px;
  }
  nav .actions {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    gap: 0;
    margin: 0;
    padding: 0.5em 0;
    background-color: #FFFFFF;
    border-top: 1px solid rgba(207, 124, 102, 0.3);
  }
  nav .actions a {
    padding: 0.9em 1em;
    border-bottom: 1px solid rgba(207, 124, 102, 0.1);
  }
  nav .actions a:last-child {
    border-bottom: none;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.3em;
  }
  p {
    font-size: 1em;
  }
  header h1 {
    font-size: 1.3em;
    height: auto;
    padding: 1em 1.5em;
    text-align: center;
    line-height: 1.4;
  }
  button {
    width: 100%;
    max-width: 280px;
    font-size: 1em;
  }
  .container {
    margin: 0 0.8em;
    gap: 2em;
    padding-bottom: 3em;
  }
  .container .profil {
    flex-direction: column;
    align-items: center;
    margin: 0.5em 0;
    padding: 1em;
  }
  .container .profil img {
    width: 100%;
    height: auto;
  }
  .container .profil .infos {
    gap: 1em;
    margin-top: 1em;
    width: 100%;
  }
  .container .intro {
    margin: 0;
    padding: 1em;
    gap: 1.5em;
  }
  .container .review {
    margin: 0;
  }
  .container .place {
    margin: 0;
    padding: 1em;
  }
  .container .place .inline {
    flex-direction: column;
    gap: 1em;
  }
  .container .place .inline .address {
    max-width: 100%;
    gap: 1em;
    text-align: center;
  }
  .container .place .inline iframe {
    width: 100%;
    height: 220px;
  }
  .container .contact .infos {
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
  }
  .container .contact p {
    overflow-wrap: break-word;
    word-break: break-all;
    max-width: calc(100vw - 4em);
  }
  .consult .column:hover {
    scale: 1;
  }
  .tarifs {
    flex-direction: column;
    padding-bottom: 3em;
  }
  .tarifs .table-container .table {
    grid-template-columns: 1fr;
  }
  .tarifs .table-container .table .banner:hover {
    scale: 1;
  }
  .inb .table-container .table {
    grid-template-columns: 1fr;
  }
  .inb .table-container .table .banner {
    width: 100%;
    height: auto;
    min-height: 160px;
  }
  .inb .schema-img {
    width: 100%;
  }
  .inb .schema-img:hover {
    scale: 1;
  }
  .inb .intro-inb .balance-img {
    max-height: 240px;
  }
  .inb .howto-text {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
  .rgpd {
    padding: 0 1em 2em;
  }
  .rgpd ul {
    margin-right: 0;
  }
  .rgpd ul li {
    grid-template-columns: 1fr;
  }
  .rgpd ul li::before {
    text-align: left;
    padding-right: 0;
    padding-bottom: 0.3em;
  }
  footer {
    padding: 1.5em 1em;
  }
  footer h2 {
    font-size: 1.5em;
  }
  footer p {
    font-size: 0.9em;
  }
}
.rgpd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2em;
}
.rgpd ul {
  list-style: none;
  margin-right: 10em;
}
.rgpd ul li {
  display: grid;
  grid-template-columns: 400px 1fr;
  margin-bottom: 1em;
}
.rgpd ul li::before {
  content: attr(data-label);
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
}
.rgpd h2 {
  text-align: center;
  padding: 1em;
}
.rgpd p {
  text-align: justify;
}/*# sourceMappingURL=app.css.map */