@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/RobotoSlab-Light.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/RobotoSlab-SemiBold.ttf");
}
@font-face {
  font-family: "Bebas";
  src: url("../fonts/BebasNeue-Regular.ttf");
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular";
  color: #203668;
  background: #fffefe;
  font-size: 18px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-display: swap;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 999;
  background: #fffefe;
}
header img {
  max-height: 50px;
  width: auto;
}
header .menu-item a {
  padding: 60px 20px;
}
header .menu-item a:hover, header .menu-item a.is-active:hover {
  color: #fffefe;
  background-color: #b20817;
}
header .menu-item a.is-active {
  color: #b20817;
}
header .langs .is-active, header .langs a:hover {
  color: #b20817;
}

footer {
  font-size: 20px;
  background: #203668;
}
footer .footer-info {
  font-family: "Roboto-Bold";
}
footer .footer-info .footer-info__right {
  line-height: 2.5rem;
}
footer h1 {
  border-bottom: 2px solid #b20817;
  width: fit-content;
}
footer .footer-note a {
  text-decoration: underline;
}
footer .footer-note a:hover {
  color: #b20817;
}
footer .footer-note {
  font-size: 14px;
  border-top: 1px #fffefe dashed;
}

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

.text-link a {
  text-decoration: underline;
}

.scroll-animate, .noscroll-animate {
  opacity: 0;
}

h1 {
  font-family: "Bebas";
  font-size: 2.5rem;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.5rem;
  font-family: "Bebas";
  color: #203668;
  text-transform: lowercase;
}

h3 {
  font-size: 1.3rem;
  font-family: "Bebas";
  color: #203668;
  text-transform: lowercase;
}

.image-blob {
  -webkit-mask-image: url("../images/circle_reverse.svg");
  mask-image: url("../images/circle_reverse.svg");
  mask-repeat: no-repeat;
  mask-size: 100%;
}

.image-blob-background {
  position: relative;
  aspect-ratio: 1;
}
.image-blob-background:before {
  content: "";
  position: absolute;
  left: 90px;
  top: 10px;
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.image-blob-background.image-blob-background__white:before {
  opacity: 0.1;
  filter: grayscale(1);
}

.color-blue {
  color: #203668;
}

.color-grey {
  color: #717071;
}

.color-white {
  color: #fffefe;
}

.circle-light {
  transform: scale(1.4);
  opacity: 0.4;
}

.icon-social {
  padding: 2px;
  background-color: #152245;
}
.icon-social:hover {
  background-color: #b20817;
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.circle-image {
  object-fit: cover;
  border-radius: 100%;
  aspect-ratio: 1;
  margin-left: 20px;
}

.button.button--red, .button.button--grey {
  font-family: "Roboto-Regular";
  padding: 10px;
  min-width: 170px;
  display: inline-block;
  text-align: center;
}
.button.button--red {
  background-color: #b20817;
  color: #fffefe;
}
.button.button--red:hover {
  background-color: #203668;
}
.button.button--grey {
  background-color: #eee8e7;
  color: #b20817;
}
.button.button--grey:hover {
  background-color: #b20817;
  color: #fffefe;
}

ul {
  list-style-type: none;
}
ul > li {
  margin-left: 80px;
}
ul > li > strong:before {
  content: "";
  display: inline-block;
  background-image: url("../images/feet_red.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: -10px -5px;
  width: 40px;
  height: 40px;
  margin-left: -25px;
  position: absolute;
}
ul li ul li {
  list-style-type: disc;
  margin-left: 80px;
  line-height: 1.75rem;
}

#confidentialite li {
  margin-left: 20px;
  line-height: 1.1rem;
}

/* Content */
#home, #centre, #map, #adresse, #services,
#pathologies, #preventions, #plaies, #consultations, #infrastructures {
  background-color: #eee8e7;
  overflow: hidden;
}

#services .image-woman {
  position: absolute;
  z-index: 1;
  right: 8rem;
  bottom: 0;
  height: 600px;
  width: auto;
}
#services .image-blob-background {
  position: relative;
  transform: scale(1.1);
}

