html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #1d1d1b;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.component {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

:root {
  --menu-color: #282e69;
}

/* 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: 1.8rem !important;
  color: #282e69 !important;
  margin-bottom: 3rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: "Fredoka", sans-serif;
}

body:not(.itemid-160) h1::after,
body:not(.itemid-160) h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #f24e6f;
  margin-top: 10px;
}

.view-category h1::after,
.view-category h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #f24e6f;
  margin-top: 10px;
}

h3,
h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
}

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

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

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border-bottom: 3px solid #d2ecfc;
}

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

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

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

.container-header a {
  color: #282e69 !important;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
  transition: border-bottom 0.3s ease-in-out;
  text-decoration: none !important;
}

.container-header a:hover,
.container-header li.parent.active > a,
.container-header li.current > a {
  border-bottom: 5px solid #ec6773;
  transition: border-bottom 0.3s ease-in-out;
}

.fa-linkedin-in.p-0 {
  padding: 0 !important;
  font-size: 1.2rem;
}

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

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

/* CAROUSEL LOGOS PARTENAIRES */
.group-logos {
  margin-top: 40px;
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 2px solid #deeaf7;
  border-radius: 1rem;
  width: 150px;
  height: 150px;
  margin: auto;
}

.logo-item img {
  max-width: 100%;
  max-height: 100px;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 10px;
}

.logo-item.gercor img {
  height: 80px;
}

.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: block;
  text-align: center;
  align-content: center;
  background-color: #fff;
  overflow: hidden;
}

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

.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;
} */

.card-team .card-avatar img {
  min-height: 150px;
  height: 100%;
  width: 100%;
  padding: 20px;
  object-fit: contain;
  -o-object-fit: contain;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.card-avatar--icon {
  max-height: 150px;
  min-height: 150px;
  height: 100%;
  width: 100%;
  text-align: center;
  align-content: center;
}

.card-avatar--icon i {
  font-size: 5rem;
  color: gray;
}

.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: #282e69;
  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: #ec6773;
  color: #fff;
}

.filters-tags button {
  color: #282e69;
  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: #282e69 !important;
  background-color: #fff !important;
  color: #282e69 !important;
}

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

.btn.btn-primary {
  background-color: #ec6773;
  border-color: #ec6773;
  padding: 5px 10px;
  font-weight: 400 !important;
}

.btn.btn-primary:hover {
  background-color: #ec6773;
  border-color: #ec6773;
  color: #fff;
}

.com-users-profile__edit-submit .btn.btn-danger {
  background-color: #d2ecfc;
  border-color: #d2ecfc;
  padding: 5px 10px;
  font-weight: 400 !important;
  color: #000;
}

.com-users-profile__edit-submit .btn.btn-danger:hover {
  background-color: #d2ecfc;
  border-color: #d2ecfc;
}

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

.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: #282e69;
  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: 0 0 3rem 0;
}

.filters button,
.filters .btn {
  padding: 8px 13px;
  border-radius: 50px;
  border: none;
  font-weight: bold !important;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #edfaff !important;
  color: #282e69;
}

.filters button:hover,
.filters .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  background-color: #282e69 !important;
  color: #edfaff !important;
}

.filters button.active,
.filters .btn.active {
  background-color: #282e69 !important;
  color: #fff;
}

.card-wp {
  padding: 40px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #93dcf6;
  border-radius: 8px;
  text-decoration: none;
  color: #231f20;
  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: #282e69;
  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: 1rem;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none !important;
  color: #231f20;
}

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

.card-news .card-info {
  padding: 25px;
  height: 100%;
}

.card-news .news-btn {
  padding: 25px;
}

.card-news h3 {
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 8px;
}

.card-news .news-date,
.news-item .news-date {
  font-size: 14px;
  margin-bottom: 10px;
  margin-bottom: 3rem;
}

.card-news .news-date {
  margin-bottom: 1rem;
}

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

.news-item .news-img img {
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 1rem;
}

body:not(.itemid-160, .itemid-123) .com-content-article,
.customcontent,
.com-users-profile__edit {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
}

.container-news {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
}

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

.footer {
  background: #282e69;
  color: #fff;
  padding: 3rem 0.5rem;
}

.footer > .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  align-items: start;
}

/* Colonnes */
.footer .container > div {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}

/* Séparateurs verticaux */
.footer .container > div:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 2rem;
}

/* Texte */
.footer p,
.footer a {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
}

.footer .logos {
  margin-top: 4rem;
}

.footer .logos img {
  max-height: 50px;
  width: auto;
}

.footer a:hover {
  text-decoration: underline;
}

