:root {
 --green-color: #2f8c51;
 --green-dark-color: #075726;
 --green-lt-color: #cbecd7;
 --blue-dark-color: #001355;
 --gray-light-color: #f1f1f2;
 --gray-card-light-color: #f4f4f5;
 --green-light-color: #f6fbfc;
 --gray-light-text-color: #787878;
 --gray-dark-text-color: #525050;
 --red-color: ##f22256;
 --red-light-color: ##f1225626;
 --black-color: #1e1e1e;
 --border-color: #b5b8b6;
}

/* General Links */
a {
 text-decoration: none;
}
.nav-link:focus,
.nav-link:hover {
 color: #fff;
}
.topbar a {
 color: #fff;
 text-decoration: none;
 transition: all 0.2s ease-in-out;
}

.topbar a:hover {
 color: #fff !important;
 text-decoration: underline;
}
.topbar a:active {
 color: #fff !important;
}
/* Topbar */
.topbar {
 z-index: 1000;
 position: relative;
 background-color: var(--green-color);
}

.topbar > .container__wrapper {
 position: relative;
 z-index: 1000;
 padding: 0.5rem 8%;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.logo-top {
 display: flex;
 align-items: center;
 gap: 5px;
}

.logo-top img {
 object-fit: contain;
 aspect-ratio: 2/3;
 cursor: pointer;
}

.logo-top__text {
 display: flex;
 flex-direction: column;
 line-height: 15px;
 font-size: 12px;
 font-weight: 600;
}

.logo-top__text span {
 font-weight: 300 !important;
}

.logo-top:hover {
 text-decoration: none !important;
}

.topbar__actions {
 display: flex;
 list-style: none !important;
 gap: 25px;
 align-items: center;
 margin: 0 !important;
 padding: 0 !important;
}

.topbar__actions > li {
 color: #fff;
}

.topbar__link {
 display: flex;
 gap: 10px;
 align-items: center;
 font-size: 14px;
}

/* Navbar */
nav {
 position: sticky;
 top: 0;
 z-index: 999;
 background-color: #fff;
}
nav .container__wrapper {
 display: flex;
 align-items: center;
 gap: 20px;
 justify-content: space-between;
 padding: 10px 8%;
}

#scroll-progress {
 position: fixed;
 top: 0;
 left: 0;
 height: 6px;
 background: var(--green-color);
 width: 0%;
 z-index: 9999;
 transition: width 0.1s ease-out;
}

/* Navbar base */
nav {
 position: sticky;
 top: 0;
 z-index: 999;

 transition: all 0.3s ease;
}

