table {
  width: 1200px;
  font-family: Verdana;
  color: #6A6666;
  border: 2px solid;
  border-collapse: collapse;
  border-color: #3790B0;
  white-space: normal; }

.trEnteteVersion {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #3790B0; }

.trEvolVersion {
  border: 1px solid #3790B0; }

tr:hover td {
  background-color: #a0ecff;
  cursor: initial; }

th {
  width: initial;
  text-align: left !important;
  padding: 10px;
  border: 2px solid;
  border-color: #3790B0; }

td {
  width: initial;
  text-align: left !important;
  padding: 10px;
  border: 2px solid;
  border-color: #3790B0; }

.evolutions {
  width: calc(100vw - 15rem);
  position: relative; }

.evolutions table {
  width: 80%; }

#carousel {
  position: relative;
  width: 80vh;
  /* Adjust to your desired width */
  margin: auto; }

#carousel img {
  width: 100%;
  display: none; }

#carousel img:first-child {
  display: block; }

#carousel-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%); }

#carousel-nav button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer; }

#carousel-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%; }

#carousel-dots span {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block; }

#carousel-dots .active {
  background-color: #717171; }

/*# sourceMappingURL=index.css.map */