.wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #282727;
}
.div1 {
  max-width: 980px;
  min-height: auto;
  background: #282727;
  padding: 10px;
  text-align: center;
  margin: auto;
}
.div1 h1 {
  font-size: 1.9rem;
  text-align: center;
  clear: both;
  color: rgb(239, 245, 244);
  text-shadow: -3px 3px 3px rgb(90, 8, 242), -1px 1px 1px red;
}
.div1 h2 {
  font-size: 1.1rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-align: justify;
  clear: both;
  color: rgb(248, 242, 242);
}
audio:hover,
audio:focus,
audio:active {
  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

audio {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-box-shadow: 2px 2px 4px 0px #006773;
  -webkit-box-shadow: 2px 2px 4px 0px #006773;
  box-shadow: 2px 2px 4px 0px #006773;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}

.card1 {
  /*carte ya ma audio comme parent */
  width: 315px;
  height: 445px;
  background-color: rgb(10, 139, 153);
  padding: 3px;
  box-sizing: border-box;
  color: black;
  margin: 3px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.card {
  /*carte ya ma audio comme fils et petit-fils etant audio que l'on ne peut pas embelir */
  width: 300px;
  height: 100px;
  background-color: rgb(242, 242, 245);
  padding: 5px;
  box-sizing: border-box;
  color: black;
  margin: 3px;
  box-shadow: 0px 2px 18px -4px pink;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.name-card {
  width: 15rem;
  padding: 0.2rem;
  box-sizing: border-box;
  margin: 0.1rem;
}
h3 {
  font-size: 14px;
  color: rgb(3, 17, 124);
}
.card-content {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
audio {
  width: 240px;
}
@media only screen and (max-width: 580px) {
  .card,
  .card1 {
    max-width: 100%;
  }
}
.footer {
  background: #212a3b;
  padding: 20px;
}

.social {
  display: flex;
  justify-content: center;
}

.social i {
  font-size: 36px;
  color: white;
  padding: 10px;
}

.footerLogo {
  display: flex;
  justify-content: center;
}