/* Sticky style */
nav.sticky {
 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

nav.sticky .container__wrapper {
 padding: 5px 8%;
}

.navbar__brand {
 display: flex;
 align-items: center;
 gap: 5px;
}

.logo-main {
 display: flex;
 align-items: center;
 gap: 5px;
 color: #000;
}

.logo-main:hover {
 color: #000;
 text-decoration: none;
}

.logo-main__text span {
 font-size: 19px;
 font-weight: 700;
}

.logo-main__text .small {
 font-size: 14px;
 font-weight: 400;
 white-space: nowrap;
 line-height: 13px;
 text-align: right;
 font-style: italic;
}

/* Navbar Links */
.navbar__links {
 display: flex;
 list-style: none !important;
 gap: 15px;
 align-items: center;
 margin: 0 !important;
 flex-wrap: nowrap;
}

.navbar__links > li > .nav__link {
 position: relative;
 font-size: 14px;
 font-weight: 400;
 color: #000;
 text-decoration: none;
 transition: all 0.1s ease-in-out;
 background: #eef4f0;
 padding: 7px 15px;
 border-radius: 20px;
}

.navbar__links > li > .nav__link:hover {
 color: var(--green-color);
}

.navbar__links > li > .nav__link.active {
 font-weight: 600;
 background-color: var(--green-color);
 color: #fff;
}

/* .navbar__links > li > .nav__link.active:after {
 content: "";
 display: block;
 width: calc(100% + 10px);
 left: -5px;
 position: relative;
 height: 3px;
 border-radius: 2px;
 background-color: var(--green-color);
} */

/* footer */

footer {
 background-color: var(--blue-dark-color);
}

footer > .container__wrapper {
 position: relative;
 padding: 4rem 8%;

 display: flex;
 justify-content: space-between;

 gap: 50px;
}
.ft_b {
 display: flex;
 justify-content: center;
 font-size: 12px;
 color: #fff;
 padding: 15px;
}
.footer__links {
 list-style: none;
 width: 100%;
 padding: 0 !important;
 display: flex;
 flex-direction: column;
 color: #fff;
 gap: 20px;
}
.imgs a:hover {
 transform: translateY(-3px);
}

.footer__links > li > a {
 color: #fff;
 font-size: 16px;
}
.footer__links > li > a:hover {
 text-decoration: underline;
}

.ft__row {
 display: flex;
 flex-direction: column;
 gap: 50px;
 width: 100%;
}

.wrp {
 display: flex;
 flex-direction: column;
 gap: 15px;
}

.ft__title {
 display: flex;
 flex-direction: column;
 gap: 5px;
 position: relative;
 color: #fff;
}
.ft__title::after {
 content: "";
 display: block;
 height: 2px;
 width: 130px;
}

.lz {
 display: flex;
 flex-direction: column;
}

.lz a {
 display: flex;
 align-items: center;
 gap: 10px;
}

.ft__title {
 font-size: 18px !important;
}

footer a {
 color: #fff !important;
}
footer a:hover {
 font-weight: 400 !important;
}

footer img {
 filter: hue-rotate(180deg);
}
@media only screen and (max-width: 1127px) {
 .wb {
  display: none;
 }
 .mb {
  display: block;
 }

 .offcanvas-header {
  background-color: var(--color-light);
 }
 .offcanvas-body {
  padding: 0 !important;
 }
 .menu {
  display: flex;
  flex-direction: column;

  padding: 0 !important;
  list-style: none;
 }
 .menu li {
  padding: 15px 20px;
  border-bottom: 1px solid #dcead2;
 }
 .menu a {
  color: var(--color-dark);
 }
 .menu a.active {
  color: var(--color-1st);
  font-weight: 600;
 }
 .menu a:hover {
  color: var(--color-1st);
 }

 .dark {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  background-color: var(--color-dark);
  margin-top: auto;
 }
}

@media only screen and (min-width: 1127px) {
 .mb {
  display: none;
 }
 .wb {
  display: flex;
 }
}

@media only screen and (max-width: 1227px) {
 .navbar__links {
  gap: 5px;
 }
 .navbar__links > li > .nav__link {
  padding: 5px 10px;
  white-space: nowrap;
 }
 .offcanvas {
  max-height: 100vh;
 }
 .offcanvas-header {
  flex-direction: column;
  padding: 0px;
  width: 100%;
  background: var(--gray-card-light-color);
  padding-bottom: 10px;
 }

 .btn-close {
  background-color: #fff;
  color: var(--red-color);
  padding: 5px;
  z-index: 2;
  border-radius: 30px;
 }
 .offcanvas-header > .topbar {
  width: 100%;
 }
 .offcanvas-footer {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  background-color: var(--green-color);
  margin-top: auto;
 }
}
@media only screen and (max-width: 727px) {
 footer .container__wrapper {
  flex-wrap: wrap;
 }
}

.sm {
 padding: 0.3rem 0.5rem !important;
}

.bt-transparent {
 border-radius: 20px;
 border: 1px solid #fff;
 color: #fff;
 background-color: transparent;

 display: flex;
 font-size: 14px;
 justify-content: space-between;
 gap: 10px;
 align-items: center;
}

.bt-transparent span {
 background-color: var(--green-dark-color);
 padding: 2px 20px;
 border-radius: 20px;
}

.bt-green {
 border-radius: 20px;
 border: 1px solid var(--green-color);
 color: #fff;
 font-size: 16px;
 border-radius: 30px;
 height: 48px;
 padding: 0.5rem 2rem;
 background-color: var(--green-color);
}

.bt-dark {
 border-radius: 20px;
 border: 1px solid var(--blue-dark-color);
 color: #fff;
 font-size: 14px;
 border-radius: 30px;
 height: 40px;
 padding: 0.5rem 2rem;
 background-color: var(--blue-dark-color);
}
.bt-transparent-dark {
 border-radius: 20px;
 border: 1px solid var(--blue-dark-color);
 color: var(--blue-dark-color);
 background-color: transparent;
 padding: 0.5rem 2rem;
 display: flex;
 justify-content: space-between;
 gap: 10px;
 align-items: center;
}
button {
 min-width: fit-content;
 transition: all 0.2s ease-in-out;
}

button:hover {
 transform: translateY(-3px);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

body {
 font-family: "Plus Jakarta Sans", sans-serif;
 overflow-x: hidden;
}
.container__wrapper {
 max-width: 1400px;
 margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: inherit;
 font-weight: inherit;
 margin: 0;
}
.banner {
 background-color: var(--blue-dark-color);
 overflow: hidden;
}
.banner-content {
 position: relative;
 z-index: 1;
 display: flex;
 flex-direction: column;
 gap: 50px;
 padding-top: 5%;
}
.banner .cc {
 display: flex;
 flex-direction: column;
 gap: 15px;
}
.cc p {
 color: #fff;
 font-size: 16px;
 font-weight: 400;
 letter-spacing: 1px;
}
.banner .container__wrapper {
 position: relative;
 padding: 0 8%;
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 min-height: 535px;
 gap: 50px;
}
.banner .container__wrapper img {
 position: absolute;
 right: 0px;
 top: -90px;
 z-index: 0;
}
.banner h1 {
 font-size: 40px;
 color: #fff;
 line-height: 55px;
 font-weight: 600;
}
.banner h1 span {
 color: var(--green-color);
}
.search-container {
 display: flex;
 align-items: center;
 gap: 15px;
}
.search-container input {
 border: 1px solid var(--green-light-color);
 background-color: #fff;
 font-size: 16px;
 height: 48px;
 min-width: 320px;
 padding: 10px 20px;
 border-radius: 30px;
}
.indicators {
 padding: 1.5rem 0%;
 margin-top: -100px;
 z-index: 2;

 position: relative;
}
.indicator {
 transition: all 0.2s ease-in-out;
}
.indicator:hover {
 color: #fff !important;
 transform: translateY(-2px) scale(1.05);
}
.indicators::before {
 content: "";
 background-color: var(--gray-light-color);
 display: block;
 width: 100%;
 height: 100%;
 z-index: -1;
 position: absolute;
 top: 100px;
 left: -1px;
}
.indicators .container__wrapper {
 padding: 0 8%;
}
.indicators .container__wrapper .ind {
 background-color: var(--green-color);

 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 width: 100%;
 padding: 1rem 1.5rem;
 border-radius: 16px;
}

.indicators__wrapper {
 display: flex;
 gap: 2rem;
 flex-wrap: wrap;
}

.indicator {
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 color: #fff;
}

.indicator__value {
 display: flex;
 align-items: center;
 gap: 10px;
 background: #fff;
 min-width: 237px;
 color: var(--blue-dark-color);
 font-size: 24px;
 font-weight: bold;
 border-radius: 50px;
 padding: 0rem 1.5rem;
 margin-bottom: 0.7rem;
 display: flex;
 justify-content: space-between;
}

.indicator__value span {
 font-size: 48px;
 width: 100%;
 text-align: center;
 font-weight: bold;
}

.indicator__label {
 font-size: 16px;
 margin: 0;
 font-weight: 500;
}
.reuse {
 z-index: 2;
 position: relative;
 background-color: var(--gray-light-color);
}
.reuse .container__wrapper {
 padding: 1rem 8%;
 position: relative;
}

.reuse__wrapper {
 z-index: 2;
 position: relative;
}
.reuse__wrapper .container__wrapper {
 padding: 1rem 8%;
 position: relative;
}

.reuse-card {
 background-color: #fff;
 border-radius: 20px;
 height: 100%;
 border: 1px solid var(--green-color);
}
.imm {
 position: relative;
}

.imm .date {
 background-color: #ffffff;
 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
 border-radius: 8px;
 padding: 0.2rem 0.5rem;
 position: absolute;
 bottom: 10px;
 left: 10px;
 border: 1px solid #166434;
}
.reuse-card h2 {
 font-size: 20px;
 font-weight: 500;
 color: #000;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;

 line-height: 1.4em;
 min-height: calc(1.4em * 2);
 max-height: calc(1.4em * 2);
}

.reuse-card h2:hover {
 color: var(--green-color);
}
.reuse-card img {
 object-fit: cover;
 border-bottom: 1px solid var(--green-color);
 border-radius: 20px 20px 0 0;
 width: 100%;
}

.reuse-card .w__info {
 display: flex;
 gap: 20px;
 flex-direction: column;
 padding: 2rem 3rem;
}
.reuse-card .w__info a {
 display: flex;
 width: 100%;
 justify-content: center;
}
.heading {
 display: flex;
 align-items: center;
 width: 100%;

 gap: 20px;
}

.heading-title {
 color: var(--blue-dark-color);
 font-size: 36px;
 font-weight: 500;
 display: flex;
 align-items: center;
 margin: 0px !important;
 gap: 20px;
 width: 100%;
}

.heading-title::after {
 content: "";
 width: 100%;
 height: 1px;
 background-color: var(--green-color);
 display: block;
}
.owl-carousel1 {
 position: relative;
}

.custom-prev {
 position: absolute;
 z-index: 99;
 top: 50%;
 left: 50px;
 transform: rotate(-180deg);
}
.custom-next {
 z-index: 99;
 position: absolute;
 top: 50%;
 right: 50px;
}
.owl-next,
.owl-prev {
 display: none;
}
.g-data {
 background: #fff;
}

.g-data .container__wrapper {
 padding: 1rem 8%;
}

.row {
 row-gap: 30px;
}

.heading a {
 white-space: nowrap;
}

.g-data > .container__wrapper {
 position: relative;
 padding: 2.5rem 8% 5rem;
}

.g-data .heading-title {
 white-space: nowrap;
 margin-bottom: 2rem;
}

.gm__card {
 padding: 10px;
 display: flex;
 height: 100%;
 align-items: center;
 gap: 15px;
 background-color: var(--green-light-color);
 border: 1px solid var(--green-color);

 border-radius: 20px 0 20px 0;
}

.gm__card:hover:has(a:hover) {
 background-color: #e5f1f4;
}

.gm__card img {
 object-fit: contain;
 cursor: pointer;
 border: 1px solid var(--green-color);
 width: 101px;
 height: 101px;
 border-radius: 8px;
}

.gm__card-info {
 display: flex;
 flex-direction: column;
 width: 100%;
 gap: 10px;
}

.date,
.gm__tp {
 color: var(--gray-dark-text-color);
 font-size: 15px;
 display: flex;
 align-items: center;
 gap: 5px;
}

.gm__tp:hover {
 color: var(--black-color);
 text-decoration: underline;
}
a.gm__title {
 color: #000;
 cursor: pointer;
 font-size: 16px;
 font-weight: 600;
 /*max-width: 380px;*/
}
.gm__title:hover {
 text-decoration: underline;
}

.gm__bottom-actions {
 display: flex;
 gap: 15px;
 align-items: center;
}

.tool__tips {
 display: flex;
 gap: 5px;
 align-items: center;
}

.t__tip {
 display: flex;
 flex-direction: column;
 gap: 3px;
 align-items: center;
}

.t__tip span {
 background-color: var(--color-1st);
 color: #000;
 font-size: 8px;
 font-weight: 700;
 width: fit-content;
 padding: 0 5px;
 border-radius: 2px;
}

.g-data-actions {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
}

/* tabs */

.g-data-tabs {
 display: flex;
 gap: 20px;
 justify-content: center;
 align-items: center;
 width: 100%;
 padding: 1rem 8%;
 overflow-x: auto;
 scrollbar-width: none;
 -ms-overflow-style: none;
}

.g-data-tabs::-webkit-scrollbar {
 display: none;
}
.g-data-tab-content {
 transform: translateX(-100px);
 opacity: 0;
 display: none;
 transition: all 0.2s ease-in-out;
}

.g-data-tab-content.show {
 display: block;
}

.g-data-tab-content.active {
 transform: translateX(0);
 opacity: 1;
}
.g-data-tab {
 white-space: nowrap;
 flex-shrink: 0;
 cursor: pointer;
 padding: 0.5rem 1rem;
}

.g-data-actions button {
 font-size: 16px;
 border-radius: 10px;
 padding: 0.5rem 1rem;
}

.g-data-tab {
 cursor: pointer;
 border-radius: 20px;
 border: 1px solid var(--blue-dark-color);
 color: #000;
 background-color: transparent;
 padding: 0.3rem 2rem;
 display: flex;
 font-weight: 500;
 justify-content: space-between;
 gap: 10px;
 align-items: center;
 transition: all 0.2s ease-in-out;
}

.g-data-tab:hover {
 color: var(--color-1st);
 background-color: #00135520;
}

.g-data-tab.active {
 background-color: var(--blue-dark-color);
 border-color: var(--blue-dark-color);
 color: #fff;
}

.themes {
 padding: 3rem 0;
 background-color: var(--gray-light-color);
}

.themes .container__wrapper {
 padding: 0 8%;
}

.heading-subtitle {
 font-size: 32px;
 font-weight: 600;
 color: var(--gray-light-text-color);
}

.heading-subtitle span {
 color: var(--gray-dark-text-color);
}

.col-lg-4,
.col-md-6 {
 flex: 1 1 calc(33.333% - 1.5rem);
}

@media (max-width: 992px) {
 .col-lg-4 {
  flex: 1 1 calc(50% - 1.5rem);
 }
}

@media (max-width: 768px) {
 .col-md-6 {
  flex: 1 1 100%;
 }
}

.theme-card {
 display: flex;
 align-items: center;
 border: 1px solid var(--blue-dark-color);
 cursor: pointer;
 background: #fff;
 border-radius: 21px 0 20px 0;
 height: 100%;
 transition: all 0.2s ease-in-out;
}

.theme-card__icon {
 background-color: var(--blue-dark-color);
 padding: 1.2rem;
 height: 100%;
 min-height: 142px;
 min-width: 140px;
 border-radius: 20px 0 20px 0;
 display: flex;
 align-items: center;
 justify-content: center;
}

.theme-card__icon img {
 width: 70px;
}

.theme-card__content {
 padding: 1rem;
 flex: 1;
}

.theme-card__content h3 {
 font-size: 18px;
 font-weight: 600;
 color: var(--gray-dark-text-color);
}

.theme-card__content p {
 margin: 0.3rem 0 0;
 font-size: 14px;
 color: var(--gray-light-text-color);
}

.theme-card__content .count {
 font-size: 36px;
 font-weight: 700;
 color: var(--green-color);
}
.theme-card:hover .theme-card__content h3 {
 text-decoration: underline;
}
.theme-card:hover {
 transform: translateY(-5px) !important;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.part__cards {
 display: flex;
 justify-content: space-between;
 gap: 50px;
 flex-wrap: wrap;
 margin-top: 3rem;
 align-items: center;
}

.part__cards > * {
 flex: 1 1 300px;
}
.part__wrapper .container__wrapper {
 padding: 4rem 8%;
 padding-bottom: 7%;
}
.part__card-container {
 perspective: 1000px;
}

.part__card-front {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 gap: 20px;
 backface-visibility: hidden;
}

.part__card {
 background-color: var(--gray-card-light-color);
 border-radius: 10px;
 padding: 3rem 1rem 2rem;
 min-width: 280px;
 width: 100%;
 min-height: 190px;
 display: flex;
 cursor: pointer;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 25px;
 transition: background-color 0.2s ease-in-out;
}

.part__card svg > * {
 fill: var(--blue-dark-color);
}

.part__card:hover svg > * {
 fill: #fff !important;
}

.part__card:hover {
 background-color: var(--green-color);
}

.part__card .p__tl {
 font-size: 18px;
 font-weight: 600;
 color: var(--blue-dark-color);
 text-align: center;
 max-width: 210px;
}
.part__card:hover .p__tl {
 color: #fff !important;
}

/* Floating Button */
#float-btn {
 position: fixed;
 top: 50%;
 right: -57px;
 transform: translateY(-50%) rotate(-90deg);
 background: #00061b;
 color: white;
 border-radius: 8px 8px 0 0;
 padding: 5px 20px;
 cursor: pointer;

 z-index: 999;
 font-size: 14px;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* Menu Panel */
#float-menu {
 position: fixed;
 top: 50%;
 right: -340px;
 transform: translateY(-50%);
 width: 320px;
 background: #020a2a;
 border-radius: 8px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
 padding: 15px;
 display: flex;
 flex-direction: column;
 gap: 10px;
 transition: right 0.3s ease;
 z-index: 999;
}

/* Show menu */
#float-menu.active {
 right: 40px; /* slides into view */
}

/* Buttons inside */

#float-menu h3 {
 margin: 0 0 10px;
 font-size: 18px;
 color: #fff;
}