#nos-prestations {
  background-color: #203668;
}
#nos-prestations .big-foot {
  position: absolute;
  opacity: 0.3;
  transform: rotate(-15deg) scale(2);
  top: 0;
}
#nos-prestations ul {
  line-height: 2.2rem;
}
#nos-prestations ul li:before {
  content: "";
  display: inline-block;
  background-image: url("../images/feet_white.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: -10px -5px;
  width: 40px;
  height: 40px;
  margin-left: -25px;
  position: absolute;
}
#nos-prestations ul > li > strong:before {
  display: none;
}

#centre img {
  border-radius: 20px;
  width: 90%;
  box-shadow: #b20817 20px 20px;
}

#votre-medecin-dre-habib {
  background-color: #717071;
}

#team .team-info {
  position: relative;
  z-index: 1;
  background: #203668;
  border-radius: 20px;
  padding: 140px;
}
#team .team-info h1 {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}
#team .team-info h1:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background-image: url("../images/equipe.svg");
  background-repeat: no-repeat;
  background-size: 100px 100px;
  left: -20px;
  top: -28px;
}
#team .team-info ul li {
  list-style-type: disc;
  line-height: 1.75rem;
}
#team .team-list {
  background: #eee8e7;
}
#team .team-list .team-member {
  text-align: center;
  background: #eee8e7;
  border-radius: 20px;
  margin-top: -60px;
}
#team .team-list .team-member p {
  font-size: 1.35rem;
}
#team .team-list .team-member img {
  border-radius: 20px;
  height: auto;
  width: 200px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}

#prestations {
  background: #eee8e7;
}
#prestations .category-title {
  background: #fffefe;
  width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 200px;
}
#prestations .prestation {
  background: #fffefe;
  text-align: center;
  width: calc(33.3333% - 2rem);
}
#prestations .prestation .circle-light {
  width: 170px;
  height: 170px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#prestations .prestation .prestation-icon {
  position: relative;
  z-index: 2;
  height: 190px;
  width: 190px;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.3s;
}
#prestations .prestation:hover .prestation-icon {
  transform: translateX(-50%) rotate(-20deg);
  transform-origin: center;
}

#contact-home, #contact-formulaire {
  color: #717071;
}
#contact-home .form-container, #contact-formulaire .form-container {
  position: relative;
  max-width: 800px;
  width: 100%;
}
#contact-home .form-container button, #contact-formulaire .form-container button {
  background: #203668;
  color: #fffefe;
  padding: 10px 60px;
}
#contact-home .form-container button:hover, #contact-formulaire .form-container button:hover {
  background: #eee8e7;
  color: #203668;
}

.service-images {
  margin-top: -2rem;
  height: fit-content;
}
.service-images .service-icons {
  position: absolute;
  bottom: -3rem;
  height: 250px;
  width: 250px;
}
.service-images .service-icons .service-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service-images .service-icons.service-icons__right {
  right: -2rem;
}

#adresse .addresses {
  color: #717071;
}
#adresse .addresses .addresse-element {
  border-radius: 20px;
  background-color: #fffefe;
  padding: 20px;
  box-shadow: rgba(113, 112, 113, 0.0980392157) 0 0 10px;
}
#adresse .adresse-icon {
  border-radius: 20px;
  background-color: #203668;
  height: 100px;
  width: 100px;
}

#map h1 {
  text-transform: uppercase;
  text-align: center;
}
#map iframe {
  border-radius: 20px;
  width: 100%;
  height: 250px;
}

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

input, textarea {
  background: #eee8e7;
  padding: 10px 15px;
  width: 100%;
}

input[name=contact_gender] {
  opacity: 0;
}

input[type=checkbox] {
  width: auto;
}

label {
  color: #717071;
  font-family: "Roboto-Bold";
  font-size: 1.2rem;
}

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

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

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