#container div {
  max-width: 36rem;
  margin: 2rem auto 2rem;
}
#container div a {
  width: 180px;
}
#container div a:hover .retour img {
  animation: 0.5s linear mouvement;
}
#container div .retour {
  display: flex;
  background-color: white;
  border: solid black 5px;
  width: 100%;
  height: 60px;
  padding: 5px;
  align-items: center;
}
#container div .retour span {
  color: black;
}
#container div .retour img {
  width: 60px;
  height: 35px;
  transform: translateX(70%) rotate(90deg);
  transition: transform 0.5s linear;
}
@keyframes mouvement {
  30% {
    transform: translateX(20%) rotate(90deg);
  }
}
#container iframe {
  width: 100%;
}

section {
  max-width: 36rem;
  padding: 1rem;
  margin: 2rem auto 2rem;
  background-color: rgba(13, 15, 16, 0.55);
  border-radius: 15px;
}
section h2 {
  color: #ff9;
  margin-bottom: 30px;
  text-align: center;
}
section div header {
  text-align: center;
}
section div header img {
  display: block;
  margin: 0 auto 30px auto;
}
section div span, section div h3 {
  color: #cdcdcd;
  font-weight: bold;
}
section div h3 {
  margin: 20px 0 20px 0;
}
section div div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 15px;
  background-color: #2c2c2c;
  border-radius: 20px;
}
section div div span:nth-child(even) {
  background-color: #330099;
  border-radius: 20px;
  padding: 6px;
  margin: 10px;
}
section div div span:nth-child(odd) {
  display: block;
  background-color: #003399;
  border-radius: 20px;
  padding: 6px;
  margin: 10px;
}
section div .liens {
  display: flex;
}
section div .liens a {
  display: block;
}
section div .liens a img {
  background-color: #cdcdcd;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
section div p {
  line-height: 1.5;
}

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