#float-menu p {
 font-size: 14px;
 margin-bottom: 15px;
 color: var(--gray-light-color);
}

.accessibility-buttons {
 background-color: #fff;
 padding: 10px;
 border-radius: 8px;
 display: grid;
 grid-template-columns: 1fr; /* deux colonnes */
 max-height: 400px;
 overflow: auto;
 gap: 10px;
}
.accessibility-options {
 display: flex;
 flex-direction: column;
 background-color: #fff;
 padding: 10px;
 border-radius: 10px;
 max-height: 380px;
 overflow: auto;
 gap: 15px;
}

/* Switch style */
.switch-option {
 display: flex;
 justify-content: space-between;
 align-items: center;
 font-size: 14px;
 color: var(--gray-dark-text-color);
}

label {
 display: flex;
 align-items: center;
 gap: 10px;
}

.accessibility-options i {
 font-size: 18px;
 color: var(--blue-dark-color);
}

.switch {
 position: relative;
 display: inline-block;
 width: 42px;
 height: 22px;
}

.switch input {
 display: none;
}

.slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #ccc;
 transition: 0.3s;
 border-radius: 34px;
}

.slider:before {
 position: absolute;
 content: "";
 height: 16px;
 width: 16px;
 left: 3px;
 bottom: 3px;
 background-color: white;
 transition: 0.3s;
 border-radius: 50%;
}

