table {
  border-spacing: 0;
  margin: 0 auto;
  width: 75%;
  font-family: "Lato", sans-serif;
  margin-bottom: 90px;
}

th,
td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}

th {
  background-color: #393939;
  color: #00ad5f;
  line-height: 1.4em;
  text-transform: uppercase;
}

caption {
  font-size: 2en;
  letter-spacing: 2px;
  font-weight: bold;
}

.impair {
  background-color: #bc8f80;
}

.pair {
  background-color: aliceblue;
}

h1 {
  text-align: center;
}

#decompte {
  background-color: white;
  padding: 10px;
}
.img-echange-objets img {
  max-width: 100%;
  height: auto;
}

#caption {
  text-align: center;
  color: black;
  font-size: 2em;
  line-height: 2em;
}

#decompte {
  width: 23%;
  display: inline-block;
  margin: 35px;
  border: 35px solid gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#decompte:nth-child(3n + 1) {
  transform: rotate(2deg);
  transition: alln0.35s ease-in-out;
}

.decompte:hover {
  -webkit-filter: none;
  filter: none;
  border: 5px solid black;
  transition: alln0.35s ease-in-out;
  transform: rotate(1.2deg);
}
.bouton {
  display: block;
  text-align: center;
  margin: 4% auto 0 auto;
  background-color: #333;
  border-radius: 5px;
  width: 50%;
  color: #ffff;
  text-decoration: none;
  padding: 15px 32px;
  font-size: 1em;
  border: none;
}

.bouton:hover {
  background-color: lightgrey;
  color: #333;
}

.bouton {
  display: block;
  text-align: center;
  margin: 4% auto 0 auto;
  background-color: #333;
  border-radius: 5px;
  width: 50%;
  color: #ffff;
  text-decoration: none;
  padding: 15px 32px;
  font-size: 1em;
  border: none;
}

.bouton:hover {
  background-color: lightgrey;
  color: #333;
}

.paragraphe-texte {
  text-align: center;
}

.article {
  float: left;
  /*width : 30% */
  flex-basis: 40%;

  margin: 20px;
  padding: 30px;
  background-color: #ffff;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
#image1,
#image2,
#image3,
#image4 {
  width: 200px;
  height: 200px;
  border: 50%;
  shape-outside: circle(50%);
  margin: 0 30px 20px 0;
}
#image1,
#image3 {
  float: left;
}
#image2,
#image4 {
  float: right;
  margin: 0 10px 20px 0;
}
.bouton {
  display: block;
  text-align: center;
  margin: 4% auto 0 auto;
  background-color: #333;
  border-radius: 5px;
  width: 50%;
  color: #ffff;
  text-decoration: none;
  padding: 15px 32px;
  font-size: 1em;
  border: none;
}

.bouton:hover {
  background-color: lightgrey;
  color: #333;
}
