@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
  --header-height: 4rem;
  --nav-width: 68px;
  --first-color: 0, 37, 30;
  --second-color: 57, 204, 147;
  --white-color: #ffffff;
  --grey-color: 236 240 243;
  --body-font: 'Open Sans', sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100;
  --green-opacity-color: 60, 180, 140, 0.10;
}

*,
::before,
::after {
  box-sizing: border-box
}

body {
  position: relative;
  margin: 0;
  font-family: 'Open Sans',
    sans-serif !important;
  font-size: var(--normal-font-size);
  color: #000;
}

hr {
  margin: 1rem 0;
}

a {
  text-decoration: none
}


.border-green {
  border: 1px solid rgba(var(--second-color)) !important;
}

.color-green {
  color: rgb(57, 204, 147);
}

.dflex {
  display: flex;
  justify-content: space-between;
}

.card-title {
  font-size: 14px;
}


.form-control,
.btn-primary {
  line-height: 2;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #F5F6F8;
}

.form-control:focus {
  border-color: rgba(var(--second-color));
  box-shadow: none;
}

.datepicker {
  padding: 0.375rem 0.75rem;
}

.accordion-button:hover {
  color: rgba(var(--second-color));
}

.accordion-button {
  font-weight: bold;
}

.accordion-body {
  padding: 0;
}

.accordion .filtre .filtre-cercle-picto {
  background-color: rgba(var(--first-color));
  transition: 0.2;
}

.accordion-button:hover .filtre .filtre-cercle-picto {
  background-color: rgba(var(--second-color));
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: rgba(var(--green-opacity-color));
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' /%3e%3c/svg%3e");
}

.accordion .card-body {
  padding: 1rem;
}

[class*="zwicon-"] {
  font-size: 2rem;
}

.select_etat_lieu.dropdown-toggle {
  padding: 16px 10px;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:active {
  color: #ffffff;
}

.btn-light {
  background-color: rgba(var(--grey-color));
  color: #000000;
  transition: 0.2s;
}

.btn-light:hover,
.btn-light.active:hover,
.btn-light.active:focus {
  background-color: rgba(var(--first-color));
  color: #ffffff !important;
}



.btn-check:focus+.btn-light,
.btn-light:focus {
  box-shadow: none !important;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
  color: #000000;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
  background-color: rgba(var(--second-color));
  border-color: rgba(var(--second-color));
  box-shadow: none;
  color: #000000;
}

.btn-primary:hover {
  background-color: rgba(var(--first-color));
  border-color: rgba(var(--first-color));
  color: #ffffff;
}

.btn-outline-primary {
  color: rgba(var(--first-color));
  border-color: rgba(var(--first-color));
}

.btn-outline-primary:hover {
  background-color: rgba(var(--first-color));
  border-color: rgba(var(--first-color));
}

/* btn switch */
.btn-switch {
  line-height: 10px;
  position: relative;
  height: 31px;
  cursor: pointer;
}

input.switch {
  opacity: 1;
  position: absolute;
  left: -9999px;
}

.filter-option-inner-inner {
  color: #000000;
}

input.switch+label {
  background: #eeeeef;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.2s ease;
  display: inline-block;
  height: 30px;
  width: 51px;
  position: relative;
  box-shadow: inset 0 0 0px 2px #e4e4e4;
  border-radius: 60px;
}

.btn-switch input.switch+label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: #4cd96400;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}

.btn-switch input.switch+label:after {
  content: "";
  position: absolute;
  display: block;
  height: 28px;
  width: 28px;
  top: 50%;
  margin-top: -14px;
  left: 1px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 0px 0 rgb(0 0 0 / 4%), 0 4px 9px rgb(0 0 0 / 13%), 0 3px 3px rgb(0 0 0 / 5%);
}

.btn-switch input.switch:checked+label:before {
  width: 51px;
  background: rgba(var(--second-color));
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
}

.card .btn-switch input.switch:checked+label:after {
  left: 22px;
}

.btn-switch input.switch:checked+label {
  box-shadow: inset 0 0 0px 25px #e4e4e4;
  transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
}

/* **************HEADER DEBUT************** */
.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  box-shadow: #0000000d 0 9px 17.5px;
  -webkit-box-shadow: #0000000d 0 9px 17.5px;
  -moz-box-shadow: #0000000d 0 9px 17.5px;
  padding-right: 20px;
}

.header #logo {
  position: absolute;
  left: 70px;
}