input:checked + .slider {
 background-color: #1f2188;
}

input:checked + .slider:before {
 transform: translateX(20px);
}

/* Range sliders */
.range-option {
 display: flex;
 flex-direction: column;
 gap: 5px;
}

.range-option input[type="range"] {
 width: 100%;
 accent-color: #1f2188;
}
.close-btn {
 position: absolute;
 top: 12px;
 right: 12px;
 background: transparent;
 border: none;
 font-size: 20px;
 cursor: pointer;
 color: #fff;
 transition: color 0.2s;
}

/* Select */
.select-option select {
 width: 100%;
 padding: 6px;
 border-radius: 6px;
 border: 1px solid #ccc;
}

/* Action buttons */
.action-btn {
 display: flex;
 align-items: center;
 gap: 6px;
 padding: 10px;
 border: none;
 border-radius: 8px;
 background: #e3e5ed;
 cursor: pointer;
 font-weight: 600;
 color: var(--blue-dark-color);
 font-size: 14px;
 transition: background 0.2s;
}

.action-btn:hover {
 background: #c4c7d1;
}

/* Reset button */
.reset-btn {
 margin-top: 20px;
 width: 100%;
 background: #ff4d4f;
 color: #fff;
 font-weight: bold;
 border-radius: 8px;
 border: none;
 padding: 10px;
}

.reset-btn:hover {
 background: #e53935;
}

@media only screen and (max-width: 827px) {
 .heading {
  flex-wrap: wrap;
 }
 .heading button {
  width: 100;
 }
 .g-data-tabs {
  justify-content: flex-start;
 }
 .indicators .container__wrapper .ind {
  justify-content: center !important;
 }
}
@media only screen and (max-width: 568px) {
 .banner img {
  opacity: 0.3;
 }
 .gm__card {
  flex-wrap: wrap;
 }
 .heading button {
  width: 100;
 }
 .search-container input {
  min-width: auto;
 }
 .gm__card > a {
  display: flex;
  justify-content: center;
  width: 100%;
 }
 .gm__card > a img {
  width: 100% !important;
 }
 .gm__bottom-actions {
  flex-wrap: wrap;
  justify-content: center;
 }

 .indicators .container__wrapper .ind {
  padding: 0px;
  background-color: transparent;
  gap: 20px;
 }

 .indicator {
  background-color: var(--green-color);
  padding: 20px;
  border-radius: 20px;
  width: 100%;
 }

 .indicators {
  background: var(--gray-light-color);

  margin-top: 0px;
 }
}

@media only screen and (max-width: 468px) {
 .search-container {
  flex-wrap: wrap;
 }
 .container__wrapper {
  padding-left: 2% !important;
  padding-right: 2% !important;
 }
}
@media only screen and (min-width: 1920px) {
 .container__wrapper {
  padding-left: 0px !important;
  padding-right: 0 !important;
 }
}

/* reuse page */

.filter__reuse {
 background-color: var(--green-light-color);
 border-bottom: 1px solid var(--green-color);
 width: 100%;
}

.filter__reuse .container__wrapper {
 padding: 1rem 8%;
}

