@font-face {
  font-family: "simse2";
  src: url("../fonts/simse2.eot?3lo7dy");
  src: url("../fonts/simse2.eot?3lo7dy#iefix") format("embedded-opentype"),
    url("../fonts/simse2.ttf?3lo7dy") format("truetype"),
    url("../fonts/simse2.woff?3lo7dy") format("woff"),
    url("../fonts/simse2.svg?3lo7dy#simse2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change ../fonts */
  font-family: "simse2" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-doctor:before {
  content: "\e900";
}
.icon-male-and-female:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}

#cookie-notice {
  padding: 5px 20px;
  text-align: left;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#cookie-notice .cn-button {
  margin: 0 !important;
  margin-left: 20px !important;
}
#cookie-notice #cn-notice-text {
  text-align: left;
}
#cookie-notice #cn-accept-cookie {
  color: white !important;
}
#cookie-notice #cn-more-info {
  color: white !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: 12px !important;
}

.button-rounded {
  background: #51b9dc;
  border-radius: 40px;
  padding: 10px 20px;
  color: white !important;
}
.button-rounded:hover {
  color: white !important;
  background: #349cb8;
}

.button-rounded--purple {
  background: #9b3c84;
}
.button-rounded--purple:hover {
  background: #863475;
}

#menu-acces li {
  padding: 0;
  margin-left: 1px;
  vertical-align: top;
}
#menu-acces a {
  padding: 10px 15px;
  background: red;
  border: 0;
  border-radius: 0 0 20px 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  padding-left: 55px;
  cursor: pointer;
}
#menu-acces a:before {
  display: inline-block;
  font-family: "simse2";
  background: transparent;
  height: auto;
  width: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  font-size: 30px;
  font-weight: normal;
  transform: translateY(-50%);
  left: 14px;
}
#menu-acces a:after {
  display: none !important;
}

#menu-acces li.topmenu-blue a {
  background: #64bfde;
}
#menu-acces li.topmenu-blue a:hover {
  background: #53a4bf;
}
#menu-acces li.topmenu-blue a::before {
  content: "\e902";
}
#menu-acces li.topmenu-purple a {
  background: #9a3889;
}
#menu-acces li.topmenu-purple a:hover {
  background: #812e73;
}
#menu-acces li.topmenu-purple a::before {
  content: "\e901";
}
#menu-acces li.topmenu-darkblue a {
  background: #204881;
}
#menu-acces li.topmenu-darkblue a:hover {
  background: #193b6a;
}
#menu-acces li.topmenu-darkblue a::before {
  content: "\e900";
}

.fa.icon-circle:before {
  font-family: FontAwesome;
  top: 1px;
}

.home-access-video {
  padding: 0;
  text-align: center;
}
.home-access-video a {
  display: block;
  padding: 20px 0;
  text-align: center;
}
.home-access-video i {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 4px;
  font-size: 20px;
}

/* Chloé - IDEALICE - 14/04/25 */
.text-center.equipe-item__thumb img {
  object-fit: cover !important;
  object-position: 50% 30% !important;
  filter: grayscale(1) !important;
}