@charset "UTF-8";
body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

html, body, * {
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fafafa;
  font-family: "Montserrat", sans-serif;
  color: #165f82;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  /* color: #165f82; */
}

main {
  padding: 0 16px;
}

/* Cabin Sketch Bold
font-family: "cabin-sketch-bold", sans-serif;
font-weight: 700;
font-style: normal;
Cabin Sketch Regular
font-family: "cabin-sketch-regular", sans-serif;
font-weight: 400;
font-style: normal; */
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  height: 80px;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
  background: #FAFAFA;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.menu--links {
  margin-top: 0;
  position: absolute;
  width: 100%;
  height: 110vh;
  background-color: #fafafa;
  color: #165f82;
  z-index: 999;
  padding: 150px 40px 0 40px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 600;
  gap: 41px;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translateY(-32px);
}

.menu--links__el {
  color: #165f82;
}

.menu--burger {
  z-index: 1000;
}

.menu--links__hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.menu--links__active {
  color: #69B4B0;
  pointer-events: none;
}

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

.menu--logo svg {
  width: 35px;
  height: auto;
  z-index: 1000;
}

.main--index {
  padding: 0;
}

.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 52px 36px;
  background-color: #d6d6d6;
  background-image: url(../assets/images/intro.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.intro--title {
  font-size: 76px;
  font-family: "cabin-sketch-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 16px;
  z-index: 3;
  color: #69B4B0;
}

.intro--text {
  text-align: center;
  font-size: 16px;
  max-width: 390px;
  font-weight: 500;
  z-index: 3;
  color: #69B4B0;
}

.pres {
  margin-top: 66px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pres p {
  max-width: 500px;
}

.pres--text__big {
  font-size: 20px;
  font-weight: 600;
}

.pres--text__small {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
}

.pres--img {
  width: 80%;
  height: auto;
  margin: 32px 10% 32px 10%;
}

.pres--img:last-of-type {
  margin-top: 0;
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 66px 0;
  padding: 0 16px;
}

.team--btn {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #fafafa;
  background-color: #165f82;
  font-weight: 600;
  padding: 16px 20px;
  border-radius: 15px;
  transition: all ease-out 0.3s;
}

.team--btn:hover {
  background-color: #69B4B0;
}

.body--team {
  padding: 0 16px;
}

.team--title, .tarif--title {
  margin-top: 80px;
  padding: 49px 0;
  border-bottom: 5px solid #165f82;
}

.team--title__big, .tarif--title__big {
  font-size: 39px;
  font-weight: 700;
  text-align: center;
}

.pract--title {
  font-size: 31px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 61px 0 31px 0;
  font-family: "cabin-sketch-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pract--title.pract--title::before {
  content: "—";
  margin-right: 5px;
}
.pract--title.pract--title::after {
  content: "—";
  margin-left: 5px;
}

.pract--card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 32px 16px;
  border-radius: 15px;
  background-color: #fafafa;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}

.pract--card__last {
  margin-bottom: 61px;
}

.pract--card__name {
  text-align: center;
  max-width: 75%;
  font-size: 20px;
}

.card__fam {
  display: block;
}

.pract--card__img {
  width: 75%;
}

.pract--link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #165f82;
  display: inline-flex;
  align-items: center;
  transform: translateX(14px);
  transition: all 0.3s ease-out;
}
.pract--link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: calc(100% - 19px);
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
.pract--link span {
  font-weight: 900;
  margin-left: 5px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease-out;
}

.pract--link:hover {
  color: #69B4B0;
  transform: translateX(0);
}
.pract--link:hover::after {
  width: 100%;
}
.pract--link:hover span {
  opacity: 1;
  transform: translateX(0);
}

.pract--grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.tarif {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 61px;
}

.tarif--small__title {
  font-size: 25px;
  font-weight: 700;
}

.tarif--grp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
}

.tarif--sep {
  width: 60%;
  height: 2px;
  background-color: #165f82;
  margin: 61px 0;
}

.tarif--btn {
  border-radius: 100px;
  background: #165F82;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  padding: 16px 25px;
  margin-top: 49px;
  transition: all 0.3s ease-out;
}
.tarif--btn:last-of-type {
  margin-bottom: 61px;
}