aside.ru {
 background-color: #fff;
 padding: 20px;
 border-radius: 20px;
 border: 1px solid var(--blue-dark-color);
 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
aside.ru button {
 white-space: nowrap;
}
.fl-r {
 position: relative;
}
.ab {
 position: absolute;
 top: 0px;
 right: 0px;
}

.form-list {
 margin-top: 20px !important;
}

.reuse-information h1 {
 font-size: 32px;
 font-weight: 700;
}
.heading-title {
 white-space: nowrap;
}
.detail__view {
 display: flex;
 flex-direction: column;
 gap: 20px;
 width: 100%;
}

.form-content {
 display: flex;
 flex-direction: column;
 gap: 15px;
}

h2 {
 font-size: 22px !important;
 font-weight: 600 !important;
 margin: 0 !important;
}

.form-group {
 display: flex;
 flex-direction: column !important;
}
.form-label {
 margin: 0 !important;
}

.indicateur-card {
 background-color: #fff;
 display: flex;
 padding: 10px 0;
 align-items: center;
 gap: 10px;
 border-bottom: 1px solid #b5b8b6;
}

.indicateur-card:last-child {
 border: none !important;
}

.ct {
 display: flex;
 flex-direction: column;
}
.inducateurs-key-numbers {
 color: #166534;
 font-size: 16px;
 font-weight: bold;
}

.inducateurs-key-text {
 color: #525050;
 font-size: 14px;
}

.side-bar-indicateurs {
 display: flex;
 flex-direction: column;
 border-top: 1px solid #b5b8b6;
 gap: 10px;
}
.section-reuse {
 min-height: 1500px;
}
.side-bar-fr-section-title {
 display: flex;
 gap: 10px;

 color: #166534;
 margin-bottom: 15px;
 font-size: 18px;
 font-weight: 700;
 white-space: nowrap;
}

.form-content a {
 color: #000 !important;
}

.search summary {
 list-style: none !important;
 width: 100%;
}

.search summary div {
 display: flex !important;
 align-items: center;
 gap: 5px;
 font-weight: 400;
 color: var(--color-primary-1st) !important;
 transition: 0.2s ease-in-out;
}

.search summary div:hover {
 color: var(--color-primary-1st);
}

.search summary div a {
 text-decoration: underline !important;
}

.search[open] summary div .fa-search-plus {
 display: none;
}
.search summary span {
 font-weight: 400 !important;
 font-size: 14px !important;
}

.search[open] {
 border-radius: 8px;
 margin-top: 10px;
 flex-direction: column;
}

.search[open] .row {
 padding: 0px 0px 15px 10px !important;
}

.search[open] .row input {
 background: white !important;
}

.sort-select {
 max-width: 140px;
}

details[open] .row > * {
 padding-right: 0px;
}
details[open] summary .header-summary {
 color: var(--color-primary-1st);
 padding: 10px;
 padding-bottom: 0px;
}

details[open] summary .header-summary div {
 color: var(--color-primary-1st);
}
details summary div .fa-caret-up {
 display: none;
}

.header-summary label {
 font-weight: 600;
}

.filter-items {
 display: flex;
 justify-content: space-between !important;
 align-items: center;
 flex-wrap: wrap-reverse;
}

.filter-items .link {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 margin-bottom: 10px;
}

details summary div .fa-search-plus {
 font-weight: 400;
}

.resuse-filter-card {
 width: 100%;
 display: flex;
 max-width: 1200px;
 flex-direction: column;
 align-items: center;
 gap: 20px;
}

.reuse-filter-container {
 display: flex;
 justify-content: center;
 flex-direction: column;
 width: 100%;
}

.search-box {
 background-color: #fff;
 border: 1px solid var(--gray-dark-text-color);
 border-radius: 30px;
 height: 48px;
 padding-left: 1.2rem;
 width: 100%;
 display: flex;
}

.search-box input::placeholder {
 color: var(--gray-dark-text-color);
 font-size: 16px;
}

.search-box .bt-green {
 height: auto !important;
 border-radius: 0px 30px 30px 0px;
}
.search-box .bt-green:hover {
 transform: none !important;
}

.search__i {
 all: unset !important;
 width: 100% !important;
 border-radius: 0pc !important;
}

p {
 margin-bottom: 0 !important;
 padding: 0 !important;
}

.reuse-select {
 border: 1px solid var(--blue-dark-color) !important;
 padding: 0 1.5rem;

 height: 40px;

 font-weight: 400;
 min-width: 165px;
 font-size: 14px;
 border-radius: 30px;
}
.game-data-founded {
 font-size: 18px !important;
}

.module-content p a {
 color: var(--green-color) !important;
}

.context-info .module-content {
 padding: 0px !important;
}

.module-content:has(.open-data) {
 background-color: #eef4f0;
 padding: 10px !important;
 border-radius: 10px !important;
 color: var(--green-color) !important;
}
.toolbar {
 max-height: 25px;
 overflow: hidden;
}
.module-content:has(.open-data) a {
 color: var(--green-color) !important;
}

#organization-info {
 background-color: #f6fbfc;
}
#organization-info .module {
 background-color: transparent !important;
}
.context-info h1.heading,
.context-info .heading.h1 {
 color: var(--blue-dark-color);
 font-weight: 700;
}
dl {
 background: #f6fbfc;
 border: 1px solid var(--green-color);
 padding: 5px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 border-radius: 8px;
}
/*
aside.secondary.col-md-12.col-sm-12.col-lg-4:not(:has(.filters)) {
 margin-top: -10px !important;
}
*/
.module-narrow .nav-item > a,
.module-narrow .nav-aside li a {
 justify-content: flex-start !important;
}
p.text-muted.ellipsis {
 margin-top: 4rem !important;
}
.reuse-select:active,
.reuse-select:focus {
 border: 1px solid var(--blue-dark-color) !important;
 outline: 1px solid var(--blue-dark-color) !important;
}

.page-link {
 background-color: var(--green-light-color) !important;
 color: var(--green-color) !important;

 border-radius: 5px !important;
 display: flex !important;
 align-items: center !important;
 justify-content: center !important;
 width: 40px !important;
 border: none !important;
}

.page-link svg path {
 fill: var(--green-color);
}

.page-link.active,
.page-link:hover {
 background-color: var(--green-color) !important;
 color: #fff !important;
}

.page-link:hover svg path {
 fill: #fff;
}

.pagination {
 display: flex;
 gap: 5px !important;
}

.page-item {
 border-radius: 5px !important;
}

details summary div a .shown {
 display: none;
}

details summary div a .default {
 display: block;
}

details[open] summary div a .default {
 display: none;
}

details[open] summary div a .shown {
 display: block;

 font-weight: 400;
}
.breadcrumb > li + li:before {
 padding: 0 7px;
 color: var(--blue-dark-color);
 content: "|";
}

.toolbar .breadcrumb {
 -webkit-box-shadow: none;
 box-shadow: none;
 position: relative;

 float: left;
 margin: 0;
 padding: 0;
 padding-bottom: 10px !important;

 border: none;
 background: none;
 font-size: 14px;
 display: flex;
 align-items: center;
}

