@font-face {
  font-family: "h";
  src: url("../fonts/Merriweather-Regular.ttf") format("truetype");
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica";
  font-weight: 100;
  color: #f2f2f2;
  background-color: #1a1a1a;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.prevent-scroll {
  overflow: hidden;
}

/* Used for the animation */
.scroll-animate, .noscroll-animate {
  opacity: 0;
}

header {
  text-transform: uppercase;
  font-weight: bold;
  filter: invert(1);
}
header .menu li.active a {
  border-bottom: 2px solid #f2f2f2;
}
header .menu li a:hover {
  cursor: pointer;
  border-bottom: 2px solid #f2f2f2;
}

.container-darker {
  background-color: #101010;
}

h2 {
  font-size: 1.5rem;
}

b, strong {
  font-weight: 800;
}

ol, ul {
  list-style: auto;
  margin: revert;
  padding: revert;
}

.button {
  border-radius: 30px;
  background-color: #f2f2f2;
  color: #1a1a1a;
  padding: 15px 30px;
  font-weight: 400;
  transition: all 0.45s;
}
.button:hover {
  background-color: #1a1a1a;
  color: #f2f2f2;
}

iframe {
  border-radius: 30px;
}

.take-rdv {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

#home {
  background-color: #f1e2d7;
}
#home h1 {
  color: #1a1a1a;
  z-index: 1;
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-family: "Merriweather";
  margin: 0 auto;
}
#home .icone {
  filter: invert(1);
}

#services .gallery-img {
  border-radius: 30px;
}

#services .prices .prices__item:first-child {
  border-top-left-radius: 30px;
}
#services .prices .prices__item:nth-child(2) {
  border-top-right-radius: 30px;
}
#services .prices .prices__item:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#services .prices .prices__item {
  background-color: #1a1a1a;
}
#services .prices .prices__item h2 {
  font-weight: bold;
}

#trichotherapy .gallery-img {
  margin-left: 0px !important;
  max-height: 300px !important;
}
#trichotherapy .gallery-img:nth-child(2) {
  margin-top: -2% !important;
  margin-left: 25% !important;
}
#trichotherapy .gallery-img:nth-child(3) {
  margin-top: -3% !important;
  margin-left: 10% !important;
}
#trichotherapy .gallery-img:nth-child(2), #trichotherapy .gallery-img:nth-child(3) {
  border: 10px solid #1a1a1a !important;
}

.gallery-img {
  margin-top: 0px;
  margin-left: 60px;
  border-radius: 30px;
  max-height: 400px;
  height: auto;
  width: auto;
  position: relative;
}
.gallery-img:nth-child(2) {
  z-index: 20;
  margin-left: 45%;
  margin-top: -10%;
  border: 10px solid #1a1a1a;
}
.gallery-img:nth-child(3) {
  z-index: 15;
  margin-left: 20px;
  margin-top: -20%;
  border: 10px solid #1a1a1a;
}

.comment__progress-bar {
  height: 5px;
  background-color: #f2f2f2;
  width: 0%;
  max-width: 200px;
  border-radius: 30px;
}

/* Banner cookie */
#bannerCookie {
  background-color: #101010;
  color: #f2f2f2;
  padding: 10px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  font-size: 0.7rem;
  width: 100%;
  z-index: 100;
}
#bannerCookie a {
  text-decoration: underline;
}
#bannerCookie .banner__button {
  padding: 5px 10px;
  border: 2px solid #f2f2f2;
  color: #f2f2f2;
  display: inline-block;
}
#bannerCookie .banner__button:hover {
  background-color: #f2f2f2;
  color: #101010;
}

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