@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "RalewayRegular";
  src: url("../fonts/Raleway-Regular.ttf");
}
@font-face {
  font-family: "RalewayBold";
  src: url("../fonts/Raleway-Medium.ttf");
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "RalewayRegular";
  font-feature-settings: "lnum" 1;
  font-weight: 500;
  color: #56565b;
  background-color: #fff;
  font-size: 18px;
  scroll-behavior: smooth;
  font-display: swap;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 999;
  background-color: #fff;
}
header .header-logo {
  height: 80px;
}

.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
.container a:not(.button-stylized) {
  color: #74a54c;
}
.container a:not(.button-stylized):hover {
  text-decoration: underline;
}

footer {
  color: #f5f4f4;
  background-color: #231F20;
}
footer a {
  color: #74a54c;
}
footer a:hover {
  text-decoration: underline;
}

/* Text */
b, strong {
  font-family: "RalewayBold";
}

h1 {
  font-family: "Poppins";
}
h1.submenu__subtitle {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  color: #a5a5a5;
}
h1.submenu {
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
}

h2 {
  font-family: "Poppins";
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

h3 {
  font-family: "Poppins";
}
h3.submenu {
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
}

.background-img {
  border-radius: 10px;
}

.vertical-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.button-stylized, #contact a, #prestations .text-content a {
  background-color: #90b873;
  border: 2px solid #90b873;
  color: #f5f4f4;
  padding: 7px 40px 7px 15px;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s;
  line-height: normal;
}
.button-stylized:after, #contact a:after, #prestations .text-content a:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  border-radius: 100%;
  background-color: #7aa25e;
}
.button-stylized:hover, #contact a:hover, #prestations .text-content a:hover {
  border: 2px solid #7aa25e;
  background-color: #7aa25e;
}

/* Home */
#home .home__intro, #home .prestation__intro, #prestation-detail .home__intro, #prestation-detail .prestation__intro {
  position: absolute;
  left: 50%;
}
#home .home__intro h1, #home .prestation__intro h1, #prestation-detail .home__intro h1, #prestation-detail .prestation__intro h1 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #90b873;
}
#home .home__intro p, #home .prestation__intro p, #prestation-detail .home__intro p, #prestation-detail .prestation__intro p {
  font-size: 1.5rem;
}

#home .home__intro {
  left: 0;
  position: relative;
  height: fit-content;
}

#prestation-detail.Medecine\+holistique h1, #prestation-detail.Holistische\+Medizin h1 {
  color: #ed8472 !important;
}
#prestation-detail.Medecine\+holistique .button-stylized, #prestation-detail.Holistische\+Medizin .button-stylized {
  background: #ed8472 !important;
  border-color: #ed8472 !important;
  color: #f5f4f4;
}
#prestation-detail.Medecine\+holistique .button-stylized:after, #prestation-detail.Holistische\+Medizin .button-stylized:after {
  background-color: #bf6a5b !important;
}
#prestation-detail.Medecine\+holistique .button-stylized:hover, #prestation-detail.Holistische\+Medizin .button-stylized:hover {
  border: 2px solid #bf6a5b !important;
  background-color: #bf6a5b !important;
}
#prestation-detail.Bioresonance h1, #prestation-detail.Bioresonanz h1 {
  color: #f6ea7b !important;
}
#prestation-detail.Bioresonance .button-stylized, #prestation-detail.Bioresonanz .button-stylized {
  background: #f6ea7b !important;
  border-color: #f6ea7b !important;
  color: #56565b;
}
#prestation-detail.Bioresonance .button-stylized:after, #prestation-detail.Bioresonanz .button-stylized:after {
  background-color: #dbd171 !important;
  background-image: url("../images/arrow_grey.svg");
}
#prestation-detail.Bioresonance .button-stylized:hover, #prestation-detail.Bioresonanz .button-stylized:hover {
  border: 2px solid #dbd171 !important;
  background-color: #dbd171 !important;
  color: #f5f4f4;
}
#prestation-detail.Bioresonance .button-stylized:hover:after, #prestation-detail.Bioresonanz .button-stylized:hover:after {
  background-image: url("../images/arrow.svg");
}
#prestation-detail.Medecine\+allopathique h1, #prestation-detail.Allopathische\+Medizin h1 {
  color: #74a54c !important;
}
#prestation-detail.Medecine\+allopathique .button-stylized, #prestation-detail.Allopathische\+Medizin .button-stylized {
  background: #74a54c !important;
  border-color: #74a54c !important;
}
#prestation-detail.Medecine\+allopathique .button-stylized:after, #prestation-detail.Allopathische\+Medizin .button-stylized:after {
  background-color: #5d843c !important;
}
#prestation-detail.Medecine\+allopathique .button-stylized:hover, #prestation-detail.Allopathische\+Medizin .button-stylized:hover {
  border: 2px solid #5d843c !important;
  background-color: #5d843c !important;
}
#prestation-detail.Medecine\+alternative\+complementaire h1, #prestation-detail.Komplementaermedizin\+Naturheilkunde h1 {
  color: #dbb170 !important;
}
#prestation-detail.Medecine\+alternative\+complementaire .button-stylized, #prestation-detail.Komplementaermedizin\+Naturheilkunde .button-stylized {
  background: #dbb170 !important;
  border-color: #dbb170 !important;
}
#prestation-detail.Medecine\+alternative\+complementaire .button-stylized:after, #prestation-detail.Komplementaermedizin\+Naturheilkunde .button-stylized:after {
  background-color: #b08e5a !important;
}
#prestation-detail.Medecine\+alternative\+complementaire .button-stylized:hover, #prestation-detail.Komplementaermedizin\+Naturheilkunde .button-stylized:hover {
  border: 2px solid #b08e5a !important;
  background-color: #b08e5a !important;
}