.toolbar .breadcrumb a {
 color: var(--blue-dark-color);
 font-weight: 600;
}

@media screen and (max-width: 1287px) {
 .header__actions {
  width: fit-content !important;
  padding: 1rem !important;
 }
 .reuse_a__wp {
  margin-top: 0 !important;
 }
 .navbar {
  padding: 1rem 5% !important;
 }
}

@media screen and (max-width: 992px) {
 .ab {
  position: relative;
 }
}

@media screen and (max-width: 1287px) {
 .side-bar-fr-section-title {
  white-space: normal !important;
  font-size: 16px !important;
 }

 .heading-title {
  white-space: wrap !important;
 }
 .reuse_a__wp {
  z-index: -1;
 }
}

/* reuse details */

.reuse__details {
 border-radius: 20px;
 border: 1px solid var(--blue-dark-color);
}

.data-info {
 padding: 10px 15px;
}

.gm__fl {
 display: flex;
 flex-direction: column;
 gap: 10px;
}

.data-info h2 {
 font-size: 16px !important;
 font-weight: bold !important;
 margin-bottom: 20px !important;
}
.data-info:not(:last-child) {
 border-bottom: 1px solid var(--blue-dark-color);
}
.reuse-information {
 display: flex;
 flex-direction: column;
 gap: 5px;
}

.reuse-information .title {
 font-size: 24px;
 font-weight: bold;
 color: var(--blue-dark-color);
}

.reuse-information p {
 font-size: 16px;
 font-weight: 500;
 color: var(--blue-dark-color);
}
.share {
 display: flex;
 gap: 5px;
 align-items: center;
}

.share span {
 white-space: nowrap;
}
.img-reuse img {
 border-radius: 20px;
 border: 1px solid var(--green-color);
}
.data-info.ffl {
 display: flex;
 justify-content: space-between;
 width: 100%;
 gap: 20px;
 flex-wrap: wrap;
}

.data-info.ffl > * {
 flex: 1 1 320px;
}
.clone-input {
 position: relative;
 max-width: 395px;
 height: 40px;
 padding: 5px 20px;
 border-radius: 30px;
 border: 1px solid var(--green-color);
}
.data-left {
 display: flex;
 flex-direction: column;
 gap: 15px;
}

.ffl .form-input {
 all: unset;
 width: 100%;
 max-width: calc(100% - 40px);
 color: #4d4d4d;
 text-decoration: underline;
}
.ffl .form-input::placeholder {
 color: #4d4d4d;
}

.text-lg {
 font-weight: 700;
}
.data-right label {
 font-weight: 700;
}
.poo {
 position: absolute;
 top: 5px;
 right: 10px;
}

@media screen and (max-width: 868px) {
 .heading-data {
  flex-wrap: wrap;
 }
}

.main {
 background: transparent !important;
 /*margin-top: -130px !important;*/
 z-index: 1;
}

.main .secondary {
 margin-top: -10px;
 z-index: 1;
 height: 100%;
 background-color: #fff;
 padding: 1.5rem 1rem;
 border-radius: 20px;
 border: 1px solid var(--green-color);
 border: 1px solid var(--blue-dark-color);
 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.main > .container__wd {
 padding: 0rem 5%;
}
.module-resource {
 background-color: transparent !important;
}
i.fa.fa-times {
 color: white;
}
.wrapper {
 border: none !important;
 background-color: transparent !important;
 box-shadow: none !important;
}
.dataset-list {
 display: flex;
 flex-direction: column;
 gap: 20px;
 width: 100%;
}
.dataset-item {
 border-bottom: none !important;
 padding-bottom: 0px !important;
 margin-bottom: 0px !important;
 width: 100%;
}
.btn {
 /*border: none !important;*/
 border-radius: 20px !important;
}
.module a {
 text-decoration: none;
}
.module a:hover {
 text-decoration: underline;
}
.media-grid,
.module-grid {
 background: transparent !important;
 border: none !important;
 margin-top: 1.5rem;
}
#activity_types_filter {
 margin-top: 2rem;
}
.search-input-group {
 background-color: #fff;
 border: 1px solid var(--gray-dark-text-color);
 border-radius: 30px;
 height: 48px;
 padding-left: 1.2rem;
 width: 100%;
 display: flex;
 margin-bottom: 2rem !important;
}
.input-group {
 flex-wrap: nowrap !important;
}
.search-input-group input::placeholder {
 color: var(--gray-dark-text-color);
 font-size: 16px;
}

.search-input-group .btn-default {
 border-radius: 20px;
 border: 1px solid var(--green-color);
 color: #fff;
 font-size: 16px;
 height: 48px;
 padding: 0.5rem 2rem;
 background-color: var(--green-color);
 height: auto !important;
 border-radius: 0px 30px 30px 0px;
}
.search-input-group .btn-default:hover {
 transform: none !important;
 background-color: var(--green-color) !important;
}

/* CSS  Commenataires */

/* ===========================
   Bloc global commentaires
   =========================== */

.dataset-comments {
  margin-top: 30px;
}

.dataset-comments .panel-heading {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px;
}

.dataset-comments .comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dataset-comments .comments-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* ===========================
   Tri / header droit
   =========================== */

.comments-sort-form {
  display: flex;
  align-items: center;
  margin: 0;
}

.comments-sort-label {
  font-size: 13px;
  color: #777;
  margin-right: 4px;
}

.comments-sort-select {
  font-size: 13px;
  padding: 2px 8px;
  height: 28px;
  border-radius: 55px;
}

/* Séparateur avant le formulaire */
.comments-separator {
  margin: 15px 0;
}

/* ===========================
   Liste de commentaires
   =========================== */

/* Liste globale */
.comment-thread {
  margin: 5px 0 0 0;
  padding: 0;
}

/* Un commentaire = carton gris compact */
.comment-item {
  display: flex;
  align-items: flex-start;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 6px 8px;
  margin-bottom: 4px;
  border: 1px solid #e0e0e0;
}

/* Avatar à gauche */
.comment-avatar-wrapper {
  flex: 0 0 32px;
  margin-right: 8px;
}

.comment-avatar-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d8d8d8;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

/* Corps du commentaire */
.comment-body {
  flex: 1;
}

/* Ligne "auteur • il y a 10 minutes" */
.comment-meta {
  font-size: 12px;
  color: #555;
  margin-bottom: 2px;
}

.comment-author {
  font-weight: 600;
}

.comment-dot {
  margin: 0 4px;
  color: #999;
}