/* Réseaux sociaux */
.footer .socials {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.footer-copyright {
  font-size: 0.9rem;
  padding: 5px;
  background-color: #ec6773;
  color: #fff;
}

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

#userForm input,
#userForm textarea {
  border-radius: 8px;
  border: none;
  background: #ddf1fd;
}

#userForm .form-label,
#userForm .form-label strong {
  font-weight: 300 !important;
  color: #282e69;
}

#userForm .rsform-type-freetext {
  margin: 3rem 0;
}

#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: #231f20;
  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: #282e69;
}

.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(0, 155, 223, 0.6);
  display: flex;
  align-items: flex-end;
  border-radius: 1rem;
  padding: 1rem;
  overflow: hidden;
}

.hover-card.partner-card .card-overlay {
  background-color: rgba(0, 155, 223, 0.2);
}

.home-top {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.home-top h1 {
  font-weight: 300 !important;
}

.home-top h1 strong {
  font-weight: 600 !important;
}

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

.home-top .card h3 {
  color: #282e69;
}

.home-top img {
  border-radius: 8px;
  max-height: 500px;
  width: auto;
}

.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="%23282e69"><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%23282e69%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: #231f20;
}

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

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

.card-institute {
  padding: 30px;
  font-size: 14px;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  color: #282e69;
  border: 2px solid #bde4fa;
  position: relative;
}

.card-institute p {
  margin: 0;
  color: #231f20;
}

.card-institute .name {
  font-weight: bold;
  margin: 10px 0;
  background-color: #ec6773;
  color: #fff;
  padding: 2px 20px;
  border-radius: 5px;
  width: fit-content;
}

.associations-partenaires .card-institute .name {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  margin-bottom: 0;
}

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

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

.partners-asso .card-institute img {
  height: 110px;
  width: auto;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
}

.partners-asso .card-institute img.gortec {
  height: 90px;
}

.partners-asso .card-institute img.gercor,
.partners-asso .card-institute img.ifm {
  height: 130px;
}

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

.footer-legal a {
  color: #282e69;
  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 #231f20;
  padding: 10px;
}

.home-menu-cards {
  margin-top: 4rem;
  position: relative;
}

.home-menu-cards ul,
.home-menu-cards li {
  list-style: none;
  list-style-type: none;
}

.home-menu-cards ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.publications-menu ul {
  grid-template-columns: repeat(1, 1fr);
}

.home-menu-cards li a {
  display: block;
  height: 150px;
  /* background-color: #0b2344; */
  background-color: #000080;
  align-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 0;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}

.home-menu-cards li a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.home-menu-cards li a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  background-color: #3183b2;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}

.home-cards-menu li a::after {
  right: 15px;
  bottom: 70px;
}

.home-menu-cards li a:hover::after {
  background-color: #fff;
  border: 1px solid #3183b2;
  color: #3183b2;
  transition: all 0.3s ease-in-out;
}

.home-menu-cards .home-cards-menu img {
  width: auto;
  height: 200px;
  margin-bottom: 10px;
}

.home-menu-cards .home-cards-menu .image-title {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 9999;
  text-align: center;
  left: 0;
  right: 0;
}

.home-menu-cards .home-cards-menu li a {
  height: 250px;
}

.publications {
  color: #231f20;
}

.publications .result-count {
  color: #2e346c;
}

.publications .publication-cat-img {
  max-height: 400px;
  width: auto;
}

.publications .publication-item {
  position: relative;
  background-color: #ebf7fe;
  border-radius: 1rem;
  padding: 30px;
  height: 100%;
}

.publications .publication-desc {
  margin-top: 1rem;
}

.publications .publication-item h4 a {
  text-decoration: none !important;
  color: #ec6773;
  font-size: 20px;
}

.publications .publication-item h4 {
  width: calc(100% - 60px);
}

.publications .publication-item .external img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: auto;
}

.card-download {
  display: block;
  padding: 20px;
  background-color: #282e69;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none !important;
  align-content: center;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  border: 1px solid #282e69;
}

.card-download:hover {
  color: #fff;
  transform: translateY(-5px);
  transition: all 0.2s ease-in-out;
  background-color: #fdfdfd;
  color: #282e69;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-download .icons-left {
  font-size: 3em;
  align-content: center;
}

.card-download .icons {
  position: relative;
}

.card-download .icons i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

.card-download .icons i.show-hover {
  visibility: 0;
  opacity: 0;
}