.header #logo img {
  height: 36px;
}

.header #menu-toggle:hover {
  cursor: pointer;
}

.header .nav-link {
  color: #000000;
}

.header .dropdown-menu {
  min-width: 270px;
}

.header .dropdown-item {
  font-size: 0.8rem;
  position: relative;
}

.header .dropdown-item span {
  padding-left: 20px;
}

.header .dropdown-item i {
  font-size: 1.2rem;
}

.header .dropdown-menu li {
  line-height: 28px;
}

.header .picto {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 46px;
  transform: translate(-50%, -50%);
  z-index: 15;
}

.header .cercle-picto {
  width: 40px;
  height: 40px;
  background-color: #013C31;
  border-radius: 3rem;
  transition: 0.2s;
  position: relative;
  left: 10px;
}

.header .dropdown-item:hover .cercle-picto {
  background: rgba(var(--second-color));
}

.header .dropdown-item:active .cercle-picto {
  background: rgba(var(--first-color));
}



/* **************HEADER FIN************** */


/* **************MENU FIN************** */
.nav-pills .picto {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  z-index: 15;
}

.nav-pills .cercle-picto {
  width: 40px;
  height: 40px;
  background-color: #013C31;
  border-radius: 3rem;
  transition: 0.2s;
  position: relative;
  left: 10px;
}

.collapse.in {
  display: block;
}

.nav-pills>li>a {
  border-radius: 0;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  margin-top: 65px;
  height: calc(100vh - 65px);
}

#wrapper.toggled {
  padding-left: 260px;
  overflow: hidden;
}


#sidebar-wrapper {
  z-index: 1000;
  position: absolute;
  left: 260px;
  min-height: calc(100vh - 65px);
  margin-left: -260px;
  overflow: hidden;
  background: rgba(var(--first-color));
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled-2 #sidebar-wrapper {
  width: 0px;
}

#wrapper #sidebar-wrapper {
  width: 100%;
}

.page-content-wrapper {
  position: absolute;
  padding: 15px;
  width: 100%;
  overflow-x: hidden;
  background-color: #F5F6F8;
}

.navbar-collapse {
  width: 25px;
  padding-left: 16px;
}


#wrapper.toggled .page-content-wrapper {
  position: relative;
  margin-right: 0px;
}

.fixed-brand {
  width: auto;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
  height: calc(100vh - 65px);
}



.sidebar-nav li {
  text-indent: 15px;
  line-height: 40px;
  margin: 30px 0;
}

.sidebar-nav li.sous-menu {
  margin: 10px 0;
}

.sidebar-nav ul {
  padding-left: 3rem;
}

.sidebar-nav li a {
  display: flex;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9rem;
  position: relative;
  transition: 0.1s;
}

.sidebar-nav li a span {
  padding-left: 10px;
}


.sidebar-nav li a:hover .cercle-picto,
.sidebar-nav li a.active .cercle-picto {
  background: rgba(var(--second-color));
}

.sidebar-nav li a:hover,
.sidebar-nav li a.active {
  color: rgba(var(--second-color));
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.no-margin {
  margin: 0;
}

#menu li span.zwicon-chevron-right {
  color: #ffffff;
  position: absolute;
  right: 8px;
  line-height: 40px;
  font-size: 30px;
}

#menu li span.zwicon-chevron-down {
  color: #ffffff;
  position: absolute;
  right: 8px;
  line-height: 40px;
  font-size: 30px;
}


/* **************MENU FIN************** */

.zwicon-close-circle {
  cursor: pointer;
  color: #000000;
}

.height-100 {
  height: calc(100% - --nav-width);
}

.multiInputFormElement.input-group>div:first-child {
  width: 30%;
}



/* scrollbar debut */
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #bfbfbf;
  border: 1px solid #ffffff;
}

/* Scrollbar fin */



/* loader debut */
#loaderfullPage {
  z-index: 10;
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  left: 0;
  top: 0;
}

.loader-container {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 20px;
}

.loader-circle {
  height: 60px;
  width: 60px;
  border: 16px solid #e5e5e5;
  border-radius: 50%;
  border-top: 16px solid #abd037;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: loader 1s linear infinite;
}

.noData {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.loader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 50px;
}

