.tableB {
  border: 1px solid #333;
  border-collapse: collapse;
  width: 100%;
}
.tableC {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
  width: 100%;
}
.tableD {
  width: 100%;
}
.btnAddTable {
  background-color: #48c78e;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: none;
}

td {
  border: 1px solid #333;
  padding: 10px;
  height: 40px;
  justify-content: right;
}

thead,
tfoot {
  background-color: #333;
  color: #fff;
}

form {
  /* display: inline-block; */
  /*width: 40%;*/
}

form > * {
  width: 100%;
  margin: 5px;
}

.intitule {
  width: 30%;
  text-align: center;
}

.mcarre {
  width: 5%;
  text-align: center;
}

.fa-minus-square {
  color: red;
}

.fa-plus-square {
  color: springgreen;
}

.bulleSupp {
  width: 1%;
}

th {
  color: white;
}

.menu-tableau {
  position: absolute;
  display: none;
}

.menu-perso {
  position: absolute;
  display: none;
}

[contenteditable] {
  -webkit-user-select: text;
  user-select: text;
}

#tableauInfo tfoot tr th {
  column-span: all;
}

.scroll {
  overflow: scroll;
  height: 600px;
  width: 100%;
}

.table-info tbody tr td {
  min-width: 14em;
}

.tabs-content {
  margin: 20px;
  padding: 0;
  list-style: none;
}

.tabs-content li {
  display: none;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#accueil {
  background-image: url("../img/asset/Nogent.jpg");
  height: 100%;
  width: 100%;
  background-size: 120% 120%;
}

html,
body {
  height: 100%;
}
.tableCompta {
  width: 100%;
}
.depenseGraph {
  width: 45%;
}
#compta {
  background-color: aliceblue;
  border-radius: 8px;
}
.compta {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 1.5em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.compta tbody tr td:nth-child(1) {
  font-weight: bold;
  text-align: center;
}
.compta tbody tr:hover td {
  background-color: rgba(00, 209, 178, 0.5);
}

.compta tbody tr td:nth-child(1) {
  background-color: rgba(00, 209, 178, 0.5);
}

.compta tbody tr td {
  text-align: right;
}

.compta thead tr td {
  font-weight: bold;
  text-align: center;
  background-color: #485fc7;
}

.compta tfoot tr td:nth-child(1) {
  font-weight: bold;
  text-align: center;
}

.compta tfoot tr td {
  font-weight: bold;
  text-align: center;
  background-color: rgb(0, 209, 178);
}

.photoDelete {
  display: none;
  position: relative;
  left: 90%;
  top: -50px;
}

.photo:hover + .photoDelete {
  display: block;
}

.photoDelete:hover {
  display: block;
}

.menuTab {
  border: 1px black solid;
  background-color: #485fc7;
  color: white;
}

.menuTab p {
  color: white;
}

.menuTab ul {
  border: 1px black solid;
}

.menuTab ul li a {
  color: white;
}

#zoneDess {
  margin: auto;
  margin-top: 1%;
  width: 100%;
  height: 800px;
}

#dessin {
  background-color: #485fc7;
  height: 800px;
}

.resize-drag {
  width: 120px;
  border-radius: 8px;
  padding: 20px;
  margin: 1rem;
  background-color: #29e;
  color: white;
  font-size: 12px;
  font-family: sans-serif;
  touch-action: none;
  /* This makes things *much* easier */
  box-sizing: border-box;
}

#menuPerso {
  background-color: #333;
  color: white;
}

.styleButton {
  width: 36px;
  height: 24px;
  margin: 0px 6px 6px 0px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(42, 42, 42);
  border-radius: 0px;
}

.styleButton:nth-child(1) {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(42, 42, 42);
}

.styleButton:nth-child(2) {
  background-color: rgb(140, 140, 140);
  border: 1px solid rgb(42, 42, 42);
}

.styleButton:nth-child(3) {
  background-color: rgb(0, 0, 255);
  border: 1px solid rgb(42, 42, 42);
}

.styleButton:nth-child(4) {
  background-color: #29e;
  border: 1px solid rgb(42, 42, 42);
}

.styleButton:nth-child(5) {
  background-color: rgb(255, 0, 0);
  border: 1px solid rgb(42, 42, 42);
}

.styleButton:nth-child(6) {
  background-color: rgb(218, 136, 14);
  border: 1px solid rgb(42, 42, 42);
}

.styleButton:nth-child(7) {
  background-color: rgb(0, 255, 0);
  border: 1px solid rgb(42, 42, 42);
}
a {
  text-decoration: none;
}
.styleButton:nth-child(8) {
  background-color: rgb(177, 20, 224);
  border: 1px solid rgb(42, 42, 42);
}