.card-download:hover .icons i.show-hover {
  visibility: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.card-download:hover .icons i.hide-hover {
  visibility: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.card-download .title-right {
  font-size: 1.2em;
  align-content: center;
}

.communiques .card {
  border-radius: 8px;
  border: 1px solid #282e69;
  padding: 20px;
}

.communiques .card h3 {
  color: #282e69;
}

.communiques .card .card-date {
  color: #282e69;
  font-size: 14px;
}

.download-files {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, 1fr);
  clear: both;
}

.customcontent h2 {
  color: #fff !important;
  font-size: 24px !important;
  margin: 0 !important;
}

.customcontent .customfields,
.customcontent .custom-field {
  padding: 0px 0 20px 0;
  border-bottom: 1px dotted #333;
  display: block;
}

.customcontent .custom-field {
  margin-bottom: 20px;
}

.customcontent .page-header {
  margin: 2px 0px 10px 0px;
  padding-bottom: 5px;
}

.customcontent .card-body .page-header {
  background: #282e69;
  align-content: center;
  padding: 15px;
  margin-bottom: 20px;
}

.customcontent .field-name h4 {
  font-size: 20px !important;
}

.offres .alert.alert-info + .card-emploi {
  display: none;
}

#member-profile fieldset:nth-child(2) {
  display: none;
}

#member-profile legend {
  font-size: 2.22rem !important;
  color: #282e69 !important;
  margin-bottom: 3rem !important;
  font-weight: 400 !important;
  font-family: "Fredoka", sans-serif;
}

#member-profile legend::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #f24e6f;
  margin-top: 10px;
}

#formcontainer {
  background: #fff !important;
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

#formcontainer textarea {
  width: 100%;
}

#formcontainer {
  border-radius: 8px;
  border: 0 !important;
}

#formcontainer h1 {
  margin-bottom: 30px !important;
}

#formcontainer h3 {
  font-size: 24px;
  background: #ec6773;
  align-content: center;
  padding: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-radius: 1rem;
  color: #fff;
}

#formcontainer input,
#formcontainer textarea,
#formcontainer select {
  border-radius: 8px;
}

.card-emploi {
  background-color: #ebf7fe;
  position: relative;
  color: #282e69;
  border-radius: 2rem;
  height: 100%;
}

.card-emploi .card-header {
  padding: 30px;
  background-color: #ec6773;
  border-radius: 2rem;
  color: #fff;
}

.card-emploi .card-body {
  padding: 10px 30px 30px 30px;
  border-radius: 8px;
}

.card-emploi .date {
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 300;
  font-size: 0.9rem;
}

.card-emploi a {
  text-decoration: none !important;
  color: #fff;
}

.card-emploi h3 {
  font-size: 1.2rem;
  padding-right: 6rem;
  margin-bottom: 0;
}

.card-emploi .employeur {
  font-weight: 300;
  font-size: 1rem;
}

.card-emploi .infos {
  font-size: 1rem;
}

.card-emploi .presentation {
  margin: 25px 0;
}

.card-emploi .card-header {
  margin-bottom: 0;
}

.customcontent .card-emploi {
  border: 1px solid #f2f2f2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.01);
  padding: 20px;
}

.customcontent .card-emploi a {
  color: #282e69;
}

.customcontent .card-emploi h3 {
  font-size: 1.2rem;
}

.customcontent .card-emploi h2 {
  color: #282e69 !important;
  font-size: 1.5rem;
  margin-bottom: 15px !important;
}

.customcontent .card-emploi .description {
  color: #231f20;
  columns: 2;
}

.customcontent .mini-blocs .card-emploi .description {
  columns: initial !important;
}

.customcontent .postuler {
  background-color: #3183b2;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  margin-top: 30px;
  justify-content: space-between;
}

.customcontent .postuler .btn.btn-secondary {
  background-color: #fff;
  color: #3183b2;
  font-weight: bold;
}

.customcontent .postuler .btn.btn-secondary:hover {
  background-color: #282e69;
  color: #fff;
}

.customcontent .postuler > * {
  margin: 0;
}

/* Rapport d'activité */

.gco-download-card {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.gco-download-link {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  text-decoration: none;
  border: 2px solid #d2ecfc;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.gco-download-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.gco-download-image img {
  width: 100%;
  display: block;
}

.gco-download-content {
  padding: 1.4rem;
}

.gco-download-content h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #024e83; /* bleu GCO */
  font-weight: 700;
}

.gco-download-content p {
  margin: 0.4rem 0 1rem;
  font-size: 1rem;
  color: #231f20;
}

.gco-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  background: #00a3c8; /* turquoise GCO */
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s ease;
}

.gco-download-btn:hover {
  background: #0086a5;
}

/* Icône interne */
.gco-download-btn svg {
  margin-right: 4px;
}

/* MENU HOVER */
.metismenu-item.parent:hover .mm-collapse {
  display: block !important;
}

/* V2 */
.home-actus {
  background-color: #282e69;
  padding: 2rem 3rem;
}

.home-actus h2 {
  text-align: center;
  color: #fff !important;
  margin-bottom: 2rem !important;
}