@keyframes loader {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* loader fin */

/* SELECT début */
.picto-select {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  left: 20px;
  height: 60px;
}

.picto-select .filtre {
  margin: 0;
}

.selectpicker {
  padding: 0;
}


/*select livesearch*/
.bootstrap-select .dropdown-toggle {
  border-radius: 2rem;
  padding: 16px 10px 16px 120px;
}

.bootstrap-select.simple .dropdown-toggle {
  padding: 16px 10px 16px 75px;
}

.bootstrap-select {
  padding: 0;
  border: 1px solid rgba(var(--second-color));
  border-radius: 2rem;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.dropdown-toggle.btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgba(var(--second-color));
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: 0 !important;
  outline-offset: 0 !important;
}

/* select dans le header */
.selectCollection {
  border: 1px solid lightgray;
}

.bootstrap-select.selectCollection .dropdown-toggle {
  padding: 8px 20px 8px 20px !important;
}

/* SELECT fin */

.container-fluid {
  padding: 0;
}

.card {
  border-radius: 20px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border: 1px solid #ced4da;
}

.card-header {
  padding: 2rem 1rem 0 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.card-body {
  padding: 2rem 2.5rem;
}

h1 {
  font-size: 1.6rem;
  font-weight: bold;
}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 2.8rem;
  font-weight: bold;
}

h5 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

p.mentions {
  font-size: 12px;
  margin-top: 20px;
}

.exposant {
  font-size: 0.8rem;
  vertical-align: super;
}

.faq table {
  border: 1px solid #000000 !important;
  white-space: nowrap;
}

.faq .accordion-item {
  border: 0 !important;
}

.faq .accordion-header {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq .accordion .card-body {
  padding: 2rem;
}

.faq .accordion-button {
  font-size: 1.2rem;
}

.faq .card-header {
  background-color: rgba(var(--first-color));
  color: rgba(var(--second-color));
  border-radius: 20px 20px 0 0;
  padding: 20px;
}



.bg-lightGreen {
  background-color: rgba(var(--green-opacity-color)) !important;
}

.bg-vert {
  background-color: #c6de27 !important;
}

.bg-jaune {
  background-color: #ffd04c !important;
}

.bg-violet {
  background-color: #9966FF !important;
}

.bg-rouge {
  background-color: #fe5757 !important;
}

.bg-bleu {
  background-color: #41b8d5 !important;
}

.bg-grey {
  background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(245, 245, 245, 1) 100%);
}

.bg-transparent {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}

.bg-A {
  background-color: #038141 !important;
}

.bg-B {
  background-color: #85bb2f !important;
}

.bg-C {
  background-color: #ffc001 !important;
}

.bg-D {
  background-color: #f2762e !important;
}

.bg-E {
  background-color: #ed1c24 !important;
}

.bg-X {
  background-color: rgba(var(--grey-color)) !important;
}

.color-txt {
  color: #069E75;
}

.color-A {
  color: #038141 !important;
}

.color-B {
  color: #85bb2f !important;
}

.color-C {
  color: #ffc001 !important;
}

.color-D {
  color: #f2762e !important;
}

.color-E {
  color: #ed1c24 !important;
}

.color-X {
  color: #002120 !important;
}

.qualite {
  font-weight: bold;
  font-size: 1.4rem;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.block-img {
  background-image: url("/ressources/images/background_sapin_mobile.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.clignotement {
  animation: blink 2s infinite;
  /* 2s pour la durée de l'animation, infinite pour la répétition infinie */
}

.picto-entretien {
  height: 50px;
}

.onglet-close {
  position: relative;
}

.onglet-close .nav-link {
  padding: 0.5rem 2.8rem 0.5rem 1rem;
}

.onglet-close .zwicon-close-circle {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
}

.onglet-close:hover .zwicon-close-circle {
  color: #ffffff;
}

#datatableSimulation .zwicon-info-circle,
#datatableSimulation .zwicon-edit-pencil {
  cursor: pointer;
}


/* **************BREADCRUMB DEBUT************** */
.breadcrumb {
  font-size: 0.8rem;
}

/* **************BREADCRUMB FIN************** */

/* ************** LEGENDE DEBUT************** */
.legend {
  text-decoration: none;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  padding: 20px !important;
  justify-content: center;
  margin: 0;
  color: #000000;
}

.legend li {
  display: flex;
  margin-left: 10px;
  line-height: 20px;
}

.legend li .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  margin: 5px 5px 5px 0;
}

.legend li .rectangle {
  display: inline-block;
  width: 10px;
  height: 3px;
  margin: 8px 5px 5px 0;
}

.legend .black {
  background-color: #000000;
}

.legend .consoEau {
  background-color: #6ce5e8;
}

.legend .ressourcesFossiles {
  background-color: #41b8d5;
}

.legend .ressourcesMinerales {
  background-color: #2d8bba;
}

.legend .utilisationSols {
  background-color: #2f5f98;
}


.legend .changementClimatique {
  background-color: #31356e;
}

.legend .particulesFines {
  background-color: #5e3967;
}

.legend .appauvrissement {
  background-color: #895273;
}

.legend .radiations {
  background-color: #b97286;
}

.legend .formationOzone {
  background-color: #e28385;
}

.legend .toxiciteHumaineCancerigene {
  background-color: #fe9273;
}

.legend .toxiciteHumaine {
  background-color: #feae65;
}




.legend .eutrophisationSols {
  background-color: #ffd04c;
}

.legend .eutrophisationMarine {
  background-color: #c6de27;
}

.legend .eutrophisationEauxDouces {
  background-color: #58cb1e;
}

.legend .ecotoxicologie {
  background-color: #00ad60;
}

.legend .acidifcation {
  background-color: #069e75;
}




.legend .black {
  background-color: #000000;
}

.legend-dure .legend,
.legend-dure2 .legend {
  padding: 0 !important;
  justify-content: start;
}

.legend-dure h2 {
  font-size: 1rem;
}

/* ************** LEGENDE FIN************** */


/* ************** DATATABLE DEBUT************** */
#datatableSimulation .thead-dark {
  background-color: rgba(var(--first-color));
  color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  padding-top: 0.25em;
}