#a-propos .about-images {
  border-radius: 10px;
  height: 400px;
  object-fit: cover;
}

#team {
  position: relative;
}
#team.background-separator {
  background-color: rgba(144, 184, 115, 0.0588235294);
}
#team .member {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
#team .member img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#team .member .member__content {
  padding: 30px 20px;
}

#prestations svg {
  height: 200px;
  width: 200px;
  margin: 0 auto;
}
#prestations .prestation__content {
  text-align: center;
}
#prestations .prestation__content h1 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

#contact.background-separator {
  background-color: rgba(144, 184, 115, 0.0588235294);
}
#contact iframe {
  border-radius: 10px;
  height: 500px;
}

#team {
  position: relative;
}
#team.background-separator {
  background-color: rgba(144, 184, 115, 0.0588235294);
}

#conseil {
  position: relative;
}
#conseil.background-separator {
  background-color: rgba(144, 184, 115, 0.0588235294);
}
#conseil .conseil h2 {
  padding-bottom: 10px;
  position: relative;
  max-width: calc(100% - 30px);
  word-wrap: break-word;
}
#conseil .conseil h2:after {
  content: "";
  position: absolute;
  right: -34px;
  height: 30px;
  width: 30px;
  background-image: urL("../images/arrow_grey.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  transform: rotate(90deg);
}
#conseil .conseil h2:hover {
  cursor: pointer;
}
#conseil .conseil.is-active h2:after {
  transform: rotate(-90deg);
}
#conseil .conseil .conseil__content {
  padding-bottom: 20px;
}
#conseil .conseil {
  border-bottom: 1px solid #545454;
  margin-bottom: 20px;
}

#lien {
  position: relative;
}
#lien.background-separator {
  background-color: rgba(144, 184, 115, 0.0588235294);
}
#lien .lien h2 {
  padding-bottom: 10px;
  position: relative;
  max-width: calc(100% - 30px);
  word-wrap: break-word;
}
#lien .lien h2:after {
  content: "";
  position: absolute;
  right: -35px;
  height: 30px;
  width: 30px;
  background-image: urL("../images/arrow_grey.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  transform: rotate(90deg);
}
#lien .lien h2:hover {
  cursor: pointer;
}
#lien .lien.is-active h2:after {
  transform: rotate(-90deg);
}
#lien .lien .lien__content {
  padding-bottom: 20px;
}
#lien .lien {
  border-bottom: 1px solid #545454;
  margin-bottom: 20px;
}

#conferences .conference {
  padding-bottom: 10px;
  border-bottom: 1px solid #545454;
  margin-bottom: 20px;
}
#conferences .conference .icon-download {
  display: inline-block;
  height: 20px;
  width: 20px;
}

#gallery .gallery_image {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* Form */
:focus {
  outline: none;
}

input, textarea {
  border: 2px solid #f5f4f4;
  background-color: #fff;
  padding: 5px 10px;
  width: 100%;
}

/* alert */
.alert {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.alert.alert--success {
  background-color: #A3DC9A;
  color: #518b48;
}
.alert.alert--error {
  background-color: #f86681;
  color: #c5092f;
}

/* Slideshow */
.slideshow {
  margin-left: 250px;
  height: 250px;
}
.slideshow .slideshow__img {
  overflow: hidden;
  display: none;
}
.slideshow .slideshow__img.is-active {
  display: inline-block;
}
.slideshow .slideshow__arrows div {
  display: inline-block;
}

/* Banner cookie */
#bannerCookie {
  background-color: #231F20;
  color: #f5f4f4;
  padding: 10px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  font-size: 0.7rem;
  width: 100%;
  z-index: 100;
}
#bannerCookie h1 {
  font-size: 1rem;
  color: #f5f4f4;
  line-height: 0.9rem;
}
#bannerCookie a {
  text-decoration: underline;
}
#bannerCookie .banner__button {
  padding: 5px 10px;
  border: 2px solid #fff;
  color: #f5f4f4;
  display: inline-block;
}
#bannerCookie .banner__button.banner__button--decline {
  border: 0;
}
#bannerCookie .banner__button:hover {
  background-color: #fff;
  color: #56565b;
  border: 2px solid #fff;
}

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