.home-actus .news-item .card-news {
  background-color: #c2e6fb;
  color: #282e69;
  max-width: 280px;
  margin: 0 auto;
  position: relative;
  min-height: 250px;
  border-radius: 1rem;
}

.home-actus .news-item .card-news .news-btn button {
  background-color: #ec6773;
  border-color: #ec6773;
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 30px;
  border-radius: 5px;
}

.btn-gco {
  color: #fff;
  background-color: #282e69;
}

.btn-gco::before {
  content: "";
  background-image: url("../../../../../images/gco//illustrations/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.btn-gco:hover {
  background-color: #ec6773;
  color: #fff;
  border-radius: 8px;
}

.home-chiffres h2 {
  text-align: center;
}

.mod-chiffres {
  padding: 5rem 0;
  color: #282e69;
  font-weight: 500;
}

.key-figures {
  background: #fff;
  margin-top: 40px;
}

.figure-circle {
  background: #c2e6fb;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  margin: 0.5rem auto;
  max-width: 275px;
  max-height: 275px;
}

.figure-circle img {
  height: 55px;
  width: auto;
  margin-bottom: 0.25rem;
}

.figure-circle .value {
  font-size: 5rem;
  color: #ec6773;
  line-height: 1;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
}

.figure-circle .label {
  font-size: 1.1rem;
  color: #282e69;
}

.figure-card {
  background: #c2e6fb;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  font-size: 1rem;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.figure-card > .d-flex {
  flex-wrap: wrap;
}

.figure-card img {
  height: 40px;
  width: auto;
}

.figure-card .value {
  font-size: 4rem;
  color: #ec6773;
  margin-right: 0.5rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
}

.home-partners h2 {
  text-align: center;
}

.mod-languages {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  min-width: 100px;
}

div.mod-languages ul li,
div.mod-languages ul li a {
  color: #00b2eb !important;
  margin: 0;
}

div.mod-languages ul li.lang-active {
  background: none !important;
}

div.mod-languages ul li:not(:last-child)::after {
  content: "|";
  display: inline-block;
}

.gco-page {
  padding: 6rem 2rem !important;
}

.gco-page .icons .float-end {
  display: none !important;
}

.about-section p {
  font-size: 1.1rem;
}

.about-highlight {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #2b2f6a;
  font-weight: 300;
  padding-left: 4.5rem;
  padding-right: 4rem;
  background-image: url("../../../../../images/gco/illustrations/guillemets.webp");
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: left top;
  padding-top: 2.5rem;
}

.about-visual-placeholder img {
  height: 300px;
  width: auto;
  height: 500px;
  width: auto;
  position: relative;
  top: -7rem;
}

footer .mod-list li {
  margin-bottom: 10px;
}

dl.article-info {
  display: none !important;
}

.mod-menu .mm-toggler.mm-toggler-link {
  display: none !important;
}

#cookiesck_options {
  background: rgba(255, 255, 255, 1)
    url("../../../../../images/gco/illustrations/cookies-icon.svg") center
    center no-repeat !important;
  background-size: 80% auto !important;
}

@media screen and (min-width: 426px) {
  .news-img.text-center {
    float: left;
    width: 50%;
    padding: 0 30px 30px 0;
  }
}

@media screen and (max-width: 1199px) {
  .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: #282e69;
    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;
  }

  .mod-languages {
    margin-bottom: 0;
    margin-right: 100px;
  }
}

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

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

  .about-visual-placeholder img {
    top: 0;
    height: auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .home-menu-cards ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .publications-menu ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-menu-cards li a {
    font-size: 24px;
  }

  .download-files {
    grid-template-columns: repeat(2, 1fr);
  }

  .publications-menu ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .container-header .mod-menu {
    justify-content: center;
  }

  .view-article .com-content-article:not(.a-propos) .com-content-article__body {
    columns: 2;
  }

  #formcontainer {
    padding: 30px;
  }

  h1,
  h2 {
    font-size: 2.5rem !important;
  }

  .card-emploi h3 {
    font-size: 1.5rem;
  }

  .card-news h3 {
    font-size: 20px;
  }

  .publications .publication-item h4 a {
    font-size: 22px;
  }

  .figure-card > .d-flex {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 992px) {
  .footer > .container {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Séparateurs verticaux */
  .footer .container > div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 2rem;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .container-header .mod-menu {
    display: block;
  }
}

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

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

  .footer {
    padding: 3rem 2rem;
  }

  .footer .logos img {
    max-height: 70px;
  }

  .metismenu-item.parent:hover .mm-collapse {
    top: 70%;
  }

  .container-header .mod-menu {
    flex-direction: row;
    flex: 1;
    display: flex;
  }
}