.form-check-label,
.select-checkbox {
  cursor: pointer;
}

/* checkbox dans le datatable */
/* cacher la checkbox qui permet de tout cocher */
.form-check-input[type=checkbox] {
  display: none;
}

/****** relooking checkbox du HEAD  ******/
input[type="checkbox"].checkbox+label::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c8';
  color: #ffffff;
  margin-right: 0.3rem;
}

/* checkbox cocher */
input[type="checkbox"].checkbox:checked+label::before {
  content: '\f14a';
  color: rgba(var(--second-color));
}

/****** relooking checkbox du BODY ******/
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c8';
  color: #2A3A40;
  margin-right: 0.3rem;
  border: 0;
  font-weight: initial;
}

/* checkbox cocher */
table.dataTable tr.selected td.select-checkbox::before,
table.dataTable tr.selected th.select-checkbox::before {
  content: '\f14a';
  color: #2A3A40;
  font-family: "Font Awesome 5 Free";
  border: 0;
}

/* cacher l'acienne coche v */
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  display: none;
}

table.dataTable.stripe>tbody>tr.odd.selected>*,
table.dataTable.display>tbody>tr.odd.selected>*,
table.dataTable tbody tr.selected>*,
table.dataTable.display>tbody>tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_1,
table.dataTable.display>tbody>tr.even.selected>.sorting_1,
table.dataTable.hover>tbody>tr.selected:hover>*,
table.dataTable.display>tbody>tr.selected:hover>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--second-color));
}


/****** datatable checkbox et selectAll - fin ******/
/* ************** DATATABLE FIN************** */


/* **************PROGRESS BAR DEBUT************** */
.progressText {
  font-size: 0.8rem;
}

.progress {
  margin-right: 2rem;
}

.barWrapper {
  display: flex;
  align-items: center;
  /* Alignement vertical au centre des éléments enfants */
}

.progress {
  flex: 1;
  /* La barre de progression occupera tout l'espace disponible restant */
  margin-right: 10px;
  /* Ajoutez une marge entre la barre de progression et le span */
}

.progress-bar {
  background-color: #c6de27;
}


/* **************PROGRESS BAR FIN************** */




/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - SECTION DEBUT************** */
.section {
  padding: 3rem 0;
}

.scoreDoughnut {
  position: relative;
}

.scoreDoughnut h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  font-size: 3rem;
}

.scoreDoughnut.jauge h4 {
  top: 60%;
}

.filtre {
  position: relative;
  cursor: pointer;
  margin: 30px 5px 0 5px;
  width: 48px;
  height: 48px;
}

.filtre .picto {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.filtre.active .filtre-cercle-picto {
  background-color: rgba(var(--second-color));
}

.filtre .filtre-cercle-picto {
  width: 3rem;
  height: 3rem;
  background-color: rgba(var(--grey-color));
  border: 1px solid lightgray;
  border-radius: 3rem;
  transition: 0.2s;
  left: 10px;
  transition: 0.1s;
}

.filtre:hover .filtre-cercle-picto {
  background-color: rgba(var(--first-color));
  border: rgba(var(--first-color));
}

#langue.filtre {
  cursor: default;
}