.tarif--btn:hover {
  background-color: #69B4B0;
}

.horaire {
  margin-top: 140px;
}

.contact {
  margin-bottom: 76px;
}

.horaire--title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 31px;
}

.horaire--title__small {
  font-weight: 600;
  font-size: 20px;
  margin: 31px 0 16px 0;
}

.horaire--title__small:first-of-type {
  margin-top: 31px;
}

.hor--txt, .cont--info {
  color: #165f82;
  font-size: 16px;
  -webkit-text-decoration: underline 1px solid;
          text-decoration: underline 1px solid;
}

.hor--txt {
  margin-bottom: 61px;
}

.hc--sep {
  display: none;
}

.medecin--nom {
  font-size: 25px;
  font-weight: 700;
  margin: 141px 0 31px 0;
  text-align: center;
}

.medecin--intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.medecin--photo {
  width: 75%;
  max-width: 290px;
  height: auto;
  display: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.description {
  margin: 39px 0 61px 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form--list, .dipl--list {
  font-size: 16px;
}

.form--list li, .dipl--list li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  max-width: 414px;
}

.form--list li::before, .dipl--list li::before {
  content: "—";
  margin-right: 5px;
}

.difo--title {
  font-size: 20px;
  margin-bottom: 31px;
  text-transform: uppercase;
}

.diplomes {
  margin-bottom: 39px;
}

.medecin--main {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 16px;
}

.backbtn {
  position: absolute;
  top: 100px;
  font-size: 16px;
  color: #165F82;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.backbtn:hover {
  color: #69B4B0;
}

.difo--sep {
  display: none;
}

footer {
  font-size: 12px;
  font-weight: 600;
  color: #FAFAFA;
  background-color: #165f82;
  width: 100%;
  padding: 32px 16px 32px 16px;
  box-sizing: border-box;
}

footer a {
  color: #FAFAFA;
  font-weight: 600;
  text-decoration: underline;
}

.footer--links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.footer--deco {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.footer--contact {
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer--tel {
  margin: 16px 0 32px 0;
}

.footer--copy {
  width: 100%;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  /*transform: translateX(-15px);*/
}

.footer--med {
  margin-top: 76px;
}

@media (min-width: 768px) {
  .intro--title {
    font-size: 86px;
  }

  .intro--text {
    font-size: 18px;
  }

  .pres {
    margin-top: 86px;
  }

  .pres--text__big {
    font-size: 23px;
  }

  .pres--text__small {
    font-size: 18px;
    margin-bottom: 44px;
  }

  .pres--img {
    max-width: 600px;
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .team {
    margin-top: 86px;
    margin-bottom: 86px;
  }

  .body--team {
    padding: 0 35px;
  }

  .team--title, .tarif--title {
    padding: 69px;
  }

  .team--title__big, .tarif--title__big {
    font-size: 44px;
  }

  .pract--title {
    font-size: 35px;
    margin: 69px 0 44px 0;
  }

  .pract--grp {
    gap: 86px;
  }

  .pract--grp:last-of-type {
    margin-bottom: 86px;
  }

  .pract--card {
    margin: 0;
  }

  .pract--card__name {
    font-size: 23px;
  }

  .medecin--main {
    margin: inherit;
    padding: 0 134px;
  }

  .medecin--nom {
    font-size: 28px;
    margin-bottom: 44px;
  }

  .description {
    font-size: 18px;
    margin: 55px 0 86px 0;
  }

  .difo--title {
    font-size: 23px;
    margin-bottom: 44px;
  }

  .form--list li, .dipl--list li {
    font-size: 18px;
    max-width: 600px;
  }

  .diplomes {
    margin-bottom: 55px;
  }

  .tarif--small__title {
    font-size: 28px;
  }

  .tarif--btn {
    font-size: 23px;
    padding: 20px 30px;
    margin-top: 69px;
  }
  .tarif--btn:last-of-type {
    margin-bottom: 86px;
  }

  footer {
    font-size: 14px;
    padding: 55px 44px;
  }

  .footer--deco {
    -moz-column-gap: 35px;
         column-gap: 35px;
    margin-top: 49px;
  }

  .footer--contact {
    grid-column: 1/2;
  }

  .footer--copy {
    grid-column: 2;
    align-items: flex-end;
  }

  .horaire--title {
    font-size: 28px;
    margin-bottom: 44px;
  }

  .horaire--title__small {
    font-size: 23px;
    margin: 44px 0 20px 0;
  }

  .hor--info, .cont--info {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .menu {
    padding: 0 64px;
    width: 80%;
    border-radius: 0 0px 50px 50px;
    margin: 0px 10% 0 10%;
    position: fixed;
    transform: translateY(0);
    transition: transform 0.3s ease-out;
  }

  .menu--logo svg {
    width: 45px;
  }

  .menu--links {
    position: static;
    height: auto;
    background: none;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    font-size: 18px;
    gap: 32px;
    transform: translateY(0);
    opacity: 1;
  }

  .menu--links__el {
    transition: all 0.3s ease-out;
  }

  .menu--links__active::before {
    content: "—";
    color: #69B4B0;
    margin-right: 5px;
    font-weight: 700;
  }

  .menu--links__el:hover {
    color: #69B4B0;
  }

  .menu--burger {
    display: none;
  }

  .menu--close {
    transform: translateY(-100%);
  }

  .intro {
    padding: 86px 64px;
    margin: 0;
    height: 100vh;
  }

  .intro--title {
    font-size: 149px;
  }

  .intro--text {
    font-size: 20px;
    max-width: 600px;
  }

  .pres p {
    max-width: 700px;
  }

  .pres--text__big {
    font-size: 25px;
  }

  .pres--text__small {
    font-size: 20px;
    margin-bottom: 61px;
  }

  .team--btn {
    font-size: 25px;
    padding: 20px 31px;
  }

  .team--title, .tarif--title {
    padding: 49px 0;
  }

  .team--title__big {
    font-size: 49px;
    margin: 49px 0 49px 0;
  }

  .pract--title {
    font-size: 39px;
  }

  .pract--card__name {
    font-size: 25px;
  }

  .pract--grp:last-of-type {
    margin-bottom: 95px;
  }

  .medecin--nom {
    font-size: 39px;
    margin: 181px 0 49px 0;
  }

  .medecin--photo {
    display: block;
  }

  .medecin--intro {
    gap: 86px;
  }

  .description {
    font-size: 20px;
    margin: 76px 0 95px 0;
  }

  .description p {
    max-width: 800px;
  }

  .description p:first-of-type {
    margin-bottom: 20px;
  }

  .description p:last-of-type {
    margin-bottom: 20px;
  }

  .form--list li, .dipl--list li {
    font-size: 20px;
    max-width: 800px;
  }

  .difo--deco {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 31px;
  }

  .difo--sep {
    display: block;
    height: 80%;
    width: 3px;
    background-color: #165F82;
  }

  .difo--title {
    font-size: 25px;
    margin-bottom: 49px;
  }

  .diplomes li, .formations li {
    margin-bottom: 20px;
  }

  .diplomes, .formations {
    width: 560px;
  }

  .hor--info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 86px;
    margin-top: 181px;
  }

  .horaire {
    margin: 0;
  }

  .hc--sep {
    display: block;
    width: 3px;
    height: 400px;
    background-color: #165F82;
  }

  .tarif--title__big {
    margin: 49px 0;
  }

  .tarif--sep {
    width: 3px;
    height: 400px;
  }

  .tarif {
    flex-direction: row;
    justify-content: center;
    gap: 100px;
  }

  .footer--tarif {
    margin-top: 60px;
  }

  footer {
    font-size: 16px;
  }

  footer a {
    text-decoration: none;
  }

  .footer--links__el, footer a {
    position: relative;
    padding-bottom: 5px;
  }

  .footer--links__el::after, footer a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 2px;
    background-color: #fafafa;
    transition: transform 0.8s ease;
  }

  .footer--links__el:hover::after, footer a:hover::after {
    transform: translateX(-50%) scaleX(1);
  }
}

/*# sourceMappingURL=app.css.map*/