body {
  background-color: #d3f7f74d !important;
}

:root {
  --menu-color: #125959;
}

/* BTN MOBILE */
.btn-menu {
  display: block;
  cursor: pointer;
  background: transparent;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 2%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.ligne {
  width: 30px;
  height: 4px;
  background: var(--menu-color);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
}

.ligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: var(--menu-color);
  bottom: 10px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.ligne::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: var(--menu-color);
  top: 10px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.btn-menu.active .ligne::before {
  transform: translateY(10px) rotate(-45deg);
}

.btn-menu.active .ligne {
  background: transparent;
}

.btn-menu.active .ligne::after {
  transform: translateY(-10px) rotate(45deg);
}

h1,
h2 {
  font-size: 2.22rem !important;
  color: #0e706e !important;
  margin-bottom: 15px !important;
  font-weight: 600 !important;
}

.moduletable:not(.col-12) {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.brand-logo img {
  height: 250px;
  width: auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.header .grid-child {
  width: initial !important;
  padding: 0 !important;
  max-width: initial !important;
}

.container-header {
  background-color: #fff !important;
  background-image: none;
  color: #125959;
}

.container-header a {
  color: #fff !important;
  font-weight: bold;
}

.container-header ul.mm-collapse .metismenu-item a {
  color: #125959 !important;
}

.container-header a {
  color: #125959 !important;
  font-weight: bold;
  font-size: 1.2rem;
}

.metismenu.mod-menu .mm-toggler {
  color: #125959;
}

.site-grid {
  padding: 40px 0;
}

/* CAROUSEL LOGOS PARTENAIRES */
.logo-carousel {
  padding: 40px 0;
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.logo-item img {
  max-width: 100%;
  max-height: 120px;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 20px;
}

.logo-item a:hover {
  transform: scale(1.1);
}

.logo-item a:hover img {
  filter: grayscale(0%);
}

.logo-item a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  color: #000;
}

.carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}
.carousel-control-prev .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="black"><path%20d="M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z"/></svg>');
}

.card-team .card-avatar img {
  max-height: 300px;
  min-height: 300px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.patientsassociation-representative .card-team .card-avatar img {
  object-fit: contain !important;
  -o-object-fit: contain !important;
}

.cv-hover .card-team .card-avatar {
  position: relative;
}

.cv-hover .card-team .card-avatar::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.cv-hover:hover .card-team .card-avatar::after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.card-team {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 8px;
  height: 100%;
  background-color: #fff;
}

.card-team:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-team .card-info {
  padding: 15px;
}

.card-team .fonction {
  font-size: 14px;
  font-weight: 500;
  color: #0e706e;
  margin-bottom: 5px;
}

.card-team .institution {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
}

.card-team .card-tags {
  padding-left: 15px;
  padding-bottom: 15px;
}

.card-team h3 {
  color: #343a40;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.card-team .badge-cat {
  background-color: #d3f7f7;
  color: #0e706e;
}

.filters-tags button {
  color: #0e706e;
  font-weight: bold;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.card-team .badge-cat.strategic-committee,
.filters-tags .strategic-committee {
  background-color: #e0e7ff !important;
  color: #6d28d9 !important;
  font-weight: bold;
}

.card-team .badge-cat.steering-committee,
.filters-tags .steering-committee {
  background-color: #fff1e6 !important;
  color: #c2410c !important;
  font-weight: bold;
}

.filters-tags .steering-committee {
  border-color: transparent !important;
}

.filters-tags .strategic-committee {
  border-color: transparent !important;
}

.filters-tags .strategic-committee.active {
  border-color: #6d28d9 !important;
  background-color: #fff !important;
  color: #6d28d9 !important;
}

.filters-tags .data-committee {
  border-color: transparent !important;
}

.filters-tags .data-committee.active {
  border-color: #0e706e !important;
  background-color: #fff !important;
  color: #0e706e !important;
}

.filters-tags .steering-committee.active {
  border-color: #c2410c !important;
  background-color: #fff !important;
  color: #c2410c !important;
}

.btn.btn-primary {
  background-color: #0e706e;
  border-color: #0e706e;
}

.btn.btn-secondary {
  background-color: #d3f7f7;
  border-color: #d3f7f7;
}

.modal-content .info {
  font-size: 13px;
}

.modal-content .avatar img {
  width: 100%;
  height: auto;
}

.modal-content h3 {
  color: #343a40;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.modal-content .fonction {
  font-size: 14px;
  font-weight: 500;
  color: #0e706e;
  margin-bottom: 8px;
}

.modal-content {
  text-align: justify;
}

.filters-cat button:not(.all) {
  color: #fff;
  font-weight: bold;
}

.filters-cat button.btn-wp1 {
  background-color: #2c6e6e;
  border-color: #2c6e6e;
  color: #fff;
}

.filters-cat button.btn-wp1:hover,
.filters-cat button.btn-wp1.active {
  background-color: #195050;
  border-color: #195050;
}

.filters-cat button.btn-wp2 {
  background-color: #3d9191;
  border-color: #3d9191;
  color: #fff;
}

.filters-cat button.btn-wp2:hover,
.filters-cat button.btn-wp2.active {
  background-color: #297070;
  border-color: #297070;
}

.filters-cat button.btn-wp3 {
  background-color: #69abab;
  border-color: #69abab;
  color: #fff;
}

.filters-cat button.btn-wp3:hover,
.filters-cat button.btn-wp3.active {
  background-color: #528787;
  border-color: #528787;
}

.filters-cat button.btn-wp4 {
  background-color: #8bc0c0;
  border-color: #8bc0c0;
  color: #00432c;
}

.filters-cat button.btn-wp4:hover,
.filters-cat button.btn-wp4.active {
  background-color: #6da5a5;
  border-color: #6da5a5;
}

.filters-cat button.btn-wp5 {
  background-color: #78c8a5;
  border-color: #78c8a5;
  color: #00432c;
}

.filters-cat button.btn-wp5:hover,
.filters-cat button.btn-wp5.active {
  background-color: #5aa787;
  border-color: #5aa787;
}

.filters-cat button.btn-wp6 {
  background-color: #5ca6c3;
  border-color: #5ca6c3;
  color: #00432c;
}

.filters-cat button.btn-wp6:hover,
.filters-cat button.btn-wp6.active {
  background-color: #4789a2;
  border-color: #4789a2;
}

.filters .filters-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.filters button {
  padding: 8px 16px;
  border-radius: 50px;
  border: none;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.filters button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-wp {
  padding: 40px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b6d4d3;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.card-wp h3 {
  margin: 0;
  font-size: 18px;
}

.card-wp h3 span {
  display: block;
}

.card-wp:hover {
  background-color: #0e706e;
  color: #fff;
}

.wp-items .modal-title span {
  display: block;
}

.card-news {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 8px;
  height: 100%;
  background-color: #fff;
  display: block;
  text-decoration: none !important;
  color: #000;
}

.card-news:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  color: #0e706e;
}

.card-news .card-info {
  padding: 15px;
}

.card-news h3 {
  color: #343a40;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.card-news .news-date,
.news-item .news-date {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 10px;
  font-style: italic;
}

.card-news .card-img img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.news-item .news-img img {
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 8px;
}

.container-news {
  max-width: 800px;
  margin: 0 auto;
}

.com-content-article__body img {
  margin: 3rem 0;
}

.footer {
  background-color: #125959 !important;
  background-image: none;
  color: #fff;
}

.footer .grid-child {
  gap: 2rem;
}

#userForm {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  max-width: 1200px;
  margin: 0 auto;
}

#userForm input,
#userForm textarea {
  border-radius: 8px;
  border: 1px solid #115959;
  background: #f2fdfd;
}

#map {
  border-radius: 8px;
}

.modal-content {
  padding: 40px;
}

.modal-title {
  line-height: inherit;
}

.cards-about-partners .card {
  border-radius: 8px 8px 0 0 !important;
  border: 0;
  text-decoration: none !important;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.cards-about-partners .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.cards-about-partners .card h3 {
  color: #0e706e;
}

.cards-about-partners .card-header {
  padding: 0 !important;
}

.cards-about-partners .card-header img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 8px 8px 0 0;
  height: 200px;
}

.hover-card {
  border-radius: 1rem;
  max-height: 300px;
  position: relative;
}

.hover-card .card-inner {
  width: 100%;
}
.hover-card .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  min-height: 80px;
}

.hover-card .title-news {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
}

.hover-card .card-title span {
  position: absolute;
  display: block;
}

.hover-card .card-title span.title-news-default {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}

.hover-card:hover .card-title span.title-news-default {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hover-card .card-title span.title-news-article {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0s;
}

.hover-card:hover .card-title span.title-news-article {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hover-card .card-title h3 {
  color: #fff;
  font-size: 1.5rem;
}

.hover-card .card-body {
  color: #fff;
}

.hover-card .card-title .arrow {
  background-color: rgb(18, 89, 89);
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.hover-card .card-title .arrow svg {
  width: 25px;
  height: 25px;
}

.hover-card .card-title .arrow svg path {
  transition: all 0.4s ease-in-out;
}

.hover-card:hover .card-title .arrow {
  background-color: #fff;
  border: 1px solid rgb(18, 89, 89);
  transition: all 0.4s ease-in-out;
}

.hover-card:hover .card-title .arrow svg path {
  stroke: rgb(18, 89, 89);
  transition: all 0.4s ease-in-out;
}

.hover-card .card-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}

.hover-card:hover .card-body {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

.hover-card .card-image {
  position: relative;
  border-radius: 1rem;
}

.hover-card .card-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 1rem;
}

.hover-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 89, 89, 0.6);
  display: flex;
  align-items: flex-end;
  border-radius: 1rem;
  padding: 1rem;
  overflow: hidden;
}

.hover-card.partner-card .card-overlay {
  background-color: rgba(18, 89, 89, 0.2);
}

.home-module-top .card {
  background-color: transparent;
  padding: 40px;
  border: 0;
  height: 100%;
  justify-content: center;
}

.home-module-top .card h2 {
  font-weight: 300 !important;
  font-size: 2.5rem !important;
}

.home-module-top .card h2 strong {
  font-weight: bold !important;
}

.home-module-top .card h3 {
  color: #0e706e;
}

.home-module-top img {
  border-radius: 8px;
}

.mod-chiffres {
  width: 100%;
  background: #d3f7f7;
  padding: 40px;
  color: #fff;
  border-radius: 8px;
}

.mod-chiffres hr {
  border-width: 1px;
  width: 50px;
  margin: 1rem auto;
  border-color: #0e706e;
  opacity: 1;
}

.mod-chiffres {
  margin: 0;
  color: #0e706e;
}

.mod-chiffres i.fa-solid {
  margin-bottom: 10px;
  font-size: 3rem !important;
  transition: all 0.3s ease-in-out;
}

.mod-chiffres i.fa-solid:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.mod-chiffres .chiffre {
  font-size: 25px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.carousel-control-prev .carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23115959"><path d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>');
}

.carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27%23115959%27%3E%3Cpath%20d%3D%27M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708z%27/%3E%3C/svg%3E");
}

