


.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 450px;
}
.pagination {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  button {
	min-width: 2rem;
    width: 2rem;
    border-radius: 999px;
    height: 2rem;
	margin: 5px;
	background-color: #00000000;
	border-radius: 5px;
	border: 0px;
	align-items: center;
	justify-content: center;
    outline: 2px transparent;
    white-space: nowrap;
  }
 
  button.active {
    background-color: rgb(222 222 222);
	/* color : white; */
  }
  button.active:hover {
    background-color: rgb(222 222 222);
	/* color : white; */
	cursor: auto;
  }
  button.inactive:hover {
    background-color: #00000000;
	color : black;
	cursor: auto;
  }
  button:hover {
    background-color: rgb(241 242 243);
  }
  
  button:first-child  {
    border-radius: 5px 0 0 5px;
  }
  
  button:last-child  {
    border-radius: 0 5px 5px 0;
    border-right: 2px solid 5px;
  }
  
}

.hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.listeAppel {
	height: 409px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}