#langue.filtre:hover .filtre-cercle-picto {
  background-color: rgba(var(--grey-color));
  border: 1px solid lightgray;
  cursor: default;
}

#langue.filtre:hover .picto {
  filter: initial;
}

.filtre:hover .picto {
  filter: brightness(0) invert(1);
}


/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - SECTION FIN************** */


/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - SEARCHBAR DEBUT************** */
#searchbar {
  position: relative;
}

#searchbar input {
  padding-right: 40px;
  border-radius: 2rem;
}

#searchbar .zwicon-search {
  position: absolute;
  line-height: 38px;
  right: 20px;
  z-index: 10;
  font-size: 1.5rem;
  font-weight: 600;
}

/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - SEARCHBAR FIN************** */


/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - ONGLETS DEBUT************** */
.nav-tabs {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.nav-tabs .nav-link {
  color: #495057;
  background-color: rgba(var(--grey-color));
  border-color: rgba(var(--grey-color));
  border-radius: 0.5rem;
  margin: 0 1rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:hover.active {
  color: #ffffff;
  background-color: rgba(var(--first-color));
  border-color: rgba(var(--first-color));
}

.nav-tabs .nav-link.active {
  color: #000000;
  background-color: rgba(var(--second-color));
  border-color: rgba(var(--second-color));
  ;
}

/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - ONGLETS FIN************** */


/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - Grid ************** */
.grid-container {
  display: grid;
  width: 100%;
}

.grid-container--fill {
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}

.grid-element {
  padding: 10px;
  color: #000000;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.grid-container .filtre {
  margin: 0;
  /* cursor: none; */
}

.grid-container .filtre:hover .filtre-cercle-picto {
  background-color: rgba(var(--grey-color));
  border: 1px solid lightgray;
  cursor: default;
}

.grid-container .filtre:hover .picto {
  filter: none;
}

/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - Grid ************** */



/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - Loi AGEG Debut ************** */
.argument {
  padding: 2rem 3rem 2rem 10rem;
  position: relative;
}

.argument img {
  position: absolute;
  top: 50%;
  left: 65px;
  width: 4rem;
  transform: translate(-50%, -50%);
}

.argument-picto {
  position: absolute;
  background-color: rgba(var(--first-color));
  left: 0;
  top: 0;
  height: 100%;
  width: 8rem;
  border-radius: 20px 0 0 20px;
}

.map-container {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  /* Ajustez cette valeur selon vos besoins pour définir la hauteur de la carte en pourcentage de la largeur */
  position: relative;
}

.map-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ************** PAGE AFFICHAGE ENVIRONNEMENTAL - Loi AGEG Fin ************** */


#toutesMesSolutions .card-header {
  background-color: rgba(var(--green-opacity-color));
  border-radius: 20px 20px 0 0;
  color: #000000;
}

#toutesMesSolutions .date {
  position: relative;
}

#toutesMesSolutions .zwicon-calendar {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-11px);
  z-index: 1000;
  font-size: 1.4rem;
}


/* CARTES PERSONALISES */


.map_container .legend {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #ffffff;
  border: 1px solid lightgrey;
}

.full-map {
  padding-top: 20px;
}

.map_container svg rect {
  fill: #ffffff;
  /* couleur de fond de la carte */
}

.map_container .country {
  stroke: #2A2C39;
  /* couleur de la bordure des pays */
  stroke-width: 0.3;
  /* largeur de la bordure des pays */
}

.map_container .country-on {
  filter: brightness(1.5);
}

.map_container .countryLabel {
  display: none;
  /* masquer tous les labels de pays par défaut */
}

.map_container .country:hover {
  cursor: pointer;
}

.map_container .countryName {
  fill: #FFFAFF;
  /* couleur du texte du label de pays */
}

.map_container .countryLabelBg {
  fill: #30BCED;
  /* couleur de fond du label de pays */
}

.map_container {
  position: relative;
}

.map_container .zoom-buttons {
  position: absolute;
  left: 30px;
  bottom: 15px;
}

.map_container .zoom-buttons button {
  margin-right: 10px;
  border: 0;
  border-radius: 10px;
  background-color: lightgray;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: 0.2s;
}

.map_container .zoom-buttons button:hover {
  background-color: rgba(var(--second-color));
}