#map {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.custom-infowindow {
  font-family: Arial, sans-serif;
  max-width: 250px;
}

.custom-infowindow img {
  max-width: 100%;
  height: auto;
  margin-bottom: 6px;
  border: 1px solid #ccc;
}

.custom-infowindow .title {
  font-weight: bold;
  margin-bottom: 4px;
}

.custom-infowindow .category {
  font-style: italic;
  color: #666;
}

.card-institute {
  text-decoration: none !important;
  color: #000;
  display: block;
}

.maps-institutes ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.card-institute {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-institute:hover {
  background-color: #0e706e;
  transition: all 0.3s ease-in-out;
  color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-institute .name {
  font-weight: bold;
  margin: 10px 0;
}

.card-institute .address {
  font-style: italic;
}

.maps-institutes .filters button.active {
  background-color: #125959;
  color: #fff;
}

.card-institute img {
  height: 35px;
  width: auto;
  margin-bottom: 5px;
}

.footer-legal {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}

.footer-legal a {
  color: #0e706e;
  font-weight: bold;
}

.footer-legal ul {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.view-article table td {
  border: 1px solid #000;
  padding: 10px;
}

.iframe-responsive {
  margin: 0 auto;
  height: 200px;
  width: 300px;
}

@media screen and (max-width: 1200px) {
  .footer img {
    max-width: 180px;
    height: auto;
  }

  .hover-card .card-body {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
  }

  .hover-card .card-title h3 {
    font-size: 1.2rem;
  }

  .hover-card .card-image img {
    height: 300px;
  }

  .container-header .container-nav {
    display: none;
  }

  .container-header .container-nav.active {
    display: block;
    position: absolute;
    top: 100%;
    background: #125959;
    left: 0;
    right: 0;
    height: 100vh;
    padding-top: 40px !important;
  }

  .container-header .container-nav.active ul li {
    justify-content: center;
  }

  .container-header .container-nav.active a,
  .metismenu.mod-menu .mm-toggler {
    color: #fff !important;
    font-size: 24px;
  }

  .header .grid-child {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .container-header {
    flex-direction: column;
  }

  .container-header .grid-child:nth-child(1) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .iframe-responsive {
    height: 300px;
    width: 600px;
  }
}

@media screen and (min-width: 1200px) {
  .btn-menu {
    display: none;
  }

  .footer .grid-child {
    gap: 5rem;
  }

  .iframe-responsive {
    height: 500px;
    width: 800px;
  }
}