.deleteBtn {
  margin-left: auto;
  margin-right: 0;
  pointer-events: none;
  cursor: default;
}
.panel-block {
  display: inline;
}
.panel-block-delete {
  display: inline;
}
#map {
  height: 400px;
  z-index: 1;
  border: 2px solid black;
  border-radius: 16px;
}

#mapHome {
  height: 700px;
  width: 100%;
  z-index: 1;
  border: 2px solid black;
  border-radius: 16px;
}

#mapEspacesVerts {
  height: 700px;
  width: 100%;
  z-index: 1;
  border: 2px solid black;
  border-radius: 16px;
}
.infoAnneeAsso {
  display: none;
}
.captionMap {
  vertical-align: middle;
  display: inline-flex;
}
.captionMap > p {
  vertical-align: middle;
  margin-right: 16px;
}
.leaflet-container.crosshair-cursor-enabled {
  cursor: crosshair;
}
.titleConnexion,
.logoConnexion {
  text-align: center;
}
.logoConnexion {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.formConnexion {
  position: relative;
}
.deconnexionTile {
  display: inline-flex;
  align-items: center;
}

.verticalCenter {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cityImg img {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  height: 100vh;
  object-fit: cover;
}
.pageConnexion {
  height: 99vh;
}
img + .img-title {
  width: 100%;
  height: 50px;
  font-size: 1.5em;
  text-align: center;
  background-color: white;
  position: relative;
  margin-top: -50px;
  border-top: solid 1px #000;
}
.figureAlbum {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#addAlbum {
  height: 100%;
}
#addDossier {
  height: 100%;
}

#formImage {
  height: 100%;
  width: 100%;
  margin: auto;
  border-radius: 2%;
  padding: 10px;
}
.infosGen {
  display: flex;
  align-items: baseline; /* Pour aligner les éléments au centre verticalement */
}
.batOccupeLigne {
  text-align: center;
}
.container div,
.container button,
.container span {
  display: inline-block;
}
.infosGen p,
.infosGen span {
  display: center;
}
.file-name {
  width: 100%;
}
.btnUpdate {
  background-color: rgb(255, 0, 0, 0);
  border: none;
  padding: 4px;
}
.addPers {
  margin: auto;
  width: 50%;
  width: 64px;
  height: 64px;
}
button {
  border: none;
}
.zoneDragAndDrop {
  width: 100%;
  height: 100%;
  border: 4px dashed rgb(41, 207, 193);
  text-align: center;
}
.alertPopUp {
  position: fixed;
  bottom: 20;
  right: 20;
  z-index: 11;
  max-width: 20%;
}

a:hover {
  transform: scale(1.02);
}
button:hover {
  transform: scale(1.02);
}

.overlayImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(52, 235, 183, 0.82);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.fade-overlay {
  height: 100%;
  opacity: 0;
}

.item:hover .fade-overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 1.2vw;
  position: absolute;
  top: 40%;
  left: 20%;
  text-align: center;
}
.textFiles {
  color: white;
  font-size: 1.2vw;
  position: absolute;
  top: 10%;
  left: 30%;
  text-align: center;
}
.fileName {
  background: white;
  position: relative;
  top: -10%;
  min-height: 100px;
  text-align: center;
  z-index: 20;
}
.formModal {
  width: 100%;
}

footer {
  position: fixed;
  bottom: 10px;
  z-index: 100;
  width: 28%;
  left: 70%;
}

#saveBarProgress {
  display: none;
}

#entete p {
  display: inline;
}

#formERP {
  display: flex;
  justify-content: center;
}

.menuAlbum {
  display: block;
  position: relative;
  top: 2%;
  right: -93%;
  height: 0px;
  z-index: 100;
  cursor: pointer;
  width: 10%;
  background-color: rgba(159, 159, 159);
}

.menuAlbum:hover > .dropdownMenuAlbum {
  display: block;
}

.dropdownMenuAlbum {
  display: none;
  width: 700%;
  position: relative;
  left: -600%;
  z-index: 100;
}

.formAnneeCompta {
  display: flex;
}

.photoOverlay {
  object-fit: cover;
}

#tileCaption img {
  height: 32px;
  vertical-align: middle;
}

.fichierUrl:hover + .legendeFichier,
.pdfUrl:hover + .legendePDF,
.photoUrl:hover + .legendePhoto,
.travauxUrl:hover + .legendeTravaux,
.comptaUrl:hover + .legendeCompta,
.surfaceUrl:hover + .legendeBat {
  display: block;
}
.legendeBat,
.legendeCompta,
.legendeTravaux,
.legendePhoto,
.legendePDF,
.legendeFichier {
  display: none;
  position: absolute;
  background-color: antiquewhite;
  border-radius: 8px 8px 8px 8px;
  padding-right: 8px;
  padding-left: 8px;
}