.comment-age {
  color: #888;
}

/* Message */
.comment-message {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  white-space: pre-wrap;
}

/* ===========================
   Formulaire inline
   =========================== */

.dataset-comment-form-inline {
  margin-top: 5px;
}

.comment-inline-form {
  width: 100%;
}

/* Textarea compacte, une seule ligne visible */
.comment-inline-textarea {
  resize: none;
  min-height: 32px;
  max-height: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.4;
}

/* Zone des boutons à droite */
.comment-inline-actions .btn {
  border-radius: 0;
  border: none;
  padding: 4px 10px;
  font-size: 12px;
}

/* Annuler style texte */
.comment-cancel-btn {
  color: #777;
  background: transparent;
  box-shadow: none;
}

/* Publier plus visible, mais pas full-width */
.comment-submit-btn {
  margin-left: 4px;
  padding: 4px 14px;
  font-size: 12px;
  border-radius: 16px;
}

/* Suppression du margin-bottom Bootstrap */
.dataset-comment-form-inline .form-group {
  margin-bottom: 0;
}

/* ===========================
   Pagination
   =========================== */

.comment-pagination {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.comment-page-indicator {
  font-size: 12px;
  color: #777;
}

/* Stats des statuts (admin) */
.comment-status-stats {
  font-size: 12px;
}

/* Badges de statut sur les commentaires */
.comment-status {
  margin-left: 6px;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 500;
}

.comment-status-waiting {
  background-color: #fff3cd;
  color: #856404;
}

.comment-status-rejected {
  background-color: #f8d7da;
  color: #721c24;
}

.comment-stats {
    font-size: 12px ;
    font-style: italic;
}

.comment-status-form-inline {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  gap: 4px;
}

.comment-status-select {
  font-size: 11px;
  padding: 1px 4px;
  height: 22px;
}

.comment-status-submit {
  font-size: 11px;
  padding: 0 4px;
}

/* Badges existants */
.comment-status {
  margin-left: 6px;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 500;
}

.comment-status-waiting {
  background-color: #fff3cd;
  color: #856404;
}

.comment-status-rejected {
  background-color: #f8d7da;
  color: #721c24;
}

/* fin CSS Commentaires */ 

.search-input-group .form-control {
 all: unset !important;
 width: 100% !important;
 border-radius: 0pc !important;
}

.module-heading {
 position: relative;
 border: none !important;
 background-color: transparent !important;
 padding: 0 !important;
 display: flex;
 color: #166534 !important;
 margin-bottom: 10px !important;
 gap: 10px;

 font-size: 16px !important;
 font-weight: 700 !important;
 flex-wrap: nowrap;
 white-space: nowrap;
 display: flex;
 align-items: center;
 gap: 10px;
}
/* ckan changes */
.filters .module-heading:after {
 content: "";
 width: 100%;
 height: 1px;
 background-color: var(--green-color);
 display: block;
}
.filters > div {
 display: flex;
 flex-direction: column;
 gap: 10px;
}
aside .module {
 padding: 10px 15px;
 background-color: #fff;
 border-radius: 10px;
}
/*.filters .module*/
.filters,
.social,
.license {
 padding: 10px 15px;
}

aside {
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.wrapper:before {
 display: none !important;
}

.module-footer {
 margin: 5px 0 !important;
 border-top: 1px solid #b5b8b6 !important;
}
.module-narrow .nav-item > a,
.module-narrow .nav-aside li a {
 display: flex !important;
 justify-content: space-between !important;
 padding: 0 !important;
 color: var(--gray-dark-text-color) !important;
 font-size: 16px !important;
 text-decoration: capitalize;
 background: #f6fbfc;
 border-radius: 10px;

 margin-top: 0px;
 padding: 5px !important;
 border: 1px solid #308b5036;
}
.separator {
 display: none !important;
}
.filters .module-footer {
 display: none;
}
.nav-simple > li,
.nav-aside > li {
 border-bottom: none !important;
}
.badge {
 display: flex !important;
 background-color: transparent !important;
 color: var(--gray-dark-text-color) !important;
 font-size: 16px !important;
 font-weight: 300 !important;
}
.badge::after {
 content: ")";
 display: flex;
}

.badge::before {
 content: "(";
 display: flex;
}

.module h1,
.module .h1 {
 font-size: 18px;
 font-weight: 600;
}

.filter__reuse .container__wrapper {
 padding-bottom: 4rem;
}
.module-content {
 /*padding: 0 !important;*/

 padding: 1.5rem 1rem;
 padding-top: 0.5rem;
 border-radius: 20px;
 /*
 border: 1px solid var(--green-color);*/
}
.row {
 --bs-gutter-x: 4rem !important;
 margin-left: 0 !important;
 margin-right: 0 !important;
 gap: 20px !important;
}
.row > * {
 padding-left: 0 !important;
 padding-right: 0 !important;
}

.main {
 margin-top: -6.5rem;
}
.main .container__wrapper {
 padding: 0 8%;
}
.search-form {
 margin: 0 !important;

 padding: 0 !important;
}

.search-form .search-input-group {
 margin-bottom: 2.5rem !important;
 margin-top: 10px;
}
.module-narrow .nav-item.active > a,
.module-narrow .nav-aside li.active a {
 background: #fff !important;
}
.module-narrow .nav-item.active > a:before,
.module-narrow .nav-aside li.active a:before {
 display: none !important;
}
ul.media-grid {
 display: flex;
 align-items: center;
 gap: 10px;
 flex-wrap: wrap;
}
li.media-view {
 position: relative !important;
 display: flex;
 align-items: center;
 border: 1px solid var(--blue-dark-color);
 cursor: pointer;
 background: #fff !important;
 border-radius: 21px 0 20px 0 !important;
 justify-content: flex-start;
 flex-wrap: wrap;

 transition: all 0.2s ease-in-out;
}
article .module-content {
 /*margin-top: 1.5rem;*/
}
.row {
 width: 100% !important;
}
li.media-view h2 {
 font-size: 18px;
 font-weight: 600;
 color: var(--gray-dark-text-color);
}

li.media-view p {
 margin: 0.3rem 0 0;
 font-size: 14px;
 color: var(--gray-light-text-color);
}
a.media-view {
 border: none !important;
}

.media-item {
 width: 100% !important;
 border: 1px solid var(--green-color);
 border-radius: 20px;
}
.media-item .media-image,
.module-item .media-image {
 margin-bottom: 5px !important;
 width: 100% !important;
 height: 140px !important;
 border-radius: 10px !important;
 object-fit: cover !important;
 object-position: center !important;
 display: block !important;
}
.nav-item .facet-close {
 color: #e70012;
 left: 6px !important;
 top: 6px !important;
 float: left;
 position: absolute !important;
 font-size: 16px;
}
.module-narrow .nav-item.active,
.module-narrow .nav-aside li.active {
 background-color: transparent !important;
}
.module-narrow .nav-item.active > a,
.module-narrow .nav-aside li.active a {
 border-color: var(--green-color);
 font-weight: 500;
 background: #f6fbfc !important;
}
.module-narrow .nav-item > a .item-label,
.module-narrow .nav-aside li a .item-label {
 margin-left: 22px;
}

a[rel="dc:rights"] {
 color: var(--green-color) !important;
 font-weight: 700 !important;
}

aside.secondary.col-md-12.col-sm-12.col-lg-4:has(.resources) {
 padding: 20px !important;
}

aside.secondary .module.resources {
 padding: 10px 0px !important;
}
.pill {
 background-color: var(--green-color) !important;
}
.filter-list {
 margin-bottom: 1rem !important;
}
.gm__card {
 position: relative; /* CRUCIAL : Définit le contexte de positionnement */
 /* ... autres styles pour la carte ... */
 padding: 15px; /* Ajoutez un peu de padding si nécessaire */
}
.aside a {
 color: #000 !important;
}
.modal-content {
 background-color: #fff !important;
}
.modal-title {
 color: #000 !important;
}
.nav-top__actions a {
 font-size: 16px;
}
aside .module-content {
 padding: 10px;
 background-color: transparent;
 border-radius: 10px;
}

.module > .page-header {
 border-bottom: 0px !important;
}
.nav-tabs {
 border: none !important;
 display: flex;
 align-items: center;
 gap: 10px;
}
.nav-tabs li {
 background: #fff;
 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
 border-radius: 12px;
}
.nav-tabs li.active {
 background-color: var(--blue-dark-color) !important;
 color: #fff !important;
}
.nav-tabs li a {
 display: flex;
 align-items: center;
 background-color: transparent !important;
 border: none !important;

 gap: 10px;
}
table > thead {
 background-color: #308c5017 !important;
}
.page-header {
 background-color: transparent;
}
.nav-link,
.page-header .nav-tabs li a {
 color: var(--color-green) !important;
}

.bt-dark.dropdown-toggle {
 padding: 10px;
 border-radius: 8px;
}
h3 {
 font-size: 16px !important;
 font-weight: 600 !important;
}
.resource-list {
 margin-top: 10px;
}
.resources h2 {
 font-size: 16px !important;
 font-weight: 600 !important;
 margin-bottom: 20px;
}

.resource-item {
 border: 1px solid #e5efe2;
 border-radius: 10px;
 margin: 0 10px;
}

table {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
table > thead {
 background-color: #e7f0e3;
}
table > * {
 border-color: #dee0de;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
 --bs-table-accent-bg: var(--color-light) !important;
}
.control-order-by {
 display: flex;
 align-items: center;
 gap: 10px;
 flex-direction: row !important;
}
.control-order-by label {
 font-size: 16px !important;
 font-weight: 400 !important;
}
.search-form {
 border-bottom: 0px !important;
}
.form-select {
 border: 1px solid var(--blue-dark-color) !important ;
 padding: 0 1.5rem;

 height: 40px;

 font-weight: 400;

 border-radius: 30px !important;
}
th,
td {
 padding: 10px 12px !important;
}

.module-content h1 {
 margin-top: 15px !important;
}

.page-header .nav-tabs li.active a,
.page-header .nav-tabs a:hover {
 border: none !important;
 background-color: #fff;
 border-color: #e5efe2 !important;
}

.dataset-private {
 /* 1. Positionnement */
 position: absolute; /* Place le badge par rapport à .gm__card */
 top: 15px; /* Marge par rapport au haut de .gm__card */
 right: 15px; /* Marge par rapport à la droite de .gm__card */
 z-index: 10; /* Assure qu'il est au-dessus des autres éléments si nécessaire */

 /* 2. Style (Couleurs/Forme) */
 /*background-color: #f0f0f0 !important; 
    border: 1px solid #ccc; 
    border-radius: 20px; 
	*/
 padding: 3px 10px; /* Remplissage intérieur */

 /* 3. Typographie et Alignement */
 color: #444 !important; /* Couleur de texte sombre */
 font-size: 12px !important; /* Taille de police légèrement réduite pour un badge */
 font-weight: 600 !important; /* Police en gras */
 text-transform: uppercase;

 /* 4. Flexbox pour aligner l'icône et le texte */
 display: flex !important;
 align-items: center;
 gap: 5px; /* Espace entre l'icône et le texte */
}

/* Style l'icône de cadenas pour être visible */
.dataset-private .fa-lock {
 /*color: #444;*/ /* Couleur de l'icône */
 margin-right: 2px;
}

/* Nettoyer les anciens styles qui pourraient être en conflit */
.badge {
 /* Gardez seulement les styles généraux et retirez les !important si possible */
}

.btn-primary {
 background-color: var(--green-color);
 border-color: var(--green-dark-color);
}
.btn-primary:hover {
 color: #fff;
 background-color: var(--green-dark-color);
 border-color: var(--green-color);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
 background-color: var(--green-dark-color);
 border-color: var(--green-color);
}

.tag-list {
 background-color: var(--green-light-color);
 border-color: #e5efe2;
 border-radius: 10px;
}

.tag {
 display: inline-block;
 margin-bottom: 4px;
 color: #111;
 background-color: var(--green-light-color);
 padding: 1px 10px;
 border: 1px solid var(--green-color);
 border-radius: 100px;
 box-shadow: inset 0 1px 0 white;
}

a.tag:hover {
 text-decoration: none;
 color: #fff;
 background-color: var(--green-dark-color);
 border: 1px solid var(--green-color);
 box-shadow: inset 0 1px 0 #3d97b3;
}

.dataset-private.pull-right {
 margin-top: 45px;
}

.module > .module-content:nth-child(2n) {
 border-radius: 0;
}

.page-header.module-content {
 border-radius: 0;
}

.toolbar .breadcrumb li:not(:first-child)::before {
 content: var(--bs-breadcrumb-divider, "|") /* rtl: var(--bs-breadcrumb-divider, "/") */;
 padding: 0 7px;
 color: var(--blue-dark-color);
}

@media screen and (max-width: 1327px) {
 .header__actions {
  width: fit-content !important;
  padding: 1rem !important;
 }
 .main {
  margin-top: 0 !important;
 }
 .navbar {
  padding: 1rem 5% !important;
 }
}