.map_container .country-details {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: lightslategray;
  font-size: 13px;
  padding: 15px;
  min-width: 200px;
}

.bubbles {
  position: absolute;
  right: 35px;
  top: 50px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 2s;
}

.bubbles .bubble {
  margin-bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 99999px;
  border: 0;
  background-color: rgba(var(--first-color));
  position: relative;
  transition: 0.2s;
}

.bubbles .bubble:hover,
.bubbles .bubble.active {
  background-color: rgba(var(--second-color))
}

.bubbles .bubble img {
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(100%);
}

.map_container .btn-group.map {
  position: absolute;
  top: 50px;
  left: 35px;
  display: block;
}

.map_container .btn-group.horizon {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/******************** PAGE LOGIN DEBUT ********************/

#login {
  background-color: rgba(var(--grey-color));
}

#login .container-login {
  width: 30%;
  min-width: 320px;
  max-width: 400px;
  margin: 40px auto 0 auto;
}

#login #logo-login {
  width: 80%;
}

/******************** PAGE LOGIN FIN ********************/



/* Responsive */
@media (min-width: 768px) {

  #login .container-login {
    margin: 0 auto;
  }

  #wrapper {
    padding-left: 260px;
  }

  .fixed-brand {
    width: 260px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #wrapper #sidebar-wrapper {
    width: 260px;
  }

  #wrapper.toggled-2 #sidebar-wrapper {
    width: 60px;
  }

  #wrapper.toggled-2 #sidebar-wrapper:hover {
    width: 260px;
  }

  .page-content-wrapper {
    padding: 40px 80px;
    height: calc(100vh - 65px);
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #wrapper.toggled .page-content-wrapper {
    position: relative;
    margin-right: 0;
    padding-left: 260px;
  }

  #wrapper.toggled-2 .page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: -200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: auto;
  }

  .sidebar-nav #aide {
    position: absolute;
    bottom: 0;
  }

  .sidebar-nav {
    width: 260px;
  }

  .grid-element {
    flex-direction: row;
    text-align: left;
  }

  .selectCollection {
    min-width: 400px;
  }


}

@media (min-width: 1140px) {
  .grid-container--fill {
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  }
}

/* PAGE CSRD debut */

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px dotted black;
}

.menu-list .title {
  flex: 1;
  /* Le texte prendra tout l'espace disponible */
}

.menu-list .unite {
  width: 150px;
  text-align: left;
  font-weight: bold;
}

.csrd-tab {
  --csrd-tab-white: #fff;
  --csrd-tab-light-white: #fdf6e3;
  --csrd-tab-light-grey: #dadada;
  --csrd-tab-grey: #93a1a1;
  --csrd-tab-dark-grey: #657b83;
  --csrd-tab-black: #000;
  --csrd-tab-text: #002b36;

  border-collapse: collapse;
  border-color: var(--csrd-tab-grey);
  border-spacing: 0;
}

.csrd-tab td {
  background-color: var(--csrd-tab-light-white);
  border-color: var(--csrd-tab-grey);
  border-style: solid;
  border-width: 1px;
  color: var(--csrd-tab-text);

  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.csrd-tab th {
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.csrd-tab .csrd-tab-q8n4 {
  background-color: transparent;
  border-color: transparent;
  border-right-color: #93a1a1;
  border-bottom-color: #93a1a1;
}

.csrd-tab .csrd-tab-i4h2 {
  background-color: var(--csrd-tab-white);
  border-color: inherit;
  color: var(--csrd-tab-text);
  text-align: center;
  vertical-align: top
}

.csrd-tab .csrd-tab-t0bo {
  background-color: rgba(var(--grey-color));
  border-color: inherit;
  color: var(--csrd-tab-black);
  text-align: left;
  vertical-align: top
}

.csrd-tab .csrd-tab-c6of {
  border-color: inherit;
  text-align: left;
  vertical-align: top
}

.csrd-tab .csrd-tab-3xi5 {
  background-color: var(--csrd-tab-white);
  border-color: inherit;
  text-align: center;
  vertical-align: top
}

.csrd-tab .csrd-tab-rq3n {
  background-color: var(--csrd-tab-white);
  border-color: inherit;
  text-align: center;
  vertical-align: middle
}

.csrd-tab .csrd-tab-3xi5,
.csrd-tab .csrd-tab-rq3n {
  min-width: 120px;
}

/* PAGE CSRD fin */